[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
[with-preloader-until] ~ .with-preloader,
[data-with-preloader-until] ~ .with-preloader,
.ng-cloak,
.ng_cloak,
.x-ng-cloak {
  display: none !important; }

[with-preloader-until] {
  opacity: 0.5;
  pointer-events: none; }
@font-face {
  font-family: "Montserrat";
  src: url("/assets/montserrat-bold.eot");
  src: url("/assets/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat-bold.woff") format("woff"), url("/assets/montserrat-bold.ttf") format("truetype"), url("/assets/montserrat-bold.svg#Montserrat") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Montserrat";
  src: url("/assets/montserrat.eot");
  src: url("/assets/montserrat.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat.woff") format("woff"), url("/assets/montserrat.ttf") format("truetype"), url("/assets/montserrat.svg#Montserrat") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Montserrat";
  src: url("/assets/montserrat-semibold.eot");
  src: url("/assets/montserrat-semibold.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat-semibold.woff") format("woff"), url("/assets/montserrat-semibold.ttf") format("truetype"), url("/assets/montserrat-semibold.svg#Montserrat") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Montserrat";
  src: url("/assets/montserrat-light.eot");
  src: url("/assets/montserrat-light.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat-light.woff") format("woff"), url("/assets/montserrat-light.ttf") format("truetype"), url("/assets/montserrat-light.svg#Montserrat") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
html, body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Montserrat", "Work Sans", sans-serif;
  font-weight: normal;
  height: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0; }

img {
  border: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

table {
  font-size: 14px; }

.wrapper {
  width: 100%;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 345px;
  transition: 0.35s; }

.header .header_top {
  background-color: transparent;
  border-bottom: 1px solid #576c90; }
  .header .header_top:before {
    display: none; }
.header .header_bottom {
  background-color: transparent; }
  .header .header_bottom:before {
    display: none; }
.header .header_wrapper {
  display: table;
  overflow: visible;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto; }
.header.scroll .header_top, .header.inner .header_top {
  background: #273348; }
.header.scroll .header_bottom, .header.inner .header_bottom {
  background: #273348; }
  .header.scroll .header_bottom .nav .drop_list > ul, .header.inner .header_bottom .nav .drop_list > ul {
    width: 140px; }
    .header.scroll .header_bottom .nav .drop_list > ul:after, .header.inner .header_bottom .nav .drop_list > ul:after {
      box-shadow: 0 15px 18px rgba(214, 215, 218, 0.74);
      width: 100%; }
    .header.scroll .header_bottom .nav .drop_list > ul li, .header.inner .header_bottom .nav .drop_list > ul li {
      background: #fff; }
      .header.scroll .header_bottom .nav .drop_list > ul li a, .header.inner .header_bottom .nav .drop_list > ul li a {
        color: #424d58; }
      .header.scroll .header_bottom .nav .drop_list > ul li:hover, .header.inner .header_bottom .nav .drop_list > ul li:hover {
        background: #ffb21b; }
        .header.scroll .header_bottom .nav .drop_list > ul li:hover:first-child:before, .header.inner .header_bottom .nav .drop_list > ul li:hover:first-child:before {
          border-color: transparent transparent #ffb21b transparent; }
        .header.scroll .header_bottom .nav .drop_list > ul li:hover a, .header.inner .header_bottom .nav .drop_list > ul li:hover a {
          color: #fff; }
      .header.scroll .header_bottom .nav .drop_list > ul li:first-child:before, .header.inner .header_bottom .nav .drop_list > ul li:first-child:before {
        border-color: transparent transparent #fff transparent; }
  .header.scroll .header_bottom .nav .drop_list:last-child > ul li:first-child:before, .header.inner .header_bottom .nav .drop_list:last-child > ul li:first-child:before {
    left: 45px; }
  .header.scroll .header_bottom .nav .drop_list > ul:after, .header.inner .header_bottom .nav .drop_list > ul:after {
    top: 5px;
    height: calc(100% - 6px); }

.phone_drop {
  float: right;
  position: relative;
  text-transform: uppercase;
  width: 65px;
  height: 32px;
  border-radius: 5px;
  cursor: pointer;
  background: rgba(34, 46, 64, 0.7);
  text-align: center; }
  .phone_drop.active {
    border-radius: 5px 5px 0 0; }
    .phone_drop.active ul {
      display: block; }
  .phone_drop span {
    color: #fff;
    display: block;
    width: 100%;
    height: 16px;
    font-size: 13px;
    line-height: 32px;
    position: relative;
    margin-bottom: 2px;
    padding-left: 14px;
    font-family: "Work Sans";
    text-align: left;
    letter-spacing: 0.5px; }
    .phone_drop span:before {
      background: url(/assets/menu_arrow.png) no-repeat;
      background-size: 8px;
      content: "";
      display: block;
      width: 8px;
      height: 6px;
      position: absolute;
      top: 14px;
      right: 11px; }
  .phone_drop ul {
    list-style: none;
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    border-top: 1px solid #ff8e39;
    z-index: 1000;
    box-shadow: 0px 7px 12px rgba(45, 58, 99, 0.74); }
    .phone_drop ul li {
      background: #273348;
      padding: 5px 3px 5px 14px;
      font-size: 13px;
      letter-spacing: 0.5px;
      text-align: left;
      font-family: "Work Sans"; }
      .phone_drop ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .phone_drop ul li:hover {
        background-color: #192335; }
      .phone_drop ul li a {
        color: #fff;
        display: block;
        text-decoration: none; }

.nav_button,
.nav_close {
  display: none; }

.header_content {
  float: right;
  width: 75%;
  padding-top: 31px;
  text-align: right; }

.phone_drop {
  display: none; }

.header_top {
  position: absolute;
  z-index: 10001;
  width: 100%;
  top: 0;
  height: 82px; }
  .header_top .header_wrapper {
    position: relative; }

.button_account {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none; }
  .button_account:after {
    content: "";
    display: block;
    float: right;
    margin-left: 2px;
    width: 17px;
    height: 17px;
    background: url(/assets/login.svg) center no-repeat;
    background-size: contain; }

.button_order_now {
  font-size: 13px;
  color: #ffb21b;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  margin-right: 27px; }
  .button_order_now:after {
    content: "";
    display: block;
    float: right;
    margin-left: 4px;
    width: 17px;
    height: 17px;
    background: url(/assets/order_now.svg) center no-repeat; }

.logo {
  float: left;
  position: relative;
  z-index: 10;
  width: 111px;
  height: 36px;
  margin-top: 26px; }
  .logo img {
    max-width: 100%;
    height: auto; }

.button_logout {
  font-family: "Montserrat";
  color: #fff;
  float: left;
  font-size: 13px;
  text-decoration: none;
  line-height: 19px;
  position: relative;
  font-weight: 300;
  top: 1px; }
  .button_logout:after {
    content: "";
    display: block;
    float: right;
    width: 17px;
    height: 17px;
    margin-left: 6px;
    position: relative;
    top: 1px;
    background: url(/assets/log_out.svg) center no-repeat; }

.only_adaptive_login {
  display: none; }

.header_bottom {
  z-index: 10000;
  position: absolute;
  width: 100%;
  top: 47px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #fff; }

.live_chat {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  margin-right: 27px; }
  .live_chat:after {
    content: "";
    display: block;
    float: right;
    width: 17px;
    height: 17px;
    background: url(/assets/chat.svg) center no-repeat;
    margin-left: 7px;
    font-weight: 300; }
  .live_chat:hover {
    text-decoration: underline; }

.telephone {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  font-weight: 300;
  margin-right: 27px;
  display: inline-block; }
  .telephone:after {
    content: "";
    float: right;
    display: block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url(/assets/phone.svg) center no-repeat; }

.btn_nav {
  display: inline-block;
  width: 63px;
  height: 17px;
  position: relative;
  top: 4px;
  cursor: pointer; }
  .btn_nav:before {
    content: "Menu";
    display: block;
    float: left;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    transition: 0.35s; }
  .btn_nav span {
    width: 20px;
    height: 2.5px;
    background: #fff;
    display: block;
    border-radius: 5px;
    position: absolute;
    right: 0;
    transition: 0.35s; }
    .btn_nav span:first-child {
      top: 0; }
    .btn_nav span:nth-child(2) {
      top: 7px; }
    .btn_nav span:last-child {
      top: 14px; }

.header_nav {
  position: absolute;
  top: 10px;
  right: 110px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-200%);
  transition: 0.35s; }

.header_toolbar {
  position: absolute;
  top: 67px;
  right: 0; }

.button_order_now,
.live_chat,
.telephone,
#login_holder {
  transition: 0.25s; }

.show_nav .button_order_now,
.show_nav .live_chat,
.show_nav .telephone,
.show_nav #login_holder {
  opacity: 0;
  visibility: hidden; }
.show_nav .header_nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }
.show_nav .btn_nav:before {
  content: "Close"; }
.show_nav .btn_nav span:first-child {
  top: 7px;
  right: 1px;
  transform: rotate(-45deg); }
.show_nav .btn_nav span:nth-child(2) {
  opacity: 0; }
.show_nav .btn_nav span:last-child {
  top: 7px;
  transform: rotate(45deg); }

.header_middle {
  padding: 0;
  height: 620px;
  position: relative;
  padding-top: 0; }
  .header_middle .header_wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%; }
  .header_middle .header_middle_content {
    display: table;
    max-width: 1000px;
    width: 100%;
    margin: 110px auto 0; }
    .header_middle .header_middle_content .header_slogan {
      vertical-align: top;
      padding: 16px 0 0 9px;
      margin: 90px 0 0 0;
      width: 450px;
      float: left;
      position: relative; }
      .header_middle .header_middle_content .header_slogan:after {
        content: "";
        display: block;
        position: absolute;
        width: 262px;
        height: 45px;
        margin-top: 20px; }
        .no-webpalpha .header_middle .header_middle_content .header_slogan:after {
          background: url(/assets/security_head.png) center no-repeat;
          background-size: 100%; }
        .webpalpha .header_middle .header_middle_content .header_slogan:after {
          background: url(/assets/security_head.webp) center no-repeat;
          background-size: 100%; }
      .header_middle .header_middle_content .header_slogan p {
        color: #ffffff;
        font-size: 14px;
        line-height: 20px; }
        .header_middle .header_middle_content .header_slogan p span {
          font-size: 45px;
          font-family: "Montserrat";
          line-height: 52px;
          padding-bottom: 20px; }

.bg_video_container {
  height: 100%;
  margin-top: 0; }

.nav {
  float: left;
  margin-top: 15px;
  padding-bottom: 6px;
  padding-top: 9px; }
  .nav > .profile_nav {
    display: none !important; }
  .nav > ul {
    list-style: none;
    position: relative;
    z-index: 10;
    text-align: left; }
    .nav > ul > li {
      float: left;
      margin-left: 15px;
      position: relative;
      font-family: "Work Sans"; }
      .nav > ul > li span.nav_link_removed {
        color: #fff;
        cursor: default;
        font-family: "Work Sans";
        font-size: 13px;
        font-weight: 400; }
      .nav > ul > li:first-child {
        margin-left: 0; }
      .nav > ul > li.drop_list {
        padding-right: 13px; }
        .nav > ul > li.drop_list:last-child > ul li:first-child:before {
          left: 45px; }
        .nav > ul > li.drop_list:after {
          content: "";
          display: block;
          position: absolute;
          width: 8px;
          height: 6px;
          background: url(/assets/menu_arrow.png) no-repeat;
          background-size: 8px;
          top: 8px;
          right: 0; }
      .nav > ul > li > a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        position: relative; }
        .nav > ul > li > a:hover {
          color: #ffb21b; }
      .nav > ul > li.active > a {
        color: #ffb21b; }
      .nav > ul > li.active_drop > ul {
        display: block; }
      .nav > ul > li > ul {
        position: absolute;
        list-style: none;
        z-index: 10;
        display: none;
        top: 100%;
        left: -10px;
        padding-top: 10px; }
        .nav > ul > li > ul:after {
          position: absolute;
          display: block;
          content: "";
          width: 100%;
          height: calc(100% - 5px);
          left: 0;
          top: 5px;
          box-shadow: 0px 15px 24px rgba(45, 58, 99, 0.74);
          z-index: -1; }
        .nav > ul > li > ul li {
          background-color: #182436;
          margin-left: 0;
          width: 100%;
          min-width: 140px;
          position: relative; }
          .nav > ul > li > ul li:first-child {
            border-radius: 4px 4px 0 0; }
            .nav > ul > li > ul li:first-child:before {
              position: absolute;
              display: block;
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 5px 5px 5px;
              border-color: transparent transparent #182436 transparent;
              top: -5px;
              left: 67px; }
          .nav > ul > li > ul li:last-child {
            border-radius: 0 0 3px 3px; }
          .nav > ul > li > ul li a {
            color: #e2e7ed;
            text-decoration: none;
            font-size: 13px; }
          .nav > ul > li > ul li:hover {
            background-color: #ffb21b; }
            .nav > ul > li > ul li:hover:first-child:before {
              border-color: transparent transparent #ffb21b transparent; }
            .nav > ul > li > ul li:hover a {
              color: #182436; }
          .nav > ul > li > ul li a {
            display: block;
            padding: 8px 10px; }

.container {
  min-width: 320px;
  max-width: 1024px;
  padding: 0 12px;
  margin: 95px auto 20px; }
  .container ol:not(.breadcrumb),
  .container ol.list {
    position: relative;
    padding-bottom: 11px;
    list-style-position: inside;
    background: none;
    color: #58616b;
    font-size: 14px;
    line-height: 18px;
    font-family: "Work Sans";
    font-weight: 400;
    counter-increment: item; }
  .container.welcome {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible; }
    .container.welcome + .container {
      display: none; }
    .container.welcome ul.list {
      margin: 10px 0;
      list-style: none; }
      .container.welcome ul.list li {
        position: relative;
        padding-left: 27px;
        padding-bottom: 11px;
        background: none;
        color: #58616B;
        font-size: 15px;
        line-height: 18px;
        font-family: 'Work Sans';
        font-weight: 400; }
        .container.welcome ul.list li:before {
          position: absolute;
          display: block;
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #536798;
          left: 0;
          top: 8px; }

.pages:not(.cabinet_pages) {
  line-height: 16px; }
  .pages:not(.cabinet_pages) ol.list li {
    padding-bottom: 8px; }
  .pages:not(.cabinet_pages) ul.list,
  .pages:not(.cabinet_pages) ol.list {
    margin: 20px; }
    .pages:not(.cabinet_pages) ul.list li,
    .pages:not(.cabinet_pages) ol.list li {
      font-size: 14px;
      line-height: 21px;
      color: #797979; }
  .pages:not(.cabinet_pages) ul.list {
    list-style: none;
    margin-left: 10px; }
    .pages:not(.cabinet_pages) ul.list li {
      list-style: none; }

.pages > div {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  .pages > div div.star-rating {
    width: 26px;
    height: 24px;
    background: url("/assets/star.png") no-repeat 0 0;
    background-size: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important; }
    .pages > div div.star-rating a {
      width: 26px;
      height: 100%;
      background: url("/assets/star.png") no-repeat 0 top;
      background-size: 26px;
      border: 0;
      display: block; }
    .pages > div div.star-rating-on a {
      background-position: 0 bottom !important; }
    .pages > div div.star-rating-hover a {
      background-position: 0 bottom; }
    .pages > div div.star-rating-readonly a {
      cursor: default !important; }
  .pages > div div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .pages > div div .rating-cancel a {
      display: block;
      width: 26px;
      height: 24px;
      background-position: 0 0;
      border: 0; }
    .pages > div div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
.pages .content {
  display: inline-block;
  width: 100%; }
.pages .sidebar {
  display: table-cell;
  vertical-align: top;
  width: 326px;
  padding: 16px 0 0 24px;
  box-sizing: content-box; }

.widget.widget_payments_security .payments_security_services:before {
  display: none !important; }

.pages:not(.cabinet_pages) .widget,
.component .widget {
  margin-bottom: 9px;
  position: relative;
  border: 1px solid #e9e9e9;
  border-bottom-width: 3px;
  border-radius: 4px;
  background: #fcfcfc; }
  .pages:not(.cabinet_pages) .widget .widget_title,
  .component .widget .widget_title {
    text-align: center;
    margin: 0 4% 8px;
    font-family: "Montserrat";
    border-bottom: 1px solid #e2e2e2; }
    .pages:not(.cabinet_pages) .widget .widget_title span,
    .component .widget .widget_title span {
      color: #354462;
      display: inline-block;
      font-size: 22px;
      font-weight: bold;
      line-height: 34px;
      padding: 13px 0 10px;
      text-transform: none; }

.header_middle_content_widget {
  float: right; }

.pages_description {
  display: inline-block;
  width: 100%; }
  .pages_description > p {
    font-size: 14px;
    font-family: "Work Sans";
    line-height: 20px;
    font-weight: 300;
    color: #58616b;
    margin-bottom: 20px; }
    .pages_description > p strong {
      font-weight: bold; }
    .pages_description > p img {
      max-width: 100%;
      height: auto; }
  .pages_description > h1 {
    color: #414141;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Montserrat"; }
  .pages_description > h2 {
    color: #414141;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Montserrat"; }
  .pages_description > h3 {
    color: #414141;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Montserrat"; }
  .pages_description .pages_description_social {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px; }

.breadcrumb {
  overflow: hidden;
  list-style: none;
  margin-bottom: 30px; }
  .breadcrumb li {
    float: left;
    font-size: 12px;
    line-height: 17px;
    margin-right: 3px;
    font-family: "Montserrat"; }
    .breadcrumb li span {
      color: #3793d9; }
    .breadcrumb li a {
      color: #3793d9;
      display: block;
      text-decoration: none; }
      .breadcrumb li a:hover {
        text-decoration: underline; }
      .breadcrumb li a span {
        color: #3793d9; }

.pages {
  z-index: 1; }

.content_title {
  position: relative;
  border-bottom: 1px solid #ffb21b;
  padding-bottom: 6px;
  margin-bottom: 15px; }
  .content_title h1,
  .content_title h2,
  .content_title span {
    color: #233648;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: bold;
    position: relative;
    z-index: 10; }

.footer {
  background: #223248;
  border-top: 2px solid #ffb21b;
  background-size: cover;
  padding: 51px 0 8px;
  margin-top: -310px;
  font-size: 14px;
  letter-spacing: 0.3px; }

.footer_wrapper {
  display: table;
  min-width: 320px;
  max-width: 1024px;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
  position: relative; }

.footer_content:after {
  content: "";
  display: block;
  clear: both; }
.footer_content .footer_info_l_block {
  float: left;
  width: 28%;
  padding-right: 35px;
  margin-top: -8px; }
  .footer_content .footer_info_l_block .footer_logo {
    display: block;
    width: 111px;
    margin-bottom: 21px; }
    .footer_content .footer_info_l_block .footer_logo img {
      width: 100%; }
  .footer_content .footer_info_l_block .footer_contacts {
    margin-bottom: 30px; }
    .footer_content .footer_info_l_block .footer_contacts .footer_telephone {
      display: block;
      color: #b5bfd7;
      font-size: 14px;
      font-family: "Work Sans";
      font-weight: 300;
      margin-bottom: 18px;
      text-decoration: none; }
      .footer_content .footer_info_l_block .footer_contacts .footer_telephone:before {
        content: "";
        display: block;
        float: left;
        width: 17px;
        height: 17px;
        background: url(/assets/tel_footer.svg) center no-repeat;
        margin-right: 10px; }
    .footer_content .footer_info_l_block .footer_contacts .footer_email {
      display: block;
      color: #b5bfd7;
      font-size: 14px;
      font-family: "Work Sans";
      font-weight: 300;
      text-decoration: none; }
      .footer_content .footer_info_l_block .footer_contacts .footer_email:before {
        content: "";
        display: block;
        float: left;
        width: 17px;
        height: 17px;
        background: url(/assets/mail_footer.svg) center no-repeat;
        margin-right: 10px;
        position: relative;
        top: 1px; }

.footer_nav {
  overflow: hidden; }
  .footer_nav ul {
    list-style: none; }
    .footer_nav ul li {
      float: left;
      margin-right: 2.3%;
      padding-right: 2.8%;
      font-family: "Work Sans"; }
      .footer_nav ul li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
      .footer_nav ul li a {
        color: #b5bfd7;
        text-decoration: none; }
        .footer_nav ul li a:hover {
          color: #fff; }

.footer_links {
  overflow: hidden; }
  .footer_links ul {
    font-family: "Work Sans";
    list-style: none;
    overflow: hidden;
    width: 100%; }
    .footer_links ul li {
      float: left; }
      .footer_links ul li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
      .footer_links ul li a {
        color: #b5bfd7;
        font-size: 14px;
        text-decoration: none; }
        .footer_links ul li a:hover {
          color: #fff; }
  .footer_links .footer_nav ul {
    border-bottom: 1px solid #22252d;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .footer_links .footer_nav ul li {
      float: left;
      padding: 0;
      margin-right: 6%; }
      .footer_links .footer_nav ul li:last-child {
        margin-right: 0; }
      .footer_links .footer_nav ul li a,
      .footer_links .footer_nav ul li span {
        color: #b5bfd7;
        font-size: 14px; }
  .footer_links .footer_links ul {
    float: left;
    width: 25%;
    line-height: 26px;
    padding-right: 5px; }
    .footer_links .footer_links ul li {
      color: #b5bfd7;
      display: block;
      width: 100%;
      font-size: 14px; }

.footer_bottom {
  float: left;
  width: 100%;
  margin: 42px 0 0;
  border-top: 1px solid #22252d;
  padding-top: 17px; }

.footer_info {
  overflow: hidden;
  margin-top: 21px; }
  .footer_info > div,
  .footer_info > a {
    color: #b5bfd7;
    font-size: 14px;
    float: left;
    line-height: 38px;
    padding: 0 0 0 45px;
    text-decoration: none;
    font-family: "Work Sans"; }
  .footer_info > a:hover {
    color: #fff; }
  .footer_info .footer_location {
    background: url(/assets/map_pin.png) left center no-repeat;
    margin-right: 30px; }
  .footer_info .footer_telephone {
    background: url(/assets/phone_icon.png) left center no-repeat;
    margin-right: 21px; }
  .footer_info .footer_email {
    background: url(/assets/email_icon.png) left center no-repeat;
    margin-left: 10px; }

.footer_follow a {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 33px;
  text-decoration: none;
  margin-right: 20px; }
  .footer_follow a.fb {
    background: url(/assets/fb_icon.png) left top no-repeat;
    background-size: 33px; }
    .footer_follow a.fb:hover {
      background-position: left bottom; }
  .footer_follow a.twitter {
    background: url(/assets/twitter_icon.png) left top no-repeat;
    background-size: 33px; }
    .footer_follow a.twitter:hover {
      background-position: left bottom; }
  .footer_follow a.google {
    background: url(/assets/google_icon.png) left top no-repeat;
    background-size: 33px; }
    .footer_follow a.google:hover {
      background-position: left bottom; }

.footer_payment > div {
  display: inline-block;
  vertical-align: top;
  font-family: "Work Sans"; }
  .footer_payment > div span {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px; }

.verified_by {
  width: 100px;
  display: none !important; }
  .verified_by img {
    max-width: 100%;
    height: auto; }

.verified_by_item {
  margin-bottom: 24px; }

.we_accept span {
  display: inline-block !important;
  padding-top: 4px;
  font-size: 15px;
  color: #fff;
  margin-right: 10px; }

.we_accept_item {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  margin: 0 5px 19px 0; }
  .we_accept_item img {
    max-width: 45px;
    width: 45px;
    height: auto; }

.pages .pagination {
  padding-bottom: 2px;
  margin-top: 15px; }
  .pages .pagination ul {
    list-style: none;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px; }
    .pages .pagination ul li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      font-family: 'Work Sans';
      font-size: 15px;
      font-weight: 500;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 50%;
      margin: 0 20px 0 0; }
      .pages .pagination ul li:first-child {
        float: left;
        width: 26px; }
      .pages .pagination ul li:last-child {
        float: right;
        width: 26px;
        margin-right: 0; }
      .pages .pagination ul li span {
        font-size: 15px;
        display: block;
        border-radius: 50%;
        height: 100%;
        width: 100%; }
        .pages .pagination ul li span.pag_prev, .pages .pagination ul li span.pag_next {
          width: 26px;
          height: 16px;
          background: url(/assets/pagination_arrows.png) no-repeat;
          margin-top: 8px;
          color: transparent;
          font-size: 0;
          line-height: 0; }
          .pages .pagination ul li span.pag_prev.disabled, .pages .pagination ul li span.pag_next.disabled {
            opacity: .4; }
          .pages .pagination ul li span.pag_prev a, .pages .pagination ul li span.pag_next a {
            display: block;
            vertical-align: top; }
        .pages .pagination ul li span.pag_next {
          background-position: top right; }
        .pages .pagination ul li span.current {
          background-color: #EFEFEF;
          color: #414141; }
        .pages .pagination ul li span a {
          color: #414141;
          display: block;
          width: 100%;
          height: 100%;
          text-decoration: none; }
  .pages .pagination .pag_prev a,
  .pages .pagination .pag_next a {
    color: #fff; }
.pages .show_items {
  margin-top: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding-top: 15px;
  border-top: 1px solid #ebeadf;
  font-family: "Work Sans"; }
  .pages .show_items p {
    color: #858d94;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px; }
  .pages .show_items .elements_number {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    list-style: none;
    padding: 0 30px;
    position: relative; }
    .pages .show_items .elements_number li {
      float: left;
      width: 20px;
      margin: 0 10px; }
      .pages .show_items .elements_number li.active a {
        color: #414141; }
      .pages .show_items .elements_number li a {
        color: #858d94;
        position: relative;
        font-weight: 500;
        display: block;
        text-decoration: none;
        font-size: 14px;
        padding: 0 0; }
        .pages .show_items .elements_number li a:hover {
          color: #414141; }

.copyright {
  color: #b5bfd7;
  font-family: "Work Sans";
  font-size: 14px;
  margin-top: -44px;
  clear: both;
  float: right; }

#login_holder {
  display: inline-block;
  margin-right: 27px;
  position: relative;
  top: 4px; }

.user_login {
  float: left;
  margin-right: 24px;
  position: relative; }
  .user_login .notify {
    font-size: 14px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    color: #273348;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 0;
    font-weight: 300;
    margin-right: 7px;
    position: absolute;
    right: 0;
    top: -2px; }
  .user_login .user_name {
    max-width: 200px;
    font-weight: 300;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #fff;
    font-family: "Montserrat";
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 17px; }
  .user_login .notify + .user_name {
    margin-right: 41px; }

.profile_nav {
  display: none; }

.logout {
  display: none;
  line-height: 33px !important; }

.chat_now_button {
  background: url(/assets/chat_now_icon.png) left top no-repeat;
  display: block;
  cursor: pointer;
  position: fixed;
  width: 86px;
  height: 57px;
  top: 250px;
  left: 0;
  z-index: 100; }
  .chat_now_button:hover {
    background-position: left bottom; }

.scroll_top {
  display: none; }

.container.welcome .testimonial_stat .fb,
.container.welcome .testimonial_stat .bbb,
.container.welcome .testimonial_stat .jabber,
.container.welcome .customer_testimonial_stat .fb,
.container.welcome .customer_testimonial_stat .bbb,
.container.welcome .customer_testimonial_stat .jabber,
.container.welcome .customers_reviews_stat .fb,
.container.welcome .customers_reviews_stat .bbb,
.container.welcome .customers_reviews_stat .jabber,
.pages .testimonial_stat .fb,
.pages .testimonial_stat .bbb,
.pages .testimonial_stat .jabber,
.pages .customer_testimonial_stat .fb,
.pages .customer_testimonial_stat .bbb,
.pages .customer_testimonial_stat .jabber,
.pages .customers_reviews_stat .fb,
.pages .customers_reviews_stat .bbb,
.pages .customers_reviews_stat .jabber,
.widget .testimonial_stat .fb,
.widget .testimonial_stat .bbb,
.widget .testimonial_stat .jabber,
.widget .customer_testimonial_stat .fb,
.widget .customer_testimonial_stat .bbb,
.widget .customer_testimonial_stat .jabber,
.widget .customers_reviews_stat .fb,
.widget .customers_reviews_stat .bbb,
.widget .customers_reviews_stat .jabber,
.component .testimonial_stat .fb,
.component .testimonial_stat .bbb,
.component .testimonial_stat .jabber,
.component .customer_testimonial_stat .fb,
.component .customer_testimonial_stat .bbb,
.component .customer_testimonial_stat .jabber,
.component .customers_reviews_stat .fb,
.component .customers_reviews_stat .bbb,
.component .customers_reviews_stat .jabber {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  text-transform: none;
  font-size: 17px;
  height: 56px;
  line-height: 56px;
  width: 99%;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  position: relative; }

.bg_replay {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 0 -35px;
  width: 50px;
  height: 50px;
  width: 70px;
  height: 70px;
  background: rgba(11, 10, 47, 0.25) url(/assets/replay_icon.png) center center no-repeat;
  background-size: 40px;
  padding: 10px;
  z-index: 10; }

.pages a:not(.button),
.container.welcome a:not(.button) {
  color: #4788d8;
  text-decoration: none; }
  .pages a:not(.button):hover,
  .container.welcome a:not(.button):hover {
    text-decoration: underline; }

.order_wrap .pagination .pag_prev,
.order_wrap .pagination .pag_next {
  color: #fff; }
  .order_wrap .pagination .pag_prev.disabled,
  .order_wrap .pagination .pag_next.disabled {
    opacity: 0.4; }
  .order_wrap .pagination .pag_prev a,
  .order_wrap .pagination .pag_next a {
    color: #fff; }

.widget_order_summary .button,
.new_order .field_total_price .button {
  background: #ff8e39 !important;
  height: 45px !important;
  line-height: 45px !important;
  text-transform: uppercase !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important; }
  .widget_order_summary .button:hover,
  .new_order .field_total_price .button:hover {
    background: #f37517 !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default {
  border: #e5e5e5 2px solid !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a {
  color: #b5c1c5 !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.ui-state-active {
  background-color: #dfe6f3 !important;
  border: #acb8d0 2px solid !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.ui-state-active a {
  color: #6b7893 !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done a {
  color: #fff !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done {
  background-color: #dfe6f3 !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:last-child {
  border-right: #e5e5e5 2px solid !important; }

.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:last-child.ui-state-active {
  border-right: #acb8d0 2px solid !important; }

.order_wrap .widget_payments_security .widget_title span {
  display: block;
  text-align: center;
  position: relative;
  font-size: 22px;
  padding: 7px 0 2px;
  color: #354462;
  font-weight: bold;
  line-height: 34px; }

.widget.widget_payments_security .payments_security_services:before {
  display: none; }

.widget.widget_payments_security .widget_content > p {
  padding: 10px 0 !important;
  border-top: 1px solid #3db39e;
  font-family: "Work Sans";
  margin: 0 4%;
  font-size: 13px !important;
  color: #7a838e !important; }

.order_wrap .widget.widget_payments_security .payments_security_badges {
  border-top: none; }
.order_wrap .widget.widget_payments_security .payments_security_services {
  margin-bottom: 9px; }
.order_wrap .widget.widget_payments_security .payments_security_badge_item {
  border-left: none; }
  .order_wrap .widget.widget_payments_security .payments_security_badge_item:last-child {
    border-right: none; }

.cookie_policy-overlay:not([style="display: none;"]) {
  background-color: #5b6993;
  padding: 11px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000; }

.cookie_policy-pane {
  width: 1000px;
  margin: 0 auto; }
  .cookie_policy-pane p {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 190px);
    max-width: calc(100% - 190px); }
    .cookie_policy-pane p a {
      color: #5b6993;
      padding: 0 4px;
      height: 20px;
      line-height: 20px;
      background-color: #fff;
      white-space: nowrap;
      text-decoration: none;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }
      .cookie_policy-pane p a:hover {
        text-decoration: underline; }
  .cookie_policy-pane .cookie_policy-button {
    width: 183px;
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    color: #5b6993;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

.ppp-pane p {
  font-weight: 300; }
.ppp-pane span {
  display: inline; }

.pp_download {
  display: flex;
  margin-bottom: 30px; }

.app_store {
  width: 88px;
  height: 30px;
  background: url(/assets/app_store.svg) center center no-repeat;
  margin-right: 10px; }

.google_play {
  width: 93px;
  height: 30px;
  background: url(/assets/google_play.svg) center center no-repeat; }

#whatsapp_chat {
  position: fixed;
  left: 10px;
  bottom: 60px;
  width: 50px;
  color: #fff;
  height: 50px;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 1px 4px rgba(24, 62, 119, 0.13), 0px 10px 16px rgba(116, 138, 202, 0.15);
  border-radius: 100px;
  transition: all .7s ease-out;
  cursor: pointer; }
  #whatsapp_chat:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 4px rgba(24, 62, 119, 0.13), 0px 10px 16px rgba(116, 138, 202, 0.15);
    z-index: 99;
    background: #fff url("/assets/whatsapp_icon-9b19f6a46873fb9481432aa1ce46a13dc486137f226d3ff86ddda427ac8f530b.svg") no-repeat center; }
  #whatsapp_chat:hover {
    width: 200px;
    transition: all .5s ease-out; }
    #whatsapp_chat:hover #whatsapp_chat_url {
      padding: 0px 17px 0px 57px;
      width: 100%;
      transition: all .5s ease-out; }
  #whatsapp_chat #whatsapp_chat_url {
    text-decoration: none;
    width: 0;
    padding: 0;
    background: #fff;
    color: #000000;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    display: inline-block;
    z-index: 10;
    white-space: nowrap;
    transition: all .7s ease-out; }

.checker span input,
.radio span input {
  border: none;
  outline: none;
  opacity: 0; }

.auth_wrapper input[type="text"],
.auth_wrapper input[type="password"],
.auth_wrapper input[type="email"],
.auth_wrapper input[type="number"],
.pages:not(.cabinet_pages) input[type="text"],
.pages:not(.cabinet_pages) input[type="password"],
.pages:not(.cabinet_pages) input[type="email"],
.pages:not(.cabinet_pages) input[type="number"],
.widget_header input[type="text"],
.widget_header input[type="password"],
.widget_header input[type="email"],
.widget_header input[type="number"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px #C8C8C8 solid;
  color: #8E9295;
  height: 35px;
  font-size: 14px;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none; }
  .auth_wrapper input[type="text"]:focus,
  .auth_wrapper input[type="password"]:focus,
  .auth_wrapper input[type="email"]:focus,
  .auth_wrapper input[type="number"]:focus,
  .pages:not(.cabinet_pages) input[type="text"]:focus,
  .pages:not(.cabinet_pages) input[type="password"]:focus,
  .pages:not(.cabinet_pages) input[type="email"]:focus,
  .pages:not(.cabinet_pages) input[type="number"]:focus,
  .widget_header input[type="text"]:focus,
  .widget_header input[type="password"]:focus,
  .widget_header input[type="email"]:focus,
  .widget_header input[type="number"]:focus {
    border-color: #99B8EB; }
  .auth_wrapper input[type="text"]::-webkit-input-placeholder,
  .auth_wrapper input[type="password"]::-webkit-input-placeholder,
  .auth_wrapper input[type="email"]::-webkit-input-placeholder,
  .auth_wrapper input[type="number"]::-webkit-input-placeholder,
  .pages:not(.cabinet_pages) input[type="text"]::-webkit-input-placeholder,
  .pages:not(.cabinet_pages) input[type="password"]::-webkit-input-placeholder,
  .pages:not(.cabinet_pages) input[type="email"]::-webkit-input-placeholder,
  .pages:not(.cabinet_pages) input[type="number"]::-webkit-input-placeholder,
  .widget_header input[type="text"]::-webkit-input-placeholder,
  .widget_header input[type="password"]::-webkit-input-placeholder,
  .widget_header input[type="email"]::-webkit-input-placeholder,
  .widget_header input[type="number"]::-webkit-input-placeholder {
    color: #B3B2B2;
    font-family: 'Work Sans'; }
  .auth_wrapper input[type="text"]::-moz-placeholder,
  .auth_wrapper input[type="password"]::-moz-placeholder,
  .auth_wrapper input[type="email"]::-moz-placeholder,
  .auth_wrapper input[type="number"]::-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="text"]::-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="password"]::-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="email"]::-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="number"]::-moz-placeholder,
  .widget_header input[type="text"]::-moz-placeholder,
  .widget_header input[type="password"]::-moz-placeholder,
  .widget_header input[type="email"]::-moz-placeholder,
  .widget_header input[type="number"]::-moz-placeholder {
    color: #B3B2B2;
    font-family: 'Work Sans'; }
  .auth_wrapper input[type="text"]:-moz-placeholder,
  .auth_wrapper input[type="password"]:-moz-placeholder,
  .auth_wrapper input[type="email"]:-moz-placeholder,
  .auth_wrapper input[type="number"]:-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="text"]:-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="password"]:-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="email"]:-moz-placeholder,
  .pages:not(.cabinet_pages) input[type="number"]:-moz-placeholder,
  .widget_header input[type="text"]:-moz-placeholder,
  .widget_header input[type="password"]:-moz-placeholder,
  .widget_header input[type="email"]:-moz-placeholder,
  .widget_header input[type="number"]:-moz-placeholder {
    color: #B3B2B2;
    font-family: 'Work Sans'; }
  .auth_wrapper input[type="text"]:-ms-input-placeholder,
  .auth_wrapper input[type="password"]:-ms-input-placeholder,
  .auth_wrapper input[type="email"]:-ms-input-placeholder,
  .auth_wrapper input[type="number"]:-ms-input-placeholder,
  .pages:not(.cabinet_pages) input[type="text"]:-ms-input-placeholder,
  .pages:not(.cabinet_pages) input[type="password"]:-ms-input-placeholder,
  .pages:not(.cabinet_pages) input[type="email"]:-ms-input-placeholder,
  .pages:not(.cabinet_pages) input[type="number"]:-ms-input-placeholder,
  .widget_header input[type="text"]:-ms-input-placeholder,
  .widget_header input[type="password"]:-ms-input-placeholder,
  .widget_header input[type="email"]:-ms-input-placeholder,
  .widget_header input[type="number"]:-ms-input-placeholder {
    color: #B3B2B2;
    font-family: 'Work Sans'; }
.auth_wrapper textarea,
.pages:not(.cabinet_pages) textarea,
.widget_header textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: #C8C8C8 1px solid;
  color: #8E9295;
  height: 35px;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 10px;
  resize: vertical;
  -webkit-appearance: none; }
  .auth_wrapper textarea::-moz-placeholder,
  .pages:not(.cabinet_pages) textarea::-moz-placeholder,
  .widget_header textarea::-moz-placeholder {
    color: #B3B2B2;
    font-family: 'Work Sans'; }
  .auth_wrapper textarea:-moz-placeholder,
  .pages:not(.cabinet_pages) textarea:-moz-placeholder,
  .widget_header textarea:-moz-placeholder {
    color: #B3B2B2;
    font-family: 'Work Sans'; }
.auth_wrapper input[type="submit"],
.pages:not(.cabinet_pages) input[type="submit"],
.widget_header input[type="submit"] {
  cursor: pointer;
  border: none;
  outline: none; }
.auth_wrapper .field_item,
.pages:not(.cabinet_pages) .field_item,
.widget_header .field_item {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px; }
  .auth_wrapper .field_item > label,
  .auth_wrapper .field_item .order-pages-num > label,
  .auth_wrapper .field_item .order-words-num > label,
  .pages:not(.cabinet_pages) .field_item > label,
  .pages:not(.cabinet_pages) .field_item .order-pages-num > label,
  .pages:not(.cabinet_pages) .field_item .order-words-num > label,
  .widget_header .field_item > label,
  .widget_header .field_item .order-pages-num > label,
  .widget_header .field_item .order-words-num > label {
    color: #424D58;
    display: block;
    font-size: 14px;
    font-family: 'Work Sans';
    line-height: 35px;
    margin-bottom: 4px;
    font-weight: 500; }
    .auth_wrapper .field_item > label a,
    .auth_wrapper .field_item .order-pages-num > label a,
    .auth_wrapper .field_item .order-words-num > label a,
    .pages:not(.cabinet_pages) .field_item > label a,
    .pages:not(.cabinet_pages) .field_item .order-pages-num > label a,
    .pages:not(.cabinet_pages) .field_item .order-words-num > label a,
    .widget_header .field_item > label a,
    .widget_header .field_item .order-pages-num > label a,
    .widget_header .field_item .order-words-num > label a {
      color: #488EEE; }
    .auth_wrapper .field_item > label sup,
    .auth_wrapper .field_item .order-pages-num > label sup,
    .auth_wrapper .field_item .order-words-num > label sup,
    .pages:not(.cabinet_pages) .field_item > label sup,
    .pages:not(.cabinet_pages) .field_item .order-pages-num > label sup,
    .pages:not(.cabinet_pages) .field_item .order-words-num > label sup,
    .widget_header .field_item > label sup,
    .widget_header .field_item .order-pages-num > label sup,
    .widget_header .field_item .order-words-num > label sup {
      color: #ff5212; }
  .auth_wrapper .field_item .spinner_wrapper,
  .pages:not(.cabinet_pages) .field_item .spinner_wrapper,
  .widget_header .field_item .spinner_wrapper {
    float: left; }
  .auth_wrapper .field_item .field_tooltip,
  .pages:not(.cabinet_pages) .field_item .field_tooltip,
  .widget_header .field_item .field_tooltip {
    float: left;
    height: 22px;
    margin-left: 0.5em; }
.auth_wrapper .field_tooltip,
.pages:not(.cabinet_pages) .field_tooltip,
.widget_header .field_tooltip {
  background: url(/assets/tooltip_icon.png) left top no-repeat;
  cursor: pointer;
  background-size: 20px;
  width: 20px;
  margin-top: 2px; }
.auth_wrapper .field_error,
.pages:not(.cabinet_pages) .field_error,
.widget_header .field_error {
  display: inline-block; }
  .auth_wrapper .field_error input:not([submit]),
  .pages:not(.cabinet_pages) .field_error input:not([submit]),
  .widget_header .field_error input:not([submit]) {
    border: #FF3A18 1px solid; }
  .auth_wrapper .field_error textarea,
  .pages:not(.cabinet_pages) .field_error textarea,
  .widget_header .field_error textarea {
    border: #FF3A18 1px solid; }
.auth_wrapper .validation_error,
.pages:not(.cabinet_pages) .validation_error,
.widget_header .validation_error {
  color: #FF3A18;
  font-family: 'Work Sans';
  font-size: 12px;
  padding-left: 10px;
  display: inline-block; }

.widget_header .field_item > label,
.widget_header .field_item .order-pages-num > label,
.widget_header .field_item .order-words-num > label {
  color: #332b28;
  font-size: 16px; }
  .widget_header .field_item > label a,
  .widget_header .field_item .order-pages-num > label a,
  .widget_header .field_item .order-words-num > label a {
    color: #1d9ccb; }
.widget_header .field_item.field_numbers_of .order-pages-num > label,
.widget_header .field_item.field_numbers_of .order-words-num > label {
  line-height: 16px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  font-family: 'Work Sans';
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    display: block;
    user-select: none;
    outline: none;
    -webkit-user-select: none;
    border: 1px solid #C8C8C8; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 35px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block;
  position: relative; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  word-wrap: break-word; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default {
  font-size: 13px; }
  .select2-container--default .select2-selection--single {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    border: 1px solid #C8C8C8;
    height: 35px; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #5e5e5e;
      line-height: 33px;
      padding-left: 8px;
      padding-right: 20px;
      font-weight: 300; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 35px;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background: url(/assets/arrow_inner.png) no-repeat;
        height: 6px;
        background-size: 8px;
        left: 50%;
        margin-left: -6px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 8px; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #C8C8C8;
    font-size: 13px; }
  .select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
  .select2-container--default .select2-results__option {
    color: #575757; }
    .select2-container--default .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--default .select2-results__option[aria-disabled=true] {
      color: #999; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #ededed;
      color: #575757; }
    .select2-container--default .select2-results__option .select2-results__option {
      padding-left: 1em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -2em;
          padding-left: 3em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -3em;
            padding-left: 4em; }
            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -4em;
              padding-left: 5em; }
              .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5em;
                padding-left: 6em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ededed;
    color: #575757; }
  .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--default .select2-dropdown {
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    box-shadow: 0px 2px 3px rgba(128, 128, 128, 0.56);
    font-weight: 300; }

.select2-container--default.select2-container--show_items .select2-results__option {
  padding: 6px 6px 6px 30px; }

.select2-container--default.select2_our_writers .select2-results__option--highlighted[aria-selected] {
  background-color: #f1f1f1;
  color: #575757; }
.select2-container--default.select2_our_writers .select2-results__option[aria-selected=true] {
  background-color: #f1f1f1;
  color: #575757; }

.select2-container--widget_header {
  font-size: 13px; }
  .select2-container--widget_header .select2-selection--single {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 35px;
    border-color: #6E84A2; }
    .select2-container--widget_header .select2-selection--single .select2-selection__rendered {
      line-height: 33px;
      padding-left: 8px;
      color: #D1DAE4;
      padding-right: 20px; }
    .select2-container--widget_header .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--widget_header .select2-selection--single .select2-selection__placeholder {
      color: #8E9295; }
    .select2-container--widget_header .select2-selection--single .select2-selection__arrow {
      border-left: none;
      height: 35px;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px; }
      .select2-container--widget_header .select2-selection--single .select2-selection__arrow b {
        background: url(/assets/menu_arrow.png) no-repeat;
        height: 6px;
        background-size: 8px;
        left: 50%;
        margin-left: -6px;
        margin-top: -3px;
        position: absolute;
        top: 50%;
        width: 8px; }
  .select2-container--widget_header[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--widget_header[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--widget_header.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--widget_header.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--widget_header.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #727272 transparent;
    border-width: 0 4px 6px 4px; }
  .select2-container--widget_header .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--widget_header .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
    .select2-container--widget_header .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--widget_header .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--widget_header .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--widget_header .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--widget_header .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--widget_header[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--widget_header[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--widget_header[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--widget_header[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--widget_header[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--widget_header.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--widget_header.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--widget_header.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--widget_header.select2-container--open.select2-container--above .select2-selection--single, .select2-container--widget_header.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--widget_header.select2-container--open.select2-container--below .select2-selection--single, .select2-container--widget_header.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--widget_header .select2-search--dropdown .select2-search__field {
    border: 1px solid #C8C8C8;
    font-size: 13px; }
  .select2-container--widget_header .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--widget_header .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--widget_header .select2-results__option {
    color: #fff;
    word-wrap: break-word;
    padding-right: 20px; }
    .select2-container--widget_header .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--widget_header .select2-results__option[aria-disabled=true] {
      color: #999; }
    .select2-container--widget_header .select2-results__option[aria-selected=true] {
      background-color: #FFB21B;
      color: #182436; }
    .select2-container--widget_header .select2-results__option .select2-results__option {
      padding-left: 1em; }
      .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em; }
        .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -2em;
          padding-left: 3em; }
          .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -3em;
            padding-left: 4em; }
            .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -4em;
              padding-left: 5em; }
              .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5em;
                padding-left: 6em; }
  .select2-container--widget_header .select2-results__option--highlighted[aria-selected] {
    background-color: #FFB21B;
    color: #182436; }
  .select2-container--widget_header .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--widget_header .select2-dropdown {
    border-bottom-right-radius: 3;
    border-bottom-left-radius: 3;
    background: #182436;
    border: 1px solid #495468;
    box-shadow: 0 15px 24px rgba(45, 58, 99, 0.74);
    -moz-box-shadow: 0 15px 24px rgba(45, 58, 99, 0.74);
    -webkit-box-shadow: 0 15px 24px rgba(45, 58, 99, 0.74); }

.nicescroll-rails {
  top: 0 !important;
  padding: 0px 6px; }
  .nicescroll-rails .nicescroll-cursors {
    width: 7px !important; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

.ui-helper-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important; }

.pages:not(.cabinet_pages) .radio_buttons,
.widget_header .radio_buttons {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: transparent;
  border: 1px solid #c8c8c8;
  display: table;
  width: 100%; }
  .pages:not(.cabinet_pages) .radio_buttons .ui-state-default,
  .widget_header .radio_buttons .ui-state-default {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 35px;
    border-right: none;
    cursor: pointer;
    position: relative; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:before,
    .widget_header .radio_buttons .ui-state-default:before {
      position: absolute;
      display: block;
      content: '';
      width: 1px;
      height: 28px;
      top: 3px;
      left: 0;
      background: #DEDEDE; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:nth-child(2):before,
    .widget_header .radio_buttons .ui-state-default:nth-child(2):before {
      display: none; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default .ui-button-text,
    .widget_header .radio_buttons .ui-state-default .ui-button-text {
      color: #85868b;
      font-family: 'Work Sans';
      font-weight: 400;
      display: block;
      padding-top: 2px; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active,
    .widget_header .radio_buttons .ui-state-default.ui-state-active {
      position: relative;
      z-index: 10;
      background-color: #FFB21B;
      z-index: 10; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active:before,
      .widget_header .radio_buttons .ui-state-default.ui-state-active:before {
        display: none; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active .ui-button-text,
      .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
        color: #fff; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before,
      .widget_header .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before {
        display: none; }
  .pages:not(.cabinet_pages) .radio_buttons .ui-helper-hidden-accessible:first-child + .ui-state-default,
  .widget_header .radio_buttons .ui-helper-hidden-accessible:first-child + .ui-state-default {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:last-child,
  .widget_header .radio_buttons .ui-state-default:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pages:not(.cabinet_pages) .radio_payment .ui-state-default,
.widget_header .radio_payment .ui-state-default {
  width: 33.333333%;
  height: 70px; }
  .pages:not(.cabinet_pages) .radio_payment .ui-state-default.paypal,
  .widget_header .radio_payment .ui-state-default.paypal {
    background-image: url(/assets/payment_paypal.png);
    background-size: 68px;
    background-position: center top;
    background-repeat: no-repeat; }
  .pages:not(.cabinet_pages) .radio_payment .ui-state-default.ui-state-active.paypal,
  .widget_header .radio_payment .ui-state-default.ui-state-active.paypal {
    background-position: center bottom; }
  .pages:not(.cabinet_pages) .radio_payment .ui-state-default.creditcard,
  .widget_header .radio_payment .ui-state-default.creditcard {
    background-image: url(/assets/payment_creditcard.png);
    background-size: 68px;
    background-position: center top;
    background-repeat: no-repeat; }
  .pages:not(.cabinet_pages) .radio_payment .ui-state-default.ui-state-active.creditcard,
  .widget_header .radio_payment .ui-state-default.ui-state-active.creditcard {
    background-position: center bottom; }
.pages:not(.cabinet_pages) .radio_balance .ui-state-default,
.widget_header .radio_balance .ui-state-default {
  width: 50%;
  height: 70px; }

.widget_header .radio_buttons {
  overflow: visible;
  background-color: transparent;
  border-color: transparent; }
  .widget_header .radio_buttons .ui-state-default {
    border: 1px solid #6E84A2;
    border-right: none;
    background-color: transparent;
    border-left: none; }
    .widget_header .radio_buttons .ui-state-default:before {
      display: none; }
    .widget_header .radio_buttons .ui-state-default.ui-corner-left {
      border-left: 1px solid #6E84A2; }
    .widget_header .radio_buttons .ui-state-default.ui-corner-right {
      border-right: 1px solid #6E84A2; }
    .widget_header .radio_buttons .ui-state-default .ui-button-text {
      color: #D0DAE4;
      font-size: 15px;
      line-height: 32px; }
    .widget_header .radio_buttons .ui-state-default.ui-state-active {
      background: none;
      border-bottom-color: #FFB21B; }
      .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
        color: #FFB21B; }

.widget .spinner_wrapper {
  width: 120px; }
  .widget .spinner_wrapper input[type="text"]:focus {
    box-shadow: none; }
  .widget .spinner_wrapper .ui-spinner {
    display: inline-block;
    position: relative;
    height: 35px; }
    .widget .spinner_wrapper .ui-spinner:before {
      display: none; }
    .widget .spinner_wrapper .ui-spinner .spinner {
      border: #C8C8C8 1px solid;
      color: #85868b;
      background: #fff;
      font-size: 13px;
      border-radius: 4px;
      outline: none;
      width: 100%;
      text-align: center;
      padding: 0 33px;
      height: 35px; }
    .widget .spinner_wrapper .ui-spinner-button {
      position: absolute;
      right: 0;
      display: table;
      width: 33px;
      height: 17.5px; }
      .widget .spinner_wrapper .ui-spinner-button.ui-spinner-down.ui-state-hover:before {
        background: url(/assets/minus_white.png) center no-repeat; }
      .widget .spinner_wrapper .ui-spinner-button.ui-spinner-up.ui-state-hover:before {
        background: url(/assets/plus_white.png) center no-repeat; }
    .widget .spinner_wrapper .ui-spinner-up {
      cursor: pointer;
      font-weight: 500;
      left: 0;
      right: inherit;
      height: 35px;
      top: 0; }
      .widget .spinner_wrapper .ui-spinner-up:after {
        display: block;
        position: absolute;
        content: '';
        width: 1px;
        height: 28px;
        background: #c8c8c8;
        top: 3.5px;
        left: 0; }
      .widget .spinner_wrapper .ui-spinner-up:before {
        content: '';
        background: url(/assets/plus.png) center no-repeat;
        height: 100%;
        display: block;
        font-size: 30px;
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0;
        border: none;
        line-height: 30px; }
    .widget .spinner_wrapper .ui-spinner-down {
      cursor: pointer;
      height: 35px;
      right: 0;
      top: 0; }
      .widget .spinner_wrapper .ui-spinner-down:after {
        display: block;
        position: absolute;
        content: '';
        width: 1px;
        height: 28px;
        background: #c8c8c8;
        top: 3.5px;
        right: 0; }
      .widget .spinner_wrapper .ui-spinner-down:before {
        content: '';
        height: 100%;
        background: url(/assets/minus.png) center no-repeat;
        display: block;
        font-size: 30px;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 0;
        right: 0;
        border: none;
        line-height: 30px; }
    .widget .spinner_wrapper .ui-spinner .ui-button-text {
      display: block;
      text-align: center;
      width: 100%;
      height: 100%; }
    .widget .spinner_wrapper .ui-spinner .ui-icon {
      font-size: 0px;
      text-indent: -999px;
      overflow: hidden;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -4px; }

.widget.widget_header .spinner_wrapper {
  width: 25.5%; }
  .widget.widget_header .spinner_wrapper input[type="text"]:focus {
    box-shadow: none; }
  .widget.widget_header .spinner_wrapper .ui-spinner {
    display: inline-block;
    position: relative;
    height: 35px; }
    .widget.widget_header .spinner_wrapper .ui-spinner-button {
      position: absolute;
      right: 0;
      display: table;
      width: 40px;
      height: 17.5px; }
    .widget.widget_header .spinner_wrapper .ui-spinner-up {
      top: 0;
      cursor: pointer;
      font-weight: 500;
      border-left: none;
      right: 0;
      left: inherit;
      height: 35px; }
      .widget.widget_header .spinner_wrapper .ui-spinner-up:after {
        display: none; }
      .widget.widget_header .spinner_wrapper .ui-spinner-up:before {
        content: '';
        background: url(/assets/plus_white.png) center no-repeat;
        height: 100%;
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        border: none;
        text-align: center; }
    .widget.widget_header .spinner_wrapper .ui-spinner-down {
      bottom: 0;
      border-right: none;
      cursor: pointer;
      height: 35px;
      left: 0;
      right: inherit;
      top: 0; }
      .widget.widget_header .spinner_wrapper .ui-spinner-down:after {
        display: none; }
      .widget.widget_header .spinner_wrapper .ui-spinner-down:before {
        content: '';
        height: 100%;
        background: url(/assets/minus_white.png) center no-repeat;
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border: none;
        text-align: center; }
    .widget.widget_header .spinner_wrapper .ui-spinner .spinner {
      border: 1px solid #6E84A2;
      color: #fff;
      font-size: 13px;
      outline: none;
      width: 100%;
      text-align: center;
      border-radius: 4px;
      padding: 0 30px;
      height: 35px; }
  .widget.widget_header .spinner_wrapper .ui-button-text {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%; }
  .widget.widget_header .spinner_wrapper .ui-icon {
    font-size: 0px;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px; }

.pages:not(.cabinet_pages) .spinner_wrapper {
  width: 25.5%; }
  .pages:not(.cabinet_pages) .spinner_wrapper input[type="text"]:focus {
    box-shadow: none; }
  .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner {
    display: inline-block;
    position: relative;
    height: 35px; }
    .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button {
      position: absolute;
      right: 0;
      display: table;
      width: 33px;
      height: 17.5px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-spinner-down.ui-state-hover:before {
        background: url(/assets/minus_white.png) center no-repeat; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-spinner-up.ui-state-hover:before {
        background: url(/assets/plus_white.png) center no-repeat; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-state-hover {
        background-color: #C3E0EC; }
    .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up {
      top: 0;
      cursor: pointer;
      font-weight: 500;
      right: 0;
      left: inherit;
      border-radius: 0 3px 3px 0;
      height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up:after {
        display: block;
        position: absolute;
        content: '';
        width: 1px;
        height: 28px;
        background: #c8c8c8;
        top: 3.5px;
        left: 0; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up:before {
        content: '';
        background: url(/assets/plus.png) center no-repeat;
        height: 100%;
        display: block;
        font-size: 30px;
        position: absolute;
        width: 30px;
        top: 0;
        left: 0;
        border: none;
        text-align: center; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up:ui-state-hover:before {
        background: url(/assets/plus_white.png) center no-repeat; }
    .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down {
      bottom: 0;
      cursor: pointer;
      height: 35px;
      left: 0;
      right: inherit;
      border-radius: 3px 0 0 3px;
      top: 0; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down:after {
        display: block;
        position: absolute;
        content: '';
        width: 1px;
        height: 28px;
        background: #c8c8c8;
        top: 3.5px;
        right: 0; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down:before {
        content: '';
        height: 100%;
        background: url(/assets/minus.png) center no-repeat;
        display: block;
        font-size: 30px;
        position: absolute;
        width: 33px;
        top: 0;
        left: 0;
        border: none;
        text-align: center; }
  .pages:not(.cabinet_pages) .spinner_wrapper .spinner {
    border: #C8C8C8 1px solid;
    color: #85868b;
    background: #fff;
    font-size: 13px;
    outline: none;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding: 0 33px;
    height: 35px; }
  .pages:not(.cabinet_pages) .spinner_wrapper .ui-button-text {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%; }
  .pages:not(.cabinet_pages) .spinner_wrapper .ui-icon {
    font-size: 0px;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px; }

.ui-accordion {
  font-family: 'Work Sans'; }
  .ui-accordion-header {
    color: #4486C9 !important;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 14px !important;
    font-weight: 300;
    outline: none;
    margin-bottom: 5px !important;
    position: relative;
    padding-left: 7px; }
    .ui-accordion-header:before {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      background-color: #4486C9;
      content: '';
      display: block;
      width: 4px;
      height: 4px;
      position: absolute;
      top: 6px;
      left: 0px; }
    .ui-accordion-header span {
      display: inline-block; }
    .ui-accordion-header-active span {
      border-bottom: none; }
  .ui-accordion-content {
    padding: 7px 0 7px 87px;
    background: url(/assets/faq_hooks.png) 20px center no-repeat;
    margin-left: 0;
    margin-bottom: 10px;
    color: #58616B; }
    .ui-accordion-content p {
      color: #58616B;
      line-height: 20px; }
    .ui-accordion-content ol.list li,
    .ui-accordion-content ul.list li {
      color: #a4abb4;
      margin-bottom: 8px; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-base.default,
.tooltipster-default {
  font-family: 'Work Sans';
  box-shadow: 0px 3px 8px #cacbcf;
  -moz-box-shadow: 0px 3px 8px #cacbcf;
  -webkit-box-shadow: 0px 3px 8px #cacbcf;
  border-top: 1px solid #AFEA9B;
  border-radius: 8px;
  background: #fff;
  color: #8E9295; }
  .tooltipster-base.default .tooltipster-content,
  .tooltipster-default .tooltipster-content {
    font-size: 12px;
    line-height: 17px;
    padding: 8px 10px;
    overflow: hidden;
    max-width: 300px; }
  .tooltipster-base.default .tooltipster-arrow .tooltipster-arrow-border,
  .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */ }

.get_price_tooltip {
  font-family: 'Work Sans';
  box-shadow: 0px 0 23px #161a23;
  -moz-box-shadow: 0px 0 23px #161a23;
  -webkit-box-shadow: 0px 0 23px #161a23;
  border-radius: 8px;
  background: #5C6A94;
  color: #FFFFFF; }
  .get_price_tooltip .tooltipster-content {
    font-size: 12px;
    line-height: 17px;
    padding: 8px 10px;
    overflow: hidden;
    max-width: 300px; }
  .get_price_tooltip .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */ }

/* Use this next selector to style things like font-size and line-height: */
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }
  .tooltipster-base .tooltipster-content {
    overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: calc(50% + 9px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .tooltipster-arrow span {
    display: block;
    width: 0;
    height: 0;
    position: absolute; }

.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 0 0 auto; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 0 0 auto; }
  .tooltipster-arrow-bottom span:first-child, .tooltipster-arrow-bottom .tooltipster-arrow-border:first-child {
    margin: -1px -1px 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
  .tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.pages:not(.cabinet_pages) .radio {
  width: 16px;
  height: 16px;
  margin-top: 2px; }
  .pages:not(.cabinet_pages) .radio span {
    background: url(/assets/prices_radio.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%; }
    .pages:not(.cabinet_pages) .radio span.checked {
      background-position: left bottom; }
  .pages:not(.cabinet_pages) .radio input[type="radio"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    text-align: center; }
.pages:not(.cabinet_pages) .checker span {
  background: url(/assets/pages_checkbox.png) no-repeat;
  background-size: 28px;
  display: block;
  width: 28px;
  height: 28px; }
  .pages:not(.cabinet_pages) .checker span.checked {
    background-position: left bottom; }
  .pages:not(.cabinet_pages) .checker span input[type="checkbox"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    text-align: center; }

.files_uploader .fileinput-button {
  position: relative; }
  .files_uploader .fileinput-button:after {
    display: block;
    content: "";
    clear: both; }
  .files_uploader .fileinput-button .uploader {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    width: 100%;
    height: 100%; }

.file_format_error {
  color: #ed5545;
  display: none;
  width: 100%;
  margin: 4px 0; }

.pages:not(.cabinet_pages) .tabs .ui-tabs-nav {
  list-style: none; }
.pages:not(.cabinet_pages) .tabs.tabs_customer {
  position: relative; }
  .pages:not(.cabinet_pages) .tabs.tabs_customer .ui-tabs-nav {
    display: inline-block;
    text-align: center;
    float: right;
    width: 75%;
    margin-bottom: 20px;
    background: #F5F8F9;
    margin: 0 0 20px;
    padding: 0; }
    .pages:not(.cabinet_pages) .tabs.tabs_customer .ui-tabs-nav .ui-state-default {
      height: 42px;
      line-height: 42px;
      float: left;
      text-align: center;
      padding: 0;
      width: 50%;
      border-bottom: 2px solid #e5e5e5;
      float: left;
      outline: none; }
      .pages:not(.cabinet_pages) .tabs.tabs_customer .ui-tabs-nav .ui-state-default:first-child {
        border-radius: 4px 0px 0px 4px; }
      .pages:not(.cabinet_pages) .tabs.tabs_customer .ui-tabs-nav .ui-state-default:last-child {
        border-radius: 0px 4px 4px 0px;
        margin-left: 0; }
      .pages:not(.cabinet_pages) .tabs.tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active {
        background: #DFE6F3;
        border-bottom: 2px solid #ACB8D0; }
        .pages:not(.cabinet_pages) .tabs.tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active a {
          color: #6B7893; }
      .pages:not(.cabinet_pages) .tabs.tabs_customer .ui-tabs-nav .ui-state-default a {
        color: #B5C1C5;
        padding: 9px 10px;
        display: block;
        font-size: 13px;
        font-weight: 500;
        font-family: "Work Sans";
        height: 100%;
        line-height: 22px;
        outline: none;
        text-decoration: none; }

.widget.widget_any_question {
  text-align: left;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .widget.widget_any_question .widget_title {
    text-align: left;
    background: url(/assets/any_questions_icon.png) right center no-repeat; }
    .widget.widget_any_question .widget_title span {
      font-size: 24px; }
  .widget.widget_any_question .widget_content {
    position: relative;
    padding: 0 4%;
    font-family: 'Work Sans'; }
    .widget.widget_any_question .widget_content span {
      color: #626A72;
      font-size: 16px;
      line-height: 24px; }
    .widget.widget_any_question .widget_content p {
      color: #626A72;
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px;
      margin-left: 0;
      width: 100%; }
  .widget.widget_any_question .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #25C989;
    color: #fff;
    width: 94%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 17px 0 20px 10px; }
    .widget.widget_any_question .button:hover {
      background: #1EB379; }

.widget.widget_attention {
  overflow: hidden; }
  .widget.widget_attention .widget_title {
    border: none;
    position: relative; }
    .widget.widget_attention .widget_title:before {
      position: absolute;
      display: block;
      content: '';
      width: 250px;
      height: 1px;
      background: #FFB326;
      left: 0;
      bottom: 0; }
    .widget.widget_attention .widget_title:after {
      position: absolute;
      display: block;
      content: '';
      width: 40px;
      height: 40px;
      background: url(/assets/attention_icon.png) no-repeat;
      right: 0;
      bottom: -20px; }
    .widget.widget_attention .widget_title span {
      width: 100%;
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: auto;
      color: #FF650D;
      padding-top: 6px; }
  .widget.widget_attention .widget_content {
    padding: 10px 4% 0;
    border-radius: 0 0 8px 8px;
    text-align: left; }
    .widget.widget_attention .widget_content > p {
      color: #414141;
      font-size: 18px;
      line-height: 24px;
      padding: 0;
      margin-top: 0;
      font-weight: 300; }
    .widget.widget_attention .widget_content > p span {
      color: #414141;
      font-size: 14px;
      line-height: 20px;
      padding: 0;
      font-weight: 500;
      margin-top: 0; }
    .widget.widget_attention .widget_content > p {
      color: #414141;
      font-size: 16px;
      font-weight: 300;
      line-height: 18px;
      padding: 0 0; }
      .widget.widget_attention .widget_content > p strong {
        font-weight: 300; }
  .widget.widget_attention .attention_discount {
    color: #FF701E;
    margin: 10px 0 0 0;
    position: relative;
    font-family: 'Work Sans';
    border-top: 1px solid #DEDEDE; }
    .widget.widget_attention .attention_discount .attention_discount_content {
      position: relative;
      z-index: 10;
      padding: 10px 0; }
    .widget.widget_attention .attention_discount span {
      display: block;
      font-size: 18px;
      line-height: 22px;
      text-transform: none;
      padding: 0 0;
      font-weight: 500; }
      .widget.widget_attention .attention_discount span b {
        display: block;
        line-height: 22px;
        text-transform: uppercase;
        font-weight: bold; }
    .widget.widget_attention .attention_discount p {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500; }

.best_paper {
  border: none; }
  .best_paper .widget_title {
    text-align: left;
    text-transform: none; }
  .best_paper .widget_content {
    position: relative; }
  .best_paper .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important; }
    .best_paper .button:hover {
      background: #F37517; }

.best_paper_item {
  margin: 0 auto 10px;
  overflow: hidden;
  padding: 0 2px 3px 2px;
  font-family: 'Work Sans'; }
  .best_paper_item:last-child {
    border-bottom: none; }
  .best_paper_item p {
    color: #666D76;
    float: left;
    font-weight: 500;
    width: 70%;
    font-size: 14px;
    line-height: 18px; }
  .best_paper_item strong {
    width: 30%;
    color: #2E4262;
    float: right;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    text-align: right; }
    .best_paper_item strong span {
      color: #898F96;
      font-size: 14px;
      font-weight: 400; }

.widget_component.best_paper .widget_title {
  text-align: left; }
  .widget_component.best_paper .widget_title h2 {
    color: #480908;
    font-size: 40px;
    font-family: 'KyrialDisplayPro', sans-serif; }
.widget_component.best_paper .button {
  width: 290px;
  margin: 32px auto 0; }

.widget.widget_info_text {
  overflow: hidden; }
  .widget.widget_info_text .widget_title {
    position: relative;
    text-align: left;
    z-index: 1;
    padding: 0 0px;
    border-color: #3DB39E; }
    .widget.widget_info_text .widget_title:after {
      background: url(/assets/info_text_icon.png) 0 no-repeat;
      content: '';
      display: block;
      width: 37px;
      height: 37px;
      position: absolute;
      right: 4px;
      top: 16px;
      z-index: 1; }
    .widget.widget_info_text .widget_title span {
      position: relative;
      padding: 15px 0 12px;
      font-size: 24px; }
  .widget.widget_info_text .widget_content {
    padding: 10px 6%;
    font-family: "Work Sans"; }
    .widget.widget_info_text .widget_content p {
      color: #626A72;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      margin-bottom: 10px; }
    .widget.widget_info_text .widget_content strong {
      color: #808C99;
      display: block;
      font-size: 18px;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 10px; }
    .widget.widget_info_text .widget_content ul.list {
      margin: 10px 0;
      list-style: none; }
      .widget.widget_info_text .widget_content ul.list li {
        position: relative;
        padding-left: 27px;
        padding-bottom: 11px;
        background: none;
        color: #58616B;
        font-size: 15px;
        line-height: 18px;
        font-family: 'Work Sans';
        font-weight: 400; }
        .widget.widget_info_text .widget_content ul.list li:before {
          position: absolute;
          display: block;
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #536798;
          left: 0;
          top: 8px; }
      .widget.widget_info_text .widget_content ul.list li {
        margin-bottom: 0;
        margin-top: 0;
        padding-left: 14px;
        color: #626A72; }
        .widget.widget_info_text .widget_content ul.list li:before {
          background: #FF8E3D;
          top: 7px; }

.widget.widget_discounts {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .widget.widget_discounts.send_success .widget_title {
    border-bottom: 1px solid #3DB39E; }
    .widget.widget_discounts.send_success .widget_title:after {
      background: url(/assets/info_text_icon.png) no-repeat; }
  .widget.widget_discounts .widget_title {
    z-index: 1;
    text-align: left;
    border-bottom: 1px solid #3DB39E;
    position: relative; }
    .widget.widget_discounts .widget_title:after {
      background: url(/assets/discount_icon.png) no-repeat;
      content: '';
      display: block;
      width: 37px;
      height: 37px;
      position: absolute;
      right: 4px;
      top: 13px;
      z-index: 1; }
    .widget.widget_discounts .widget_title span {
      font-size: 24px;
      padding: 15px 0 12px; }
  .widget.widget_discounts .widget_content {
    padding: 10px 0; }
    .widget.widget_discounts .widget_content form {
      padding: 0 3%; }
    .widget.widget_discounts .widget_content > strong {
      color: #3DB39E;
      display: block;
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      font-family: 'Montserrat';
      line-height: 30px;
      text-align: center;
      position: relative;
      padding: 12px 0 5px;
      margin: 9px 4%; }
      .widget.widget_discounts .widget_content > strong span {
        display: block;
        color: #354462;
        font-weight: 600;
        text-transform: none;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 4px;
        padding-top: 0;
        margin-top: 5px; }
  .widget.widget_discounts p {
    color: #222122;
    font-family: 'Work Sans';
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 3%;
    margin-bottom: 0px; }
  .widget.widget_discounts label {
    color: #354462;
    font-size: 16px;
    font-family: 'Montserrat';
    line-height: 20px;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    padding-top: 8px; }
  .widget.widget_discounts input[type="text"] {
    width: 100%; }
  .widget.widget_discounts .field_error {
    width: 100%; }
  .widget.widget_discounts .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #3C5EB5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    margin-top: 19px;
    line-height: 51px;
    height: 51px;
    margin-bottom: 10px; }
    .widget.widget_discounts .button:hover {
      background: #2B4DA4; }

.widget_features {
  position: relative;
  z-index: 1; }
  .widget_features .widget_title {
    position: relative;
    border-color: #3DB39E !important; }
    .widget_features .widget_title span {
      position: relative;
      width: 100%; }
  .widget_features .widget_content {
    padding: 8px 0 0 0;
    position: relative;
    overflow: hidden; }
  .widget_features .feature_block {
    text-align: center;
    position: relative; }
    .widget_features .feature_block:last-child .feature_item:last-child {
      border: none; }
  .widget_features .feature_item {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative; }
    .widget_features .feature_item:after {
      content: '';
      display: block;
      clear: both; }
    .widget_features .feature_item .feature_item_info {
      float: left;
      max-width: 75%;
      position: relative;
      padding-left: 21px; }
      .widget_features .feature_item .feature_item_info:before {
        content: '';
        display: block;
        position: absolute;
        width: 11px;
        height: 9px;
        background: url(/assets/check_features.svg) center no-repeat;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
    .widget_features .feature_item p {
      color: #414141;
      display: block;
      vertical-align: top;
      font-family: 'Work Sans';
      font-size: 14px; }
    .widget_features .feature_item > b {
      float: right;
      font-size: 16px;
      color: #3DB39E;
      font-weight: 300;
      padding-top: 7px; }
    .widget_features .feature_item span {
      display: inline;
      vertical-align: top;
      font-size: 14px;
      color: #7B8289;
      font-weight: 100; }
      .widget_features .feature_item span i {
        color: #7B8289;
        font-style: normal;
        text-decoration: line-through; }
      .widget_features .feature_item span strong {
        display: inline;
        color: #7B8289;
        position: relative;
        text-decoration: line-through;
        font-weight: 100; }
      .widget_features .feature_item span b {
        color: #FFA04D;
        display: inline-block;
        vertical-align: top;
        text-transform: lowercase; }
  .widget_features .free_features_info {
    margin: 10px 3% 0;
    padding: 11px 0 15px;
    border-top: 1px solid #E2E2E2;
    font-family: 'Montserrat'; }
    .widget_features .free_features_info .features_total_price:after {
      content: '';
      display: block;
      clear: both; }
    .widget_features .free_features_info .features_total_price > span {
      font-size: 18px;
      font-weight: 400;
      color: #424D58;
      display: block;
      float: left;
      max-width: 50%;
      line-height: 21px;
      padding-top: 7px;
      padding-left: 18px; }
    .widget_features .free_features_info .features_total_price strong {
      display: block;
      float: right;
      width: 120px;
      height: 56px;
      background: url(/assets/features_free.svg) center no-repeat; }
    .widget_features .free_features_info .button {
      display: block;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      border-radius: 5px;
      font-weight: 300;
      text-decoration: none;
      position: relative;
      text-transform: none;
      font-size: 17px;
      height: 56px;
      line-height: 56px;
      background: #FF8E39;
      color: #fff !important;
      height: 50px;
      line-height: 50px;
      text-decoration: none !important;
      width: 100%;
      text-transform: uppercase;
      margin: 15px auto 0; }
      .widget_features .free_features_info .button:hover {
        background: #F37517; }

.pages:not(.cabinet_pages) .widget.widget_get_price .widget_title span,
.widget.widget_get_price .widget_title span {
  padding: 13px 40px 10px;
  background: url(/assets/get_price_icon.png) left center no-repeat; }
.pages:not(.cabinet_pages) .widget.widget_get_price .widget_content,
.widget.widget_get_price .widget_content {
  padding: 0 3% 0 3%;
  position: relative;
  z-index: 1; }
.pages:not(.cabinet_pages) .widget.widget_get_price .select2-container,
.widget.widget_get_price .select2-container {
  min-width: 57%;
  max-width: 57%; }
.pages:not(.cabinet_pages) .widget.widget_get_price .total_price,
.widget.widget_get_price .total_price {
  line-height: 32px;
  padding: 0 0 10px 0; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .total_price p,
  .widget.widget_get_price .total_price p {
    color: #3c3449;
    display: inline-block;
    vertical-align: top;
    width: 45%;
    font-size: 18px;
    line-height: 28px; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .total_price span,
  .widget.widget_get_price .total_price span {
    color: #3c3449;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    line-height: 28px;
    position: relative; }
.pages:not(.cabinet_pages) .widget.widget_get_price .field_item,
.widget.widget_get_price .field_item {
  margin-bottom: 13px; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item > label,
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item .order-pages-num > label,
  .widget.widget_get_price .field_item > label,
  .widget.widget_get_price .field_item .order-pages-num > label {
    color: #483f54;
    font-size: 14px;
    margin-bottom: 4px;
    width: 43%;
    float: left; }
    .pages:not(.cabinet_pages) .widget.widget_get_price .field_item > label a,
    .pages:not(.cabinet_pages) .widget.widget_get_price .field_item .order-pages-num > label a,
    .widget.widget_get_price .field_item > label a,
    .widget.widget_get_price .field_item .order-pages-num > label a {
      text-decoration: underline; }
      .pages:not(.cabinet_pages) .widget.widget_get_price .field_item > label a:hover,
      .pages:not(.cabinet_pages) .widget.widget_get_price .field_item .order-pages-num > label a:hover,
      .widget.widget_get_price .field_item > label a:hover,
      .widget.widget_get_price .field_item .order-pages-num > label a:hover {
        text-decoration: none; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_select_currency > label,
  .widget.widget_get_price .field_item.field_select_currency > label {
    margin-bottom: 0; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_type_assignmets > label,
  .widget.widget_get_price .field_item.field_type_assignmets > label {
    line-height: 16px; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_numbers_of .order-pages-num > label,
  .widget.widget_get_price .field_item.field_numbers_of .order-pages-num > label {
    line-height: 30px; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_numbers_of .spinner_wrapper,
  .widget.widget_get_price .field_item.field_numbers_of .spinner_wrapper {
    width: 48%; }
    .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_numbers_of .spinner_wrapper .spinner,
    .widget.widget_get_price .field_item.field_numbers_of .spinner_wrapper .spinner {
      background: #fff; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item .field_tooltip,
  .widget.widget_get_price .field_item .field_tooltip {
    margin-top: 7px;
    float: right; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_urgency > label,
  .widget.widget_get_price .field_item.field_urgency > label {
    margin-bottom: 9px; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_urgency .select2-container,
  .widget.widget_get_price .field_item.field_urgency .select2-container {
    float: left;
    min-width: 48%;
    max-width: 48%; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_urgency .price_page,
  .widget.widget_get_price .field_item.field_urgency .price_page {
    color: #A6A6A6;
    font-family: "Work Sans";
    font-weight: 400;
    padding-right: 30px;
    width: 100%;
    padding-top: 0;
    text-align: right;
    clear: both;
    overflow: hidden;
    margin-top: -5px; }
    .pages:not(.cabinet_pages) .widget.widget_get_price .field_item.field_urgency .price_page p,
    .widget.widget_get_price .field_item.field_urgency .price_page p {
      padding-left: 0;
      padding-right: 4px;
      font-size: 13px;
      line-height: 14px;
      display: inline; }
.pages:not(.cabinet_pages) .widget.widget_get_price .button,
.widget.widget_get_price .button {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  text-transform: none;
  font-size: 17px;
  height: 56px;
  line-height: 56px;
  background: #FF8E39;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  text-decoration: none !important;
  width: 100%;
  margin: 5px auto 0;
  text-transform: uppercase; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .button:hover,
  .widget.widget_get_price .button:hover {
    background: #F37517; }
.pages:not(.cabinet_pages) .widget.widget_get_price .field_submit,
.widget.widget_get_price .field_submit {
  border-top: 1px solid #E2E2E2;
  padding: 17px 0 22px 0;
  margin-top: 7px; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_submit p,
  .widget.widget_get_price .field_submit p {
    padding-right: 24px; }
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_submit p,
  .pages:not(.cabinet_pages) .widget.widget_get_price .field_submit span,
  .widget.widget_get_price .field_submit p,
  .widget.widget_get_price .field_submit span {
    font-size: 18px;
    line-height: 22px;
    color: #424D58;
    font-weight: 500;
    font-family: "Montserrat"; }

.widget.widget_header.widget_get_price {
  background: rgba(27, 39, 58, 0.57);
  border: none;
  width: 413px;
  box-shadow: none;
  position: relative;
  border-top: 1px solid #89AAD6; }
  .widget.widget_header.widget_get_price .widget_title {
    padding: 25px 0 18px;
    position: relative;
    text-align: center;
    background: none; }
    .widget.widget_header.widget_get_price .widget_title span {
      font-size: 28px;
      line-height: 28px;
      color: #FFB21B;
      font-weight: bold;
      font-family: 'Montserrat';
      display: inline-block;
      background: none;
      padding: 0; }
  .widget.widget_header.widget_get_price .widget_content {
    padding: 2px 5% 5px 5%;
    position: relative;
    z-index: 1; }
  .widget.widget_header.widget_get_price .field_item {
    margin-bottom: 13px; }
    .widget.widget_header.widget_get_price .field_item .field_tooltip {
      float: right;
      background: url(/assets/tooltip_main.png) no-repeat;
      margin-top: 7px; }
    .widget.widget_header.widget_get_price .field_item .select2-container {
      min-width: 55%;
      max-width: 55%; }
      .widget.widget_header.widget_get_price .field_item .select2-container .select2-selection--single {
        background: transparent; }
    .widget.widget_header.widget_get_price .field_item .spinner_wrapper {
      width: 43%; }
      .widget.widget_header.widget_get_price .field_item .spinner_wrapper .spinner {
        background: transparent; }
    .widget.widget_header.widget_get_price .field_item > label,
    .widget.widget_header.widget_get_price .field_item .order-pages-num > label {
      color: #fff;
      font-size: 14px;
      letter-spacing: .3px;
      width: 45%; }
      .widget.widget_header.widget_get_price .field_item > label a,
      .widget.widget_header.widget_get_price .field_item .order-pages-num > label a {
        color: #82E2F1; }
    .widget.widget_header.widget_get_price .field_item.field_select_currency > label {
      margin-bottom: 4px; }
    .widget.widget_header.widget_get_price .field_item.field_type_assignmets > label {
      line-height: 30px; }
    .widget.widget_header.widget_get_price .field_item.field_urgency {
      margin-bottom: 12px; }
      .widget.widget_header.widget_get_price .field_item.field_urgency > label {
        line-height: 30px; }
      .widget.widget_header.widget_get_price .field_item.field_urgency .field_tooltip {
        float: right; }
      .widget.widget_header.widget_get_price .field_item.field_urgency .select2-container {
        min-width: 43%;
        max-width: 43%; }
      .widget.widget_header.widget_get_price .field_item.field_urgency .price_page {
        color: #D1DAE4;
        width: 50%;
        padding-top: 0;
        padding-right: 0;
        text-align: left;
        font-style: normal;
        margin-top: -19px;
        display: inline-block;
        vertical-align: top; }
        .widget.widget_header.widget_get_price .field_item.field_urgency .price_page p {
          padding-left: 0;
          padding-right: 3px;
          font-size: 12px;
          line-height: 14px; }
  .widget.widget_header.widget_get_price .field_submit {
    background: none;
    margin: 0;
    padding: 0;
    border: none; }
    .widget.widget_header.widget_get_price .field_submit .total_price p,
    .widget.widget_header.widget_get_price .field_submit .total_price span {
      font-size: 22px;
      line-height: 24px;
      color: #fff;
      font-weight: bold; }
  .widget.widget_header.widget_get_price .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    margin: 12px auto 19px; }
    .widget.widget_header.widget_get_price .button:hover {
      background: #F37517; }

.widget.widget_payments_security,
.widget_component.payments_security {
  margin-bottom: 15px; }
  .widget.widget_payments_security .widget_title,
  .widget_component.payments_security .widget_title {
    position: relative;
    text-align: left;
    z-index: 1;
    padding: 0 0px;
    border-bottom: none; }
    .widget.widget_payments_security .widget_title span,
    .widget_component.payments_security .widget_title span {
      display: block;
      text-align: center;
      position: relative;
      font-size: 22px;
      padding: 15px 0 12px; }
  .widget.widget_payments_security p,
  .widget_component.payments_security p {
    margin-bottom: 10px; }

.widget.widget_payments_security .widget_content > p {
  padding: 10px 0 !important;
  border-top: 1px solid #3DB39E;
  font-family: 'Work Sans';
  margin: 0 4%;
  font-size: 13px !important;
  color: #7A838E !important; }
.widget.widget_payments_security .payments_security_services {
  padding: 14px 0 4px;
  margin: 0 auto 10px;
  position: relative;
  max-width: 157px; }
  .widget.widget_payments_security .payments_security_services:before {
    content: '';
    display: block;
    width: 195%;
    height: 1px;
    background: #E5E1DF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
  .widget.widget_payments_security .payments_security_services:after {
    content: '';
    display: block;
    clear: both;
    width: 195%;
    height: 1px;
    background: #E5E1DF;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px; }
  .widget.widget_payments_security .payments_security_services .payments_security_item {
    width: 48px;
    height: 30px; }
.widget.widget_payments_security .payments_security_badges .payments_security_badge_item {
  position: relative; }

.pages .widget.widget_payments_security .payments_security_badges .payments_security_badge_item:first-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 90px;
  background: #ececec;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -45px; }

.payments_security_guarateed {
  background: url(/assets/lock.png) center center no-repeat;
  float: left;
  width: 40%;
  min-height: 100px; }

.payments_security_badges {
  overflow: hidden;
  padding: 10px 0; }

.payments_security_badge_item {
  float: left;
  width: 50%;
  padding: 0 10%;
  position: relative; }
  .payments_security_badge_item:first-child:before {
    content: '';
    display: block;
    width: 1px;
    height: 90px;
    background: #E5E1DF;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -45px; }
  .payments_security_badge_item img {
    max-width: 100%;
    height: auto; }

.payments_security_item {
  float: left;
  margin: 0 1.3% 1.3%; }
  .payments_security_item img {
    max-width: 100%;
    height: auto; }

.widget_component.payments_security {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  padding: 0 0 0 2.5%; }
  .widget_component.payments_security .widget_title {
    text-transform: none;
    width: 100%; }
    .widget_component.payments_security .widget_title span {
      line-height: 29px; }
  .widget_component.payments_security .payments_security_content {
    width: 100%;
    padding-top: 0; }
  .widget_component.payments_security .payments_security_services {
    display: flex;
    justify-content: center; }
  .widget_component.payments_security .payments_security_item {
    margin: 0 .8% 0;
    width: 48px;
    height: 30px; }
    .widget_component.payments_security .payments_security_item:last-child {
      margin-right: 0; }
  .widget_component.payments_security .widget_content {
    position: relative;
    overflow: visible;
    float: left;
    width: 55%; }
    .widget_component.payments_security .widget_content:first-child {
      padding-right: 5%;
      width: 45%; }
    .widget_component.payments_security .widget_content:last-child:before, .widget_component.payments_security .widget_content:last-child:after {
      display: none; }
    .widget_component.payments_security .widget_content p {
      width: 100%; }
  .widget_component.payments_security .payments_security_heading {
    color: #71757e;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px; }
  .widget_component.payments_security .payments_security_services {
    background: #e9e8e5;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: hidden; }
  .widget_component.payments_security .payments_security_badge_item {
    padding: 0 9%; }
  .widget_component.payments_security p {
    color: #898F96;
    font-family: 'Work Sans';
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .widget_component.payments_security .payments_security_badge_item:first-child {
    border-right: none; }

.widget_component.payments_security .widget_title {
  border: none; }

.order_wrap .content_title h1,
.order_wrap .content_title h2,
.order_wrap .content_title span {
  position: static; }
.order_wrap .widget_payments_security .widget_title {
  text-align: left; }
  .order_wrap .widget_payments_security .widget_title:after {
    display: none; }
  .order_wrap .widget_payments_security .widget_title span {
    text-transform: none;
    font-size: 14px;
    line-height: 18px; }
.order_wrap .widget_payments_security .widget_content .payments_security_services .payments_security_item {
  margin: 0 1.2%;
  width: 42px; }
.order_wrap .widget_payments_security .payments_security_services {
  padding: 0;
  border: none; }

.pages .widget.widget_testimonial {
  background-color: #fff;
  font-family: 'Work Sans'; }
  .pages .widget.widget_testimonial .widget_title {
    font-size: 40px;
    z-index: 1;
    position: relative; }
  .pages .widget.widget_testimonial .widget_content {
    padding-top: 0; }
  .pages .widget.widget_testimonial .customer_testimonial_details {
    margin: 8px 0; }
  .pages .widget.widget_testimonial .customer_testimonial_carousel_widget {
    width: 320px; }
    .pages .widget.widget_testimonial .customer_testimonial_carousel_widget + .customer_testimonial_carousel_widget {
      border-top: #f3f3f3 1px solid; }
  .pages .widget.widget_testimonial .customer_testimonial_item {
    opacity: 1;
    margin: 0;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 15px;
    padding-top: 5px;
    float: none;
    overflow: hidden;
    box-shadow: none;
    min-height: 300px;
    border: none;
    position: relative;
    background-color: transparent; }
    .pages .widget.widget_testimonial .customer_testimonial_item:hover {
      box-shadow: none; }
    .pages .widget.widget_testimonial .customer_testimonial_item p {
      color: #58616B;
      padding-top: 0; }
    .pages .widget.widget_testimonial .customer_testimonial_item .customer_testimonial_data strong {
      font-size: 19px;
      line-height: 26px;
      color: #414141;
      font-family: 'Montserrat'; }
    .pages .widget.widget_testimonial .customer_testimonial_item .customer_testimonial_info span {
      font-family: 'Montserrat';
      color: #414141;
      font-size: 14px; }
    .pages .widget.widget_testimonial .customer_testimonial_item .customer_testimonial_info p {
      font-family: 'Work Sans';
      color: #999B9C;
      font-weight: 300;
      font-size: 13px;
      padding-top: 15px; }
    .pages .widget.widget_testimonial .customer_testimonial_item:not(:last-child) {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px; }
    .pages .widget.widget_testimonial .customer_testimonial_item:before {
      display: none; }
    .pages .widget.widget_testimonial .customer_testimonial_item:last-child {
      border-bottom: none; }
  .pages .widget.widget_testimonial .customer_testimonial_details {
    overflow: hidden;
    padding-bottom: 14px;
    border-bottom: 1px solid #E2E2E2; }
    .pages .widget.widget_testimonial .customer_testimonial_details .rating_wrapper {
      width: 55%;
      float: left; }
    .pages .widget.widget_testimonial .customer_testimonial_details p.data {
      float: right;
      text-align: right;
      width: 45%;
      position: static;
      color: #ACAFB2;
      font-size: 13px;
      line-height: 26px;
      font-weight: 300;
      padding-top: 0; }
    .pages .widget.widget_testimonial .customer_testimonial_details .customer_testimonial_stat .jabber,
    .pages .widget.widget_testimonial .customer_testimonial_details .customer_testimonial_stat .fb,
    .pages .widget.widget_testimonial .customer_testimonial_details .customer_testimonial_stat .bbb {
      width: 100%;
      height: 34px;
      line-height: 30px;
      margin: 5px auto; }

.widget_post {
  background-color: #fff;
  position: relative;
  z-index: 1; }
  .widget_post .widget_content {
    overflow: hidden; }

.meet_blogger {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  text-transform: none;
  font-size: 17px;
  height: 56px;
  line-height: 56px;
  background: #7690BD;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  margin: 20px 6% 0 6%; }
  .meet_blogger:hover {
    background: #5F7CAE; }

.post_search {
  padding: 9px 5.6% 0 5.6%;
  position: relative;
  margin-top: 10px; }
  .post_search input[type="text"] {
    width: 100%;
    padding-right: 30px; }
  .post_search .search_button {
    display: none;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px; }

.post_subscribe {
  margin: 18px 5.6% 15px 5.6%; }
  .post_subscribe label {
    color: #424D58;
    display: block;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 22px;
    border-top: 1px solid #E2E2E2;
    padding-top: 9px;
    font-weight: 300;
    margin-bottom: 8px; }
  .post_subscribe input[type="text"] {
    width: 100%; }
  .post_subscribe .field_error {
    position: relative;
    width: 100%; }
    .post_subscribe .field_error .validation_error {
      position: absolute;
      bottom: -16px;
      left: 0; }
  .post_subscribe p {
    display: none; }
  .post_subscribe .button,
  .post_subscribe input.button {
    background-color: #fff;
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #7690BD;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    margin-top: 19px;
    width: 100%; }
    .post_subscribe .button:hover,
    .post_subscribe input.button:hover {
      background: #5F7CAE; }

.post_categories {
  list-style: none;
  padding-top: 0;
  padding-bottom: 20px;
  margin: 0 3% 20px;
  overflow: hidden;
  border-bottom: 1px solid #E2E2E2; }
  .post_categories:last-child {
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0; }
  .post_categories span {
    color: #424D58;
    font-family: 'Montserrat';
    display: block;
    font-weight: 300;
    font-size: 20px;
    padding: 7px 6% 0 6%;
    margin-bottom: 15px; }
  .post_categories ul {
    margin: 4px 0 10px 6%;
    list-style: none;
    font-family: 'Work Sans'; }
    .post_categories ul li {
      font-size: 16px;
      margin-bottom: 8px; }
      .post_categories ul li a {
        color: #488EEE;
        font-size: 14px; }

.widget.know_need {
  overflow: hidden; }
  .widget.know_need .widget_title {
    position: relative;
    text-align: left;
    z-index: 1;
    padding: 0 0px;
    border-color: #3DB39E; }
    .widget.know_need .widget_title span {
      position: relative;
      padding-bottom: 8px;
      font-size: 24px;
      line-height: 28px; }
  .widget.know_need .widget_content {
    padding: 15px 0 0 0;
    position: relative;
    z-index: 1; }
  .widget.know_need p {
    padding: 0 5% 6px 5%;
    color: #626A72;
    font-family: 'Work Sans';
    font-size: 15px;
    line-height: 18px;
    text-align: justify; }
  .widget.know_need .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #38A2CD;
    color: #fff;
    text-transform: uppercase;
    width: 90%;
    height: 51px;
    line-height: 51px;
    margin: 10px auto 0; }
    .widget.know_need .button:hover {
      background: #298CB3; }
  .widget.know_need .know_need_bg {
    overflow: hidden;
    padding: 0 0 15px 0; }

.widget.service_rate {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  text-align: center;
  display: table;
  width: 100%;
  padding: 2px 0;
  background: none; }
  .widget.service_rate .owl-stage-outer {
    max-width: 600px; }
    .widget.service_rate .owl-stage-outer .owl-item {
      text-align: center;
      max-width: 205px;
      position: relative; }

.service_rate_item {
  background: url(/assets/service_rate_icon.png) center top no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-top: 35px;
  width: 33%; }
  .service_rate_item span {
    color: #30283e;
    display: block;
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 600;
    font-family: 'Montserrat'; }
    .service_rate_item span b {
      font-weight: 600;
      color: #30283e; }
  .service_rate_item a {
    color: #3793D9;
    font-family: 'Work Sans';
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-decoration: underline;
    font-weight: 300; }
    .service_rate_item a:hover {
      text-decoration: none; }
  .service_rate_item p {
    color: #BBBFC6;
    font-family: 'Work Sans';
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 5px; }

.component .widget.ratings_service {
  overflow: hidden; }
  .component .widget.ratings_service .widget_title {
    position: relative;
    text-align: left;
    z-index: 1;
    border-color: #3DB39E; }
    .component .widget.ratings_service .widget_title:after {
      background: url(/assets/info_text_icon.png) 0 no-repeat;
      content: '';
      display: block;
      width: 37px;
      height: 37px;
      position: absolute;
      right: 4px;
      top: 16px;
      z-index: 1; }
    .component .widget.ratings_service .widget_title span {
      position: relative;
      padding: 15px 0 12px;
      font-size: 24px; }
  .component .widget.ratings_service .widget_content {
    padding: 10px 0 0 0; }

.ratings_service_item {
  border-bottom: #e7e7e7 1px solid;
  overflow: hidden;
  font-size: 15px;
  font-family: 'Work Sans';
  font-weight: 400;
  padding: 0 2% 8px;
  margin: 0 4% 8px; }
  .ratings_service_item:last-child {
    border-bottom: none; }
  .ratings_service_item span {
    color: #626A72;
    float: left; }
  .ratings_service_item p {
    color: #FF8E3D;
    font-weight: 600;
    float: right; }
    .ratings_service_item p b {
      font-weight: 600; }

.widget.top_writers {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none; }
  .widget.top_writers .widget_content {
    padding: 0 0; }
  .widget.top_writers .widget_title {
    border-bottom: none;
    text-align: left;
    background: none;
    padding-left: 0;
    margin: 0 0 15px;
    border-bottom: 1px solid #FFB21B; }
    .widget.top_writers .widget_title span {
      text-transform: none;
      font-size: 22px;
      font-family: "Montserrat";
      color: #233648;
      padding: 10px 0 4px 0; }

.top_writer_item {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 0;
  width: 29%;
  padding: 12px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 1.9%; }
  .top_writer_item .top_writer_icon {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    float: left; }
    .top_writer_item .top_writer_icon img {
      max-width: 100%;
      height: auto; }
  .top_writer_item .rating_wrapper {
    display: inline-block;
    position: relative;
    margin-top: 4px;
    margin-bottom: 12px;
    line-height: 0; }
    .top_writer_item .rating_wrapper div.star-rating {
      width: 25px;
      height: 24px;
      background: url("/assets/star.png") no-repeat 0 0;
      background-size: 25px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 25px;
      height: 24px;
      text-indent: -999em;
      overflow: hidden;
      margin: 0 1.5px 0 1.5px;
      background: transparent !important; }
      .top_writer_item .rating_wrapper div.star-rating a {
        width: 25px;
        height: 100%;
        background: url("/assets/star.png") no-repeat 0 top;
        background-size: 25px;
        border: 0;
        display: block; }
      .top_writer_item .rating_wrapper div.star-rating-on a {
        background-position: 0 bottom !important; }
      .top_writer_item .rating_wrapper div.star-rating-hover a {
        background-position: 0 bottom; }
      .top_writer_item .rating_wrapper div.star-rating-readonly a {
        cursor: default !important; }
    .top_writer_item .rating_wrapper div .rating-cancel {
      display: none !important;
      width: 0px;
      height: 0px; }
      .top_writer_item .rating_wrapper div .rating-cancel a {
        display: block;
        width: 25px;
        height: 24px;
        background-position: 0 0;
        border: 0; }
      .top_writer_item .rating_wrapper div .rating-cancel + .star-rating {
        margin: 0 1.5px 0 0; }
    .top_writer_item .rating_wrapper > * {
      display: inline-block; }
    .top_writer_item .rating_wrapper div.star-rating {
      float: none;
      display: inline-block;
      vertical-align: top; }
  .top_writer_item > a:not(.button) {
    color: #3793D9;
    font-size: 13px;
    text-align: center;
    display: block;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-top: 10px; }
  .top_writer_item .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    background-color: #28394D;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    width: 95%;
    margin: 5px auto 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px; }
    .top_writer_item .button:hover {
      background-color: #335071; }

.widget.widget_extras .widget_content {
  overflow: hidden;
  padding: 10px 0 2px 0;
  font-family: "Work Sans"; }
.widget.widget_extras .widget_title {
  position: relative;
  text-align: left;
  z-index: 1;
  border-color: #3DB39E;
  padding: 0; }
  .widget.widget_extras .widget_title:after {
    background: url(/assets/info_text_icon.png) 0 no-repeat;
    content: '';
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 4px;
    top: 16px;
    z-index: 1; }
  .widget.widget_extras .widget_title span {
    position: relative;
    padding: 15px 0 12px;
    font-size: 24px; }
.widget.widget_extras .extras_item {
  border-bottom: #E7E7E7 1px solid;
  overflow: hidden;
  font-size: 16px;
  padding: 0 5px 10px 5px;
  margin: 0 4%;
  margin-bottom: 10px; }
  .widget.widget_extras .extras_item:last-child {
    border-bottom: none; }
  .widget.widget_extras .extras_item span {
    color: #626A72;
    font-weight: 500;
    float: left;
    text-transform: none; }
  .widget.widget_extras .extras_item p {
    color: #FF8E3D;
    font-weight: 600;
    float: right; }

.pages .widget_life_time {
  border-radius: 3px;
  width: 630px;
  background: #fff; }
.pages .life_time_item {
  border-bottom: #E9E9E9 1px solid;
  display: table;
  width: 100%;
  position: relative; }
  .pages .life_time_item:last-child {
    border-bottom: none; }
.pages .life_time_description {
  border-right: #E9E9E9 1px solid;
  display: table-cell;
  vertical-align: top;
  width: 71%;
  font-size: 15px;
  padding: 15px 3%;
  font-family: 'Work Sans'; }
  .pages .life_time_description span {
    color: #233648;
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 500; }
    .pages .life_time_description span b {
      color: #233648;
      font-weight: 500;
      font-size: 20px; }
  .pages .life_time_description p {
    color: #9B9FA8;
    line-height: 17px; }
.pages .life_time_procent {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  padding: 12px 3%; }
  .pages .life_time_procent span {
    color: #FF8E40;
    font-size: 22px;
    line-height: 24px;
    font-family: "Montserrat";
    font-weight: bold; }

.widget_promo {
  background: #5C6A94;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  height: 30px; }
  .widget_promo + .wrapper {
    position: relative;
    top: 30px; }
  .widget_promo[style="display: none;"] + .wrapper {
    top: 0; }
  .widget_promo p {
    color: #fff;
    line-height: 26px;
    display: inline;
    font-size: 14px;
    font-weight: 300; }
    .widget_promo p a {
      font-size: 15px;
      line-height: 26px;
      color: #fff;
      font-weight: 500;
      text-decoration: none !important; }
    .widget_promo p .sale_link {
      background: #fff;
      border-radius: 5px;
      padding: 1.5px 6.5px;
      color: #5C6A94;
      font-weight: 300; }
  .widget_promo a {
    color: #FFE000;
    font-size: 23px;
    line-height: 26px;
    text-decoration: none; }
    .widget_promo a:hover {
      text-decoration: underline; }

.widget_promo_wrapper .widget_promo_text {
  text-align: center;
  line-height: 30px; }
  .widget_promo_wrapper .widget_promo_text p {
    font-size: 14px; }

.widget_promo_close {
  background: url(/assets/close.svg) no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7px;
  right: 20px; }

.widget_promo_content {
  display: none;
  z-index: 1;
  padding-top: 8px; }
  .widget_promo_content .widget_promo_content_info {
    width: 100%;
    text-align: center; }
  .widget_promo_content .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    width: 440px;
    text-transform: uppercase;
    margin: 10px auto 5px;
    position: relative; }
    .widget_promo_content .button:hover {
      background: #F37517; }
    .widget_promo_content .button:hover {
      text-decoration: none; }

.widget_promo_title {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 5px;
  font-family: 'Work Sans'; }
  .widget_promo_title span {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding-top: 0; }
  .widget_promo_title p {
    color: #fff;
    font-size: 23px;
    display: inline;
    line-height: 25px;
    font-weight: 300; }
    .widget_promo_title p a {
      padding-top: 0;
      line-height: 25px;
      color: #fff000;
      display: inline;
      text-decoration: none; }

.section.why_choose {
  overflow: visible;
  padding: 25px 0 16px 0; }
  .section.why_choose > h1,
  .section.why_choose > h2 {
    padding: 0 10px 23px 10px;
    position: relative;
    margin-bottom: 8px; }

.why_choose {
  padding-bottom: 22px;
  position: relative; }
  .why_choose h2 {
    margin-bottom: 15px; }
  .why_choose .section_content, .why_choose.section .section_content {
    display: block;
    text-align: center; }
  .why_choose .owl-item {
    position: relative;
    overflow: hidden; }
    .why_choose .owl-item .why_choose_item {
      width: 100%;
      margin: 0;
      padding: 0 5%; }
    .why_choose .owl-item img {
      display: inline-block;
      vertical-align: top;
      width: auto; }

.why_choose_item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 1%; }
  .why_choose_item .why_choose_icon {
    width: 100%;
    height: 35px;
    margin: 0 auto 20px;
    display: table; }
    .why_choose_item .why_choose_icon .why_choose_icon_align {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding-right: 5%;
      height: 90px; }
    .why_choose_item .why_choose_icon img {
      max-width: 100%;
      height: auto; }
  .why_choose_item .why_choose_info {
    margin-top: 10px;
    line-height: 18px;
    text-align: left; }
    .why_choose_item .why_choose_info span,
    .why_choose_item .why_choose_info strong {
      color: #414141;
      display: block;
      font-weight: bold;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 8px; }
    .why_choose_item .why_choose_info p {
      color: #717C87;
      font-size: 14px;
      line-height: 18px;
      font-weight: 300; }

.section.writing_service {
  text-align: center;
  padding-bottom: 25px;
  border-top: 1px solid #C6C6C6;
  padding-top: 28px;
  margin: 15px auto 0; }
  .section.writing_service > span {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    font-weight: bold;
    font-family: serif;
    color: #5f5f5f;
    padding-bottom: 10px; }
  .section.writing_service h2 {
    margin-bottom: 10px; }
  .section.writing_service h3 {
    color: #474747; }
  .section.writing_service .section_content {
    padding-bottom: 20px;
    padding-left: 25.5%;
    min-height: 370px;
    display: block;
    overflow: visible;
    position: relative; }
    .section.writing_service .section_content:before {
      background-image: none;
      position: absolute;
      content: '';
      width: 558px;
      height: 373px;
      left: -58px;
      z-index: -1;
      top: 0; }
      .no-webpalpha .section.writing_service .section_content:before {
        background: url(/assets/writing_service_img.jpg) left top no-repeat; }
      .webpalpha .section.writing_service .section_content:before {
        background: url(/assets/writing_service_img.webp) left top no-repeat; }
    .section.writing_service .section_content h1,
    .section.writing_service .section_content h2,
    .section.writing_service .section_content h3 {
      color: #233648;
      display: inline-block;
      font-size: 30px;
      font-family: 'Montserrat';
      line-height: 38px;
      font-weight: bold;
      text-align: left;
      width: 100%;
      padding: 0 0 10px;
      text-transform: uppercase;
      margin-bottom: 10px;
      position: relative; }
      .section.writing_service .section_content h1:before,
      .section.writing_service .section_content h2:before,
      .section.writing_service .section_content h3:before {
        position: absolute;
        display: block;
        content: '';
        width: 68px;
        height: 51px;
        background: url(/assets/hooks.png) no-repeat;
        left: -91px;
        bottom: 10px; }
    .section.writing_service .section_content > span {
      color: #ff9600;
      display: block;
      font-size: 18px;
      font-style: italic;
      text-align: center;
      margin-bottom: 10px; }
    .section.writing_service .section_content p {
      color: #58616B;
      font-size: 15px;
      line-height: 25px;
      text-align: left;
      font-weight: 300; }
    .section.writing_service .section_content .banner {
      text-align: center;
      margin-top: 22px;
      position: relative;
      z-index: 10; }
      .section.writing_service .section_content .banner img {
        max-width: 100%;
        height: auto; }

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important; } }
.desktop-visible {
  display: block; }
  .desktop-visible .discount-ticket {
    margin: 0 auto; }

.section.free_features {
  background-size: cover;
  padding: 30px 0 50px 0;
  border-top: 1px solid #E5E1DF;
  margin-top: 8px; }

.free_features {
  padding-bottom: 20px; }
  .free_features .section_content {
    display: block; }
  .free_features .free_features_content {
    text-align: center;
    padding: 30px 0 25px 0;
    position: relative; }
  .free_features .feature_item {
    display: inline-block;
    vertical-align: bottom;
    width: 150px;
    margin: 0 7px;
    padding: 10px 0 20px;
    position: relative;
    font-family: 'Work Sans';
    border: 1px solid #E2E2E2; }
    .free_features .feature_item .feature_align {
      min-height: 48px;
      display: table;
      width: 100%;
      height: 48px; }
      .free_features .feature_item .feature_align p {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px; }
    .free_features .feature_item:first-child {
      margin-left: 0; }
    .free_features .feature_item p {
      color: #294B6E;
      display: inline-block;
      vertical-align: text-bottom;
      font-size: 17px;
      margin-bottom: 10px;
      font-weight: normal;
      padding: 0; }
    .free_features .feature_item span {
      color: #9EADBC;
      display: block;
      font-size: 16px;
      line-height: 24px;
      margin-top: 1px;
      font-weight: bold; }
      .free_features .feature_item span i {
        display: inline-block;
        vertical-align: middle;
        text-transform: none;
        margin-top: 2px;
        font-style: normal;
        font-weight: 500; }
      .free_features .feature_item span strong {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: 5px;
        color: #42709F;
        font-weight: 500;
        font-size: 22px; }
        .free_features .feature_item span strong:before {
          background: url(/assets/strike.png) center center no-repeat;
          background-size: 73px;
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 0px;
          width: 73px;
          height: 6px;
          margin: -3px 0 0 0px; }
    .free_features .feature_item b {
      color: #FF8E3D;
      font-size: 22px;
      line-height: 24px;
      padding-left: 5px;
      padding-top: 5px;
      display: block;
      text-transform: uppercase; }
  .free_features .free_features_info {
    font-family: 'Montserrat'; }
    .free_features .free_features_info p {
      color: #576899;
      font-size: 26px;
      line-height: 28px;
      text-align: center;
      font-weight: bold; }
      .free_features .free_features_info p span {
        position: relative;
        margin: 0 8px; }
        .free_features .free_features_info p span:before {
          background: url(/assets/strike.png) center center no-repeat;
          background-size: 73px;
          content: '';
          display: block;
          position: absolute;
          top: 35%;
          left: 0px;
          width: 73px;
          height: 6px;
          margin: 0px 0 0 0px; }
      .free_features .free_features_info p b {
        text-transform: none;
        color: #FF8E3D;
        font-size: 26px;
        line-height: 28px; }
      .free_features .free_features_info p strong {
        margin-left: 5px; }
    .free_features .free_features_info .button {
      display: block;
      font-family: "Montserrat", sans-serif;
      text-align: center;
      border-radius: 5px;
      font-weight: 300;
      text-decoration: none;
      position: relative;
      text-transform: none;
      font-size: 17px;
      height: 56px;
      line-height: 56px;
      background: #FF8E39;
      color: #fff !important;
      height: 50px;
      line-height: 50px;
      text-decoration: none !important;
      max-width: 440px;
      width: 70%;
      margin: 24px auto 0; }
      .free_features .free_features_info .button:hover {
        background: #F37517; }

/* our stats */
.section.our_stats {
  padding: 25px 0 50px 0;
  position: relative;
  overflow: visible;
  background-image: none; }
  .no-webpalpha .section.our_stats.lazy-bg-loaded {
    background: #010316 url(/assets/our_stats_bg.jpg) center bottom no-repeat; }
  .webpalpha .section.our_stats.lazy-bg-loaded {
    background: #010316 url(/assets/our_stats_bg.webp) center bottom no-repeat; }
  .section.our_stats .our_stats_heading {
    padding: 20px 10px 30px 10px;
    position: relative;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    width: 80%;
    border-bottom: 1px solid rgba(236, 236, 236, 0.1); }

.our_stats .section_content, .our_stats.section .section_content {
  display: block;
  text-align: center; }
.our_stats .owl-item {
  position: relative; }
  .our_stats .owl-item:last-child:before {
    display: none; }
  .our_stats .owl-item img {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 6px; }
  .our_stats .owl-item .our_stat_item {
    width: 100%; }

.our_stat_item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  padding-top: 20px;
  position: relative; }
  .our_stat_item p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none; }
  .our_stat_item span {
    color: #ff8e3d;
    display: block;
    font-size: 88px;
    line-height: 92px;
    text-transform: none;
    margin-bottom: 18px; }

/* end our stats */
.component .section.our_stats {
  padding: 0 0 30px 0; }
  .component .section.our_stats:after {
    display: none; }

.section.our_customers {
  padding: 25px 0 21px 0; }
  .section.our_customers > h1,
  .section.our_customers > h2 {
    display: inline-block;
    padding: 0 0 0;
    text-transform: uppercase;
    margin-bottom: 45px;
    color: #B2BAC7;
    font-size: 36px;
    line-height: 40px;
    max-width: 1000px; }

.our_customers .our_customer_info h2,
.our_customers .our_customer_info h3 {
  color: #474747; }
.our_customers .our_customer_info h2 {
  font-size: 20px;
  line-height: 24px; }
.our_customers .our_customer_info h3 {
  font-size: 16px;
  line-height: 20px; }
.our_customers .section_content, .our_customers.section .section_content {
  display: block;
  text-align: center; }
.our_customers .owl-item {
  padding: 0 45px; }

.our_customer_content {
  overflow: hidden;
  margin: 0px 0 43px 0; }
  .our_customer_content .owl-item {
    text-align: center;
    position: relative; }
    .our_customer_content .owl-item:before {
      position: absolute;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #FFB21B;
      right: -3px;
      top: 50px; }
    .our_customer_content .owl-item:last-child:before {
      display: none; }
  .our_customer_content .our_customer_item {
    display: table;
    vertical-align: bottom;
    width: 100%;
    text-align: center; }
    .our_customer_content .our_customer_item .icon {
      vertical-align: middle;
      text-align: center; }
      .our_customer_content .our_customer_item .icon img {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: top;
        max-width: 100%; }

.our_customer_info {
  text-align: left; }
  .our_customer_info h1,
  .our_customer_info h2,
  .our_customer_info h3 {
    font-weight: bold;
    font-family: "Montserrat";
    color: #4C4D4F;
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 7px;
    text-transform: none; }
  .our_customer_info ul.list li,
  .our_customer_info ul li,
  .our_customer_info ol li,
  .our_customer_info ol.list li {
    font-size: 15px !important; }
    .our_customer_info ul.list li:before,
    .our_customer_info ul li:before,
    .our_customer_info ol li:before,
    .our_customer_info ol.list li:before {
      font-size: 15px !important; }
  .our_customer_info p {
    color: #58616B;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
    font-family: 'Work Sans'; }

.section.our_awards {
  background-color: #fff;
  padding: 40px 0 40px 0;
  text-align: center; }
  .section.our_awards > h2 {
    position: relative;
    display: inline-block;
    text-transform: none;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px; }
  .section.our_awards .section_content {
    max-width: 1048px; }
  .section.our_awards .section_content {
    display: block;
    text-align: center; }
  .section.our_awards .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    margin: 15px auto 0;
    width: 458px; }
    .section.our_awards .button:hover {
      background: #F37517; }
  .section.our_awards .owl-item {
    display: table;
    padding: 0 4.4%;
    height: 120px; }
    .section.our_awards .owl-item:after {
      position: absolute;
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #FFB21B;
      right: 0;
      top: 59px; }
    .section.our_awards .owl-item:last-child:after {
      display: none; }
.section .our_awards_content {
  display: table;
  margin: 26px 0 8px 0; }
.section .our_award_item {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .section .our_award_item img {
    max-width: 100%;
    height: auto; }

.section.price_payments {
  position: relative;
  overflow: visible; }
  .section.price_payments .best_paper {
    width: 37.5%;
    display: inline-block;
    vertical-align: top; }
  .section.price_payments .payments_security {
    width: 62.5%;
    display: inline-block;
    vertical-align: top; }
  .section.price_payments .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    width: 440px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 60px;
    margin: 28px auto 0;
    clear: both;
    position: relative; }
    .section.price_payments .button:hover {
      background: #F37517; }

.section.price_payments {
  padding-bottom: 15px;
  padding-top: 45px;
  position: relative; }
  .section.price_payments .widget_title:after {
    display: none; }
  .section.price_payments:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 390px;
    background: #F8F8F8;
    left: 0;
    top: 0; }
  .section.price_payments .section_content {
    position: relative;
    border-top: 1px solid #E5E1DF;
    padding-top: 15px; }
  .section.price_payments .widget_content:last-child .widget_title {
    padding-left: 10px; }
  .section.price_payments .widget_title {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #E5E1DF;
    padding-bottom: 11px; }
    .section.price_payments .widget_title span {
      color: #414141;
      display: inline-block;
      vertical-align: bottom;
      text-transform: none;
      font-weight: 600;
      font-size: 24px;
      width: auto;
      position: relative;
      padding: 5px 4px 5px; }
      .section.price_payments .widget_title span:after {
        position: absolute;
        display: block;
        content: '';
        width: 26px;
        height: 30px; }
  .section.price_payments .payments_security_services {
    background: transparent;
    padding-bottom: 13px;
    margin-top: 9px; }
  .section.price_payments .best_paper .widget_title {
    text-align: left;
    padding-left: 10px; }

.section.recent_posts {
  padding: 32px 0 50px 0;
  background: #F8F8F8; }
  .section.recent_posts .recent_posts_heading {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 38px; }

.recent_posts .section_content {
  max-width: 1048px;
  position: relative; }
.recent_posts .section_content, .recent_posts.section .section_content {
  display: block;
  text-align: center; }
.recent_posts .owl-item {
  padding: 15px 1% 5px; }
.recent_posts .recent_post_item {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 139px;
  border-radius: 4px;
  padding-bottom: 30px; }
  .recent_posts .recent_post_item img {
    max-width: 100%;
    height: 100%;
    border-radius: 4px; }

.recent_post_photo {
  display: block;
  position: relative;
  padding-top: 0;
  text-decoration: none;
  height: 139px;
  padding-bottom: 0; }
  .recent_post_photo + .recent_post_info {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%; }
  .recent_post_photo .recent_post_info {
    text-align: left;
    padding: 0 4px 0 30px;
    display: block; }
    .recent_post_photo .recent_post_info strong {
      color: #fff;
      font-size: 22px;
      font-family: 'Montserrat';
      line-height: 26px;
      display: inline-block;
      vertical-align: top;
      padding: 15px 20px 0 12px;
      position: absolute;
      z-index: 1;
      left: 0;
      max-height: 100%;
      overflow: hidden;
      top: 0; }
    .recent_post_photo .recent_post_info .recent_post_data {
      font-style: italic;
      margin: 0; }
      .recent_post_photo .recent_post_info .recent_post_data b {
        display: block; }
      .recent_post_photo .recent_post_info .recent_post_data span {
        display: block; }

.recent_post_data {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  display: block;
  margin: 0 8%;
  padding: 5px 0; }
  .recent_post_data b {
    color: #fff;
    display: block;
    font-weight: normal; }
  .recent_post_data span {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    font-family: 'Work Sans'; }

.component .section.our_advantages {
  display: table;
  padding: 0 0 60px 0;
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 10;
  overflow: visible; }
  .component .section.our_advantages .section_content {
    padding: 20px 0 0;
    max-width: 1000px;
    margin: 0; }
  .component .section.our_advantages > span {
    color: #502b2b;
    display: block;
    font-size: 24px;
    text-align: center; }
  .component .section.our_advantages.parent_service > span, .component .section.our_advantages.child_service > span {
    display: none; }
  .component .section.our_advantages .widget {
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    width: 32%;
    min-width: 328px;
    max-width: 328px; }
  .component .section.our_advantages .separator {
    display: table-cell;
    width: 2%; }

.section.customers_testimonials .section_content {
  display: block;
  position: relative; }

.section.customers_testimonials {
  padding: 35px 0 35px 0;
  overflow: visible;
  position: relative; }
  .section.customers_testimonials:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 360px;
    background: #F8F8F8;
    left: 0;
    top: 0; }

.customers_testimonials {
  position: relative; }
  .customers_testimonials div.star-rating {
    width: 26px;
    height: 24px;
    background: url("/assets/star.png") no-repeat 0 0;
    background-size: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important; }
    .customers_testimonials div.star-rating a {
      width: 26px;
      height: 100%;
      background: url("/assets/star.png") no-repeat 0 top;
      background-size: 26px;
      border: 0;
      display: block; }
    .customers_testimonials div.star-rating-on a {
      background-position: 0 bottom !important; }
    .customers_testimonials div.star-rating-hover a {
      background-position: 0 bottom; }
    .customers_testimonials div.star-rating-readonly a {
      cursor: default !important; }
  .customers_testimonials div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .customers_testimonials div .rating-cancel a {
      display: block;
      width: 26px;
      height: 24px;
      background-position: 0 0;
      border: 0; }
    .customers_testimonials div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
  .customers_testimonials .customers_testimonials_heading {
    margin-bottom: 0;
    position: relative;
    padding: 0 10px 10px 10px; }
  .customers_testimonials .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background-color: #28394D;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    width: 440px;
    position: relative;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 57px; }
    .customers_testimonials .button:hover {
      background-color: #335071; }
  .customers_testimonials .owl-carousel .owl-stage {
    padding: 22px 0 7px; }
    .customers_testimonials .owl-carousel .owl-stage .owl-item.active + .owl-item.active .customer_testimonial_item {
      margin-left: -1px; }
  .customers_testimonials .owl-nav > div {
    background: url(/assets/arrows_sprite.png) no-repeat;
    font-size: 0;
    width: 26px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -38px; }
    .customers_testimonials .owl-nav > div.owl-prev {
      left: 0;
      background-position: top left; }
    .customers_testimonials .owl-nav > div.owl-next {
      right: 0;
      background-position: top right; }

.owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .owl-dots .owl-dot {
    background-color: #D8D8D8;
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 6px; }
    .owl-dots .owl-dot.active {
      background-color: #BBBBBB; }

.customer_testimonial_carousel {
  max-width: 1000px;
  padding: 0 50px;
  position: relative; }

.customer_testimonial_item {
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  float: left;
  padding: 20px 7% 30px 7%;
  margin: 0 0;
  position: relative;
  min-height: 284px; }
  .customer_testimonial_item > p {
    color: #58616B;
    font-size: 13px;
    line-height: 19px;
    font-family: "Work Sans";
    padding: 0 3px;
    min-height: 130px; }
  .customer_testimonial_item .data {
    font-size: 13px;
    color: #ACAFB2;
    position: absolute;
    display: block;
    bottom: 5px;
    text-align: left;
    min-height: 1px; }

.customer_testimonial_details {
  margin: 15px 0; }
  .customer_testimonial_details .customer_testimonial_stat {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-left: 1px; }

.customer_testimonial_info {
  overflow: hidden;
  margin-top: 4px;
  font-family: 'Montserrat'; }
  .customer_testimonial_info > span {
    color: #414141;
    font-size: 14px;
    display: block;
    margin-top: 0; }
  .customer_testimonial_info > p {
    font-size: 13px;
    line-height: 15px;
    color: #999B9C;
    font-weight: 500;
    padding-top: 15px;
    font-family: "Work Sans"; }

.customer_testimonial_data {
  overflow: hidden; }
  .customer_testimonial_data strong {
    color: #414141;
    float: left;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    max-width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .customer_testimonial_data .rating_wrapper {
    float: right;
    margin-top: 2px; }

.component .customers_testimonials {
  padding: 50px 0; }

.customer_testimonial_carousel:not(.owl-carousel) {
  padding-bottom: 20px; }
  .customer_testimonial_carousel:not(.owl-carousel) .customer_testimonial_item {
    max-width: 450px;
    width: 450px;
    float: none;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }

.section {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  text-align: center; }
  .section > h1,
  .section > h2,
  .section .customers_testimonials_heading,
  .section .our_stats_heading,
  .section .recent_posts_heading {
    display: inline-block;
    font-size: 30px;
    line-height: 34px;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #233648; }
  .section > h1 {
    font-size: 32px; }
  .section .section_content {
    display: table;
    min-width: 320px;
    max-width: 1024px;
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
    position: relative; }
    .section .section_content > h1,
    .section .section_content > h2 {
      color: #222122;
      font-size: 24px;
      line-height: 30px;
      font-weight: normal;
      text-align: center; }
    .section .section_content > h1 {
      font-size: 32px; }

.post {
  margin-bottom: 31px; }
  .post .content {
    padding-bottom: 25px; }
  .post .pagination {
    margin-top: 80px; }

.post_item {
  border-bottom: #939FB2 1px solid;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .post_item .post_author {
    margin: 5px 0; }

.post_title a {
  color: #424D58;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  text-transform: none; }
  .post_title a strong {
    font-weight: 300;
    padding-right: 4px; }
.post_title span {
  color: #ACAFB2;
  font-family: 'Work Sans';
  font-weight: 500;
  display: block;
  font-size: 12px;
  padding-top: 10px; }
  .post_title span a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-style: inherit; }

.post_photo {
  overflow: hidden;
  margin: 0 0 14px;
  float: left;
  width: 50%;
  margin-right: 5%; }
  .post_photo img {
    max-width: 100%;
    height: auto; }

.post_photo_info {
  display: table;
  width: 100%;
  padding-top: 12px; }
  .post_photo_info .post_photo_data {
    color: #979ca9;
    font-size: 13px;
    line-height: 20px;
    font-style: italic; }
    .post_photo_info .post_photo_data strong {
      display: block;
      font-weight: 300; }
    .post_photo_info .post_photo_data span {
      display: block; }

.post_description {
  overflow: hidden;
  margin-top: 0;
  font-family: 'Work Sans'; }
  .post_description p {
    color: #7A8189;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; }
  .post_description img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.post_read_more {
  color: #488EEE;
  float: left;
  font-family: 'Work Sans';
  font-size: 13px;
  font-weight: 300;
  margin-top: 7px; }
  .post_read_more:hover {
    text-decoration: none; }

.post_tags {
  clear: both;
  display: inline-block;
  width: 100%;
  font-family: 'Work Sans';
  margin-top: 40px; }
  .post_tags p {
    color: #5D6770;
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin-right: 10px; }
  .post_tags a {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #E7E7E7;
    color: #B3B3B3;
    background: #F3F3F3;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: lowercase;
    padding: 3px 20px 3px;
    margin: 0 10px 10px 0; }

.post_view .content_title {
  margin-bottom: 0px;
  margin-top: 15px; }
  .post_view .content_title h1 {
    padding-bottom: 0; }
.post_view .post_author {
  max-width: 100%;
  margin: 5px auto; }
.post_view .post_item {
  overflow: visible;
  border-bottom: none;
  margin-left: 0;
  margin-right: 0; }
  .post_view .post_item .post_title {
    width: 100%;
    margin: 0 0 4px 0; }
    .post_view .post_item .post_title h1 {
      color: #502b2b;
      display: block;
      font-size: 24px;
      line-height: 26px;
      text-align: left; }
.post_view .post_photo {
  border: none;
  width: 100%;
  float: none;
  max-width: 100%;
  margin: 10px 0 0 0;
  text-align: center; }
  .post_view .post_photo img {
    display: inline-block;
    margin-bottom: 20px; }
.post_view .post_description h2 {
  color: #424D58;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 18px;
  font-family: 'Montserrat'; }
.post_view .post_description ol.list {
  margin-left: 15px;
  list-style-position: inside; }
.post_view .post_description ul.list {
  margin: 10px 0;
  list-style: none;
  margin-left: 15px; }
  .post_view .post_description ul.list li {
    position: relative;
    padding-left: 27px;
    padding-bottom: 11px;
    background: none;
    color: #58616B;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Work Sans';
    font-weight: 400; }
    .post_view .post_description ul.list li:before {
      position: absolute;
      display: block;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #536798;
      left: 0;
      top: 8px; }
  .post_view .post_description ul.list li:before {
    background: #FF8E3D; }
.post_view .post_description p {
  margin-bottom: 14px; }

.post_data {
  margin-top: 9px;
  font-style: italic; }
  .post_data span {
    color: #a4a0a8;
    font-size: 13px;
    font-weight: 300;
    margin-right: 20px; }
    .post_data span a {
      color: #a4a0a8; }
      .post_data span a:hover {
        text-decoration: none; }

.post_view .pages_description_social {
  margin: 1px 0 6px 0; }

.pages_description_social {
  overflow: hidden;
  padding: 14px 0 10px 0;
  text-align: center;
  position: relative; }
  .pages_description_social + .post_data {
    margin-top: 0;
    text-align: left; }
  .pages_description_social .social-likes__widget {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    cursor: pointer;
    float: left;
    width: 92px;
    height: 30px;
    margin-right: 11px;
    padding: 0; }
    .pages_description_social .social-likes__widget .social-likes__button {
      float: left;
      width: 38px;
      margin: 4px 0;
      height: calc(100% - 8px); }
    .pages_description_social .social-likes__widget .social-likes__counter {
      color: #fff;
      font-weight: 300;
      line-height: 30px; }
    .pages_description_social .social-likes__widget.social-likes__widget_twitter {
      background-color: #98DBF8; }
      .pages_description_social .social-likes__widget.social-likes__widget_twitter:hover {
        background-color: #80c8ff; }
      .pages_description_social .social-likes__widget.social-likes__widget_twitter:active {
        background-color: #39a8fd; }
      .pages_description_social .social-likes__widget.social-likes__widget_twitter .social-likes__button {
        border-right: none;
        background: url(/assets/social_twitter_icon.png) center center no-repeat;
        background-size: 18px;
        width: 100%; }
      .pages_description_social .social-likes__widget.social-likes__widget_twitter .social-likes__counter {
        display: none; }
    .pages_description_social .social-likes__widget.social-likes__widget_facebook {
      background-color: #3B5998; }
      .pages_description_social .social-likes__widget.social-likes__widget_facebook:hover {
        background-color: #4281d6; }
      .pages_description_social .social-likes__widget.social-likes__widget_facebook:active {
        background-color: #1552a5; }
      .pages_description_social .social-likes__widget.social-likes__widget_facebook .social-likes__button {
        border-right: #284073 1px solid;
        background: url(/assets/social_facebook_icon.png) center center no-repeat;
        background-size: 9px; }
    .pages_description_social .social-likes__widget.social-likes__widget_plusone {
      background-color: #F34A38; }
      .pages_description_social .social-likes__widget.social-likes__widget_plusone:hover {
        background-color: #e43d2b; }
      .pages_description_social .social-likes__widget.social-likes__widget_plusone:active {
        background-color: #e2492b; }
      .pages_description_social .social-likes__widget.social-likes__widget_plusone .social-likes__button {
        border-right: #D63C2C 1px solid;
        background: url(/assets/social_plusone_icon.png) center center no-repeat;
        background-size: 18px; }
    .pages_description_social .social-likes__widget.social-likes__widget_linkedin {
      background-color: #2a88c3; }
      .pages_description_social .social-likes__widget.social-likes__widget_linkedin:hover {
        background-color: #639cc1; }
      .pages_description_social .social-likes__widget.social-likes__widget_linkedin:active {
        background-color: #245f85; }
      .pages_description_social .social-likes__widget.social-likes__widget_linkedin .social-likes__button {
        border-right: #257cb3 1px solid;
        background: url(/assets/social_linkedin_icon.png) center 4px no-repeat;
        background-size: 15px; }
    .pages_description_social .social-likes__widget.social-likes__widget_pinterest {
      background-color: #e02d41; }
      .pages_description_social .social-likes__widget.social-likes__widget_pinterest:hover {
        background-color: #e34153; }
      .pages_description_social .social-likes__widget.social-likes__widget_pinterest:active {
        background-color: #d81e33; }
      .pages_description_social .social-likes__widget.social-likes__widget_pinterest .social-likes__button {
        border-right: #d3283b 1px solid;
        background: url(/assets/social_pinterest_icon.png) center center no-repeat;
        background-size: 13px; }
  .pages_description_social .block_total_shares {
    float: right;
    color: #474747;
    font-weight: 300;
    float: right;
    line-height: 25px; }
    .pages_description_social .block_total_shares b {
      color: #474747;
      font-weight: 300;
      margin-left: 5px; }

.post_author {
  background-color: #fff;
  border-top: 1px solid #FFCA28;
  border-bottom: 1px solid #FFCA28;
  overflow: hidden;
  padding: 3% 20px;
  font-family: 'Work Sans'; }
  .post_author > p {
    color: #938171;
    line-height: 21px; }
  .post_author + .post_tags {
    border-bottom: #d6d6d6 1px solid;
    padding-bottom: 10px; }

.post_author_title {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: center; }
  .post_author_title p {
    color: #A3A3A3;
    font-family: 'Montserrat';
    font-size: 14px;
    display: inline-block;
    padding-bottom: 3px; }
    .post_author_title p b {
      color: #A3A3A3;
      font-size: 14px;
      padding-left: 4px;
      line-height: 24px; }

.post_author_data {
  float: left;
  width: 30%;
  margin: 0 3% 0 0; }

.post_author_links {
  padding-top: 15px;
  margin-top: 5px;
  position: relative; }
  .post_author_links:before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    width: 54px;
    background: #FFCA28;
    left: 0;
    top: 0; }
  .post_author_links span {
    display: block;
    margin-bottom: 0; }
    .post_author_links span a {
      color: #4486C9;
      display: inline-block;
      font-size: 13px;
      text-decoration: none; }
      .post_author_links span a:hover {
        text-decoration: underline; }

.post_author_photo {
  margin-bottom: 11px;
  text-align: center;
  position: relative; }
  .post_author_photo + .post_author_social {
    text-align: center;
    margin-top: 15px; }
  .post_author_photo img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    max-width: 100%;
    height: 145px;
    width: 145px;
    height: auto; }

.post_author_description {
  overflow: hidden; }
  .post_author_description strong {
    color: #2E4262;
    font-weight: bold;
    font-family: 'Montserrat';
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px; }
  .post_author_description p {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 20px; }
    .post_author_description p + .post_author_links {
      margin-top: 14px; }
    .post_author_description p a {
      color: #4788d8;
      text-decoration: underline; }
      .post_author_description p a:hover {
        text-decoration: none; }

.post_comments {
  margin-top: 30px; }
  .post_comments img {
    max-width: 100%;
    height: auto; }

.blogger_about .post_author_photo:before {
  display: none; }
.blogger_about .post_author {
  border: none;
  background: none;
  margin-bottom: 30px;
  box-shadow: none;
  padding: 0; }
  .blogger_about .post_author + .content_title {
    padding-bottom: 0; }
    .blogger_about .post_author + .content_title h2 {
      font-size: 24px;
      line-height: 28px; }
.blogger_about .content {
  padding-bottom: 18px; }
.blogger_about .post_author_data {
  width: 32%;
  margin: 40px 3% 0 0; }
.blogger_about .post_author_content .post_author_social {
  width: 100%; }
.blogger_about .post_author_description {
  overflow: visible; }
  .blogger_about .post_author_description strong {
    margin-left: 35%;
    padding-bottom: 0; }
  .blogger_about .post_author_description p {
    color: #5e5e5e;
    line-height: 22px;
    margin-bottom: 20px; }

.post_author_social {
  overflow: hidden;
  margin-bottom: 5px; }
  .post_author_social a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-decoration: none; }
    .post_author_social a img {
      max-width: 100%;
      height: auto; }

.post_author_block {
  float: left;
  width: 54%;
  margin: 40px 3% 0 3%; }
  .post_author_block span {
    color: #420505;
    display: block;
    font-size: 16px;
    margin-bottom: 15px; }

.post_author_section {
  width: 100%;
  display: inline-block; }
  .post_author_section .post_author_data {
    margin: 0 3% 0 0; }
  .post_author_section .post_author_description > span {
    color: #420505;
    display: block;
    font-size: 16px;
    margin-bottom: 15px; }
  .post_author_section .post_author_links {
    margin-top: 55px; }

.our_bloggers .content_title {
  border-bottom: none; }
.our_bloggers .post_author {
  padding-bottom: 20px;
  margin-bottom: 30px; }
.our_bloggers .post_author_description p {
  position: relative; }

.post_author_content {
  overflow: hidden;
  clear: both;
  padding-top: 10px; }
  .post_author_content .post_author_social {
    width: 31%;
    padding-top: 0;
    float: left;
    padding-bottom: 10px;
    text-align: center; }
    .post_author_content .post_author_social a {
      display: inline-block;
      vertical-align: top; }
  .post_author_content .post_author_links {
    overflow: hidden; }

.pages .samples .pages_description {
  margin-bottom: 20px; }

.sample_view .content {
  padding-top: 16px; }
.sample_view .content_title {
  margin-bottom: 0; }
.sample_view .pages_description_social {
  margin-bottom: 0; }
.sample_view .pages_description {
  margin-top: 14px; }
  .sample_view .pages_description > i {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    font-family: 'Work Sans'; }
    .sample_view .pages_description > i span {
      color: #ACAFB2;
      clear: both;
      font-size: 13px;
      margin-left: 0; }
  .sample_view .pages_description h1,
  .sample_view .pages_description h2, .sample_view .pages_description h3 {
    clear: both; }
  .sample_view .pages_description p {
    clear: both; }

.page_samples_wrapp {
  margin-bottom: 45px; }
  .page_samples_wrapp:after {
    content: '';
    display: block;
    clear: both; }

.sample_item {
  overflow: hidden;
  border: 1px solid #E9E9E9;
  border-bottom: 3px solid #E9E9E9;
  position: relative;
  padding: 19px 20px 15px;
  z-index: 1;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 19px;
  border-radius: 5px; }
  .sample_item:nth-child(2n) {
    margin-right: 0; }
  .sample_item .sample_title {
    clear: both;
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E2E5E9; }
    .sample_item .sample_title h2 {
      font-family: 'Montserrat';
      font-weight: 300;
      min-height: 79px;
      padding-top: 3px; }
    .sample_item .sample_title a {
      color: #424D58;
      text-decoration: none; }
      .sample_item .sample_title a strong {
        color: #424D58;
        font-weight: 300;
        font-size: 18px;
        display: block;
        margin-bottom: 3px; }
      .sample_item .sample_title a span {
        font-size: 15px;
        color: #424D58;
        display: block;
        line-height: 19px; }
  .sample_item .sample_icon {
    width: 66px;
    float: left;
    text-align: center;
    margin-right: 10px; }
    .sample_item .sample_icon img {
      max-width: 100%;
      height: auto; }
  .sample_item .sample_description {
    display: inline-block;
    width: 100%;
    margin-bottom: 13px; }
  .sample_item .sample_info {
    float: left;
    width: 100%;
    padding-left: 0; }
    .sample_item .sample_info ul {
      list-style: none; }
      .sample_item .sample_info ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 6px;
        padding-bottom: 5px;
        padding-left: 1%;
        font-size: 15px;
        font-family: 'Work Sans'; }
        .sample_item .sample_info ul li:last-child {
          margin-bottom: 0;
          border-bottom: none; }
        .sample_item .sample_info ul li span {
          color: #414141;
          font-weight: 500;
          display: inline-block;
          vertical-align: top;
          text-align: left;
          width: 54%;
          margin-right: 3%; }
        .sample_item .sample_info ul li p {
          color: #7B8289;
          display: inline-block;
          vertical-align: top;
          line-height: 18px;
          font-size: 15px;
          float: right;
          width: 43%;
          font-weight: 300; }
          .sample_item .sample_info ul li p a {
            color: #7B8289;
            text-decoration: underline; }
            .sample_item .sample_info ul li p a:hover {
              text-decoration: none; }
  .sample_item .sample_link {
    padding-top: 11px;
    color: #38A2CD;
    font-size: 15px;
    font-weight: 100;
    display: block;
    text-align: center;
    border-top: 1px solid #E2E5E9;
    text-decoration: none !important; }
  .sample_item .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    clear: both;
    margin: 7px 0 17px 18%;
    z-index: 2;
    width: 335px; }
    .sample_item .button:hover {
      background: #F37517; }

.testimonials .content {
  padding-bottom: 30px; }
.testimonials .pages_description > p {
  margin-bottom: 9px; }
.testimonials .pages_description a {
  color: #496bc5;
  display: inline-block;
  margin-right: 0.3em; }
  .testimonials .pages_description a:hover {
    text-decoration: none; }
.testimonials .pages_description .testimonials_link {
  margin-bottom: 37px;
  font-family: 'Montserrat'; }
  .testimonials .pages_description .testimonials_link a {
    background: url(/assets/testimonial_link_icon.png) left bottom no-repeat;
    color: #3793D9;
    font-size: 12px;
    padding-left: 34px;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px; }
    .testimonials .pages_description .testimonials_link a:hover {
      text-decoration: none; }
  .testimonials .pages_description .testimonials_link span {
    color: #8E98A0;
    font-size: 12px;
    margin-left: 0px; }

.testimonial_item {
  border: 1px solid rgba(200, 200, 200, 0.59);
  background-color: #FCFCFC;
  border-radius: 4px;
  padding: 14px 3% 17px 3%;
  margin-bottom: 30px;
  position: relative; }
  .testimonial_item:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-color: rgba(200, 200, 200, 0.59) transparent transparent transparent;
    border-width: 13px 0 0 22px;
    border-style: solid;
    bottom: -13px;
    right: 43px;
    z-index: 1; }
  .testimonial_item:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-color: #fff transparent transparent transparent;
    border-width: 12px 0 0 19px;
    border-style: solid;
    bottom: -12px;
    right: 44px;
    z-index: 2; }
  .testimonial_item .testimonial_stat {
    overflow: hidden;
    position: relative;
    min-height: 38px;
    margin: 10px 0 5px 0;
    padding-top: 4px;
    padding-left: 4px;
    position: relative;
    z-index: 1; }
    .testimonial_item .testimonial_stat .jabber,
    .testimonial_item .testimonial_stat .fb,
    .testimonial_item .testimonial_stat .bbb {
      width: 40%;
      height: 34px;
      line-height: 30px;
      margin: 0;
      position: relative; }
  .testimonial_item + .pagination {
    padding-top: 20px;
    margin-top: 20px; }

.testimonial_title {
  overflow: hidden; }
  .testimonial_title .rating_wrapper {
    position: absolute;
    right: 15px;
    top: 14px; }
    .testimonial_title .rating_wrapper div.star-rating {
      width: 26px;
      height: 24px;
      background: url("/assets/star.png") no-repeat 0 0;
      background-size: 26px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 26px;
      height: 24px;
      text-indent: -999em;
      overflow: hidden;
      margin: 0 2px 0 2px;
      background: transparent !important; }
      .testimonial_title .rating_wrapper div.star-rating a {
        width: 26px;
        height: 100%;
        background: url("/assets/star.png") no-repeat 0 top;
        background-size: 26px;
        border: 0;
        display: block; }
      .testimonial_title .rating_wrapper div.star-rating-on a {
        background-position: 0 bottom !important; }
      .testimonial_title .rating_wrapper div.star-rating-hover a {
        background-position: 0 bottom; }
      .testimonial_title .rating_wrapper div.star-rating-readonly a {
        cursor: default !important; }
    .testimonial_title .rating_wrapper div .rating-cancel {
      display: none !important;
      width: 0px;
      height: 0px; }
      .testimonial_title .rating_wrapper div .rating-cancel a {
        display: block;
        width: 26px;
        height: 24px;
        background-position: 0 0;
        border: 0; }
      .testimonial_title .rating_wrapper div .rating-cancel + .star-rating {
        margin: 0 2px 0 0; }
  .testimonial_title .testimonial_title_info {
    font-family: 'Montserrat'; }
    .testimonial_title .testimonial_title_info > b {
      font-size: 19px;
      line-height: 24px;
      color: #414141;
      max-width: 82%;
      display: block; }
    .testimonial_title .testimonial_title_info > p {
      color: #414141;
      font-size: 14px;
      margin-top: 3px; }
    .testimonial_title .testimonial_title_info .testimonial_title_info_details {
      margin-top: 15px;
      overflow: hidden; }
      .testimonial_title .testimonial_title_info .testimonial_title_info_details i {
        color: #999B9C;
        display: block;
        font-size: 13px;
        font-style: normal;
        float: left;
        font-family: 'Work Sans'; }

.testimonial_content {
  margin-top: 8px;
  position: relative;
  font-family: 'Work Sans'; }
  .testimonial_content > p {
    color: #58616B;
    font-size: 14px;
    line-height: 18px; }
  .testimonial_content .data {
    font-size: 12px;
    line-height: 16px;
    color: #ACAFB2;
    text-align: right;
    margin-top: 10px; }

.testimonial_info {
  overflow: hidden;
  margin-bottom: 10px; }
  .testimonial_info div.star-rating {
    width: 22px;
    height: 22px;
    background: url("/assets/star.png") no-repeat 0 0;
    background-size: 22px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important; }
    .testimonial_info div.star-rating a {
      width: 22px;
      height: 100%;
      background: url("/assets/star.png") no-repeat 0 top;
      background-size: 22px;
      border: 0;
      display: block; }
    .testimonial_info div.star-rating-on a {
      background-position: 0 bottom !important; }
    .testimonial_info div.star-rating-hover a {
      background-position: 0 bottom; }
    .testimonial_info div.star-rating-readonly a {
      cursor: default !important; }
  .testimonial_info div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .testimonial_info div .rating-cancel a {
      display: block;
      width: 22px;
      height: 22px;
      background-position: 0 0;
      border: 0; }
    .testimonial_info div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
  .testimonial_info p {
    color: #d6c8b7;
    float: right;
    font-size: 12px;
    margin-top: 10px; }

.extras .content_title {
  margin-bottom: 0; }
.extras .content {
  padding: 0;
  position: relative;
  z-index: 1; }
  .extras .content .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    width: 440px;
    height: 60px;
    line-height: 60px;
    margin: 30px auto;
    text-transform: uppercase; }
    .extras .content .button:hover {
      background: #F37517; }
.extras table {
  border-collapse: collapse;
  font-size: 14px;
  overflow: hidden; }
  .extras table tr:nth-child(even) {
    background: #F7FBF8; }
    .extras table tr:nth-child(even) td:last-child:not(:first-child) {
      background: #E8F8EC; }
  .extras table tr:first-child td:first-child {
    position: relative; }
  .extras table tr td {
    padding: 8px 3% 8px 4%; }
    .extras table tr td span {
      color: #414141;
      font-weight: normal;
      font-family: 'Montserrat';
      display: block;
      font-size: 16px;
      margin: 0 0 5px 0; }
    .extras table tr td p {
      color: #414141;
      line-height: 20px;
      font-size: 14px;
      font-family: "Work Sans";
      font-weight: 300; }
  .extras table tr td:last-child:not(:first-child) {
    color: #5A8164;
    width: 93px;
    font-family: "Work Sans";
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 10px;
    background: #F1FDF4; }
  .extras table tr.extras_title {
    border-bottom: none; }
    .extras table tr.extras_title:first-child td {
      padding-top: 15px; }
    .extras table tr.extras_title td[colspan="2"] {
      background: #fff !important;
      position: relative; }
      .extras table tr.extras_title td[colspan="2"]:after {
        position: absolute;
        display: block;
        content: '';
        width: 93px;
        height: 100%;
        background: #F1FDF4;
        right: 0;
        top: 0; }
    .extras table tr.extras_title td p {
      color: #414141; }
    .extras table tr.extras_title b {
      position: relative;
      color: #414141;
      font-weight: 300;
      font-family: 'Montserrat';
      font-size: 22px;
      line-height: 24px; }
  .extras table tr.extras_category td span {
    color: #414141;
    font-weight: 300;
    font-family: 'Montserrat';
    font-size: 22px;
    line-height: 24px; }
  .extras table tr.extras_category + .extras_title td {
    position: relative; }
  .extras table tr.extras_category p {
    margin-left: 0; }
  .extras table tr.extras_category span {
    position: relative;
    margin-left: 0; }

.pages_nav_active > span,
.pages_nav_active > a {
  display: none; }

.pages_nav {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; }
  .pages_nav ul {
    list-style: none;
    text-align: center;
    padding: 0 0;
    line-height: 0;
    overflow: hidden;
    font-family: 'Work Sans';
    width: 100%;
    display: table; }
    .pages_nav ul li {
      display: table-cell;
      text-align: center;
      position: relative;
      border-bottom: 2px solid #e5e5e5; }
      .pages_nav ul li:first-child {
        border-left: 1px solid #e5e5e5;
        border-radius: 0px 0px 0px 4px; }
      .pages_nav ul li:last-child {
        border-right: 1px solid #e5e5e5;
        border-radius: 0px 0px 4px 0px; }
      .pages_nav ul li:hover, .pages_nav ul li.current {
        background: #DFE6F3;
        border-bottom: 2px solid #ACB8D0; }
        .pages_nav ul li:hover a, .pages_nav ul li.current a {
          color: #6B7893; }
      .pages_nav ul li a {
        color: #B5C1C5;
        padding: 9px 10px;
        display: block;
        font-size: 13px;
        font-weight: 500;
        height: 100%;
        line-height: 22px;
        text-decoration: none; }

.static_pages .content_title {
  margin-bottom: 0; }
.static_pages .pages_description > h2:first-child {
  margin-top: 26px; }
.static_pages .pages_description h2 {
  color: #424D58;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: none; }
.static_pages .pages_description h3 {
  color: #424D58;
  font-family: "Montserrat";
  line-height: 24px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300; }
.static_pages .pages_description p {
  color: #58616B;
  font-family: 'Work Sans'; }
.static_pages .pages_description ul {
  margin: 10px 0;
  list-style: none; }
  .static_pages .pages_description ul li {
    position: relative;
    padding-left: 27px;
    padding-bottom: 11px;
    background: none;
    color: #58616B;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Work Sans';
    font-weight: 400; }
    .static_pages .pages_description ul li:before {
      position: absolute;
      display: block;
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #536798;
      left: 0;
      top: 8px; }
.static_pages .pages_description ol {
  margin: 20px 15px 20px 0;
  list-style-position: inside; }
  .static_pages .pages_description ol li {
    font-size: 14px;
    font-family: 'Work Sans';
    line-height: 21px;
    color: #58616B;
    padding-left: 5px;
    padding-bottom: 8px; }

.static_page_tabs {
  margin: 30px auto; }
  .static_page_tabs > ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important; }
    .static_page_tabs > ul:after {
      content: '';
      display: block;
      clear: both;
      left: 0; }
    .static_page_tabs > ul li {
      display: block;
      float: left;
      width: 33.333%;
      padding: 0 !important;
      margin: 0 !important; }
      .static_page_tabs > ul li:before {
        display: none !important; }
      .static_page_tabs > ul li a {
        font-size: 14px !important;
        color: #424D58 !important;
        text-decoration: none !important;
        display: block;
        text-align: center;
        background: #FCFCFC;
        border: 1px solid #EAEAEA;
        border-bottom: none;
        padding: 8px 0 13px;
        outline: none;
        font-size: 14px;
        color: #424D58; }
        .static_page_tabs > ul li a:before {
          content: '';
          display: inline-block;
          width: 21px;
          height: 20px;
          margin-right: 7px;
          position: relative;
          top: 5px; }
      .static_page_tabs > ul li:nth-child(1) a {
        border-radius: 4px 0 0 0;
        border-right: none; }
        .static_page_tabs > ul li:nth-child(1) a:before {
          background: url(/assets/quality.svg) center no-repeat; }
      .static_page_tabs > ul li:nth-child(2) a:before {
        background: url(/assets/how_works.svg) center no-repeat; }
      .static_page_tabs > ul li:nth-child(3) a {
        border-left: none;
        border-radius: 0 4px 0 0; }
        .static_page_tabs > ul li:nth-child(3) a:before {
          background: url(/assets/support.svg) center no-repeat; }
      .static_page_tabs > ul li.ui-tabs-active a {
        background: #fff;
        border-top: 2px solid #FFB21B;
        position: relative; }
        .static_page_tabs > ul li.ui-tabs-active a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #fff; }
  .static_page_tabs .static_page_tabs_content {
    border: 1px solid #E9E9E9;
    border-radius: 0 0 4px 4px;
    border-bottom: 3px solid #E9E9E9;
    padding: 25px 11px 30px; }
    .static_page_tabs .static_page_tabs_content > div {
      display: none; }
    .static_page_tabs .static_page_tabs_content .tabs_content_wrapp:after {
      display: block;
      content: '';
      clear: both; }
    .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item {
      float: left;
      width: 33.333%;
      padding: 0 12px; }
      .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon {
        display: block;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        border: 1px solid #B8B8B8;
        border-radius: 100%;
        background-position: center;
        margin-bottom: 15px; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.qualified_writers {
          background: url(/assets/ico_tabs1.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.original_writing {
          background: url(/assets/ico_tabs2.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.proper_citing {
          background: url(/assets/ico_tabs3.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.place_your_order {
          background: url(/assets/ico_tabs4.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.track_progress {
          background: url(/assets/ico_tabs5.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.order_delivery {
          background: url(/assets/ico_tabs6.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.plenty_of_methods {
          background: url(/assets/ico_tabs7.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.fast_response {
          background: url(/assets/ico_tabs8.svg) center no-repeat; }
        .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_icon.round_the_clock {
          background: url(/assets/ico_tabs9.svg) center no-repeat; }
      .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item .tabs_item_title {
        display: block;
        color: #424D58;
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 400; }
      .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item p {
        font-size: 13px;
        color: #58616B;
        text-align: center;
        font-weight: 300;
        line-height: 20px; }

.static_page_info_block {
  border: 1px solid #DEDEDE;
  background: #FCFCFC;
  padding: 20px 30px;
  position: relative;
  margin: 20px 0; }
  .static_page_info_block .info_block_text {
    position: relative;
    max-width: 68%;
    z-index: 1; }
    .static_page_info_block .info_block_text strong {
      display: block;
      font-size: 22px;
      color: #424D58;
      margin-bottom: 7px;
      font-weight: 400; }
    .static_page_info_block .info_block_text p {
      font-size: 16px;
      color: #58616B;
      line-height: 24px;
      letter-spacing: -0.2px;
      margin-bottom: 14px;
      font-weight: 300; }
    .static_page_info_block .info_block_text .btn_order {
      display: block;
      width: 180px;
      height: 46px;
      background: #FFB21B;
      border-radius: 4px;
      text-align: center;
      font-size: 16px;
      color: #fff;
      font-weight: 300;
      line-height: 46px;
      text-decoration: none !important; }
      .static_page_info_block .info_block_text .btn_order:hover {
        opacity: .8; }
  .static_page_info_block .info_block_bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    padding-top: 4px; }
    .static_page_info_block .info_block_bg img {
      height: 100%;
      width: auto; }

.faq .content_title {
  margin-bottom: 5px; }
.faq .pages_description h2 {
  color: #273348;
  font-weight: 300;
  font-family: "Montserrat";
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 15px; }
.faq .pages_description h3 {
  margin-bottom: 11px; }
.faq .accordion {
  margin-bottom: 15px; }

.contact_us .content {
  padding-bottom: 25px; }
.contact_us .pages_description h2 {
  margin-bottom: 10px; }

.contact_info {
  display: inline-block;
  border-bottom: 2px solid #E0E6E7;
  background: #F5F8F9;
  width: 100%;
  padding: 0 0;
  margin-bottom: 20px;
  border-radius: 4px; }
  .contact_info > div {
    float: left; }
    .contact_info > div p, .contact_info > div a {
      color: #333E52;
      font-family: 'Work Sans';
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 0;
      text-decoration: none; }
    .contact_info > div p {
      padding-top: 5px;
      text-transform: uppercase; }
      .contact_info > div p a {
        padding-top: 0;
        border: none;
        text-transform: none;
        text-indent: 0; }
    .contact_info > div:first-child {
      padding: 11px 0 11px 56px;
      background: url(/assets/contacts_email_icon.png) 9px center no-repeat;
      background-size: 30px;
      width: 45%;
      position: relative; }
      .contact_info > div:first-child a {
        padding-bottom: 8px; }
    .contact_info > div:last-child {
      background: url(/assets/contacts_phone_icon.png) 0 center no-repeat;
      background-size: 30px;
      padding: 11px 15px 11px 47px;
      width: 55%;
      position: relative; }
    .contact_info > div .phone_drop {
      float: right;
      font-size: 15px;
      width: 65px;
      position: relative;
      text-transform: uppercase;
      margin: 0 0 0 0;
      cursor: pointer;
      border-left: none;
      background: #E0E8EB; }
      .contact_info > div .phone_drop:hover ul {
        display: block; }
      .contact_info > div .phone_drop span {
        display: block;
        width: 100%;
        color: #575757;
        font-size: 13px;
        height: 32px;
        padding: 0 12px 0 14px;
        line-height: 32px;
        position: relative;
        text-align: left;
        text-indent: 0; }
        .contact_info > div .phone_drop span:before {
          background: url(/assets/drop_arrow_inner.png) no-repeat;
          background-size: 8px;
          content: '';
          display: block;
          width: 8px;
          height: 6px;
          position: absolute;
          top: 14px;
          right: 11px; }
      .contact_info > div .phone_drop ul {
        background-color: #fff;
        overflow: hidden;
        list-style: none;
        display: none;
        position: absolute;
        padding-top: 0;
        width: calc(100% - 1px);
        top: 100%;
        left: 1px;
        z-index: 1054;
        margin: 0; }
        .contact_info > div .phone_drop ul li {
          padding: 6px 0 6px 14px;
          text-align: left;
          background: #fff; }
          .contact_info > div .phone_drop ul li:hover {
            background-color: #ededed; }
            .contact_info > div .phone_drop ul li:hover a {
              color: #575757; }
          .contact_info > div .phone_drop ul li a {
            color: #575757;
            font-size: 13px;
            text-indent: 0;
            display: block;
            text-decoration: none; }

.feedback_form .feedback_title {
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #FFB21B; }
  .feedback_form .feedback_title h2 {
    color: #233648;
    display: block;
    font-family: 'Montserrat';
    text-transform: none;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 22px;
    padding: 15px 0 10px 0; }
  .feedback_form .feedback_title + strong {
    color: #04c6f0;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center; }
.feedback_form form {
  background-color: #FCFCFC;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 25px 29px 32px 20px;
  z-index: 1; }
.feedback_form .field_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px; }
  .feedback_form .field_item > label {
    color: #424D58;
    width: 20%;
    float: left;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    padding-right: 15px; }
  .feedback_form .field_item input[type="text"] {
    float: left;
    width: 80%; }
  .feedback_form .field_item .select2-container {
    float: left;
    min-width: 80%;
    max-width: 80%; }
  .feedback_form .field_item textarea {
    float: left;
    width: 80%;
    height: 127px;
    resize: none; }
  .feedback_form .field_item > .field_error {
    width: 80%; }
    .feedback_form .field_item > .field_error .validation_error {
      padding-left: 0; }
    .feedback_form .field_item > .field_error textarea {
      border: 1px #e65a5a solid; }
    .feedback_form .field_item > .field_error input[type="text"] {
      border: 1px #e65a5a solid;
      width: 100%; }
  .feedback_form .field_item .field_phone_number_item {
    float: left;
    margin-right: 3%; }
    .feedback_form .field_item .field_phone_number_item i {
      color: #8E9295;
      font-size: 12px;
      padding-left: 0;
      font-style: normal;
      font-family: 'Work Sans'; }
    .feedback_form .field_item .field_phone_number_item .field_error {
      width: 100%; }
      .feedback_form .field_item .field_phone_number_item .field_error .validation_error {
        width: 100%;
        padding-left: 0; }
    .feedback_form .field_item .field_phone_number_item input {
      width: 100%; }
    .feedback_form .field_item .field_phone_number_item.country_code {
      width: 10%; }
    .feedback_form .field_item .field_phone_number_item.state_area_code {
      width: 10%; }
    .feedback_form .field_item .field_phone_number_item.phone_number {
      width: 30%;
      margin-right: 0; }
.feedback_form .field_message .field_error {
  width: 80%; }
  .feedback_form .field_message .field_error .validation_error {
    padding-left: 0; }
  .feedback_form .field_message .field_error textarea {
    width: 100%; }
.feedback_form .button {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  text-transform: none;
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  background-color: #28394D;
  color: #fff;
  font-style: normal;
  font-weight: 300;
  width: 266px;
  height: 48px;
  line-height: 48px;
  text-transform: none;
  margin: 15px auto 0;
  z-index: 2; }
  .feedback_form .button:hover {
    background-color: #335071; }

.writer_review .content_title {
  text-align: left; }
  .writer_review .content_title h2,
  .writer_review .content_title h1 {
    padding: 15px 0 0; }
.writer_review .feedback_form {
  width: 63%;
  margin: 30px auto 0;
  display: block; }
  .writer_review .feedback_form form {
    display: block;
    padding: 25px 30px 42px 20px; }
  .writer_review .feedback_form:before {
    width: 368px;
    left: 29%; }
  .writer_review .feedback_form:after {
    width: 368px;
    left: 29%; }
  .writer_review .feedback_form .field_item {
    padding: 0; }
    .writer_review .feedback_form .field_item textarea,
    .writer_review .feedback_form .field_item input {
      width: 81.5%; }
    .writer_review .feedback_form .field_item .field_error {
      width: 81.5%; }
      .writer_review .feedback_form .field_item .field_error textarea,
      .writer_review .feedback_form .field_item .field_error input {
        width: 100%; }
    .writer_review .feedback_form .field_item > label {
      width: 18.5%;
      padding-right: 10px;
      text-align: left; }
  .writer_review .feedback_form .feedback_title {
    border-top: none; }
  .writer_review .feedback_form .button {
    width: 266px;
    z-index: 2; }

.auth_wrapper {
  width: 100%;
  min-height: 553px; }
  .auth_wrapper + .container {
    display: none; }
  .auth_wrapper .authorization {
    position: relative;
    padding-top: 103px;
    width: 100%;
    top: 0;
    min-height: calc(100vh - 345px);
    height: auto;
    left: 0;
    background: #fff;
    max-width: 1000px;
    margin: 0 auto; }
    .auth_wrapper .authorization.authorization_restore .content_title h1,
    .auth_wrapper .authorization.authorization_restore .content_title h2 {
      padding: 30px 34px 0 34px; }
      .auth_wrapper .authorization.authorization_restore .content_title h1 span,
      .auth_wrapper .authorization.authorization_restore .content_title h2 span {
        text-transform: uppercase; }
    .auth_wrapper .authorization.authorization_success {
      background: none;
      margin-top: 20px; }
      .auth_wrapper .authorization.authorization_success .authorization_content {
        margin-top: 30px;
        max-width: 670px;
        width: 100%;
        border: none;
        padding: 0; }
        .auth_wrapper .authorization.authorization_success .authorization_content h1 {
          font-weight: bold;
          font-size: 30px;
          line-height: 38px;
          color: #233648;
          padding-bottom: 120px;
          text-transform: uppercase;
          background: url(/assets/success_icon.png) center 120px no-repeat; }
          .auth_wrapper .authorization.authorization_success .authorization_content h1 br {
            display: none; }
        .auth_wrapper .authorization.authorization_success .authorization_content p {
          color: #7F8488;
          font-size: 14px;
          line-height: 18px;
          font-family: 'Work Sans';
          max-width: 666px;
          width: 100%;
          margin: 20px auto 0;
          padding: 15px 0 0;
          border-top: 1px solid #C8D1E1; }
      .auth_wrapper .authorization.authorization_success .authorization_info {
        margin-top: 55px; }
        .auth_wrapper .authorization.authorization_success .authorization_info a {
          display: block;
          font-family: "Montserrat", sans-serif;
          text-align: center;
          border-radius: 5px;
          font-weight: 300;
          text-decoration: none;
          position: relative;
          text-transform: none;
          font-size: 15px;
          height: 48px;
          line-height: 48px;
          background: #F0F2F4;
          color: #7F8488;
          display: block;
          text-decoration: none;
          margin-top: 60px;
          width: 360px;
          margin: auto; }
          .auth_wrapper .authorization.authorization_success .authorization_info a:hover {
            background: #E3EAF2; }
    .auth_wrapper .authorization .content {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .auth_wrapper .authorization .content_title {
      text-align: center;
      margin-bottom: 10px;
      text-transform: uppercase;
      border-bottom: 1px solid #FFB21B; }

.authorization_content {
  width: 370px;
  margin: 20px auto 0;
  overflow: hidden;
  padding: 18px 0; }
  .authorization_content h1 {
    color: #462272;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase; }
  .authorization_content p {
    color: #480908;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px; }
    .authorization_content p + a {
      color: #40add7;
      display: block;
      text-align: center;
      font-size: 15px;
      margin-top: 50px; }
      .authorization_content p + a:hover {
        text-decoration: none; }
  .authorization_content h2 {
    color: #04c6f0;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center; }
  .authorization_content .field_item {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
    .authorization_content .field_item input:not([type="submit"]) {
      width: 100%;
      font-size: 14px;
      height: 42px;
      line-height: 42px; }
      .authorization_content .field_item input:not([type="submit"])::-webkit-input-placeholder {
        color: #B3B2B2;
        font-style: normal;
        font-family: 'Work Sans'; }
      .authorization_content .field_item input:not([type="submit"])::-moz-placeholder {
        color: #B3B2B2;
        font-style: normal;
        font-family: 'Work Sans'; }
      .authorization_content .field_item input:not([type="submit"]):-moz-placeholder {
        color: #B3B2B2;
        font-style: normal;
        font-family: 'Work Sans'; }
      .authorization_content .field_item input:not([type="submit"]):-ms-input-placeholder {
        color: #B3B2B2;
        font-style: normal;
        font-family: 'Work Sans'; }
    .authorization_content .field_item .field_error {
      width: 100%;
      position: relative; }
      .authorization_content .field_item .field_error .validation_error {
        line-height: 15px; }
  .authorization_content input[type="submit"].button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background-color: #28394D;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    height: 48px;
    line-height: 48px;
    width: 266px;
    margin: 5px auto 0; }
    .authorization_content input[type="submit"].button:hover {
      background-color: #335071; }

.authorization_info {
  font-family: 'Montserrat';
  text-align: center;
  color: #B2B2B2;
  padding: 20px 0;
  width: 100%;
  font-size: 12px;
  margin: 59px auto 20px;
  position: static;
  left: 0;
  bottom: 0; }
  .authorization_info p {
    margin-bottom: 4px; }
    .authorization_info p a {
      display: inline; }
  .authorization_info a {
    color: #488EEE;
    display: block;
    text-decoration: underline;
    margin-top: 4px; }
    .authorization_info a:hover {
      text-decoration: none; }

.pages .prices .content_title {
  margin-bottom: 30px; }
.pages .prices .content {
  padding-bottom: 24px; }
.pages .prices .sidebar {
  overflow: visible; }
.pages .prices .prices_content {
  padding: 20px 20px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  background: #FCFCFC; }
.pages .prices .field_item {
  width: 100%;
  padding-right: 6%; }
  .pages .prices .field_item > label,
  .pages .prices .field_item .order-pages-num > label {
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding-right: 2%;
    margin-right: 2%; }
    .pages .prices .field_item > label a:hover,
    .pages .prices .field_item .order-pages-num > label a:hover {
      text-decoration: underline; }
  .pages .prices .field_item .radio_buttons {
    float: left;
    width: 50%; }
  .pages .prices .field_item .select2-container {
    min-width: 50%;
    max-width: 50%; }
  .pages .prices .field_item .spinner_wrapper {
    float: left;
    width: 28.5%; }
  .pages .prices .field_item.numbers_of {
    font-family: 'Work Sans'; }
    .pages .prices .field_item.numbers_of i {
      color: #7C8693;
      font-style: normal;
      float: left;
      font-size: 12px;
      margin-left: 14px;
      margin-top: 0; }
    .pages .prices .field_item.numbers_of .field_tooltip {
      margin-top: 5px; }
  .pages .prices .field_item.academic_level {
    position: relative;
    margin-bottom: 6px; }
    .pages .prices .field_item.academic_level .select2-container {
      min-width: 28.5%;
      max-width: 28.5%; }
    .pages .prices .field_item.academic_level > label {
      position: relative;
      padding-bottom: 10px; }

.price_choice_item {
  border: #C8C8C8 1px solid;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #424D58;
  padding: 3px 0 3px 2%;
  cursor: pointer;
  margin-top: 15px;
  background: #fff;
  border-radius: 3px;
  font-family: 'Work Sans'; }
  .price_choice_item:first-child {
    margin-top: 0; }
  .price_choice_item.active {
    border-color: #91BBF4; }
  .price_choice_item > div {
    float: left;
    line-height: 21px; }
  .price_choice_item .radio {
    margin-right: 1.8%;
    margin-top: 5px; }
  .price_choice_item .price_urgency {
    width: 23%;
    padding: 2px 2% 2px 6%;
    text-align: left;
    border-left: 1px solid #E1E6E8; }
  .price_choice_item .price_page {
    color: #569241;
    width: 30%;
    padding: 2px 2% 2px 2%;
    text-align: center; }
  .price_choice_item .price_present {
    background: url(/assets/prices_present.png) no-repeat;
    background-size: 21px;
    float: left;
    width: 22px;
    height: 25px;
    position: relative;
    left: 0px;
    top: 2px; }
  .price_choice_item .price_date {
    float: right;
    width: 37%;
    padding: 2px 3% 2px 3%; }

.price_total {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 0 0px 0;
  border-top: none; }
  .price_total .price_total_value {
    float: left;
    text-align: left;
    padding: 10px 0;
    font-size: 20px;
    color: #526E88;
    font-family: 'Montserrat';
    font-weight: 500; }
    .price_total .price_total_value span {
      color: #526E88;
      font-size: 24px;
      line-height: 32px;
      display: inline-block;
      vertical-align: bottom;
      text-transform: none; }
    .price_total .price_total_value p {
      font-size: 24px;
      line-height: 32px;
      display: inline-block;
      vertical-align: bottom;
      margin-left: .35em;
      position: relative; }
  .price_total .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    float: right;
    font-weight: 400;
    width: 42%; }
    .price_total .button:hover {
      background: #F37517; }

.price_info {
  color: #414141;
  margin-top: 25px; }
  .price_info p {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #414141; }
  .price_info ul.list {
    margin: 10px 0;
    list-style: none; }
    .price_info ul.list li {
      position: relative;
      padding-left: 27px;
      padding-bottom: 11px;
      background: none;
      color: #58616B;
      font-size: 15px;
      line-height: 18px;
      font-family: 'Work Sans';
      font-weight: 400; }
      .price_info ul.list li:before {
        position: absolute;
        display: block;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #536798;
        left: 0;
        top: 8px; }

.field_item + .prices_resume {
  margin-top: 10px; }

.prices_resume {
  border: #C8C8C8 1px solid;
  position: relative;
  border-radius: 3px;
  margin-left: 30px; }
  .prices_resume:before {
    background-image: url(/assets/most_popular.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #D8F4C5;
    border-radius: 20px;
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -30px; }
  .prices_resume + .prices_resume:before {
    background-image: url(/assets/other.png);
    background-color: #DAF3F3;
    height: 100%; }

.prices_resume + .prices_resume {
  margin-top: 10px; }

.prices_resume_thead,
.prices_resume_tbody {
  display: table;
  width: 100%; }

.prices_resume_block {
  display: table;
  width: 100%; }

.prices_resume_item {
  display: table-row; }
  .prices_resume_item:nth-child(even) {
    background: #F8F8F8; }
  .prices_resume_item:last-child {
    border-bottom: none; }
  .prices_resume_item > div {
    display: table-cell;
    vertical-align: middle;
    width: 12%; }
    .prices_resume_item > div:first-child {
      width: 50.8%; }

.prices_resume_thead {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Work Sans';
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #C8C8C8; }
  .prices_resume_thead .prices_resume_item > div {
    padding: 10px 0; }
    .prices_resume_thead .prices_resume_item > div:last-child {
      border-right: none; }
  .prices_resume_thead .prices_resume_services {
    color: #424D58;
    padding-left: 3% !important;
    padding-right: 4% !important; }
  .prices_resume_thead .prices_resume_time {
    border-right: #E7E7E7 1px solid;
    color: #424D58;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center; }
    .prices_resume_thead .prices_resume_time:nth-child(2) {
      border-left: #E7E7E7 1px solid; }

.prices_resume_tbody {
  position: relative; }
  .prices_resume_tbody .prices_resume_item > div {
    color: #52A62F;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 0;
    text-align: center;
    font-family: 'Work Sans';
    vertical-align: top; }
    .prices_resume_tbody .prices_resume_item > div:first-child {
      color: #424D58;
      text-align: left;
      padding-left: 3%;
      font-weight: 500;
      padding-right: 4%; }
    .prices_resume_tbody .prices_resume_item > div.prices_resume_time {
      border-right: #E7E7E7 1px solid;
      font-size: 14px;
      cursor: pointer; }
      .prices_resume_tbody .prices_resume_item > div.prices_resume_time:nth-child(2) {
        border-left: #E7E7E7 1px solid; }
      .prices_resume_tbody .prices_resume_item > div.prices_resume_time:nth-child(5) {
        border-right: none;
        width: 12.1%; }
      .prices_resume_tbody .prices_resume_item > div.prices_resume_time:hover {
        box-shadow: 0 0 6px #cbcbcb;
        -moz-box-shadow: 0 0 6px #cbcbcb;
        -webkit-box-shadow: 0 0 6px #cbcbcb; }
      .prices_resume_tbody .prices_resume_item > div.prices_resume_time.active {
        background-color: #61c16e;
        color: #fff; }

.service_links {
  border-radius: 10px;
  margin: 20px 0;
  padding: 1%;
  overflow: hidden; }

.service_link_item {
  background-color: #fff;
  border: #F0F0F0 1px solid;
  border-radius: 4px;
  font-family: "Montserrat";
  float: left;
  width: 31%;
  margin: 4px 1%;
  position: relative; }
  .service_link_item:nth-child(3n) {
    margin-right: 0; }
  .service_link_item:nth-child(3n+1) {
    margin-left: 0; }
  .service_link_item:hover {
    background: #FFB21B;
    position: relative;
    border-color: #FFB21B #FFB21B transparent #FFB21B;
    box-shadow: inset 0 -2px 2px 0px #D49315;
    z-index: 10;
    border-color: #efefef; }
    .service_link_item:hover .service_text span {
      color: #fff; }

.services .service_rate {
  margin: 33px 0 26px 0; }
.services .button_pages + p {
  padding-top: 0; }

.service_text {
  display: table;
  width: 100%;
  height: 95px;
  text-decoration: none;
  padding: 0 10px;
  position: relative; }
  .service_text span {
    color: #8D98AE;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-transform: lowercase; }

.button_pages {
  text-align: center;
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  z-index: 1; }
  .button_pages .button_link {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    background: #FF8E39;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 0;
    width: 440px; }
    .button_pages .button_link:hover {
      background: #F37517; }
    .button_pages .button_link span {
      font-size: 14px;
      text-transform: none;
      padding-left: 5px; }

.service_category {
  border-spacing: 0;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  font-family: "Work Sans";
  border-bottom: 1px solid #E5E8EC;
  border-right: 1px solid #E5E8EC; }
  .service_category ul {
    display: table;
    border-collapse: collapse;
    width: 100%;
    list-style: none;
    margin-top: -1px; }
    .service_category ul:last-child {
      border-radius: 0 0 4px 4px;
      overflow: hidden; }
    .service_category ul:first-child {
      background-color: #E5E8EC;
      border-radius: 4px 4px 0 0;
      overflow: hidden;
      display: table; }
      .service_category ul:first-child li {
        background-color: #E5E8EC;
        border-right: 1px solid #BEC8D5; }
        .service_category ul:first-child li:last-child {
          border-right-color: transparent; }
        .service_category ul:first-child li span {
          padding: 0;
          font-weight: 600; }
    .service_category ul:not(:first-child) li:not(.not_service_category):hover a {
      color: #FE8D3D; }
    .service_category ul span {
      display: block;
      color: #9B9FA8;
      font-size: 16px;
      line-height: 20px;
      font-weight: normal;
      text-transform: none; }
    .service_category ul li {
      border: #E5E8EC 1px solid;
      display: table-cell;
      vertical-align: top;
      width: 33.3333%;
      word-wrap: break-word;
      padding: 10px 2%; }
      .service_category ul li:last-child {
        border-right: none; }
      .service_category ul li span {
        padding: 5px 2%; }
      .service_category ul li a {
        color: #9B9FA8;
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        width: 100%;
        text-decoration: none; }

.service_features {
  overflow: hidden;
  margin-bottom: 11px;
  padding: 15px 0 21px 18px;
  border-top: 1px solid #e2e2e2; }
  .service_features .service_features_title {
    color: #414141;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Montserrat"; }

.service_features_item {
  overflow: hidden;
  margin-bottom: 15px;
  font-family: 'Work Sans'; }
  .service_features_item .service_features_photo {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #424D58;
    width: 4px;
    height: 4px;
    margin: 0px 7px 0 0; }
  .service_features_item .service_features_description {
    display: inline-block;
    vertical-align: middle; }
    .service_features_item .service_features_description span {
      color: #424D58;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500; }

.service_level {
  overflow: hidden;
  margin-bottom: 30px; }

.service_level_info {
  float: left;
  width: 25%;
  max-width: 149px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  position: relative;
  margin-right: 4%; }
  .service_level_info .service_level_icon {
    background: url(/assets/service_icon.png) 15px center no-repeat;
    height: 82px;
    margin-top: 9px;
    margin-bottom: 9px; }
  .service_level_info .service_level_price {
    text-align: center;
    width: 101%;
    padding: 17px 0 12px;
    background: #FFB21B;
    margin: 0 -1px -1px;
    border-radius: 0 0 3px 3px;
    border-bottom: 2px solid #D49315; }
    .service_level_info .service_level_price p {
      color: #fff;
      font-size: 14px;
      font-family: 'Montserrat';
      font-weight: 500;
      line-height: 18px; }
      .service_level_info .service_level_price p span {
        color: #fff;
        text-align: center;
        font-size: 15px; }

.service_level_description {
  overflow: hidden;
  color: #58616B;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300; }
  .service_level_description h1,
  .service_level_description h2,
  .service_level_description h3 {
    line-height: 28px;
    color: #414141; }

.pages .services {
  margin-bottom: 0; }

.our_writers .pagination {
  margin: 5px auto;
  width: 64%;
  padding-top: 10px;
  margin-top: 30px; }
.our_writers .content_title h2 {
  font-size: 28px;
  line-height: 32px; }
.our_writers .content_title strong {
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  vertical-align: bottom; }
.our_writers .pages_description > p {
  line-height: 21px; }

.our_writers_content {
  overflow: hidden; }
  .our_writers_content .writers_table {
    overflow: hidden;
    border-radius: 3px; }
  .our_writers_content table {
    width: 100%;
    display: block;
    font-family: 'Work Sans';
    border-bottom: 1px solid #FFB21B; }
    .our_writers_content table tr {
      display: block;
      width: 100%; }
      .our_writers_content table tr td {
        text-align: center;
        font-weight: 300;
        padding: 15px 0;
        font-size: 14px;
        color: #424D58;
        position: relative;
        display: inline-block;
        vertical-align: middle; }
        .our_writers_content table tr td:before {
          position: absolute;
          display: block;
          content: '';
          width: 1px;
          height: 50px;
          background: #DFDFDF;
          top: 50%;
          margin-top: -25px;
          left: 0; }
        .our_writers_content table tr td:nth-child(1) {
          width: 3%; }
          .our_writers_content table tr td:nth-child(1):before {
            display: none; }
        .our_writers_content table tr td:nth-child(2) {
          width: 13%; }
        .our_writers_content table tr td:nth-child(3) {
          width: 19%; }
        .our_writers_content table tr td:nth-child(5) {
          width: 9%; }
        .our_writers_content table tr td:nth-child(6) {
          width: 14%; }
        .our_writers_content table tr td:nth-child(7) {
          width: 15%;
          padding: 15px 3%; }
        .our_writers_content table tr td.hide_writers_link {
          display: none; }
        .our_writers_content table tr td:last-child {
          border-right: none;
          text-align: center;
          width: 23%; }
    .our_writers_content table thead {
      background: #F5F8F9;
      width: 100%;
      display: block;
      border-radius: 3px; }
      .our_writers_content table thead tr td {
        color: #474747;
        font-size: 14px;
        border-left: 1px solid #dfdfdf;
        padding: 15px 5px; }
        .our_writers_content table thead tr td:nth-child(3) {
          padding: 15px 60px; }
        .our_writers_content table thead tr td:first-child {
          border-left: none; }
        .our_writers_content table thead tr td:before {
          display: none; }
    .our_writers_content table tbody {
      width: 100%;
      display: block; }
      .our_writers_content table tbody tr {
        display: block;
        width: 100%;
        clear: both;
        overflow: hidden; }
        .our_writers_content table tbody tr:nth-child(even) {
          background: #fafafa; }
        .our_writers_content table tbody tr:last-child td {
          border-bottom: none; }
          .our_writers_content table tbody tr:last-child td:last-child {
            border-radius: 0 0 5px 0;
            -moz-border-radius: 0 0 5px 0;
            -webkit-border-radius: 0 0 5px 0; }
        .our_writers_content table tbody tr td {
          color: #424D58;
          font-size: 14px; }
          .our_writers_content table tbody tr td:nth-child(7) {
            padding: 0 3%; }
          .our_writers_content table tbody tr td:first-child {
            color: #424D58;
            font-size: 15px;
            padding: 0.7%; }
          .our_writers_content table tbody tr td:nth-child(2) a {
            font-size: 12px; }
          .our_writers_content table tbody tr td:nth-child(3) a {
            color: #424D58;
            font-style: normal;
            text-decoration: none; }
          .our_writers_content table tbody tr td:last-child {
            text-align: center;
            width: 23%; }
            .our_writers_content table tbody tr td:last-child a {
              display: block;
              font-family: "Montserrat", sans-serif;
              text-align: center;
              border-radius: 5px;
              font-weight: 300;
              text-decoration: none;
              position: relative;
              text-transform: none;
              font-size: 15px;
              height: 48px;
              line-height: 48px;
              background-color: #28394D;
              color: #fff;
              font-style: normal;
              font-weight: 300;
              display: inline-block;
              text-decoration: none;
              border-radius: 2px;
              height: 35px;
              line-height: 35px;
              padding: 0 0;
              width: 88%;
              font-size: 14px; }
              .our_writers_content table tbody tr td:last-child a:hover {
                background-color: #335071; }
              .our_writers_content table tbody tr td:last-child a:hover {
                text-decoration: none; }
          .our_writers_content table tbody tr td .our_writer_photo {
            padding-bottom: 5px;
            margin: 0 15px 5px 15px; }
          .our_writers_content table tbody tr td.suggestion {
            color: #3EB33C; }
          .our_writers_content table tbody tr td.unavailable {
            color: #E85425; }
          .our_writers_content table tbody tr td.searching {
            color: #F3A343; }
          .our_writers_content table tbody tr td a {
            color: #3793D9;
            text-decoration: none; }
            .our_writers_content table tbody tr td a:hover {
              text-decoration: underline; }

.our_writers_filter {
  display: inline-block;
  width: 100%;
  padding: 27px 15px;
  margin: 7px 0 30px 0;
  border: 1px solid #E4EEF1;
  border-radius: 3px; }

.our_writers_content_title {
  overflow: hidden; }
  .our_writers_content_title h3 {
    color: #424D58;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    line-height: 26px; }

.our_writers_filter_item {
  float: left;
  width: 25%;
  text-align: center; }
  .our_writers_filter_item:last-child {
    text-align: right; }
  .our_writers_filter_item:first-child {
    text-align: left; }
  .our_writers_filter_item label {
    color: #424D58;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Work Sans';
    font-weight: normal;
    margin-right: 4%; }
  .our_writers_filter_item .select2-container {
    min-width: 62%;
    max-width: 62%;
    text-align: left; }
    .our_writers_filter_item .select2-container .select2-selection--single {
      background-color: #fff; }
      .our_writers_filter_item .select2-container .select2-selection--single .select2-selection__rendered {
        color: #8E9295;
        font-size: 15px; }

.writer_testimonials .testimonial_item {
  padding: 14px 2% 17px 2%; }
.writer_testimonials .testimonial_stat .jabber,
.writer_testimonials .testimonial_stat .fb,
.writer_testimonials .testimonial_stat .bbb {
  width: 240px;
  margin: 0;
  position: relative;
  z-index: 1; }
.writer_testimonials .testimonial_title .testimonial_title_info .testimonial_title_info_details {
  width: 100%;
  margin-top: 15px; }
  .writer_testimonials .testimonial_title .testimonial_title_info .testimonial_title_info_details p {
    font-size: 12px; }

.about_writer {
  overflow: hidden;
  position: relative;
  padding-bottom: 13px;
  z-index: 1; }
  .about_writer .button.writer_hire {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    background-color: #28394D;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    float: right;
    width: 214px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    left: 11px;
    top: 125px; }
    .about_writer .button.writer_hire:hover {
      background-color: #335071; }

.writer_info {
  float: left;
  padding: 6px 0px 22px 0;
  min-width: 235px;
  margin-top: 30px;
  border-bottom: 1px solid #EBEADF;
  text-align: right; }

.writer_photo {
  float: left;
  display: inline-block;
  text-align: center;
  width: 31px;
  height: 36px; }

.writer_status {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 25px;
  margin-left: 5px;
  margin-top: 4px;
  position: relative;
  font-weight: normal;
  font-family: 'Work Sans'; }
  .writer_status.suggestion {
    color: #43c36a; }
  .writer_status.searching {
    color: #68a0fd; }
  .writer_status.unavailable {
    color: #ff91a8; }

.writer_info.suggestion .writer_photo {
  background-image: url(/assets/writer_status_1.png);
  background-repeat: no-repeat; }
.writer_info.suggestion .writer_status {
  color: #3EB33C; }
.writer_info.searching .writer_photo {
  background-image: url(/assets/writer_status_2.png);
  background-repeat: no-repeat; }
.writer_info.searching .writer_status {
  color: #F3A343; }
.writer_info.unavailable .writer_photo {
  background-image: url(/assets/writer_status_3.png);
  background-repeat: no-repeat; }
.writer_info.unavailable .writer_status {
  color: #F64C17; }

.writer_description {
  float: left;
  max-width: 240px;
  margin: 20px 15px 0 19px;
  padding: 0 0 0 21px;
  border-left: 1px solid #EBEADF;
  border-right: 1px solid #EBEADF; }

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

.writer_details_item {
  float: left;
  clear: both;
  margin-bottom: 10px;
  line-height: 22px;
  font-family: 'Work Sans'; }
  .writer_details_item:first-child {
    margin-bottom: 5px; }
    .writer_details_item:first-child > span {
      width: 200px;
      font-size: 14px;
      color: #424D58;
      font-weight: 600; }
    .writer_details_item:first-child strong {
      font-weight: 600; }
  .writer_details_item b {
    color: #424D58;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 7px; }
  .writer_details_item .rating_wrapper {
    float: left;
    clear: both;
    width: 170px;
    margin-top: 10px; }
    .writer_details_item .rating_wrapper div.star-rating {
      background-size: 26px;
      width: 26px;
      height: 24px;
      margin: 0 3px 0 3px; }
      .writer_details_item .rating_wrapper div.star-rating a {
        background-size: 26px;
        width: 26px; }
      .writer_details_item .rating_wrapper div.star-rating-on a {
        background-position: 0 bottom !important; }
      .writer_details_item .rating_wrapper div.star-rating-hover a {
        background-position: 0 bottom; }
    .writer_details_item .rating_wrapper div .rating-cancel + .star-rating {
      margin: 0 3px 0 0; }
  .writer_details_item > span {
    float: left;
    margin-right: 10px;
    width: 140px;
    color: #424D58;
    font-size: 14px;
    line-height: 31px;
    font-weight: 300; }
    .writer_details_item > span strong {
      font-weight: 300;
      margin: 0 0.3em;
      color: #424D58;
      font-size: 14px; }
  .writer_details_item p {
    color: #424D58;
    font-weight: normal;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #F8D99B;
    border-radius: 50%; }

.writer_details_info {
  float: left; }

.writer_skills {
  float: right;
  width: 495px;
  padding-top: 24px;
  font-family: 'Work Sans'; }
  .writer_skills h2 {
    color: #424D59;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px; }
  .writer_skills ul {
    float: left;
    width: 48%;
    list-style: none;
    margin: 4px 2% 0 0px; }
    .writer_skills ul li {
      background: url(/assets/skills_icon.png) 5px 4px no-repeat;
      color: #424D58;
      font-size: 14px;
      line-height: 15px;
      margin-bottom: 10px;
      padding-left: 23px; }

.writer_testimonials {
  margin-top: 0px; }
  .writer_testimonials .content_title {
    padding-bottom: 10px;
    position: relative; }
    .writer_testimonials .content_title h1,
    .writer_testimonials .content_title h2 {
      color: #30283e;
      display: block;
      border-bottom: none;
      text-transform: none;
      font-size: 20px;
      padding-bottom: 0;
      padding-top: 12px; }
    .writer_testimonials .content_title:before {
      display: none; }
  .writer_testimonials .testimonial_item {
    margin-bottom: 29px; }
  .writer_testimonials > .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #38A2CD;
    color: #fff;
    text-transform: uppercase;
    width: 320px;
    margin: 40px auto 0; }
    .writer_testimonials > .button:hover {
      background: #298CB3; }

.customers_reviews {
  margin-top: 20px;
  padding-top: 20px; }
  .customers_reviews h2 {
    color: #233648;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    font-family: 'Montserrat';
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #FFB21B; }

.customers_reviews_item {
  border: 1px solid rgba(200, 200, 200, 0.59);
  background-color: #FCFCFC;
  border-radius: 4px;
  padding: 14px 3% 17px 3%;
  margin-bottom: 30px;
  position: relative; }
  .customers_reviews_item:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-color: rgba(200, 200, 200, 0.59) transparent transparent transparent;
    border-width: 13px 0 0 22px;
    border-style: solid;
    bottom: -13px;
    right: 43px;
    z-index: 1; }
  .customers_reviews_item:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-color: #fff transparent transparent transparent;
    border-width: 12px 0 0 19px;
    border-style: solid;
    bottom: -12px;
    right: 44px;
    z-index: 2; }
  .customers_reviews_item .customers_reviews_stat {
    position: relative;
    min-height: 38px;
    z-index: 1;
    margin: 10px 0 5px 0;
    padding-left: 4px; }
    .customers_reviews_item .customers_reviews_stat .fb,
    .customers_reviews_item .customers_reviews_stat .bbb,
    .customers_reviews_item .customers_reviews_stat .jabber {
      width: 60%;
      margin: 0 auto;
      position: relative; }

.customers_reviews_title {
  overflow: hidden; }
  .customers_reviews_title .rating_wrapper {
    position: absolute;
    top: 14px;
    right: 15px; }
    .customers_reviews_title .rating_wrapper div.star-rating {
      background-size: 26px;
      width: 26px;
      height: 24px;
      margin: 0 3px 0 3px; }
      .customers_reviews_title .rating_wrapper div.star-rating a {
        background-size: 26px;
        width: 26px; }
      .customers_reviews_title .rating_wrapper div.star-rating-on a {
        background-position: 0 bottom !important; }
      .customers_reviews_title .rating_wrapper div.star-rating-hover a {
        background-position: 0 bottom; }
    .customers_reviews_title .rating_wrapper div .rating-cancel + .star-rating {
      margin: 0 3px 0 0; }
  .customers_reviews_title .star-rating-control {
    position: absolute;
    top: 14px;
    right: 15px; }
  .customers_reviews_title .customers_reviews_title_info {
    font-family: 'Montserrat'; }
    .customers_reviews_title .customers_reviews_title_info > b {
      font-size: 19px;
      line-height: 24px;
      color: #414141;
      max-width: 80%;
      display: block; }
    .customers_reviews_title .customers_reviews_title_info > p {
      color: #414141;
      font-size: 14px;
      margin-top: 3px; }
    .customers_reviews_title .customers_reviews_title_info .customers_reviews_title_info_details {
      margin-top: 15px;
      overflow: hidden; }
      .customers_reviews_title .customers_reviews_title_info .customers_reviews_title_info_details i {
        color: #999B9C;
        display: block;
        font-size: 13px;
        font-style: normal;
        float: left;
        font-family: 'Work Sans'; }

.customers_reviews_content {
  margin-top: 8px;
  position: relative;
  font-family: 'Work Sans'; }
  .customers_reviews_content > p {
    color: #58616B;
    font-size: 14px;
    line-height: 18px; }
  .customers_reviews_content .data {
    font-size: 12px;
    line-height: 16px;
    color: #ACAFB2;
    text-align: right;
    margin-top: 10px; }

.customers_reviews_info {
  overflow: hidden;
  margin-bottom: 10px; }
  .customers_reviews_info div.star-rating {
    width: 18px;
    height: 18px;
    background: url("/assets/star.png") no-repeat 0 0;
    background-size: 18px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important; }
    .customers_reviews_info div.star-rating a {
      width: 18px;
      height: 100%;
      background: url("/assets/star.png") no-repeat 0 top;
      background-size: 18px;
      border: 0;
      display: block; }
    .customers_reviews_info div.star-rating-on a {
      background-position: 0 bottom !important; }
    .customers_reviews_info div.star-rating-hover a {
      background-position: 0 bottom; }
    .customers_reviews_info div.star-rating-readonly a {
      cursor: default !important; }
  .customers_reviews_info div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .customers_reviews_info div .rating-cancel a {
      display: block;
      width: 18px;
      height: 18px;
      background-position: 0 0;
      border: 0; }
    .customers_reviews_info div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
  .customers_reviews_info p {
    color: #6b6765;
    float: right;
    font-size: 12px;
    margin-top: 10px; }

.review_info {
  padding: 15px 0 0 0; }
  .review_info h2 {
    color: #233648;
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #FFB21B; }
  .review_info p {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
  .review_info h3 {
    font-family: 'Montserrat';
    color: #30283e;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
    font-weight: bold; }
    .review_info h3 span {
      color: #3793D9;
      margin-left: 0.5em; }

.reviews .service_rate .service_rate_item {
  background: none;
  padding-top: 20px; }

.error_help + .header.inner .header_top,
.error_help + .header.inner .header_bottom {
  background: none; }
.error_help + .header.scroll .header_top,
.error_help + .header.scroll .header_bottom {
  background: #273348; }

.error_page {
  width: 100%;
  min-height: 510px; }
  .error_page + .container {
    display: none; }

.error_page_wrapper {
  text-align: center;
  position: absolute;
  padding-top: 230px;
  width: 100%;
  top: -115px;
  min-height: 660px;
  height: calc(100vh - 295px);
  left: 0;
  background: url(/assets/video_bg.jpg) left top no-repeat;
  background-size: cover; }

.error_content {
  display: inline-block;
  vertical-align: top;
  width: 1000px;
  position: relative;
  font-family: "Work Sans";
  z-index: 1; }
  .error_content > span {
    font-size: 35px;
    line-height: 42px;
    color: #5dbac9; }
  .error_content h2 {
    color: #fff;
    font-size: 135px;
    line-height: 135px;
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: none;
    margin: 20px 0 0 11%;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    .error_content h2 + span {
      font-size: 45px;
      font-family: 'Montserrat';
      line-height: 50px;
      color: #fff;
      width: 50%;
      margin-top: 39px;
      display: inline-block;
      vertical-align: top;
      text-transform: uppercase;
      text-align: left;
      margin-left: 4%;
      margin-right: 7%;
      font-weight: bold; }
  .error_content p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; }
  .error_content .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    background: #F0F2F4;
    color: #7F8488;
    width: 278px;
    position: relative;
    margin: 37px auto 0;
    display: block;
    text-align: center; }
    .error_content .button:hover {
      background: #E3EAF2; }

.error_details {
  width: 100%; }

.error_description {
  text-align: center;
  position: relative;
  padding: 70px 18% 0; }
  .error_description:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 46px;
    background: url(/assets/error_line.png) center top no-repeat;
    left: 0;
    top: -28px; }

.pages .free_qoute {
  margin-bottom: 0 !important; }
  .pages .free_qoute .free_qoute_form {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    border: 1px solid #E9E9E9;
    background: #FCFCFC;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
    .pages .free_qoute .free_qoute_form textarea,
    .pages .free_qoute .free_qoute_form input:not([type="submit"]) {
      color: #b7b7b7; }
  .pages .free_qoute .content {
    padding-bottom: 20px; }
  .pages .free_qoute .pages_description h2 {
    color: #1f1e1c;
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    margin: 0 0 7px 0;
    position: relative; }
  .pages .free_qoute .pages_description > p {
    margin-bottom: 34px; }
  .pages .free_qoute .tabs_customer_title {
    margin-bottom: 10px;
    padding: 0 3% 0 0;
    width: 24%;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0; }
    .pages .free_qoute .tabs_customer_title h3 {
      color: #FF8E3D;
      display: inline-block;
      font-family: "Work Sans";
      width: auto;
      font-size: 12px;
      line-height: 40px;
      font-weight: 500;
      padding: 0 6px; }
  .pages .free_qoute .field_item {
    padding: 0 0 0 0; }
    .pages .free_qoute .field_item.field_password {
      position: relative; }
    .pages .free_qoute .field_item > label {
      float: left;
      width: 24%;
      color: #483f54;
      line-height: 20px;
      font-size: 14px;
      text-align: right;
      margin-right: 1%;
      padding-right: 3%; }
    .pages .free_qoute .field_item .select2-container {
      float: left;
      min-width: 75%;
      max-width: 75%; }
    .pages .free_qoute .field_item textarea {
      width: 75%;
      height: 112px;
      float: left;
      color: #b7b7b7; }
    .pages .free_qoute .field_item input:not([type="submit"]) {
      width: 75%;
      float: left; }
    .pages .free_qoute .field_item.field_paper_details .field_error {
      width: 75%; }
      .pages .free_qoute .field_item.field_paper_details .field_error textarea {
        width: 100%; }
    .pages .free_qoute .field_item.field_restore_password {
      margin-left: 25%;
      padding: 0;
      width: 75%;
      position: relative;
      z-index: 1;
      padding-bottom: 20px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CDCDCD; }
      .pages .free_qoute .field_item.field_restore_password .button {
        font-family: "Montserrat";
        background: #E9EEF8;
        border-radius: 4px;
        border: 1px solid #95ACDB;
        height: 38px;
        color: #6E8ECE;
        line-height: 38px;
        text-align: center;
        text-decoration: none;
        float: left;
        padding: 0;
        font-size: 14px;
        cursor: pointer;
        width: 190px; }
        .pages .free_qoute .field_item.field_restore_password .button:last-child {
          float: right; }
      .pages .free_qoute .field_item.field_restore_password span {
        color: #E6E5E5;
        display: block;
        font-family: "Montserrat";
        line-height: 38px;
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 0;
        text-align: center;
        text-transform: lowercase;
        z-index: -1; }
    .pages .free_qoute .field_item .files_uploader {
      float: left;
      width: 75%;
      position: relative;
      z-index: 1; }
      .pages .free_qoute .field_item .files_uploader .input_files {
        float: left;
        width: 63%; }
      .pages .free_qoute .field_item .files_uploader .fileinput-button {
        width: 50%; }
        .pages .free_qoute .field_item .files_uploader .fileinput-button .uploader {
          width: 100%; }
          .pages .free_qoute .field_item .files_uploader .fileinput-button .uploader #file-upload-button:hover {
            cursor: pointer; }
      .pages .free_qoute .field_item .files_uploader .button {
        display: block;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        border-radius: 5px;
        font-weight: 300;
        text-decoration: none;
        position: relative;
        text-transform: none;
        font-size: 15px;
        height: 48px;
        line-height: 48px;
        background-color: #28394D;
        color: #fff;
        font-style: normal;
        font-weight: 300;
        float: left;
        width: 100%; }
        .pages .free_qoute .field_item .files_uploader .button:hover {
          background-color: #335071; }
      .pages .free_qoute .field_item .files_uploader .files_list {
        margin-top: 20px;
        margin-left: 25%; }
        .pages .free_qoute .field_item .files_uploader .files_list ul {
          list-style: none;
          font-family: 'Work Sans'; }
          .pages .free_qoute .field_item .files_uploader .files_list ul li {
            margin-bottom: 4px; }
            .pages .free_qoute .field_item .files_uploader .files_list ul li .delete {
              background: url(/assets/delete_file_icon.png) top no-repeat;
              background-size: 8px;
              display: inline-block;
              width: 8px;
              height: 8px;
              margin-right: 0.5em;
              border: 0; }
            .pages .free_qoute .field_item .files_uploader .files_list ul li span {
              color: #3793D9;
              font-size: 12px;
              line-height: 18px;
              word-break: break-all; }
              .pages .free_qoute .field_item .files_uploader .files_list ul li span.file_error {
                color: #ed5545; }
    .pages .free_qoute .field_item .price_page {
      font-size: 13px;
      line-height: 35px;
      margin-left: 4px;
      font-family: 'Work Sans'; }
      .pages .free_qoute .field_item .price_page p {
        color: #A6A6A6;
        float: left;
        margin-left: 4px; }
      .pages .free_qoute .field_item .price_page span {
        color: #A6A6A6;
        float: left;
        margin-left: 4px; }
    .pages .free_qoute .field_item .field_phone_number_item {
      float: left;
      margin-right: 2%; }
      .pages .free_qoute .field_item .field_phone_number_item .country_flag {
        display: none; }
      .pages .free_qoute .field_item .field_phone_number_item i {
        display: inline-block;
        vertical-align: top;
        color: #b2b1b6;
        font-family: 'Work Sans';
        font-style: normal;
        font-size: 12px; }
      .pages .free_qoute .field_item .field_phone_number_item .field_error {
        width: 100%; }
        .pages .free_qoute .field_item .field_phone_number_item .field_error .validation_error {
          padding-left: 0; }
      .pages .free_qoute .field_item .field_phone_number_item input:not([type="submit"]) {
        width: 100%;
        text-align: center; }
      .pages .free_qoute .field_item .field_phone_number_item.country_code {
        width: 14%; }
      .pages .free_qoute .field_item .field_phone_number_item.state_area_code {
        width: 10%; }
      .pages .free_qoute .field_item .field_phone_number_item.phone_number {
        width: 59%;
        margin-right: 0; }
    .pages .free_qoute .field_item .checker {
      display: inline-block;
      vertical-align: middle; }
      .pages .free_qoute .field_item .checker input {
        width: 100%; }
    .pages .free_qoute .field_item .field_tooltip {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin-left: 0.5em;
      margin-top: 7px; }
    .pages .free_qoute .field_item .field_error {
      width: 75%;
      float: left; }
      .pages .free_qoute .field_item .field_error > input:not([type="submit"]) {
        width: 100%; }
    .pages .free_qoute .field_item.field_urgency .select2-container {
      float: left;
      min-width: 35%;
      max-width: 35%; }
    .pages .free_qoute .field_item.field_night_call > label {
      display: inline-block;
      vertical-align: middle;
      float: none; }
    .pages .free_qoute .field_item.field_night_call .field_tooltip {
      margin-top: 4px; }
    .pages .free_qoute .field_item.field_add_materials {
      padding-bottom: 10px;
      margin-bottom: 0;
      padding-left: 0; }
      .pages .free_qoute .field_item.field_add_materials > label {
        margin-top: 5px;
        display: none; }
      .pages .free_qoute .field_item.field_add_materials .file_format_error {
        padding-left: 24%; }
    .pages .free_qoute .field_item.field_uploader > label {
      line-height: 24px; }
    .pages .free_qoute .field_item.field_urgent .select2-container {
      min-width: 25.6%;
      max-width: 25.6%; }
    .pages .free_qoute .field_item.field_academic_level > label {
      width: 23%; }
    .pages .free_qoute .field_item.field_academic_level .radio_buttons {
      width: 76%; }
      .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default {
        line-height: 14px;
        padding: 0 3px; }
        .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default:last-child {
          border-right: none; }
        .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default .ui-button-text {
          font-size: 11px; }
    .pages .free_qoute .field_item.field_numbers_of .order-pages-num > label {
      width: 23%;
      font-size: 14px;
      line-height: 16px;
      float: left;
      margin-right: 1%;
      padding-right: 3%;
      text-align: right; }
      .pages .free_qoute .field_item.field_numbers_of .order-pages-num > label a {
        color: #35c9d9; }
    .pages .free_qoute .field_item.field_numbers_of .order-pages-num .spinner_wrapper input.spinner {
      width: 100% !important; }
    .pages .free_qoute .field_item .urgency_deadline_notify {
      padding-left: 25%;
      overflow: hidden;
      margin-top: 8px;
      font-size: 11px; }
  .pages .free_qoute .button_qoute {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background: #38A2CD;
    color: #fff;
    text-transform: uppercase;
    height: 51px;
    line-height: 51px;
    margin: 20px 0 25px 25%;
    width: 46.5%; }
    .pages .free_qoute .button_qoute:hover {
      background: #298CB3; }
  .pages .free_qoute .tabs_notification {
    border: #bfd4dc 1px solid;
    background-color: #f3f8f9;
    color: #9e9e9e;
    font-size: 13px;
    font-style: italic;
    line-height: 18px;
    padding: 5px 2%;
    position: relative;
    margin: 20px 0 20px 6%;
    display: inline-block;
    width: 94%; }
    .pages .free_qoute .tabs_notification .tabs_notification_close {
      background-color: #fff;
      background-image: url(/assets/cabinet/close_notification_icon.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 8px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: #c1d6dd 1px solid;
      display: block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: -9px;
      right: -9px; }
  .pages .free_qoute .remind_link {
    color: #3793D9;
    font-size: 12px;
    display: inline-block;
    line-height: 16px;
    font-family: 'Work Sans';
    font-weight: 500;
    text-decoration: none;
    margin: 15px 0 0;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 20%;
    text-align: right; }
    .pages .free_qoute .remind_link:hover {
      text-decoration: underline; }

.free_qoute_finish {
  text-align: center;
  width: 100%; }
  .free_qoute_finish .free_qoute_finish_content {
    width: 610px;
    margin: 40px auto 0;
    padding: 0 0 0 0;
    text-align: center; }
  .free_qoute_finish h2 {
    color: #539D23;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat";
    line-height: 34px; }
  .free_qoute_finish span {
    color: #39465D;
    display: block;
    font-size: 26px;
    line-height: 30px;
    text-transform: none;
    font-weight: 400;
    font-family: "Montserrat";
    position: relative;
    margin: 5px 0 25px 0;
    padding-bottom: 25px; }
    .free_qoute_finish span:before {
      position: absolute;
      display: block;
      content: '';
      width: 440px;
      background: #C8D1E1;
      height: 1px;
      left: 50%;
      margin-left: -220px;
      bottom: 0; }
  .free_qoute_finish p {
    color: #58616B;
    text-align: center;
    font-family: 'Work Sans';
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
    .free_qoute_finish p a {
      color: #2878CB;
      text-decoration: none; }
      .free_qoute_finish p a:hover {
        text-decoration: underline; }
  .free_qoute_finish .button {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    text-transform: none;
    font-size: 15px;
    height: 48px;
    line-height: 48px;
    background: #38A2CD;
    color: #fff;
    text-transform: uppercase;
    width: 370px;
    position: relative;
    text-decoration: none;
    margin: 50px auto;
    display: block;
    text-align: center; }
    .free_qoute_finish .button:hover {
      background: #298CB3; }

.discounts_pages .content {
  padding-bottom: 30px; }
.discounts_pages .pages_description {
  position: relative;
  z-index: 1; }
.discounts_pages .button {
  display: block;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  border-radius: 5px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  text-transform: none;
  font-size: 17px;
  height: 56px;
  line-height: 56px;
  background: #FF8E39;
  color: #fff !important;
  height: 50px;
  line-height: 50px;
  text-decoration: none !important;
  width: 440px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0; }
  .discounts_pages .button:hover {
    background: #F37517; }

.discounts_pages_title {
  margin: 0 0 20px 0; }
  .discounts_pages_title h3 {
    color: #424D58;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Montserrat'; }

.discount_banner.promo-offer-visible-disc {
  margin-bottom: 20px;
  text-align: center; }
  .discount_banner.promo-offer-visible-disc img {
    display: inline-block;
    max-width: 100%;
    height: auto; }

.discount_diagram {
  padding: 20px 0 20px 0;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 100%; }

/* Diagram UI */
.diagram_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0 40px;
  width: 109px; }
  .diagram_item .value {
    text-align: center;
    font-size: 22px;
    line-height: 23px;
    font-family: 'Montserrat';
    color: #FF8E40;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 24px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0; }
  .diagram_item:first-child .value {
    top: 65px; }
  .diagram_item:nth-child(2) .value {
    top: 30px; }
  .diagram_item:nth-child(2) .image {
    background: url(/assets/diagram2.png) bottom center no-repeat; }
  .diagram_item:last-child .image {
    background: url(/assets/diagram3.png) bottom center no-repeat; }
    .diagram_item:last-child .image:before {
      left: -49px; }
    .diagram_item:last-child .image:after {
      position: absolute;
      display: block;
      content: '';
      width: 17px;
      height: 17px;
      border-radius: 50%;
      background: #DAE1EB;
      bottom: -30px;
      right: -70px; }

.diagram_price {
  color: #414141;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-family: 'Montserrat';
  padding-left: 0;
  width: 100%;
  margin-top: 44px; }
  .diagram_price p {
    color: #FF8E3D;
    line-height: 26px;
    text-transform: none; }

.discount_diagram_selection {
  text-align: center;
  width: 100%;
  margin: 0px auto 0;
  position: relative; }
  .discount_diagram_selection span {
    background-color: #fff;
    font-family: 'Montserrat';
    color: #CBD0D9;
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 1; }
  .discount_diagram_selection:last-child {
    display: none; }

.discount_pages_models .discount_diagram .sale_item_wrapp {
  float: left;
  width: 31%;
  margin-right: 3%; }
  .discount_pages_models .discount_diagram .sale_item_wrapp:last-child {
    margin-right: 0; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.first .value {
    border-color: #FAAE17; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.first .block_sale .block_sale_title {
    background: #FAAE17; }
    .discount_pages_models .discount_diagram .sale_item_wrapp.first .block_sale .block_sale_title i:after {
      content: '$399'; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.first .block_sale .block_sale_detail p:after {
    content: 'You are eligible for 5% life-time discount when you order 15 pages in total or 399$ spent'; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.second .value {
    border-color: #72BF44; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.second .block_sale .block_sale_title {
    background: #72BF44; }
    .discount_pages_models .discount_diagram .sale_item_wrapp.second .block_sale .block_sale_title i:after {
      content: '$599'; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.second .block_sale .block_sale_detail p:after {
    content: 'You are eligible for 10% life-time discount when you order 50 pages in total or 799$ spent'; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.third .value {
    border-color: #38A2CD; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.third .block_sale .block_sale_title {
    background: #38A2CD; }
    .discount_pages_models .discount_diagram .sale_item_wrapp.third .block_sale .block_sale_title i:after {
      content: '$799'; }
  .discount_pages_models .discount_diagram .sale_item_wrapp.third .block_sale .block_sale_detail p:after {
    content: 'You are eligible for 15% life-time discount when you order 100 pages in total or 799$ spent'; }
  .discount_pages_models .discount_diagram .sale_item_wrapp .value {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px solid;
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding-top: 22px;
    margin-bottom: 54px;
    position: relative; }
    .discount_pages_models .discount_diagram .sale_item_wrapp .value:after {
      content: '';
      display: block;
      width: 1px;
      height: 45px;
      border-left: 1px dashed #A6A8AB;
      position: absolute;
      top: 81px;
      left: 50%;
      transform: translateX(-50%); }
    .discount_pages_models .discount_diagram .sale_item_wrapp .value strong {
      font-size: 27px;
      color: #233648;
      font-weight: 600; }
    .discount_pages_models .discount_diagram .sale_item_wrapp .value b {
      font-size: 14px;
      color: #233648;
      font-weight: 500; }
    .discount_pages_models .discount_diagram .sale_item_wrapp .value span {
      display: block;
      font-size: 16px;
      color: #233648;
      font-weight: 500; }
  .discount_pages_models .discount_diagram .sale_item_wrapp .block_sale {
    border: 1px solid #E9E9E9;
    border-bottom: 3px solid #E9E9E9;
    border-radius: 4px;
    padding: 5px; }
    .discount_pages_models .discount_diagram .sale_item_wrapp .block_sale .block_sale_title {
      padding: 18px 10px;
      color: #fff;
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 11px; }
      .discount_pages_models .discount_diagram .sale_item_wrapp .block_sale .block_sale_title i {
        font-style: normal; }
    .discount_pages_models .discount_diagram .sale_item_wrapp .block_sale .block_sale_detail {
      color: #9B9FA8;
      font-size: 14px;
      text-align: center;
      font-weight: 300;
      padding-bottom: 7px;
      line-height: 19px; }

.static_pages .calculator {
  width: 80%;
  margin: 50px auto;
  overflow: hidden;
  padding: 24px 2%;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  background-color: #FCFCFC; }
.static_pages .calculator_area {
  width: 100%;
  line-height: 0; }
  .static_pages .calculator_area textarea {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #B3B2B2;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    height: 110px;
    padding: 10px;
    outline: none;
    resize: none; }
    .static_pages .calculator_area textarea::-webkit-input-placeholder {
      color: #B3B2B2; }
    .static_pages .calculator_area textarea::-moz-placeholder {
      color: #B3B2B2; }
    .static_pages .calculator_area textarea:-moz-placeholder {
      color: #B3B2B2; }
    .static_pages .calculator_area textarea:-ms-input-placeholder {
      color: #B3B2B2; }
.static_pages .calculator_stat {
  width: 100%;
  overflow: hidden; }
.static_pages .calculator_stat_item {
  background-color: #273348;
  text-align: center;
  width: 32%;
  float: left;
  margin: 0 1%;
  padding: 0 10px;
  border: 1px solid #000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .static_pages .calculator_stat_item:first-child {
    margin-right: 0; }
  .static_pages .calculator_stat_item:last-child {
    margin-left: 0; }
  .static_pages .calculator_stat_item span {
    border-bottom: #3D4E6D 1px solid;
    color: #FFF;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 6px 0;
    text-transform: uppercase; }
  .static_pages .calculator_stat_item p {
    color: #FC9449;
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    padding: 0; }

@media screen and (min-width: 981px) and (max-width: 1025px) {
  .widget_promo_close {
    right: 0; }

  .header .header_bottom .nav ul > li:first-child ul {
    right: auto;
    left: 0; }
    .header .header_bottom .nav ul > li:first-child ul li:first-child:before, .header .header_bottom .nav ul > li:first-child ul li:first-child:after {
      right: auto;
      left: 25px; } }
@media screen and (min-width: 768px) and (max-width: 980px) {
  .header .header_middle_content_widget,
  .header.scroll .header_middle_content_widget,
  .header.inner .header_middle_content_widget {
    height: auto; }
  .header .header_wrapper:after,
  .header.scroll .header_wrapper:after,
  .header.inner .header_wrapper:after {
    display: none; }
  .header .header_top,
  .header.scroll .header_top,
  .header.inner .header_top {
    padding-left: 20px;
    padding-right: 20px;
    height: 117px;
    border-bottom: none; }
    .header .header_top:after,
    .header.scroll .header_top:after,
    .header.inner .header_top:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #576c90;
      position: absolute;
      bottom: 46px;
      left: 0; }
    .header .header_top #login_holder,
    .header.scroll .header_top #login_holder,
    .header.inner .header_top #login_holder {
      margin-top: 0; }
  .header .header_toolbar,
  .header.scroll .header_toolbar,
  .header.inner .header_toolbar {
    top: 68px; }
  .header .nav,
  .header.scroll .nav,
  .header.inner .nav {
    padding-top: 8px; }
  .header .header_middle,
  .header.scroll .header_middle,
  .header.inner .header_middle {
    padding-top: 0;
    height: 603px; }
    .header .header_middle .header_middle_content,
    .header.scroll .header_middle .header_middle_content,
    .header.inner .header_middle .header_middle_content {
      padding-left: 13px;
      padding-right: 13px; }

  .widget_promo_close {
    right: 20px; }

  .logo {
    margin-top: 20px;
    transition: 0.35s; }

  .bg_video_container {
    margin-top: 0;
    position: relative;
    background-position: 42% top; }

  .header_middle .header_middle_content {
    margin: 0 auto 0; }
    .header_middle .header_middle_content .header_slogan {
      position: absolute;
      margin-left: 1%;
      margin-top: 150px;
      width: 300px;
      padding-top: 10px; }

  .footer .footer_content {
    width: 100%;
    float: none; }
    .footer .footer_content .footer_info_l_block {
      width: 39%; }
  .footer .footer_links .footer_nav ul li {
    margin-right: 5%;
    margin-bottom: 14px; }
  .footer .footer_links .footer_links ul {
    width: 50%;
    margin-bottom: 21px; }
  .footer .footer_bottom {
    margin: 0; }

  .pages .pagination {
    width: 95%;
    margin: 20px auto 0; }
    .pages .pagination li:last-child {
      width: 26px; }
  .pages > div {
    display: block; }
  .pages .breadcrumb,
  .pages .content_title {
    padding: 0 2% 0; }
  .pages .pages_description > p,
  .pages .pages_description > i,
  .pages .pages_description > span,
  .pages .pages_description > b,
  .pages .pages_description > h2,
  .pages .pages_description > h3,
  .pages .pages_description > h1 {
    padding: 0 2%; }
  .pages .sidebar {
    display: inline-block;
    vertical-align: bottom;
    height: auto;
    clear: both;
    width: 100%;
    padding: 0 2%;
    margin-top: 20px; }
    .pages .sidebar .widget {
      width: 96%;
      float: none; }
      .pages .sidebar .widget .widget_title span {
        padding-bottom: 10px; }

  .breadcrumb {
    padding: 15px 0;
    margin-bottom: 5px; }

  .user_login .user_name {
    max-width: 134px;
    font-size: 12px; }

  .chat_now_button {
    left: 0; }

  .container {
    margin: 136px auto 0;
    padding: 0; }

  .button_logout {
    margin-right: 1px; }

  #only_adaptive_login {
    display: block; }
    #only_adaptive_login .logout {
      display: block;
      margin-top: 1px; }

  .button_order_now,
  .live_chat,
  .telephone,
  #login_holder,
  #login_holder > * {
    font-size: 12px; }

  .button_order_now,
  .live_chat,
  .telephone,
  #login_holder {
    margin-right: 17px; }

  .header_content {
    width: 73%;
    padding-top: 20px; }
    .header_content .header_contact_info {
      position: absolute;
      white-space: nowrap;
      left: 50%;
      transform: translateX(-50%);
      top: 84px; }
      .header_content .header_contact_info .button_order_now,
      .header_content .header_contact_info .live_chat,
      .header_content .header_contact_info .telephone {
        margin-right: 50px; }
      .header_content .header_contact_info .telephone:after {
        top: -2px;
        position: relative; }

  .show_nav .logo {
    opacity: 0;
    visibility: hidden; }
  .show_nav .button_order_now,
  .show_nav .live_chat,
  .show_nav .telephone {
    opacity: 1;
    visibility: visible; }

  .header_nav {
    right: auto;
    left: 0;
    z-index: 999; }

  .btn_nav {
    top: 5px;
    width: 25px; }
    .btn_nav:before {
      display: none; }

  .header_toolbar {
    margin-right: -8px; }
    .header_toolbar .telephone {
      font-size: 11px;
      line-height: 18px;
      margin-top: 6px;
      padding: 0 10px;
      margin-right: 1px;
      text-align: center; }
    .header_toolbar .phone_drop {
      margin-right: 8px;
      width: 55px; }
      .header_toolbar .phone_drop span {
        padding-left: 10px;
        font-size: 12px; }
        .header_toolbar .phone_drop span:before {
          right: 9px; }
      .header_toolbar .phone_drop > ul li {
        padding-left: 10px;
        font-size: 12px; }
    .header_toolbar .live_chat {
      margin: 0 0 0 0;
      width: 88px;
      font-size: 11px;
      padding-left: 0; }
      .header_toolbar .live_chat:after {
        display: none; }

  .footer_follow {
    width: 100%; }

  .ui-accordion {
    padding: 0 2%; }

  .static_pages .pages_nav ul {
    padding: 0;
    margin: 0; }
    .static_pages .pages_nav ul li {
      padding: 4px 0; }
  .static_pages ul,
  .static_pages ol {
    padding: 0 2%; }

  .cookie_policy-overlay:not([style="display: none;"]) {
    padding: 11px 3%; }

  .cookie_policy-pane {
    width: 100%; }

  .ppp-wrapper {
    width: calc(100% - 20px); }

  #whatsapp_chat:hover {
    width: 50px; }
  #whatsapp_chat.active {
    width: 200px; }

  .customers_testimonials .owl-nav > div.owl-prev {
    left: 10px; }
  .customers_testimonials .owl-nav > div.owl-next {
    right: 10px; }
  .component .customers_testimonials h2 {
    margin: 5px 0; }

  .component .customers_testimonials {
    padding-bottom: 10px; }

  .section.writing_service {
    width: 100%; }
    .section.writing_service .section_content {
      background-size: 65%;
      padding: 20px 30px; }
      .section.writing_service .section_content:before {
        display: none; }
      .section.writing_service .section_content h1,
      .section.writing_service .section_content h2,
      .section.writing_service .section_content h3 {
        padding: 0 60px 10px; }
        .section.writing_service .section_content h1:before,
        .section.writing_service .section_content h2:before,
        .section.writing_service .section_content h3:before {
          bottom: auto;
          top: 10px;
          left: 0;
          background: url(/assets/hooks_mob.png) no-repeat; }

  .why_choose_item {
    width: 28%;
    margin: 0 2.5%; }
    .why_choose_item .why_choose_icon {
      margin-bottom: 20px; }
    .why_choose_item .why_choose_info {
      display: block;
      width: 100%; }

  .our_customer_content .owl-item {
    padding: 0 20px; }
  .our_customer_content .our_customer_item {
    height: auto; }

  .section.our_awards {
    padding-bottom: 10px; }
    .section.our_awards .owl-item {
      padding: 0 3%; }

  .component .section.our_advantages {
    padding: 0;
    background: none;
    overflow: hidden;
    width: 100%; }
    .component .section.our_advantages .section_content {
      padding: 0 2%;
      max-width: 100%; }
    .component .section.our_advantages > h2,
    .component .section.our_advantages .separator {
      display: none; }
    .component .section.our_advantages .widget {
      display: block;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin: 0 0 20px; }
      .component .section.our_advantages .widget.widget_info_text {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
        .component .section.our_advantages .widget.widget_info_text:first-child {
          margin-left: 0; }

  .section.our_stats {
    padding-bottom: 40px; }
    .section.our_stats .owl-item .our_stat_item {
      width: 180px; }
      .section.our_stats .owl-item .our_stat_item .our_stat_icon {
        padding: 0;
        min-height: 1px; }
      .section.our_stats .owl-item .our_stat_item p {
        min-height: 30px; }
      .section.our_stats .owl-item .our_stat_item span {
        margin-top: 0;
        font-size: 50px;
        line-height: 55px; }

  .component .section.our_stats {
    padding-bottom: 40px; }
    .component .section.our_stats .section_content .our_stat_item {
      height: auto; }

  .recent_post_photo .recent_post_info strong {
    font-size: 18px;
    line-height: 22px; }
  .recent_post_photo .recent_post_info .recent_post_data {
    background-size: 30px;
    font-size: 12px;
    line-height: 16px;
    bottom: 4%;
    left: 5%;
    width: 90%; }

  .section.recent_posts {
    padding-bottom: 48px; }

  .section.price_payments {
    padding-bottom: 30px; }
    .section.price_payments .button {
      margin-top: 35px; }
      .section.price_payments .button:before {
        top: -25px; }

  .free_features .free_features_content {
    text-align: center;
    padding: 14px 14% 40px; }
    .free_features .free_features_content:after {
      display: none; }
  .free_features .feature_item {
    margin: 0 0.1% 15px 1.7%;
    text-align: center; }
    .free_features .feature_item:before {
      display: none; }
    .free_features .feature_item:first-child {
      margin-left: 2%; }
    .free_features .feature_item:last-child:after {
      display: none; }
    .free_features .feature_item span {
      font-size: 20px;
      line-height: 22px; }
      .free_features .feature_item span strong {
        margin-left: 6px; }

  .widget_post .widget_content {
    display: table;
    width: 100%; }
  .widget_post .post_column {
    display: table-cell;
    vertical-align: top;
    height: 100%; }
    .widget_post .post_column:first-child {
      width: 43%;
      border-right: #ececec 1px solid;
      padding: 0 0 0 0; }
  .widget_post .post_categories {
    border-top: none;
    width: 50%;
    float: left; }
    .widget_post .post_categories span {
      padding: 15px 20px; }
    .widget_post .post_categories ul {
      padding-left: 20px; }
      .widget_post .post_categories ul li {
        margin-bottom: 11px; }
        .widget_post .post_categories ul li a {
          font-size: 15px; }
  .widget_post .post_subscribe {
    margin-top: 20px; }

  .widget_component.best_paper .widget_title h2 {
    font-size: 38px; }
  .widget_component.best_paper .best_paper_item p {
    width: 60%;
    font-size: 15px; }
  .widget_component.best_paper .best_paper_item strong {
    width: 40%;
    font-size: 15px; }
    .widget_component.best_paper .best_paper_item strong span {
      font-size: 14px; }

  .pages .widget_features .widget_content {
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px; }
    .pages .widget_features .widget_content:after {
      display: none; }
  .pages .widget_features .widget_title span {
    width: auto; }
    .pages .widget_features .widget_title span:before {
      left: -57px; }
  .pages .widget_features .feature_block {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1px;
    overflow: hidden; }
    .pages .widget_features .feature_block:before {
      display: none; }
    .pages .widget_features .feature_block .feature_item {
      border-bottom: none;
      width: 100%; }
      .pages .widget_features .feature_block .feature_item .feature_item_info {
        max-width: 65%; }
      .pages .widget_features .feature_block .feature_item p {
        line-height: 20px; }
  .pages .widget_features .free_features_info p br {
    display: none; }
  .pages .widget_features .button {
    width: 260px;
    margin-top: 20px; }

  .widget_get_price:not(.widget_header) .widget_content {
    padding-left: 0;
    padding-right: 0; }
  .widget_get_price:not(.widget_header) .field_column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 4%;
    margin: 0 -2px; }
    .widget_get_price:not(.widget_header) .field_column:first-child {
      border-right: #ececec 1px solid; }
  .widget_get_price:not(.widget_header) .field_item label {
    padding-right: 1%; }
  .widget_get_price:not(.widget_header) .field_item .field_tooltip {
    margin-left: 5px; }
  .widget_get_price:not(.widget_header) .field_item.field_numbers_of .spinner_wrapper .ui-spinner .spinner {
    width: 150px; }
  .widget_get_price:not(.widget_header) .field_item.field_urgency .select2-container {
    width: 150px;
    max-width: 150px;
    min-width: 150px; }
  .widget_get_price:not(.widget_header) .field_item.field_urgency .price_page {
    margin-right: -15px; }
  .widget_get_price:not(.widget_header) .field_submit {
    clear: both;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 0 0;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px; }
    .widget_get_price:not(.widget_header) .field_submit .total_price,
    .widget_get_price:not(.widget_header) .field_submit .button {
      display: inline-block;
      vertical-align: top; }
    .widget_get_price:not(.widget_header) .field_submit .total_price {
      font-size: 28px;
      font-weight: bold;
      margin: 2px 24px 0 15px;
      padding-bottom: 0; }
      .widget_get_price:not(.widget_header) .field_submit .total_price p {
        width: auto;
        line-height: 43px;
        margin-right: 10px; }
      .widget_get_price:not(.widget_header) .field_submit .total_price span {
        line-height: 43px; }
    .widget_get_price:not(.widget_header) .field_submit .button {
      width: 260px;
      margin-left: 24px;
      margin-top: 0;
      position: relative;
      left: 70px; }

  .widget.widget_header.widget_get_price {
    margin-top: 120px; }
    .widget.widget_header.widget_get_price .widget_title {
      padding-bottom: 0; }
      .widget.widget_header.widget_get_price .widget_title span {
        font-size: 25px;
        line-height: 30px; }
    .widget.widget_header.widget_get_price .field_item {
      margin-bottom: 10px; }
      .widget.widget_header.widget_get_price .field_item.field_select_currency > label {
        margin-bottom: 0; }
    .widget.widget_header.widget_get_price .button {
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      margin: 4px auto 8px; }
    .widget.widget_header.widget_get_price:before {
      display: none; }

  .pages .widget.widget_testimonial .widget_content {
    margin: 0 2%; }
  .pages .widget.widget_testimonial .customer_testimonial_carousel_widget {
    width: 100%;
    overflow: hidden; }
  .pages .widget.widget_testimonial .customer_testimonial_item {
    padding-left: 17px;
    padding-right: 17px;
    min-height: 200px; }

  .customer_testimonial_carousel_widget .owl-item,
  .customer_testimonial_carousel_widget .customer_testimonial_item {
    overflow: hidden;
    max-width: 100%; }

  .widget.widget_discounts .widget_title {
    width: 92%;
    text-align: center;
    display: inline-block; }
    .widget.widget_discounts .widget_title span {
      width: auto; }
      .widget.widget_discounts .widget_title span:after {
        right: -90px; }
  .widget.widget_discounts .widget_content {
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 20px; }
    .widget.widget_discounts .widget_content p {
      font-size: 16px; }
    .widget.widget_discounts .widget_content label {
      width: 100%;
      padding-top: 20px; }
    .widget.widget_discounts .widget_content input {
      width: 70%; }
    .widget.widget_discounts .widget_content .field_error {
      width: 70%;
      margin-bottom: -10px; }
      .widget.widget_discounts .widget_content .field_error input {
        width: 100%; }
    .widget.widget_discounts .widget_content .button {
      float: right;
      width: 25%;
      margin-top: -5px;
      height: 40px;
      line-height: 28px; }

  .widget.widget_attention .widget_title:before {
    width: 92%; }
  .widget.widget_attention .widget_title span {
    width: auto; }
  .widget.widget_attention .attention_discount {
    margin: 20px 0%; }
    .widget.widget_attention .attention_discount span {
      display: inline; }
      .widget.widget_attention .attention_discount span b {
        display: inline;
        padding: 0 3px; }
    .widget.widget_attention .attention_discount p {
      display: inline; }

  .know_need .button {
    width: 260px; }

  .payments_security .payments_security_guarateed {
    display: none; }
  .payments_security .payments_security_badge_item {
    text-align: center;
    padding: 0 15%; }

  .widget_payments_security .payments_security_services {
    text-align: center; }
    .widget_payments_security .payments_security_services .payments_security_item {
      float: none;
      display: inline-block;
      vertical-align: top;
      width: 8%; }
  .widget_payments_security .payments_security_badges {
    width: 60%;
    margin: 0 auto; }

  .widget_component.payments_security .payments_security_services {
    text-align: center; }
    .widget_component.payments_security .payments_security_services .payments_security_item {
      width: 37px;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 6px; }
  .widget_component.payments_security .widget_title h2 {
    font-size: 38px; }
  .widget_component.payments_security p {
    font-size: 14px;
    line-height: 22px; }

  .pages .sidebar .widget.widget_any_question {
    float: none; }

  .widget.widget_info_text {
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
    .widget.widget_info_text .widget_title span {
      width: 100%; }

  .component .our_advantages .widget {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    float: none; }
    .component .our_advantages .widget.widget_info_text {
      margin-left: 0; }

  .widget.ratings_service .widget_title span:after {
    right: -80px; }
  .widget.ratings_service .widget_content {
    padding: 17px 0;
    overflow: hidden;
    position: relative; }
  .widget.ratings_service .ratings_service_item {
    padding: 0 10px 6px 10px; }

  .widget_promo p {
    font-size: 18px; }
  .widget_promo a {
    font-size: 18px; }

  .widget_promo_wrapper {
    width: 100%; }

  .widget_promo_title h3 {
    font-size: 24px; }

  .widget_promo_content_info a {
    display: inline-block; }

  .widget.top_writers .button {
    display: inline-block;
    margin-top: 7px;
    width: 100%; }

  .post .post_item .post_photo img {
    width: 100%; }
  .post_view .post_data {
    padding: 0 2%; }
  .post_view .post_description {
    padding: 0 2%; }
  .post_view .post_author {
    max-width: 100%;
    margin: 0 2% 17px; }
  .post_view .post_tags {
    padding: 0 2%; }
  .post .post_author,
  .post .post_item {
    margin-left: 0;
    margin-right: 0; }
  .post .post_item {
    padding: 0 2% 31px; }
  .post .post_author {
    margin: 0 2% 17px; }

  .blogger_about .post_author,
  .blogger_about .post_item {
    padding: 0 2%; }

  .our_bloggers .post_author {
    width: 96%;
    margin: 0 2% 30px; }

  .pages_description_social {
    padding: 14px 2% 20px; }

  .price_total .price_total_value,
  .price_total .button {
    width: 47.5%;
    margin-left: 0;
    margin-right: 0; }
  .price_total .button {
    float: right; }

  .price_choice_item .price_present {
    left: 0px; }

  .prices .content {
    padding: 0 2%; }
    .prices .content .breadcrumbs,
    .prices .content .content_title {
      padding: 0; }
    .prices .content .field_item.academic_level .select2-container {
      min-width: 50%;
      max-width: 50%; }

  .feedback .button {
    margin-left: 27%;
    margin-right: 0;
    width: 322px; }

  .feedback_form {
    margin: 0 2%;
    width: 96%; }

  .writer_review {
    padding: 0 2%; }
    .writer_review .feedback_form {
      width: 100%; }

  .discounts_pages .pages_description p {
    margin-left: 3%;
    margin-right: 3%; }
  .discounts_pages .discount_diagram .sale_item_wrapp .block_sale .block_sale_detail {
    min-height: 84px; }
  .discounts_pages .discounts_pages_title {
    padding: 0 2%; }

  .pages .widget_life_time {
    width: 92%;
    margin: 0 4%; }

  .samples .page_samples_wrapp {
    padding: 0 10px; }
  .samples .pages_description:after {
    display: none; }
  .samples .sample_info ul li p {
    width: 45%;
    word-break: break-word; }

  .sample_view .content {
    padding-top: 0; }

  .extras table tr.extras_title td[colspan="2"]:after {
    width: 175px; }
  .extras table {
    width: 98%;
    margin: 0 0 0 2%; }
    .extras table tr td:last-child:not(:first-child) {
      width: 175px;
      font-size: 14px;
      text-align: center; }

  .testimonial_item {
    margin: 0 2% 25px; }
    .testimonial_item .testimonial_content:before, .testimonial_item .testimonial_content:after {
      border-color: transparent; }
    .testimonial_item .testimonial_content:before {
      border-bottom-color: #C2C5CF; }
    .testimonial_item .testimonial_content:after {
      border-bottom-color: #FBFBFB; }
    .testimonial_item .testimonial_content > p {
      font-style: normal; }

  .testimonials_link {
    padding: 0 2%; }

  .free_qoute {
    min-height: 1px; }
    .free_qoute .tabs_customer_title h3 {
      width: auto; }
    .free_qoute .free_qoute_form {
      padding: 0 2%; }
    .free_qoute .field_item > label {
      margin-bottom: 0;
      margin-top: 4px; }
    .free_qoute .button_qoute {
      margin-left: 32%; }

  .free_qoute_finish {
    padding-right: 0%;
    padding-top: 40px;
    margin-bottom: 90px; }

  .our_writers_content .our_writers_content_title {
    padding: 0 2%; }
  .our_writers_content table thead tr {
    padding: 5px; }
    .our_writers_content table thead tr td:nth-child(3) {
      width: 18.1%;
      padding: 15px 0; }
  .our_writers_content table tr td {
    text-align: center; }
    .our_writers_content table tr td:nth-child(1) {
      width: 4.5%; }
    .our_writers_content table tr td:nth-child(2) {
      width: 15.4%; }
    .our_writers_content table tr td:nth-child(3) {
      width: 18.1%; }
    .our_writers_content table tr td:nth-child(5) {
      width: 10%; }
    .our_writers_content table tr td:nth-child(6) {
      width: 12%;
      padding: 5px 0; }
    .our_writers_content table tr td:nth-child(7) {
      width: 14%; }
    .our_writers_content table tr td:nth-child(8) {
      width: 21.2%; }
  .our_writers_content table tbody tr td:nth-child(1) {
    width: 5%; }
  .our_writers_content table tbody tr td:nth-child(2) {
    width: 15.4%; }
  .our_writers_content table tbody tr td:nth-child(3) {
    padding: 0;
    width: 18.1%; }
  .our_writers_content table tbody tr td:nth-child(7) {
    width: 13%;
    text-align: center;
    padding: 0; }
  .our_writers_content table tbody tr td:nth-child(8) {
    width: 21.2%; }
    .our_writers_content table tbody tr td:nth-child(8) a {
      margin: 0 1%;
      padding: 0;
      width: 90%; }

  .our_writers_content_title {
    padding-bottom: 0; }

  .our_writers_filter_item {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 26px; }
    .our_writers_filter_item > label {
      float: left;
      width: 23%;
      text-align: right;
      margin-top: 6px; }
    .our_writers_filter_item .select2-container {
      float: right;
      min-width: 71%;
      max-width: 71%; }

  .about_writer {
    margin-top: 23px;
    padding: 0 2%; }
    .about_writer .button.writer_hire {
      width: 270px;
      margin-left: 0; }

  .writer_details_item span {
    width: 170px; }

  .writer_skills {
    clear: both;
    width: 100%; }
    .writer_skills h2 {
      font-size: 17px;
      margin-top: 3px;
      margin-bottom: 16px; }
    .writer_skills ul {
      width: 50%;
      float: left;
      margin: 0; }
      .writer_skills ul li {
        background-position: 0 0; }

  .writer_info {
    width: 35%; }

  .writer_description {
    border-right: none;
    width: 40%;
    max-width: 45%; }

  .reviews .customers_reviews,
  .reviews .review_info {
    padding: 0 2%; }

  .error_page {
    margin-bottom: 0; }
    .error_page .error_content {
      width: 100%; }
      .error_page .error_content h2 {
        margin-left: 4%;
        font-size: 100px;
        line-height: 110px; }
      .error_page .error_content span {
        font-size: 35px;
        line-height: 40px; }
      .error_page .error_content .error_description {
        padding-top: 40px; }

  .error_page_wrapper {
    min-height: 660px; }

  .pages .services {
    margin-bottom: 5px; }
  .services .service_link_item {
    width: 31%;
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px; }
  .services .service_category ul li {
    padding: 10px 3%; }
  .services .service_level {
    padding: 0 2%; }
  .services .button_pages + p {
    padding: 10px 2% 0; }
  .services .service_features {
    padding-left: 10px; }
    .services .service_features .service_features_item {
      padding-left: 10px; }

  .widget.top_writers {
    padding: 0 2%;
    width: 100%; }

  .widget.service_rate .owl-stage-outer {
    max-width: 100%; }
    .widget.service_rate .owl-stage-outer .owl-item {
      max-width: 100%; }

  .authorization {
    min-height: 680px; }
    .authorization .content {
      width: 100%;
      padding: 0 10px; }

  .auth_wrapper .authorization {
    padding-top: 124px; }

  .authorization_info {
    margin-top: 24px;
    position: relative; }

  .authorization.authorization_success + .authorization_info {
    margin-top: 94px; }

  .auth_wrapper {
    min-height: 565px; }

  .static_pages .calculator {
    width: 96%; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
  .checker span input,
  .radio span input {
    border: none;
    outline: none;
    opacity: 0; }

  .auth_wrapper input[type="text"],
  .auth_wrapper input[type="password"],
  .auth_wrapper input[type="email"],
  .auth_wrapper input[type="number"],
  .pages:not(.cabinet_pages) input[type="text"],
  .pages:not(.cabinet_pages) input[type="password"],
  .pages:not(.cabinet_pages) input[type="email"],
  .pages:not(.cabinet_pages) input[type="number"],
  .widget_header input[type="text"],
  .widget_header input[type="password"],
  .widget_header input[type="email"],
  .widget_header input[type="number"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px #C8C8C8 solid;
    color: #8E9295;
    height: 35px;
    font-size: 14px;
    outline: none;
    padding: 0 10px;
    -webkit-appearance: none; }
    .auth_wrapper input[type="text"]:focus,
    .auth_wrapper input[type="password"]:focus,
    .auth_wrapper input[type="email"]:focus,
    .auth_wrapper input[type="number"]:focus,
    .pages:not(.cabinet_pages) input[type="text"]:focus,
    .pages:not(.cabinet_pages) input[type="password"]:focus,
    .pages:not(.cabinet_pages) input[type="email"]:focus,
    .pages:not(.cabinet_pages) input[type="number"]:focus,
    .widget_header input[type="text"]:focus,
    .widget_header input[type="password"]:focus,
    .widget_header input[type="email"]:focus,
    .widget_header input[type="number"]:focus {
      border-color: #99B8EB; }
    .auth_wrapper input[type="text"]::-webkit-input-placeholder,
    .auth_wrapper input[type="password"]::-webkit-input-placeholder,
    .auth_wrapper input[type="email"]::-webkit-input-placeholder,
    .auth_wrapper input[type="number"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]::-webkit-input-placeholder,
    .widget_header input[type="text"]::-webkit-input-placeholder,
    .widget_header input[type="password"]::-webkit-input-placeholder,
    .widget_header input[type="email"]::-webkit-input-placeholder,
    .widget_header input[type="number"]::-webkit-input-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper input[type="text"]::-moz-placeholder,
    .auth_wrapper input[type="password"]::-moz-placeholder,
    .auth_wrapper input[type="email"]::-moz-placeholder,
    .auth_wrapper input[type="number"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]::-moz-placeholder,
    .widget_header input[type="text"]::-moz-placeholder,
    .widget_header input[type="password"]::-moz-placeholder,
    .widget_header input[type="email"]::-moz-placeholder,
    .widget_header input[type="number"]::-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper input[type="text"]:-moz-placeholder,
    .auth_wrapper input[type="password"]:-moz-placeholder,
    .auth_wrapper input[type="email"]:-moz-placeholder,
    .auth_wrapper input[type="number"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]:-moz-placeholder,
    .widget_header input[type="text"]:-moz-placeholder,
    .widget_header input[type="password"]:-moz-placeholder,
    .widget_header input[type="email"]:-moz-placeholder,
    .widget_header input[type="number"]:-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper input[type="text"]:-ms-input-placeholder,
    .auth_wrapper input[type="password"]:-ms-input-placeholder,
    .auth_wrapper input[type="email"]:-ms-input-placeholder,
    .auth_wrapper input[type="number"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]:-ms-input-placeholder,
    .widget_header input[type="text"]:-ms-input-placeholder,
    .widget_header input[type="password"]:-ms-input-placeholder,
    .widget_header input[type="email"]:-ms-input-placeholder,
    .widget_header input[type="number"]:-ms-input-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
  .auth_wrapper textarea,
  .pages:not(.cabinet_pages) textarea,
  .widget_header textarea {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: #C8C8C8 1px solid;
    color: #8E9295;
    height: 35px;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 10px;
    resize: vertical;
    -webkit-appearance: none; }
    .auth_wrapper textarea::-moz-placeholder,
    .pages:not(.cabinet_pages) textarea::-moz-placeholder,
    .widget_header textarea::-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper textarea:-moz-placeholder,
    .pages:not(.cabinet_pages) textarea:-moz-placeholder,
    .widget_header textarea:-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
  .auth_wrapper input[type="submit"],
  .pages:not(.cabinet_pages) input[type="submit"],
  .widget_header input[type="submit"] {
    cursor: pointer;
    border: none;
    outline: none; }
  .auth_wrapper .field_item,
  .pages:not(.cabinet_pages) .field_item,
  .widget_header .field_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px; }
    .auth_wrapper .field_item > label,
    .auth_wrapper .field_item .order-pages-num > label,
    .auth_wrapper .field_item .order-words-num > label,
    .pages:not(.cabinet_pages) .field_item > label,
    .pages:not(.cabinet_pages) .field_item .order-pages-num > label,
    .pages:not(.cabinet_pages) .field_item .order-words-num > label,
    .widget_header .field_item > label,
    .widget_header .field_item .order-pages-num > label,
    .widget_header .field_item .order-words-num > label {
      color: #424D58;
      display: block;
      font-size: 14px;
      font-family: 'Work Sans';
      line-height: 35px;
      margin-bottom: 4px;
      font-weight: 500; }
      .auth_wrapper .field_item > label a,
      .auth_wrapper .field_item .order-pages-num > label a,
      .auth_wrapper .field_item .order-words-num > label a,
      .pages:not(.cabinet_pages) .field_item > label a,
      .pages:not(.cabinet_pages) .field_item .order-pages-num > label a,
      .pages:not(.cabinet_pages) .field_item .order-words-num > label a,
      .widget_header .field_item > label a,
      .widget_header .field_item .order-pages-num > label a,
      .widget_header .field_item .order-words-num > label a {
        color: #488EEE; }
      .auth_wrapper .field_item > label sup,
      .auth_wrapper .field_item .order-pages-num > label sup,
      .auth_wrapper .field_item .order-words-num > label sup,
      .pages:not(.cabinet_pages) .field_item > label sup,
      .pages:not(.cabinet_pages) .field_item .order-pages-num > label sup,
      .pages:not(.cabinet_pages) .field_item .order-words-num > label sup,
      .widget_header .field_item > label sup,
      .widget_header .field_item .order-pages-num > label sup,
      .widget_header .field_item .order-words-num > label sup {
        color: #ff5212; }
    .auth_wrapper .field_item .spinner_wrapper,
    .pages:not(.cabinet_pages) .field_item .spinner_wrapper,
    .widget_header .field_item .spinner_wrapper {
      float: left; }
    .auth_wrapper .field_item .field_tooltip,
    .pages:not(.cabinet_pages) .field_item .field_tooltip,
    .widget_header .field_item .field_tooltip {
      float: left;
      height: 22px;
      margin-left: 0.5em; }
  .auth_wrapper .field_tooltip,
  .pages:not(.cabinet_pages) .field_tooltip,
  .widget_header .field_tooltip {
    background: url(/assets/tooltip_icon.png) left top no-repeat;
    cursor: pointer;
    background-size: 20px;
    width: 20px;
    margin-top: 2px; }
  .auth_wrapper .field_error,
  .pages:not(.cabinet_pages) .field_error,
  .widget_header .field_error {
    display: inline-block; }
    .auth_wrapper .field_error input:not([submit]),
    .pages:not(.cabinet_pages) .field_error input:not([submit]),
    .widget_header .field_error input:not([submit]) {
      border: #FF3A18 1px solid; }
    .auth_wrapper .field_error textarea,
    .pages:not(.cabinet_pages) .field_error textarea,
    .widget_header .field_error textarea {
      border: #FF3A18 1px solid; }
  .auth_wrapper .validation_error,
  .pages:not(.cabinet_pages) .validation_error,
  .widget_header .validation_error {
    color: #FF3A18;
    font-family: 'Work Sans';
    font-size: 12px;
    padding-left: 10px;
    display: inline-block; }

  .widget_header .field_item > label,
  .widget_header .field_item .order-pages-num > label,
  .widget_header .field_item .order-words-num > label {
    color: #332b28;
    font-size: 16px; }
    .widget_header .field_item > label a,
    .widget_header .field_item .order-pages-num > label a,
    .widget_header .field_item .order-words-num > label a {
      color: #1d9ccb; }
  .widget_header .field_item.field_numbers_of .order-pages-num > label,
  .widget_header .field_item.field_numbers_of .order-words-num > label {
    line-height: 16px; }

  .select2-container--widget_header {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
    .select2-container--widget_header .select2-selection--single {
      border: 1px solid #c8c8c8; }
      .select2-container--widget_header .select2-selection--single .select2-selection__rendered {
        color: #8E9295; }
      .select2-container--widget_header .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px; }
        .select2-container--widget_header .select2-selection--single .select2-selection__arrow b {
          background: url(/assets/arrow_inner.png) no-repeat;
          height: 6px;
          background-size: 8px;
          left: 50%;
          margin-left: -6px;
          margin-top: -3px;
          position: absolute;
          top: 50%;
          width: 8px; }
    .select2-container--widget_header[dir="rtl"] .select2-selection--single .select2-selection__rendered {
      padding-right: 8px;
      padding-left: 20px; }
    .select2-container--widget_header .select2-results__option {
      color: #8E9295;
      word-wrap: break-word; }
      .select2-container--widget_header .select2-results__option[role=group] {
        padding: 0; }
      .select2-container--widget_header .select2-results__option[aria-disabled=true] {
        color: #999; }
      .select2-container--widget_header .select2-results__option[aria-selected=true] {
        background-color: #ededed;
        color: #575757; }
      .select2-container--widget_header .select2-results__option .select2-results__option {
        padding-left: 1em; }
        .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__group {
          padding-left: 0; }
        .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -1em;
          padding-left: 2em; }
          .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em; }
            .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -3em;
              padding-left: 4em; }
              .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -4em;
                padding-left: 5em; }
                .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                  margin-left: -5em;
                  padding-left: 6em; }
    .select2-container--widget_header .select2-search--inline {
      float: left; }
      .select2-container--widget_header .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0; }
        .select2-container--widget_header .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
          -webkit-appearance: none; }
    .select2-container--widget_header .select2-dropdown {
      background: #fff;
      box-shadow: 0px 2px 3px rgba(128, 128, 128, 0.56);
      border-color: #c8c8c8; }
    .select2-container--widget_header .select2-container--open .select2-dropdown {
      left: 0; }
    .select2-container--widget_header .select2-container--open .select2-dropdown--above {
      border-bottom: none;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    .select2-container--widget_header .select2-container--open .select2-dropdown--below {
      border-top: none;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .select2-container--widget_header .select2-search--dropdown {
      display: block;
      padding: 4px; }
      .select2-container--widget_header .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box; }
        .select2-container--widget_header .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
          -webkit-appearance: none; }
      .select2-container--widget_header .select2-search--dropdown.select2-search--hide {
        display: none; }

  .nicescroll-rails {
    display: none !important; }

  .ui-helper-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px !important; }

  .pages:not(.cabinet_pages) .radio_buttons,
  .widget_header .radio_buttons {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: transparent;
    border: 1px solid #c8c8c8;
    display: table;
    width: 100%; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default,
    .widget_header .radio_buttons .ui-state-default {
      background-color: #fff;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 35px;
      border-right: none;
      cursor: pointer;
      position: relative; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:before,
      .widget_header .radio_buttons .ui-state-default:before {
        position: absolute;
        display: block;
        content: '';
        width: 1px;
        height: 28px;
        top: 3px;
        left: 0;
        background: #DEDEDE; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:nth-child(2):before,
      .widget_header .radio_buttons .ui-state-default:nth-child(2):before {
        display: none; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default .ui-button-text,
      .widget_header .radio_buttons .ui-state-default .ui-button-text {
        color: #85868b;
        font-family: 'Work Sans';
        font-weight: 400;
        display: block;
        padding-top: 2px; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active,
      .widget_header .radio_buttons .ui-state-default.ui-state-active {
        position: relative;
        z-index: 10;
        background-color: #FFB21B;
        z-index: 10; }
        .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active:before,
        .widget_header .radio_buttons .ui-state-default.ui-state-active:before {
          display: none; }
        .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active .ui-button-text,
        .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
          color: #fff; }
        .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before,
        .widget_header .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before {
          display: none; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-helper-hidden-accessible:first-child + .ui-state-default,
    .widget_header .radio_buttons .ui-helper-hidden-accessible:first-child + .ui-state-default {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:last-child,
    .widget_header .radio_buttons .ui-state-default:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pages:not(.cabinet_pages) .radio_payment .ui-state-default,
  .widget_header .radio_payment .ui-state-default {
    width: 33.333333%;
    height: 70px; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.paypal,
    .widget_header .radio_payment .ui-state-default.paypal {
      background-image: url(/assets/payment_paypal.png);
      background-size: 68px;
      background-position: center top;
      background-repeat: no-repeat; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.ui-state-active.paypal,
    .widget_header .radio_payment .ui-state-default.ui-state-active.paypal {
      background-position: center bottom; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.creditcard,
    .widget_header .radio_payment .ui-state-default.creditcard {
      background-image: url(/assets/payment_creditcard.png);
      background-size: 68px;
      background-position: center top;
      background-repeat: no-repeat; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.ui-state-active.creditcard,
    .widget_header .radio_payment .ui-state-default.ui-state-active.creditcard {
      background-position: center bottom; }
  .pages:not(.cabinet_pages) .radio_balance .ui-state-default,
  .widget_header .radio_balance .ui-state-default {
    width: 50%;
    height: 70px; }

  .widget_header .radio_buttons {
    overflow: visible;
    background-color: transparent;
    border-color: transparent; }
    .widget_header .radio_buttons .ui-state-default {
      border: 1px solid #6E84A2;
      border-right: none;
      background-color: transparent;
      border-left: none; }
      .widget_header .radio_buttons .ui-state-default:before {
        display: none; }
      .widget_header .radio_buttons .ui-state-default.ui-corner-left {
        border-left: 1px solid #6E84A2; }
      .widget_header .radio_buttons .ui-state-default.ui-corner-right {
        border-right: 1px solid #6E84A2; }
      .widget_header .radio_buttons .ui-state-default .ui-button-text {
        color: #D0DAE4;
        font-size: 15px;
        line-height: 32px; }
      .widget_header .radio_buttons .ui-state-default.ui-state-active {
        background: none;
        border-bottom-color: #FFB21B; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
          color: #FFB21B; }

  .widget .spinner_wrapper,
  .widget.widget_header .spinner_wrapper {
    width: 120px; }
    .widget .spinner_wrapper input[type="text"]:focus,
    .widget.widget_header .spinner_wrapper input[type="text"]:focus {
      box-shadow: none; }
    .widget .spinner_wrapper .ui-spinner,
    .widget.widget_header .spinner_wrapper .ui-spinner {
      display: inline-block;
      position: relative;
      height: 35px; }
      .widget .spinner_wrapper .ui-spinner:before,
      .widget.widget_header .spinner_wrapper .ui-spinner:before {
        display: none; }
      .widget .spinner_wrapper .ui-spinner .spinner,
      .widget.widget_header .spinner_wrapper .ui-spinner .spinner {
        border: #C8C8C8 1px solid;
        color: #85868b;
        background: #fff;
        font-size: 13px;
        outline: none;
        width: 100%;
        text-align: center;
        padding: 0 33px;
        height: 35px; }
      .widget .spinner_wrapper .ui-spinner-button,
      .widget.widget_header .spinner_wrapper .ui-spinner-button {
        position: absolute;
        right: 0;
        display: table;
        width: 33px;
        height: 17.5px; }
        .widget .spinner_wrapper .ui-spinner-button.ui-state-hover,
        .widget.widget_header .spinner_wrapper .ui-spinner-button.ui-state-hover {
          background-color: #C3E0EC; }
      .widget .spinner_wrapper .ui-spinner-up,
      .widget.widget_header .spinner_wrapper .ui-spinner-up {
        cursor: pointer;
        font-weight: 500;
        left: 0;
        right: inherit;
        height: 35px;
        top: 0;
        border-radius: 4px 0 0 4px; }
        .widget .spinner_wrapper .ui-spinner-up:after,
        .widget.widget_header .spinner_wrapper .ui-spinner-up:after {
          display: block;
          position: absolute;
          content: '';
          width: 1px;
          height: 28px;
          background: #c8c8c8;
          top: 3.5px;
          right: 0; }
        .widget .spinner_wrapper .ui-spinner-up:before,
        .widget.widget_header .spinner_wrapper .ui-spinner-up:before {
          content: '';
          background: url(/assets/plus.png) center no-repeat;
          height: 100%;
          display: block;
          position: absolute;
          width: 100%;
          top: 0px;
          left: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .widget .spinner_wrapper .ui-spinner-down,
      .widget.widget_header .spinner_wrapper .ui-spinner-down {
        cursor: pointer;
        height: 35px;
        right: 0;
        left: auto;
        top: 0;
        border-radius: 0 4px 4px 0; }
        .widget .spinner_wrapper .ui-spinner-down:after,
        .widget.widget_header .spinner_wrapper .ui-spinner-down:after {
          display: none; }
        .widget .spinner_wrapper .ui-spinner-down:before,
        .widget.widget_header .spinner_wrapper .ui-spinner-down:before {
          content: '';
          height: 100%;
          background: url(/assets/minus.png) center no-repeat;
          display: block;
          position: absolute;
          width: 100%;
          text-align: center;
          top: 0;
          right: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .widget .spinner_wrapper .ui-spinner .ui-button-text,
      .widget.widget_header .spinner_wrapper .ui-spinner .ui-button-text {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%; }
      .widget .spinner_wrapper .ui-spinner .ui-icon,
      .widget.widget_header .spinner_wrapper .ui-spinner .ui-icon {
        font-size: 0px;
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4px; }

  .pages:not(.cabinet_pages) .spinner_wrapper {
    width: 120px; }
    .pages:not(.cabinet_pages) .spinner_wrapper input[type="text"]:focus {
      box-shadow: none; }
    .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner {
      display: inline-block;
      position: relative;
      height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner:before {
        display: none; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner .spinner {
        border: #C8C8C8 1px solid;
        color: #85868b;
        background: #fff;
        font-size: 13px;
        outline: none;
        width: 100%;
        text-align: center;
        padding: 0 33px;
        height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button {
        position: absolute;
        right: 0;
        display: table;
        width: 33px;
        height: 17.5px; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-state-hover {
          background-color: #C3E0EC; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-spinner-down.ui-state-hover:before {
          background: url(/assets/minus_white.png) center no-repeat; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-spinner-up.ui-state-hover:before {
          background: url(/assets/plus_white.png) center no-repeat; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up {
        cursor: pointer;
        font-weight: 500;
        left: 0;
        right: inherit;
        height: 35px;
        top: 0; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up:ui-state-hover {
          border-radius: 4px 0 0 4px; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up:before {
          content: '';
          background: url(/assets/plus.png) center no-repeat;
          height: 100%;
          display: block;
          position: absolute;
          width: 100%;
          top: 0px;
          left: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down {
        cursor: pointer;
        height: 35px;
        right: 0;
        left: auto;
        top: 0; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down:ui-state-hover {
          border-radius: 0 4px 4px 0; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down:before {
          content: '';
          height: 100%;
          background: url(/assets/minus.png) center no-repeat;
          display: block;
          position: absolute;
          width: 100%;
          text-align: center;
          top: 0;
          right: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner .ui-button-text {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner .ui-icon {
        font-size: 0px;
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4px; }

  .ui-accordion .ui-accordion-header {
    padding-left: 7px; }
  .ui-accordion .ui-accordion-header-active:before {
    left: 0; }
  .ui-accordion .ui-accordion-content {
    padding-left: 7px; }
  .ui-accordion-content ol.list li,
  .ui-accordion-content ul.list li {
    margin-bottom: 8px; }

  .pages:not(.cabinet_pages) .radio_buttons,
  .widget_header .radio_buttons {
    display: flex; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default,
    .widget_header .radio_buttons .ui-state-default {
      width: 100%;
      line-height: 33px; }

  .widget_header .radio_buttons {
    border: 1px solid #c8c8c8; }
    .widget_header .radio_buttons .ui-state-default {
      background-color: #fff;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 35px;
      border-right: none;
      cursor: pointer;
      position: relative;
      border: none; }
      .widget_header .radio_buttons .ui-state-default.ui-corner-left, .widget_header .radio_buttons .ui-state-default.ui-corner-right {
        border: none; }
      .widget_header .radio_buttons .ui-state-default:before {
        position: absolute;
        display: block;
        content: '';
        width: 1px;
        height: 28px;
        top: 3px;
        left: 0;
        background: #DEDEDE; }
      .widget_header .radio_buttons .ui-state-default:nth-child(2):before {
        display: none; }
      .widget_header .radio_buttons .ui-state-default .ui-button-text {
        color: #85868b;
        font-family: 'Work Sans';
        font-weight: 400;
        display: block;
        padding-top: 2px; }
      .widget_header .radio_buttons .ui-state-default.ui-state-active {
        position: relative;
        z-index: 10;
        background-color: #FFB21B;
        z-index: 10; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active:before {
          display: none; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
          color: #fff; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before {
          display: none; }

  html,
  body {
    font-size: 14px; }
    html.locked,
    body.locked {
      overflow: hidden; }

  body {
    position: static; }

  table {
    font-size: 14px; }

  .wrapper {
    min-height: initial;
    padding-bottom: 0; }

  .header {
    background: transparent; }
    .header .header_top:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #576c90;
      left: 0;
      top: 73px;
      position: absolute; }
    .header.scroll .header_top {
      background-color: #273348;
      box-shadow: none; }
      .header.scroll .header_top .telephone {
        background-color: #273348; }
    .header.scroll .header_bottom:before {
      display: none; }
    .header .logo {
      height: auto;
      margin: 3px 0 0 9px;
      position: relative; }
      .header .logo img {
        height: auto;
        width: 100%;
        margin-top: 5px;
        max-width: initial; }
    .header .phone_drop {
      float: right;
      color: #2c2c2c;
      width: 58px;
      position: absolute;
      top: 51px;
      right: 0px;
      z-index: 5; }
      .header .phone_drop span {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        height: 20px;
        line-height: 20px;
        border: none; }
        .header .phone_drop span:after {
          display: none; }
        .header .phone_drop span:before {
          border-width: 5px 3px 0 3px;
          border-color: #2c2c2c transparent transparent transparent;
          top: 50%;
          right: 4px;
          margin: -2.5px 0 0 0; }
      .header .phone_drop ul {
        z-index: 1000; }
        .header .phone_drop ul li a {
          height: 17px;
          line-height: 17px; }
    .header .live_chat {
      float: left;
      font-size: 12px;
      margin: 14px 12px 0 0;
      background-size: 16.5px;
      padding-left: 20px;
      min-height: 16.5px;
      line-height: 16.5px;
      display: none;
      background-position: 0 0; }
    .header .header_top {
      padding: 14px 0 0;
      height: 122px;
      z-index: 9990;
      background-color: transparent; }
      .header .header_top .header_wrapper .header_content {
        float: none;
        position: relative;
        padding: 75px 10px 0; }
    .header .btn_nav {
      position: absolute;
      top: 14px;
      width: 21px;
      right: 8px; }
      .header .btn_nav span {
        transition: 0; }
    .header .header_nav {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 60px;
      background: #2b374b;
      color: #fff; }
    .header .nav_button {
      display: block;
      width: 30px;
      height: 16px;
      float: left;
      overflow: hidden;
      position: absolute;
      top: 11px;
      right: 8px;
      padding: 0 0 0 0;
      margin-right: 8px; }
      .header .nav_button span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 2px 0 2px 0;
        background: #fff;
        float: left;
        clear: both; }
    .header .header_middle {
      padding-top: 0;
      height: auto; }
      .header .header_middle .header_wrapper {
        position: static;
        height: auto; }
    .header .header_middle_content_widget {
      display: block;
      height: auto; }
    .header .header_middle_content {
      margin: 0; }
      .header .header_middle_content .header_slogan {
        position: absolute;
        width: 100%;
        top: 31%;
        margin: 0;
        padding: 0 3%; }
        .header .header_middle_content .header_slogan p {
          font-size: 14px;
          line-height: 20px;
          color: #fff; }
          .header .header_middle_content .header_slogan p span {
            font-size: 33px;
            line-height: 40px; }
    .header .header_nav {
      width: 100%; }
      .header .header_nav .header_wrapper {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 100%; }
        .header .header_nav .header_wrapper .nav {
          float: none;
          overflow-x: scroll;
          width: 100%;
          height: 100%;
          padding-top: 0; }
          .header .header_nav .header_wrapper .nav::-webkit-scrollbar {
            width: 0 !important; }
          .header .header_nav .header_wrapper .nav ul {
            list-style: none;
            margin: 0 10px; }
            .header .header_nav .header_wrapper .nav ul > li {
              float: none;
              margin: 0 0 0 0;
              padding: 0;
              border-bottom: 1px solid #3e4d66; }
              .header .header_nav .header_wrapper .nav ul > li.notification {
                position: relative; }
                .header .header_nav .header_wrapper .nav ul > li.notification:before {
                  background: url(/assets/notification_icon.png) no-repeat;
                  color: #fff;
                  content: "";
                  display: block;
                  font-size: 8px;
                  width: 12px;
                  height: 14px;
                  text-align: center;
                  position: absolute;
                  top: 12px;
                  left: -20px; }
              .header .header_nav .header_wrapper .nav ul > li:after {
                display: none; }
              .header .header_nav .header_wrapper .nav ul > li a {
                display: inline-block;
                vertical-align: top;
                font-size: 16px;
                color: #fff;
                text-decoration: none;
                padding: 8px 0 8px;
                font-weight: 300;
                position: relative; }
                .header .header_nav .header_wrapper .nav ul > li a:hover {
                  border-bottom: none; }
              .header .header_nav .header_wrapper .nav ul > li.active > a:before {
                display: none; }
              .header .header_nav .header_wrapper .nav ul > li > a:hover:before {
                display: none; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list.active {
                border-bottom-color: transparent; }
                .header .header_nav .header_wrapper .nav ul > li.drop_list.active:after {
                  position: absolute;
                  display: block;
                  content: "";
                  width: 100%;
                  height: 1px;
                  background: #3e4d66;
                  left: 0;
                  top: 33px; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list span.nav_link_removed {
                padding: 6px 0 8px;
                display: inline-block;
                font-size: 16px;
                vertical-align: top;
                position: relative; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list > a:after, .header .header_nav .header_wrapper .nav ul > li.drop_list > span:after {
                background: url(/assets/menu_arrow.png) no-repeat;
                background-size: 8px;
                content: "";
                display: block;
                width: 8px;
                height: 6px;
                position: absolute;
                top: 14px;
                right: -15px; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list ul {
                background: none; }
                .header .header_nav .header_wrapper .nav ul > li.drop_list ul li {
                  background: none; }
                  .header .header_nav .header_wrapper .nav ul > li.drop_list ul li a {
                    color: #8b9ab2;
                    font-size: 13px; }
              .header .header_nav .header_wrapper .nav ul > li ul {
                position: relative;
                padding: 5px 0 0 0;
                margin: 0 0 7px 0; }
                .header .header_nav .header_wrapper .nav ul > li ul:after {
                  display: none; }
                .header .header_nav .header_wrapper .nav ul > li ul > li {
                  border: none;
                  background: none;
                  padding-left: 28px;
                  position: relative; }
                  .header .header_nav .header_wrapper .nav ul > li ul > li:before {
                    display: none; }
      .header .header_nav .nav_close {
        display: block;
        position: absolute;
        top: 18px;
        right: 15.5px;
        width: 18px;
        height: 18px; }
        .header .header_nav .nav_close span {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background: #fff;
          top: 50%;
          margin: -2px 0 0 0; }
          .header .header_nav .nav_close span:first-child {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
          .header .header_nav .nav_close span:last-child {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .header .bg_video_container {
      height: 520px; }
    .header .widget_get_price {
      width: 100%; }

  .section > h1,
  .section > h2,
  .section .customers_testimonials_heading,
  .section .our_stats_heading,
  .section .recent_posts_heading {
    font-size: 30px;
    line-height: 34px; }
  .section .customers_testimonials_heading {
    padding: 0 5px 24px; }
  .section > h1 {
    font-size: 28px; }
  .section .section_content {
    padding-left: 12px;
    padding-right: 12px; }
    .section .section_content > h1,
    .section .section_content > h2 {
      font-size: 22px; }
    .section .section_content > h1 {
      font-size: 28px; }

  .footer {
    height: auto;
    margin: 0; }
    .footer .footer_content .footer_info_l_block {
      width: 100%;
      float: none; }
      .footer .footer_content .footer_info_l_block .footer_logo {
        margin-bottom: 5px; }
      .footer .footer_content .footer_info_l_block .footer_contacts {
        margin-bottom: 18px; }
    .footer .footer_links {
      margin-top: 24px; }
      .footer .footer_links .footer_nav ul li {
        float: left;
        padding: 0;
        margin-right: 13px; }
        .footer .footer_links .footer_nav ul li a,
        .footer .footer_links .footer_nav ul li span {
          display: block;
          font-size: 14px;
          line-height: 48px; }
      .footer .footer_links .footer_links {
        margin-top: 0; }
        .footer .footer_links .footer_links ul {
          width: 100%;
          padding-right: 0; }
          .footer .footer_links .footer_links ul li {
            float: left;
            width: 50%;
            padding-right: 10px; }
            .footer .footer_links .footer_links ul li a {
              display: block;
              line-height: 36px; }
    .footer .we_accept > span {
      display: block !important; }
    .footer .we_accept .we_accept_item {
      margin: 0 0 7px 0; }
    .footer .footer_bottom {
      margin: 15px 0 0; }

  .container.welcome {
    margin-bottom: 35px; }

  .container > .pages {
    z-index: 1;
    margin-bottom: 65px; }

  .owl-item {
    overflow: hidden; }

  .owl-next,
  .owl-prev {
    background: url(/assets/arrows_sprite.png) no-repeat;
    font-size: 0;
    width: 26px;
    height: 16px;
    position: absolute;
    margin-top: 0; }

  .owl-prev {
    background-position: top left;
    left: 3%; }
    .owl-prev:hover {
      background-position: bottom left; }

  .owl-next {
    background-position: top right;
    right: 3%; }
    .owl-next:hover {
      background-position: bottom right; }

  .widget_promo + .wrapper {
    top: 0;
    margin-top: 52px; }

  .widget_promo[style="display: none;"] + .wrapper {
    margin-top: 0; }

  .container {
    padding: 0;
    margin: 123px auto 0; }

  .breadcrumb {
    padding: 15px 2%;
    margin-bottom: 0px; }
    .breadcrumb li {
      font-size: 13px;
      line-height: 17px; }
      .breadcrumb li:last-child {
        float: none;
        list-style: none; }

  .pages > div {
    display: block; }
    .pages > div div.star-rating {
      width: 26px;
      height: 24px;
      background: url("/assets/star.png") no-repeat 0 0;
      background-size: 26px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 26px;
      height: 24px;
      text-indent: -999em;
      overflow: hidden;
      margin: 0 2px 0 2px;
      background: transparent !important; }
      .pages > div div.star-rating a {
        width: 26px;
        height: 100%;
        background: url("/assets/star.png") no-repeat 0 top;
        background-size: 26px;
        border: 0;
        display: block; }
      .pages > div div.star-rating-on a {
        background-position: 0 bottom !important; }
      .pages > div div.star-rating-hover a {
        background-position: 0 bottom; }
      .pages > div div.star-rating-readonly a {
        cursor: default !important; }
    .pages > div div .rating-cancel {
      display: none !important;
      width: 0px;
      height: 0px; }
      .pages > div div .rating-cancel a {
        display: block;
        width: 26px;
        height: 24px;
        background-position: 0 0;
        border: 0; }
      .pages > div div .rating-cancel + .star-rating {
        margin: 0 2px 0 0; }
  .pages ol.list,
  .pages ul.list {
    padding-left: 2%; }
    .pages ol.list li,
    .pages ul.list li {
      font-size: 13px; }
  .pages .content {
    padding: 0;
    border: none; }
  .pages .content_title {
    margin-bottom: 10px;
    padding: 0 3%; }
    .pages .content_title h1,
    .pages .content_title h2,
    .pages .content_title span {
      padding: 5px 0;
      max-width: 100%;
      font-size: 30px;
      line-height: 33px;
      text-align: left; }
  .pages .sidebar {
    display: block;
    width: 100%;
    padding: 0 0; }
  .pages .widget_title span {
    font-size: 24px;
    color: #575757; }
  .pages .field_item > label {
    font-size: 14px; }

  .pages .widget,
  .component .widget {
    margin-bottom: 32px;
    border-radius: 0;
    border-left: none;
    border-right: none; }

  .button_pages .button_link {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    height: 29px;
    border-width: 2px;
    line-height: 29px; }
    .button_pages .button_link span {
      display: block;
      font-size: 15px; }

  .pages_description > p,
  .pages_description > i,
  .pages_description > span,
  .pages_description > b,
  .pages_description > h1,
  .pages_description > h2,
  .pages_description > h3 {
    padding: 0 3%; }
  .pages_description > p {
    font-size: 14px;
    color: #746554;
    line-height: 20px; }
  .pages_description h2 {
    font-size: 18px;
    line-height: 22px; }
  .pages_description h3 {
    font-size: 16px;
    line-height: 22px; }

  .list li {
    padding-left: 0; }
    .list li:before {
      width: 5px;
      height: 5px;
      top: 6px; }

  .pages .pagination {
    width: 94%;
    margin: auto; }
    .pages .pagination ul {
      width: 100%;
      text-align: center; }
      .pages .pagination ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0; }
  .pages .show_items {
    margin: 15px 0; }
    .pages .show_items p {
      font-weight: normal; }
    .pages .show_items .elements_number {
      width: 54%;
      padding: 0 10px; }
      .pages .show_items .elements_number li {
        font-size: 14px;
        width: 28px;
        margin: 0 5px; }
        .pages .show_items .elements_number li a {
          font-weight: normal; }

  .pages .validation_error,
  .widget_header .validation_error {
    font-size: 12px; }

  .pages .field_item,
  .widget_header .field_item {
    margin-bottom: 15px; }

  .copyright {
    width: 100%;
    text-align: center;
    margin: 17px 0 !important; }

  .profile_nav {
    display: block; }
    .profile_nav ul {
      text-align: center; }
      .profile_nav ul li {
        text-align: left; }

  .logout {
    display: block;
    text-decoration: none;
    margin: 18px 0 0;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    font-family: "Work Sans";
    text-align: center;
    font-weight: 500;
    background: #3c4a62; }

  .chat_now_button {
    background: url(/assets/chat_now_icon_mob.png) no-repeat;
    background-size: 63px;
    width: 63px;
    height: 63px;
    left: 0px;
    font-size: 0;
    top: 249px;
    border: none;
    display: block; }

  .scroll_top {
    background: url(/assets/scroll_top_icon.png) no-repeat;
    display: block;
    background-size: 63px;
    width: 63px;
    height: 63px;
    position: fixed;
    top: 68%;
    right: 0px;
    z-index: 90; }

  .header.inner .header_top {
    box-shadow: none;
    background-size: cover; }
    .header.inner .header_top .telephone {
      background: #273348; }
  .header.inner .header_bottom:before {
    display: none; }

  .header_toolbar {
    top: 45px;
    width: 100%;
    z-index: -1; }
    .header_toolbar .live_chat {
      float: right; }
    .header_toolbar .telephone {
      border: none;
      margin: 0;
      position: absolute;
      top: 51px;
      line-height: 20px;
      left: 0;
      width: 100%;
      text-align: left;
      padding: 8px 10px 5px;
      border-bottom: 1px solid #576c90; }
    .header_toolbar .phone_drop {
      margin-top: 3px;
      border-left: none;
      margin-right: 10px;
      width: 67px;
      height: 24px;
      background: rgba(0, 0, 0, 0.5); }
      .header_toolbar .phone_drop span {
        border-left: none;
        height: 24px;
        line-height: 25px;
        font-size: 13px;
        padding-left: 17px;
        border-left: none;
        text-align: left; }
        .header_toolbar .phone_drop span:before {
          right: 12px; }

  label[ng-hide="texts.pageorwords"] {
    line-height: 17px !important; }

  .header .header_nav .header_wrapper .nav ul > li.notification:before {
    display: none; }

  .header_content {
    width: 100%; }
    .header_content .button_order_now {
      float: left;
      display: block !important;
      position: relative;
      top: 3px; }
    .header_content .live_chat {
      position: absolute;
      left: auto;
      bottom: 43px;
      display: block !important;
      right: 100px;
      color: transparent;
      width: 20px;
      height: 20px;
      font-size: 0px; }
      .header_content .live_chat:after {
        position: absolute;
        top: 3px;
        margin: 0;
        left: 0; }
    .header_content .telephone {
      position: absolute;
      left: auto;
      bottom: 43px;
      display: block !important;
      right: 38px;
      color: transparent;
      width: 20px;
      height: 20px;
      font-size: 0px; }
      .header_content .telephone:after {
        position: absolute;
        top: 3px; }
    .header_content #login_holder {
      float: right;
      margin: 0;
      top: 0;
      display: block !important; }
      .header_content #login_holder .button_logout {
        width: 19px;
        height: 20px;
        color: transparent; }
        .header_content #login_holder .button_logout:after {
          position: absolute;
          top: 2px; }
      .header_content #login_holder .user_login {
        margin: 0 5px 0 0; }

  .btn_nav:before {
    display: none; }

  .bg_replay {
    display: none; }

  .show_nav .telephone {
    opacity: 1;
    visibility: visible; }

  .container .order_wrap {
    padding: 0 2%; }

  .auth_wrapper .authorization {
    padding-top: 130px; }

  .get_price_tooltip {
    font-family: "Work Sans";
    box-shadow: 0px 3px 8px #cacbcf;
    -moz-box-shadow: 0px 3px 8px #cacbcf;
    -webkit-box-shadow: 0px 3px 8px #cacbcf;
    border-top: 1px solid #afea9b;
    border-radius: 8px;
    background: #fff;
    color: #8e9295; }
    .get_price_tooltip .tooltipster-content {
      font-size: 12px;
      line-height: 17px;
      padding: 8px 10px;
      overflow: hidden;
      max-width: 300px; }

  .cookie_policy-overlay:not([style="display: none;"]) {
    padding: 11px 3%; }

  .cookie_policy-pane {
    width: 100%; }
    .cookie_policy-pane p {
      display: block;
      width: 100%;
      max-width: 100%;
      padding-right: 0; }
    .cookie_policy-pane .cookie_policy-button {
      width: 100%;
      margin-top: 15px;
      display: block; }

  .ppp-overlay__shown {
    padding-top: 15px; }

  .ppp-wrapper {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px; }
    .ppp-wrapper .ppp-pane:before {
      margin-right: 10px; }

  .ppp-link {
    display: block;
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #1dac33;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px; }

  #whatsapp_chat {
    height: 50px;
    width: 50px;
    border: 5px solid rgba(255, 255, 255, 0.14);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 1px 4px rgba(24, 62, 119, 0.13), 0px 10px 16px rgba(116, 138, 202, 0.15); }
    #whatsapp_chat:before {
      width: 40px;
      height: 40px;
      background-size: 32px; }
    #whatsapp_chat:hover {
      width: 50px; }
    #whatsapp_chat.active {
      width: 200px; }
      #whatsapp_chat.active #whatsapp_chat_url {
        padding-left: 45px; }
    #whatsapp_chat #whatsapp_chat_url {
      line-height: 40px; }

  .section.why_choose .section_content {
    padding: 0; }
  .section.why_choose > h1,
  .section.why_choose > h2 {
    text-align: center;
    width: auto;
    padding-bottom: 10px; }

  .why_choose:before {
    display: none; }
  .why_choose .owl-dots {
    margin-top: 30px; }
  .why_choose .owl-nav > div {
    margin-top: 0;
    top: 40px; }
  .why_choose .owl-item .why_choose_item {
    display: block;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
    margin-bottom: 30px; }
    .why_choose .owl-item .why_choose_item .why_choose_icon_align {
      padding-right: 0; }
    .why_choose .owl-item .why_choose_item:last-child {
      margin-bottom: 0; }
    .why_choose .owl-item .why_choose_item img {
      max-width: 100%;
      width: auto;
      height: auto; }

  .why_choose_item {
    text-align: center; }
    .why_choose_item .why_choose_icon {
      width: 100%;
      margin-bottom: 0;
      text-align: center; }
    .why_choose_item .why_choose_info {
      padding: 5px 5% 0; }
      .why_choose_item .why_choose_info span {
        margin-bottom: 10px; }
      .why_choose_item .why_choose_info p {
        font-size: 14px;
        line-height: 17px;
        text-align: justify; }

  .section.writing_service {
    border-top: 1px solid #E9E9E9;
    width: 100%;
    padding: 30px 3% 10px; }
    .section.writing_service .section_content {
      padding: 0 0 10px 0;
      min-width: 100%;
      background: none; }
      .section.writing_service .section_content:before {
        display: none; }
      .section.writing_service .section_content p {
        text-align: justify; }
      .section.writing_service .section_content h1,
      .section.writing_service .section_content h2,
      .section.writing_service .section_content h3 {
        padding: 0 0 20px 58px;
        font-size: 28px;
        line-height: 32px; }
        .section.writing_service .section_content h1:before,
        .section.writing_service .section_content h2:before,
        .section.writing_service .section_content h3:before {
          background: url(/assets/hooks_mob.png) no-repeat;
          left: 0;
          top: 0;
          bottom: inherit; }
        .section.writing_service .section_content h1:after,
        .section.writing_service .section_content h2:after,
        .section.writing_service .section_content h3:after {
          display: none; }
    .section.writing_service h2, .section.writing_service p {
      font-size: 14px; }
    .section.writing_service span {
      font-size: 14px;
      padding-bottom: 20px; }

  .desktop-visible {
    display: none !important; }

  .new_order .field_item.field_add_materials label .field_tooltip {
    margin-top: 7px; }

  .free_qoute .field_item.field_uploader label .field_tooltip {
    margin-top: 2px; }

  .section.customers_testimonials {
    padding: 20px 0 30px 0; }
    .section.customers_testimonials .customers_testimonials_heading {
      font-size: 26px;
      padding-bottom: 10px; }
    .section.customers_testimonials .section_content {
      padding: 0; }
      .section.customers_testimonials .section_content .owl-stage-outer {
        margin-bottom: 10px; }

  .customers_testimonials div.star-rating {
    width: 26px;
    height: 24px;
    background: url("/assets/star.png") no-repeat 0 0;
    background-size: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2.5px 0 2.5px;
    background: transparent !important; }
    .customers_testimonials div.star-rating a {
      width: 26px;
      height: 100%;
      background: url("/assets/star.png") no-repeat 0 top;
      background-size: 26px;
      border: 0;
      display: block; }
    .customers_testimonials div.star-rating-on a {
      background-position: 0 bottom !important; }
    .customers_testimonials div.star-rating-hover a {
      background-position: 0 bottom; }
    .customers_testimonials div.star-rating-readonly a {
      cursor: default !important; }
  .customers_testimonials div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .customers_testimonials div .rating-cancel a {
      display: block;
      width: 26px;
      height: 24px;
      background-position: 0 0;
      border: 0; }
    .customers_testimonials div .rating-cancel + .star-rating {
      margin: 0 2.5px 0 0; }
  .customers_testimonials .customer_testimonial_carousel {
    overflow: visible;
    padding: 0;
    display: inline-block;
    width: 100%; }
    .customers_testimonials .customer_testimonial_carousel:before, .customers_testimonials .customer_testimonial_carousel:after {
      display: none; }
  .customers_testimonials .owl-item {
    padding-bottom: 6px;
    padding-top: 6px; }
  .customers_testimonials .owl-carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0; }
  .customers_testimonials .owl-carousel .owl-dots {
    margin-top: 20px; }
  .customers_testimonials .owl-carousel .owl-nav > div {
    margin-top: 0;
    top: -70px; }
    .customers_testimonials .owl-carousel .owl-nav > div.owl-prev {
      left: 3%; }
    .customers_testimonials .owl-carousel .owl-nav > div.owl-next {
      right: 3%; }
  .customers_testimonials .button {
    width: 94%;
    margin-top: 20px;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px;
    font-size: 16px; }

  .customer_testimonial_stat:before {
    display: none; }
  .customer_testimonial_stat .jabber {
    width: 100%; }

  .customer_testimonial_item {
    background-color: #fff;
    margin: 0;
    padding: 15px 3% 30px;
    border-left: none;
    border-right: none; }
    .customer_testimonial_item:before {
      display: none; }
    .customer_testimonial_item .customer_testimonial_info {
      font-size: 14px;
      line-height: 16px; }
    .customer_testimonial_item p.data {
      position: static;
      float: right; }
    .customer_testimonial_item .customer_testimonial_details p {
      font-size: 12px; }
    .customer_testimonial_item .customer_testimonial_data strong {
      line-height: 22px;
      max-width: 105px;
      width: 100%;
      color: #373636; }
    .customer_testimonial_item .customer_testimonial_data .rating_wrapper {
      float: right;
      margin: 0 0 5px 0; }
    .customer_testimonial_item > p {
      font-size: 14px;
      line-height: 16px; }

  .customer_testimonial_carousel:not(.owl-carousel) .customer_testimonial_item {
    max-width: 100%;
    width: 100%; }

  .section.free_features {
    padding: 15px 0 0;
    margin-bottom: 25px;
    box-shadow: 0 2px 1px #E9E9E9;
    border-bottom: 1px solid #E9E9E9; }
    .section.free_features > h2 {
      display: block;
      text-transform: none; }

  .free_features {
    padding-bottom: 15px; }
    .free_features h2 {
      font-size: 30px;
      margin: 0 2%;
      padding-bottom: 10px;
      border-bottom: 1px solid #E2E2E2; }
    .free_features .section_content {
      padding: 0 2%; }
    .free_features .free_features_content {
      overflow: hidden;
      padding: 0 0 0 0;
      position: relative; }
      .free_features .free_features_content .feature_item {
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #efefef;
        padding: 10px 2% 8px;
        margin: 0;
        float: none;
        min-height: 1px;
        text-align: left; }
        .free_features .free_features_content .feature_item .feature_align {
          width: 50%;
          float: left;
          min-height: 1px;
          height: auto; }
          .free_features .free_features_content .feature_item .feature_align p {
            font-size: 15px;
            padding: 0;
            color: #616A72;
            line-height: 18px;
            min-height: 1px; }
        .free_features .free_features_content .feature_item:last-child {
          border-bottom: none; }
          .free_features .free_features_content .feature_item:last-child:after {
            display: none; }
        .free_features .free_features_content .feature_item:before {
          display: none; }
        .free_features .free_features_content .feature_item span {
          text-align: center;
          font-size: 15px;
          line-height: 22px;
          margin-top: 0;
          width: 47%;
          float: left;
          font-weight: 600; }
          .free_features .free_features_content .feature_item span i {
            font-style: normal;
            font-size: 15px;
            color: #BACAD9;
            line-height: 22px; }
          .free_features .free_features_content .feature_item span strong {
            padding: 0 4px;
            font-size: 15px;
            line-height: 22px;
            vertical-align: top;
            margin-left: 0;
            color: #355E81; }
            .free_features .free_features_content .feature_item span strong:before {
              background: url(/assets/strike_inner.png) no-repeat;
              display: block;
              content: '';
              background-size: 48px;
              width: 48px;
              height: 4px;
              position: absolute;
              top: 10px;
              left: 2px;
              margin: 0; }
        .free_features .free_features_content .feature_item b {
          display: inline;
          font-size: 15px;
          margin-top: 0px;
          line-height: 22px;
          margin-left: 0;
          padding-left: 2px;
          font-weight: 600;
          color: #FF8E2F;
          float: none; }
    .free_features .free_features_info {
      margin-top: 10px;
      padding-bottom: 20px;
      clear: both;
      border-top: 1px solid #E2E2E2; }
      .free_features .free_features_info p {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 5% 0; }
      .free_features .free_features_info .button {
        width: 100%;
        max-width: 100%;
        margin-top: 14px;
        font-size: 15px;
        height: 50px;
        border-width: 2px;
        line-height: 50px;
        font-size: 16px;
        text-transform: uppercase; }

  .section.our_stats {
    padding: 18px 0 35px 0;
    background-position: center top; }
    .section.our_stats .our_stats_heading {
      padding-top: 15px;
      margin-bottom: 0;
      padding-bottom: 15px;
      border-bottom: 1px solid #ECECEC;
      margin: 0 3%;
      width: 94%;
      font-size: 30px; }
    .section.our_stats .owl-item:before, .section.our_stats .owl-item:after {
      display: none !important; }
    .section.our_stats .our_stat_item .our_stat_icon {
      margin-bottom: 0; }
      .section.our_stats .our_stat_item .our_stat_icon img {
        min-height: 37px;
        width: auto; }
    .section.our_stats .our_stat_item span {
      font-size: 88px;
      line-height: 88px;
      margin-bottom: 10px; }
    .section.our_stats .our_stat_item p {
      font-size: 17px;
      padding-top: 0; }
    .section.our_stats .owl-dots {
      margin-top: 10px; }
    .section.our_stats .owl-nav > div {
      margin-top: 0;
      top: -43px; }
      .section.our_stats .owl-nav > div.owl-prev {
        left: 0%; }
      .section.our_stats .owl-nav > div.owl-next {
        right: 0%; }

  .component .section.our_stats {
    padding-bottom: 40px; }
    .component .section.our_stats .our_stat_item {
      height: auto; }

  .section.our_customers .our_customer_content {
    margin-bottom: 5px; }
  .section.our_customers > h1,
  .section.our_customers > h2 {
    width: auto;
    font-size: 21px;
    line-height: 25px; }
  .section.our_customers .owl-item:before, .section.our_customers .owl-item:after {
    display: none !important; }
  .section.our_customers .owl-nav > div {
    margin-top: 0;
    top: 40px; }
  .section.our_customers .owl-dots {
    margin-top: 30px; }

  .our_customers .owl-item {
    padding: 0 3%; }
    .our_customers .owl-item .our_customer_item {
      padding: 0 10%; }
  .our_customers .our_customer_info p,
  .our_customers .our_customer_info .list li {
    font-size: 14px;
    line-height: 22px;
    color: #5e5e5e; }
  .our_customers .our_customer_info p {
    text-align: justify; }
  .our_customers .our_customer_info ul.list {
    margin: 16px 0; }
    .our_customers .our_customer_info ul.list li {
      padding-left: 10px; }
      .our_customers .our_customer_info ul.list li:before {
        width: 4px;
        height: 4px;
        top: 7px; }

  .section.price_payments {
    background: #F8F8F8; }
    .section.price_payments:before {
      display: none; }
    .section.price_payments .widget_component .widget_content {
      padding-bottom: 10px; }
    .section.price_payments .widget_component.best_paper .widget_title {
      margin: 0 3% 20px;
      width: 94%; }
      .section.price_payments .widget_component.best_paper .widget_title span {
        font-size: 24px;
        padding: 0; }
        .section.price_payments .widget_component.best_paper .widget_title span:after {
          display: none; }
    .section.price_payments .widget_component.payments_security {
      margin-top: 0; }
      .section.price_payments .widget_component.payments_security .payments_security_services .payments_security_item {
        margin: 0 .5%; }
      .section.price_payments .widget_component.payments_security .payments_security_badge_item {
        padding: 0 12%; }
      .section.price_payments .widget_component.payments_security .payments_security_badges {
        border: none;
        padding-bottom: 0; }
      .section.price_payments .widget_component.payments_security .widget_content {
        padding-bottom: 10px;
        padding-top: 0px; }
        .section.price_payments .widget_component.payments_security .widget_content .widget_title {
          text-align: left;
          margin: 0 3% 20px;
          width: 94%; }
          .section.price_payments .widget_component.payments_security .widget_content .widget_title span {
            font-size: 24px;
            padding: 0; }
        .section.price_payments .widget_component.payments_security .widget_content:before {
          top: 0; }
        .section.price_payments .widget_component.payments_security .widget_content:after {
          top: inherit;
          bottom: 0; }
    .section.price_payments .widget_component .widget_content {
      width: 100%; }
      .section.price_payments .widget_component .widget_content .widget_title {
        text-align: center;
        margin-bottom: 5px;
        padding: 0px; }
        .section.price_payments .widget_component .widget_content .widget_title span {
          text-align: left;
          width: auto;
          font-size: 20px;
          margin-bottom: 0; }
          .section.price_payments .widget_component .widget_content .widget_title span:after {
            display: none; }
      .section.price_payments .widget_component .widget_content p {
        font-size: 14px;
        line-height: 26px;
        padding: 0; }
    .section.price_payments .best_paper,
    .section.price_payments .payments_security {
      background: none;
      width: 100%;
      float: none;
      clear: both; }
    .section.price_payments .payments_security {
      margin-top: 25px;
      padding-left: 0;
      width: 100%; }
      .section.price_payments .payments_security .widget_content {
        padding-right: 0; }
        .section.price_payments .payments_security .widget_content p {
          padding: 0 3%; }
      .section.price_payments .payments_security .widget_title {
        width: 100%;
        padding: 0 20%; }
    .section.price_payments .button {
      width: 95%;
      margin: 15px auto 0; }

  .price_payments .section_content, .price_payments.section .section_content {
    display: block;
    min-width: initial;
    padding-left: 0;
    padding-right: 0; }

  .section.our_awards {
    padding: 20px 0 0; }
    .section.our_awards > h2 {
      font-size: 26px;
      line-height: 30px; }
      .section.our_awards > h2 b {
        display: inline; }
    .section.our_awards .our_awards_content {
      display: block; }
    .section.our_awards .owl-dots {
      margin-top: 20px; }
    .section.our_awards .owl-nav > div {
      top: 55px;
      margin-top: 0; }
      .section.our_awards .owl-nav > div.owl-prev {
        left: 0; }
      .section.our_awards .owl-nav > div.owl-next {
        right: 0; }
    .section.our_awards .owl-item {
      display: block;
      height: auto;
      padding: 0 !important; }
      .section.our_awards .owl-item:before, .section.our_awards .owl-item:after {
        display: none; }
    .section.our_awards .button {
      width: 100%;
      max-width: 100%; }
    .section.our_awards .our_award_item {
      display: inline-block;
      vertical-align: top;
      padding: 0 28%; }

  .section.recent_posts {
    padding-bottom: 0;
    padding-top: 15px; }
    .section.recent_posts .section_content {
      padding: 0; }
    .section.recent_posts .recent_posts_heading {
      font-size: 26px;
      line-height: 28px;
      padding-bottom: 15px;
      margin-bottom: 0; }
    .section.recent_posts .owl-item {
      padding: 0; }
    .section.recent_posts .owl-nav > div {
      top: -37px;
      margin-top: -0;
      background: url(/assets/arrows_sprite_recent.png) no-repeat; }
    .section.recent_posts .owl-nav .owl-prev {
      left: 3%; }
    .section.recent_posts .owl-nav .owl-next {
      right: 3%;
      background-position: right top; }

  .recent_posts .recent_post_photo img {
    border-radius: 0; }
  .recent_posts .recent_post_info {
    padding: 0; }
    .recent_posts .recent_post_info strong {
      font-size: 13px;
      max-width: 100%;
      padding-left: 10px; }
    .recent_posts .recent_post_info .recent_post_data {
      margin: 0 4%;
      padding-bottom: 0; }
      .recent_posts .recent_post_info .recent_post_data span {
        font-size: 13px; }

  .recent_post_photo {
    padding-bottom: 0; }
    .recent_post_photo .recent_post_bg {
      padding: 0;
      display: block; }
    .recent_post_photo .recent_post_info strong {
      font-size: 18px;
      line-height: 20px; }
    .recent_post_photo .recent_post_info .recent_post_data {
      background: none;
      bottom: 5%;
      left: 5%;
      width: 92%;
      padding: 0;
      font-size: 11px;
      line-height: 15px; }
      .recent_post_photo .recent_post_info .recent_post_data span {
        font-size: 11px; }

  .component .section.our_advantages {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    width: 100%; }
    .component .section.our_advantages > h2,
    .component .section.our_advantages .separator {
      display: none; }
    .component .section.our_advantages .section_content {
      display: block;
      min-width: 100%;
      width: 100%;
      margin: 0;
      padding: 0 0; }
    .component .section.our_advantages .widget {
      display: inline-block;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 32px; }

  .widget.widget_any_question .widget_title span {
    font-size: 22px; }

  .widget.widget_attention .widget_title:before {
    left: 0; }
  .widget.widget_attention .widget_title h2 {
    color: #f79700; }
  .widget.widget_attention .widget_content {
    background-size: cover; }
    .widget.widget_attention .widget_content > span {
      font-size: 15px;
      line-height: 22px; }
    .widget.widget_attention .widget_content > p {
      font-size: 15px;
      line-height: 22px; }
  .widget.widget_attention .attention_discount .attention_discount_content {
    padding: 5px 0 10px; }
  .widget.widget_attention .attention_discount span {
    font-size: 16px;
    line-height: 25px; }
  .widget.widget_attention .attention_discount p {
    font-size: 16px; }

  .widget .best_paper {
    background: none; }

  .best_paper_item {
    width: 94%;
    margin: 0 3% 4px;
    padding-bottom: 2px; }
    .best_paper_item p {
      font-size: 13px;
      line-height: 18px;
      width: 60%; }
    .best_paper_item strong {
      line-height: 18px;
      font-size: 14px;
      width: 40%; }
      .best_paper_item strong span {
        font-size: 14px; }

  .widget_component.best_paper .widget_title {
    text-align: center; }
    .widget_component.best_paper .widget_title span {
      font-size: 30px;
      line-height: 30px; }
  .widget_component.best_paper .button {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .widget.widget_info_text .widget_content strong {
    font-weight: 500;
    line-height: 22px; }
  .widget.widget_info_text .widget_content p {
    line-height: 22px; }
  .widget.widget_info_text .widget_content ul li {
    margin-bottom: 5px;
    padding-left: 0; }

  .widget.widget_discounts .widget_content {
    padding: 10px 2.3%; }
  .widget.widget_discounts .button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .widget_features {
    background: none; }
    .widget_features .feature_block:last-child .feature_item:last-child {
      border-bottom: none; }
    .widget_features .feature_item {
      padding: 0 15px; }
    .widget_features .free_features_info .button {
      margin-top: 14px;
      margin-left: 0%;
      margin-right: 0%;
      width: 100%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }
    .widget_features .free_features_info p {
      font-size: 20px; }
    .widget_features .features_total_price > span {
      padding-left: 0 !important; }

  .widget.widget_get_price {
    border-radius: 0; }
    .widget.widget_get_price .widget_title span {
      padding: 13px 20px 10px 50px;
      background-position: 15px center; }
    .widget.widget_get_price .total_price {
      margin-top: 10px; }
      .widget.widget_get_price .total_price p {
        width: 49%; }
    .widget.widget_get_price .widget_content {
      padding: 0 4%; }
    .widget.widget_get_price.widget_header {
      margin-bottom: 0; }
      .widget.widget_get_price.widget_header:before {
        display: none; }
      .widget.widget_get_price.widget_header .widget_title h2 {
        font-size: 26px; }
      .widget.widget_get_price.widget_header .widget_content {
        padding-bottom: 15px; }
      .widget.widget_get_price.widget_header .button {
        font-size: 15px;
        height: 50px;
        border-width: 2px;
        line-height: 50px;
        width: 80%; }
      .widget.widget_get_price.widget_header .total_price {
        font-size: 20px; }
        .widget.widget_get_price.widget_header .total_price span:after {
          display: none; }
    .widget.widget_get_price .total_price {
      font-size: 20px; }
    .widget.widget_get_price .field_item.field_numbers_of .spinner_wrapper {
      width: 47%; }
    .widget.widget_get_price .field_item.field_urgency .select2-container {
      min-width: 47%;
      max-width: 47%; }
    .widget.widget_get_price .field_item.field_urgency .price_page {
      line-height: 14px;
      margin-top: -10px;
      padding-right: 27px; }
      .widget.widget_get_price .field_item.field_urgency .price_page span {
        font-size: 12px;
        margin-left: 5px; }
      .widget.widget_get_price .field_item.field_urgency .price_page p {
        font-size: 12px; }
    .widget.widget_get_price .button {
      margin-top: 14px;
      width: 100%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }

  .widget.widget_header.widget_get_price {
    background: #FCFCFC; }
    .widget.widget_header.widget_get_price:after {
      display: none; }
    .widget.widget_header.widget_get_price .field_submit {
      border-top: 1px solid #E2E2E2; }
      .widget.widget_header.widget_get_price .field_submit .total_price p, .widget.widget_header.widget_get_price .field_submit .total_price span {
        color: #424D58; }
    .widget.widget_header.widget_get_price .widget_content {
      padding: 2px 2% 5px; }
    .widget.widget_header.widget_get_price.widget_get_price {
      width: 100%; }
      .widget.widget_header.widget_get_price.widget_get_price .widget_title {
        padding: 13px 20px 12px 50px;
        background: url(/assets/get_price_icon.png) 15px center no-repeat;
        margin: 0 3%;
        border-bottom: 1px solid #E2E2E2;
        text-align: center; }
        .widget.widget_header.widget_get_price.widget_get_price .widget_title span {
          font-size: 30px;
          color: #344363; }
      .widget.widget_header.widget_get_price.widget_get_price .field_tooltip {
        background: url(/assets/tooltip_icon.svg) no-repeat; }
      .widget.widget_header.widget_get_price.widget_get_price .field_item {
        margin-bottom: 17px; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item .spinner_wrapper {
          width: 42%; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item > label,
        .widget.widget_header.widget_get_price.widget_get_price .field_item .order-pages-num > label {
          font-size: 14px;
          color: #424D59;
          margin-bottom: 0; }
          .widget.widget_header.widget_get_price.widget_get_price .field_item > label a,
          .widget.widget_header.widget_get_price.widget_get_price .field_item .order-pages-num > label a {
            color: #35c9d9; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item.field_type_assignmets > label {
          line-height: 15px; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .price_page {
          line-height: 25px;
          margin-top: -2px; }
          .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .price_page span {
            font-size: 12px;
            margin-left: 5px; }
          .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .price_page p {
            font-size: 12px; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .select2-container {
          min-width: 42%;
          max-width: 42%; }
      .widget.widget_header.widget_get_price.widget_get_price .button {
        width: 100%;
        margin-bottom: 15px;
        font-size: 15px;
        height: 50px;
        border-width: 2px;
        line-height: 50px; }
      .widget.widget_header.widget_get_price.widget_get_price .get_price_total_bg {
        border-top: none;
        padding-bottom: 20px; }

  .widget_component.payments_security {
    border: none;
    margin-bottom: 0; }
    .widget_component.payments_security p {
      width: 100%;
      margin-right: 0; }
    .widget_component.payments_security .payments_security_content {
      width: 100%; }
    .widget_component.payments_security .widget_title {
      padding: 7px 0;
      text-align: center; }
      .widget_component.payments_security .widget_title span {
        font-size: 30px;
        line-height: 32px; }
    .widget_component.payments_security .widget_content h3 {
      font-size: 18px; }
    .widget_component.payments_security .widget_content p {
      font-size: 16px;
      line-height: 20px; }
    .widget_component.payments_security .payments_security_badges {
      width: 100%;
      float: none;
      margin-top: 0;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px; }
    .widget_component.payments_security .payments_security_services {
      margin: 0;
      padding: 7px 0 25px; }
      .widget_component.payments_security .payments_security_services:before, .widget_component.payments_security .payments_security_services:after {
        display: none; }

  .payments_security_guarateed {
    display: none; }

  .widget.widget_payments_security .payments_security_services .payments_security_item {
    width: 48px;
    margin: 0 0.5%; }
  .widget.widget_payments_security .payments_security_badges {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px; }
    .widget.widget_payments_security .payments_security_badges .payments_security_badge_item {
      text-align: center;
      border-width: 1px; }
      .widget.widget_payments_security .payments_security_badges .payments_security_badge_item:last-child {
        border-left: none;
        border-right: none; }

  .pages .widget.widget_testimonial {
    background: #fff; }
    .pages .widget.widget_testimonial .customer_testimonial_carousel_widget {
      width: 100%; }
    .pages .widget.widget_testimonial .customer_testimonial_item .customer_testimonial_details {
      padding-bottom: 5px; }
      .pages .widget.widget_testimonial .customer_testimonial_item .customer_testimonial_details p.data {
        line-height: 18px; }
    .pages .widget.widget_testimonial .customer_testimonial_item > p {
      font-size: 13px; }
    .pages .widget.widget_testimonial .customer_testimonial_item .data {
      padding-top: 10px;
      margin-top: 10px; }

  .meet_blogger {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .post_search input:not(.button) {
    font-size: 13px; }
  .post_search .search_button {
    top: 7px;
    right: 8px;
    width: 16px;
    height: 16px; }

  .post_subscribe input:not(.button) {
    font-size: 13px; }
  .post_subscribe p {
    font-size: 13px; }
  .post_subscribe .field_error .validation_error {
    top: 35px; }
  .post_subscribe .button {
    margin-top: 19px;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }
  .post_subscribe input.button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .post_categories span {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px; }
  .post_categories ul {
    margin-top: 13px;
    margin-bottom: 7px; }
    .post_categories ul li {
      font-size: 14px;
      margin-bottom: 6px; }

  .know_need .button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px;
    width: 92%; }

  .widget.service_rate {
    display: block !important;
    padding: 0;
    border-width: 1px;
    width: 100%;
    max-width: 100%; }

  .service_rate_item {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
    margin: 0 auto 10px;
    border: none; }
    .service_rate_item span {
      font-size: 35px;
      line-height: 35px; }
    .service_rate_item a {
      font-size: 16px;
      margin-top: 5px; }
    .service_rate_item p {
      font-size: 14px; }
    .service_rate_item:last-child {
      border: none; }

  .ratings_service .widget_title h2 {
    background-size: 26px;
    padding-right: 35px; }

  .ratings_service_item {
    border-width: 1px; }
    .ratings_service_item:last-child {
      border: none; }

  .widget.top_writers {
    padding-bottom: 0;
    border-bottom: none; }
    .widget.top_writers .widget_title span {
      line-height: 28px;
      padding-left: 3%; }
    .widget.top_writers .owl-carousel {
      padding-bottom: 30px; }
      .widget.top_writers .owl-carousel .owl-item {
        width: 100%; }
      .widget.top_writers .owl-carousel .owl-nav > div {
        top: 27px;
        margin-top: 0; }

  .top_writer_item {
    border-left: none;
    width: 94%;
    text-align: center;
    padding-bottom: 9px;
    margin: 0 3% 20px; }
    .top_writer_item a:not(.button) {
      text-align: left; }
    .top_writer_item .top_writer_icon {
      width: 20%; }
    .top_writer_item .rating_wrapper {
      width: 69%;
      text-align: left; }
      .top_writer_item .rating_wrapper div.star-rating {
        background-size: 30px;
        width: 30px;
        height: 27px;
        margin: 0 2px 0 2px; }
        .top_writer_item .rating_wrapper div.star-rating a {
          background-size: 30px;
          width: 30px; }
        .top_writer_item .rating_wrapper div.star-rating-on a {
          background-position: 0 bottom !important; }
        .top_writer_item .rating_wrapper div.star-rating-hover a {
          background-position: 0 bottom; }
      .top_writer_item .rating_wrapper div .rating-cancel + .star-rating {
        margin: 0 2px 0 0; }
      .top_writer_item .rating_wrapper div.star-rating a {
        color: transparent;
        text-indent: 14px; }
      .top_writer_item .rating_wrapper:before {
        width: 54%; }
    .top_writer_item .button {
      font-size: 15px;
      font-weight: 500;
      height: 29px;
      border-width: 2px;
      line-height: 29px;
      font-size: 13px;
      height: 35px;
      line-height: 35px;
      margin-top: 5px;
      font-weight: 300;
      width: 100%; }

  .pages .widget_life_time {
    margin: 0; }
  .pages .life_time_item {
    background-image: none !important; }
    .pages .life_time_item.active:before {
      display: none; }
  .pages .life_time_description {
    width: 73%; }
    .pages .life_time_description span {
      font-size: 20px; }
    .pages .life_time_description p {
      font-size: 14px;
      line-height: 18px; }
  .pages .life_time_procent {
    width: 27%;
    text-align: center;
    vertical-align: top; }
    .pages .life_time_procent span {
      font-size: 18px; }

  .widget_promo {
    height: 52px; }

  .widget_promo_wrapper {
    height: 100%;
    position: relative; }
    .widget_promo_wrapper:after {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0;
      line-height: 0;
      font-size: 0;
      content: ''; }
    .widget_promo_wrapper .widget_promo_text {
      padding: 0 10px;
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      width: 100%; }
      .widget_promo_wrapper .widget_promo_text p {
        font-size: 13px;
        text-align: center;
        display: block;
        padding: 0 25px;
        line-height: 20px; }
        .widget_promo_wrapper .widget_promo_text p a {
          font-size: 13px; }

  .widget_promo_close {
    top: 18px;
    right: 10px; }

  .pages > .services, .services {
    margin-bottom: 0; }
  .services .pages_description > p,
  .services .pages_description > i,
  .services .pages_description > span,
  .services .pages_description > b {
    padding: 0 3%; }
  .services .button_pages {
    margin: 30px 3% 15px; }
    .services .button_pages .button_link {
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      width: 100%;
      font-weight: 300; }
      .services .button_pages .button_link span {
        font-size: 13px;
        display: inline-block;
        padding-left: 4px; }
    .services .button_pages + p {
      padding-top: 15px; }

  .service_links {
    text-align: center;
    padding: 0;
    border-radius: 0; }
    .service_links .service_link_item {
      margin: 0 2% 12px;
      width: 46%;
      float: left;
      min-height: 80px; }
      .service_links .service_link_item a {
        display: table;
        width: 100%;
        min-height: 80px; }
        .service_links .service_link_item a span {
          display: table-cell;
          vertical-align: middle; }

  .service_category {
    width: 100%;
    border: none;
    border-radius: 0;
    border-top: 1px solid #E5E8EC;
    border-bottom: 1px solid #E5E8EC;
    margin: 0;
    border-width: 1px; }
    .service_category ul {
      display: table-row; }
      .service_category ul span {
        font-size: 15px;
        line-height: 22px;
        padding-right: 14px;
        border-width: 1px;
        color: #4A5059; }
      .service_category ul li {
        border-width: 1px;
        word-break: break-word;
        padding: 5px 2%;
        vertical-align: top; }
        .service_category ul li a {
          position: relative;
          line-height: 20px; }
      .service_category ul:first-child li {
        border-color: #fff; }
      .service_category ul:first-child li:last-child,
      .service_category ul li,
      .service_category ul li:last-child {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0; }
      .service_category ul:last-child li:last-child {
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px; }

  .service_level {
    padding: 0 2%; }
    .service_level .service_level_info {
      width: 100%;
      float: none;
      margin: auto;
      max-width: 100%;
      border-width: 1px;
      margin-bottom: 15px;
      overflow: hidden; }
      .service_level .service_level_info .service_level_price {
        padding-top: 7px;
        padding-bottom: 7px;
        width: 50%;
        margin: 0;
        float: left;
        height: 52px; }
        .service_level .service_level_info .service_level_price p {
          font-size: 13px;
          line-height: 36px; }
          .service_level .service_level_info .service_level_price p span {
            font-size: 16px; }
      .service_level .service_level_info .service_level_icon {
        background-position: center center;
        border: none;
        height: 52px;
        background-size: 28px;
        background-position: 15% center;
        width: 50%;
        float: left;
        margin: 0; }
    .service_level .service_level_description {
      padding: 0 2%;
      overflow: visible; }
      .service_level .service_level_description p {
        line-height: 22px; }

  .service_features {
    padding: 0 3%;
    border: none; }
    .service_features .service_features_title {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600; }
    .service_features .service_features_item {
      margin-left: 4%; }
      .service_features .service_features_item .service_features_photo {
        text-align: center; }
      .service_features .service_features_item .service_features_description {
        z-index: 1;
        font-size: 13px; }
        .service_features .service_features_item .service_features_description span {
          font-size: 13px;
          line-height: 18px; }

  .error_page {
    min-height: 1px; }

  .error_content {
    width: 100%;
    margin: 30px 0 40px;
    text-align: center;
    padding: 0; }
    .error_content img {
      width: 50%;
      margin: 0 auto;
      height: auto; }
    .error_content h2 {
      border-width: 1px;
      font-size: 50px;
      line-height: 54px;
      margin: 0 0 0px 0;
      padding: 0 2% 25px; }
      .error_content h2 + span {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-top: 0;
        margin-right: 0;
        width: 60%; }
    .error_content p {
      font-size: 13px;
      line-height: 22px; }
    .error_content .button {
      width: 98%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      margin-top: 10px; }

  .error_description {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 20px 3% 0;
    background-size: cover; }
    .error_description:before {
      background-position: 74% top; }
    .error_description h2 {
      font-size: 30px;
      line-height: 32px;
      margin-top: 0;
      padding-top: 15px; }

  .error_page_wrapper {
    position: static;
    background: url(/assets/mob_video_bg.jpg) no-repeat;
    background-size: cover;
    height: 463px;
    min-height: 1px;
    padding-top: 129px; }

  .contact_us .content {
    margin-bottom: 15px; }
  .contact_us .pages_description h2 {
    font-size: 18px; }

  .contact_info {
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin: 0 0 20px; }
    .contact_info > div:first-child {
      background-size: 30px;
      padding: 5px 0 5px 46px;
      background-position: 8px center;
      width: 100%; }
    .contact_info > div:last-child {
      background-size: 30px;
      padding: 5px 0 5px 46px;
      background-position: 8px center;
      width: 100%; }
      .contact_info > div:last-child p {
        padding-top: 5px; }
    .contact_info > div p {
      font-size: 14px;
      line-height: 30px; }
      .contact_info > div p a {
        line-height: 30px;
        font-size: 14px; }
    .contact_info > div .phone_drop {
      width: 65px;
      margin-right: 2%;
      margin-top: 5px; }
      .contact_info > div .phone_drop ul {
        background: transparent;
        box-shadow: none;
        overflow: visible;
        border-top: 1px solid #FF8E39; }
        .contact_info > div .phone_drop ul li {
          background-color: #E0E8EB;
          text-align: left;
          padding: 0;
          border-left: 1px solid #FF8E39; }
          .contact_info > div .phone_drop ul li:hover {
            background: #93A3AA; }
            .contact_info > div .phone_drop ul li:hover a {
              color: #fff; }
          .contact_info > div .phone_drop ul li a {
            text-align: left;
            padding: 2px 0 2px 10px;
            font-size: 13px; }
      .contact_info > div .phone_drop span {
        padding-left: 12px;
        font-size: 13px;
        color: #414141;
        height: 32px;
        line-height: 32px; }
        .contact_info > div .phone_drop span:before {
          top: 14px;
          right: 12px; }
      .contact_info > div .phone_drop:before {
        top: -15px;
        height: 43px; }

  .feedback_form {
    width: 100%;
    margin: 0; }
    .feedback_form form {
      border-radius: 0;
      border-right: none;
      border-left: none;
      padding: 30px 3% 20px; }
    .feedback_form .feedback_title {
      margin-bottom: 25px;
      padding-top: 10px;
      text-align: center; }
      .feedback_form .feedback_title h2 {
        font-size: 22px;
        text-align: left;
        max-width: 100%;
        margin: auto;
        border-width: 1px;
        padding: 0 3% 5px; }
    .feedback_form .field_item {
      margin-bottom: 5px;
      padding: 0 0%; }
      .feedback_form .field_item .select2-container {
        min-width: 100%;
        max-width: 100%; }
      .feedback_form .field_item > label {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 3px; }
      .feedback_form .field_item > .field_error {
        width: 100%; }
      .feedback_form .field_item input:not(.button),
      .feedback_form .field_item textarea {
        width: 100%; }
      .feedback_form .field_item .field_phone_number_item.country_code, .feedback_form .field_item .field_phone_number_item.state_area_code {
        width: 21.9%; }
      .feedback_form .field_item .field_phone_number_item.phone_number {
        width: 50%; }
      .feedback_form .field_item .field_phone_number_item i {
        font-size: 12px; }
    .feedback_form .button {
      width: 100%;
      margin: 10px auto;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }

  .writer_review .content_title {
    text-align: center; }
    .writer_review .content_title h1,
    .writer_review .content_title h2 {
      width: 100%;
      text-align: center;
      padding-top: 15px; }
  .writer_review .feedback_form {
    width: 100%;
    margin: 25px 0 0 0; }
    .writer_review .feedback_form form {
      border-radius: 0;
      border-right: none;
      border-left: none;
      padding: 30px 3% 20px; }
    .writer_review .feedback_form .button {
      width: 100%;
      margin: 10px 0 15px; }
    .writer_review .feedback_form .field_item {
      padding: 0; }
      .writer_review .feedback_form .field_item input:not(.button),
      .writer_review .feedback_form .field_item textarea {
        width: 100%; }
      .writer_review .feedback_form .field_item .field_error {
        width: 100%; }
      .writer_review .feedback_form .field_item > label {
        width: 100%; }

  .post .content,
  .blogger_about .content {
    margin-bottom: 0; }

  .post .content_title {
    margin-top: 0; }
    .post .content_title + .post_item {
      margin-top: 0; }
    .post .content_title h1,
    .post .content_title h2 {
      border-bottom: none; }

  .post_item {
    border-width: 1px;
    padding: 0 0 15px;
    margin: 0 3% 30px; }
    .post_item .post_title {
      padding: 0 0%; }
      .post_item .post_title span {
        font-size: 12px;
        padding-bottom: 15px;
        font-weight: normal; }
      .post_item .post_title a {
        padding: 0; }
    .post_item .content_title {
      padding: 0 3%; }
    .post_item .post_photo {
      display: block;
      width: 100%;
      max-width: 100%;
      float: none;
      border-radius: 4px; }
      .post_item .post_photo img {
        width: 100%;
        height: auto; }
      .post_item .post_photo .post_photo_data strong {
        font-size: 14px; }
    .post_item .post_description {
      padding: 0 0%; }
      .post_item .post_description .post_title {
        font-size: 16px; }
      .post_item .post_description .post_read_more {
        font-size: 14px;
        margin-top: 3px;
        margin-bottom: 13px; }

  .post_title a {
    font-size: 18px;
    line-height: 24px; }

  .post_tags {
    padding: 0;
    margin-top: 5px; }
    .post_tags p {
      font-size: 13px; }
    .post_tags a {
      font-size: 11px;
      padding: 3px 15px 3px; }
    .post_tags .post_tags_block a {
      padding: 3px 7px; }

  .post_view .content_title h1 {
    text-align: left;
    font-size: 24px;
    line-height: 30px; }
  .post_view .post_title h1 {
    font-size: 14px; }
  .post_view .post_data {
    padding: 0 2%; }
    .post_view .post_data span {
      font-size: 12px; }
  .post_view .post_description {
    padding: 0 3%; }
    .post_view .post_description h2 {
      font-size: 20px;
      padding: 0; }
    .post_view .post_description p {
      font-size: 14px;
      line-height: 22px;
      padding: 0; }
  .post_view .post_author {
    margin: 0 0 20px; }
    .post_view .post_author .post_author_data .post_author_photo {
      margin-bottom: 25px; }
      .post_view .post_author .post_author_data .post_author_photo:after {
        position: absolute;
        display: block;
        content: '';
        width: 54px;
        height: 1px;
        background: #FFCA28;
        left: 50%;
        bottom: -19px;
        margin-left: -27px; }

  .post_social p {
    display: none; }

  .post_author {
    padding: 3%; }
    .post_author .post_author_title {
      text-align: center;
      border-bottom: none; }
      .post_author .post_author_title p {
        font-size: 17px; }
    .post_author .post_author_links {
      margin-top: 5px; }
      .post_author .post_author_links:before {
        display: none; }
      .post_author .post_author_links span {
        margin-bottom: 5px; }
        .post_author .post_author_links span a {
          font-size: 13px; }
    .post_author .post_author_description strong {
      padding-top: 6px; }
    .post_author .post_author_description p {
      line-height: 22px; }

  .post_author_social {
    text-align: center; }
    .post_author_social a {
      display: inline-block;
      margin: 0 5px; }

  .pages_description_social {
    padding-bottom: 4px;
    margin-bottom: 0;
    margin-top: 0; }
    .pages_description_social .social-likes__widget {
      width: 99px;
      height: 30px;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: top;
      float: none; }
      .pages_description_social .social-likes__widget .social-likes__counter {
        line-height: 30px; }
      .pages_description_social .social-likes__widget.social-likes__widget_twitter .social-likes__button {
        width: 100%;
        background-size: 18px; }
      .pages_description_social .social-likes__widget.social-likes__widget_facebook .social-likes__button {
        background-size: 9px; }
      .pages_description_social .social-likes__widget.social-likes__widget_plusone .social-likes__button {
        background-size: 18px; }
      .pages_description_social .social-likes__widget.social-likes__widget_linkedin .social-likes__button {
        background-size: 11px; }
      .pages_description_social .social-likes__widget.social-likes__widget_pinterest .social-likes__button {
        background-size: 13px; }
      .pages_description_social .social-likes__widget .social-likes__button {
        width: 30px; }
    .pages_description_social .block_total_shares {
      display: block;
      float: none;
      line-height: 25px; }

  .post_author_data {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center; }
    .post_author_data .post_author_photo {
      display: inline-block; }
    .post_author_data .post_author_links {
      text-align: left; }
      .post_author_data .post_author_links span a {
        font-size: 13px;
        line-height: 18px; }

  .post_author_section .post_author_links {
    margin: 10px 0; }

  .post_author_block {
    width: 100%;
    margin: 0; }

  .blogger_about .post_author_data .post_author_photo {
    float: none; }
    .blogger_about .post_author_data .post_author_photo:after {
      position: absolute;
      display: block;
      content: '';
      width: 54px;
      height: 1px;
      background: #FFCA28;
      left: 50%;
      bottom: -19px;
      margin-left: -27px; }

  .pages_description_social .social-likes__widget {
    display: inline-block;
    vertical-align: top; }

  .blogger_about .post_author + .content_title {
    padding: 0 4% 10px; }
  .blogger_about .post_author_data {
    width: 100%;
    margin: 0 0 20px 0; }
  .blogger_about .post_author_photo {
    border-right: none; }
  .blogger_about .post_author_description {
    padding: 0 3%; }
    .blogger_about .post_author_description strong {
      padding-top: 0;
      margin: 0 0 15px;
      text-align: center; }

  .post_author_content {
    padding: 10px 0;
    margin-top: 10px; }
    .post_author_content .post_author_social {
      border: none;
      padding: 0;
      margin: 0; }
      .post_author_content .post_author_social a {
        width: 40px; }

  .our_bloggers .post_author {
    margin: 0 0 30px; }
    .our_bloggers .post_author .post_author_photo {
      float: none;
      margin-bottom: 20px; }
      .our_bloggers .post_author .post_author_photo:after {
        position: absolute;
        display: block;
        content: '';
        width: 54px;
        height: 1px;
        background: #FFCA28;
        left: 50%;
        bottom: -19px;
        margin-left: -27px; }
  .our_bloggers .post_author_description p:before {
    display: none; }
  .our_bloggers .post_author_content {
    padding: 0;
    border-top: none; }
  .our_bloggers .post_author_social {
    width: 100%;
    float: none; }
  .our_bloggers .post_author_links {
    margin-top: 0px;
    padding: 0; }

  .pages_nav_active {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    z-index: 10; }
    .pages_nav_active a {
      color: #223649;
      display: block;
      font-weight: bold;
      text-align: left;
      font-size: 26px;
      font-family: "Montserrat";
      text-transform: uppercase;
      padding: 0 0 0 3%;
      height: auto;
      line-height: 30px;
      text-decoration: none;
      border-bottom: 1px solid #FFB21B;
      position: relative;
      z-index: 1; }
    .pages_nav_active b {
      position: absolute;
      top: 0;
      right: 0;
      width: 58px;
      height: 100%; }
      .pages_nav_active b:after {
        position: absolute;
        display: block;
        content: '';
        width: 20px;
        height: 13px;
        background-image: url(/assets/pages_nav_arrow.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -6.5px; }
    .pages_nav_active.open b:after {
      background-position: center top; }

  .pages_nav {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 100%; }
    .pages_nav i {
      padding: 0 2%;
      text-align: left;
      position: absolute;
      top: 0;
      z-index: 1;
      font-size: 12px; }
    .pages_nav ul:after {
      display: none; }

  .pages_nav_content {
    position: relative;
    z-index: 5;
    display: table;
    width: 100%; }
    .pages_nav_content ul {
      background-color: #F5F8F9;
      border-bottom: 2px solid #E0E6E7;
      display: none;
      width: 100%; }
      .pages_nav_content ul li {
        border: none;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        height: 49px;
        border-radius: 0 !important; }
        .pages_nav_content ul li.active, .pages_nav_content ul li:hover {
          background-color: #DFE6F3; }
          .pages_nav_content ul li.active a, .pages_nav_content ul li:hover a {
            font-weight: 500;
            color: #223649; }
          .pages_nav_content ul li.active:after, .pages_nav_content ul li:hover:after {
            box-shadow: 0px 4px 9px rgba(139, 180, 192, 0.5); }
        .pages_nav_content ul li a {
          font-weight: normal;
          line-height: 49px;
          padding: 0 3%;
          font-weight: 500;
          font-family: "Montserrat";
          font-size: 18px;
          border: none; }

  .static_pages .content {
    position: relative; }

  .static_pages .pages_description {
    padding: 0 2.5%; }
    .static_pages .pages_description ul li,
    .static_pages .pages_description ol li {
      font-size: 14px; }
    .static_pages .pages_description h2 {
      font-size: 18px;
      text-transform: none; }
    .static_pages .pages_description h3 {
      color: #30283e;
      font-size: 18px; }

  .static_page_tabs > ul li .ui-tabs-active a:after {
    left: 0; }
  .static_page_tabs > ul li a {
    padding: 8px 15px 13px; }
    .static_page_tabs > ul li a:before {
      content: '';
      display: block;
      margin: 0 auto 11px; }
  .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item {
    width: 100%;
    margin-bottom: 25px; }

  .static_page_info_block .info_block_text {
    max-width: 100%; }
  .static_page_info_block .info_block_bg {
    opacity: .2;
    height: 100%; }
    .static_page_info_block .info_block_bg img {
      height: 100%; }

  .pages_description_social {
    display: inline-block;
    width: 100%; }
    .pages_description_social .like-block {
      float: left;
      margin-right: 10px; }

  .testimonials .content {
    margin-bottom: 15px; }
  .testimonials .pages_description .testimonials_link {
    padding: 0 3%;
    margin-bottom: 15px; }
  .testimonials .testimonial_stat {
    margin-top: 3px;
    padding-bottom: 10px; }
    .testimonials .testimonial_stat .fb,
    .testimonials .testimonial_stat .bbb,
    .testimonials .testimonial_stat .jabber {
      width: 95%;
      margin: 0 auto;
      display: block; }
    .testimonials .testimonial_stat:before {
      display: none; }
  .testimonials .testimonial_item {
    margin: 0;
    border-right: none;
    border-left: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 25px;
    padding: 14px 0 17px 0; }
    .testimonials .testimonial_item .testimonial_content {
      margin-top: 10px;
      border: none; }
      .testimonials .testimonial_item .testimonial_content p {
        padding: 0 4%; }
      .testimonials .testimonial_item .testimonial_content .data {
        padding-top: 10px;
        margin: 10px 4% 0;
        padding-left: 0;
        font-size: 11px; }
      .testimonials .testimonial_item .testimonial_content:before {
        display: none; }
      .testimonials .testimonial_item .testimonial_content:after {
        border-width: 25px 10px 11px 10px;
        left: 20px; }

  .testimonial_title {
    padding: 10px 4% 0; }
    .testimonial_title .rating_wrapper {
      position: static;
      margin: 10px 0 5px; }
    .testimonial_title .testimonial_title_info .testimonial_title_info_details p {
      float: left; }

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

  .auth_wrapper {
    min-height: 1px; }

  .pages > div.authorization {
    margin-bottom: 0;
    position: static;
    height: auto; }
    .pages > div.authorization .content_title {
      margin: 0; }
      .pages > div.authorization .content_title h1, .pages > div.authorization .content_title h2, .pages > div.authorization .content_title span {
        text-align: center; }

  .authorization {
    position: static;
    height: 560px;
    min-height: 1px;
    padding-top: 129px; }
    .authorization.authorization_restore .content_title h1,
    .authorization.authorization_restore .content_title h1 {
      padding: 30px 0 0; }
      .authorization.authorization_restore .content_title h1 span,
      .authorization.authorization_restore .content_title h1 span {
        width: 100%;
        background: none;
        padding: 0;
        font-size: 26px; }
    .authorization .content_title {
      margin-top: 15px;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      .authorization .content_title h1,
      .authorization .content_title h2 {
        width: 100%;
        background: none;
        padding: 0; }
        .authorization .content_title h1 span,
        .authorization .content_title h2 span {
          line-height: 42px;
          display: inline-block;
          vertical-align: top;
          position: relative; }
    .authorization .content {
      display: block;
      width: 100%; }
    .authorization .authorization_content,
    .authorization .authorization_info {
      padding-left: 0;
      padding-right: 0; }
      .authorization .authorization_content h2,
      .authorization .authorization_info h2 {
        font-size: 16px; }
      .authorization .authorization_content .field_item:before,
      .authorization .authorization_content .field_item .field_error:before,
      .authorization .authorization_info .field_item:before,
      .authorization .authorization_info .field_item .field_error:before {
        width: 48px;
        height: 28px;
        border-color: #C2C5CF;
        top: 1px;
        left: 1px;
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px; }
      .authorization .authorization_content .field_item.field_email:before,
      .authorization .authorization_info .field_item.field_email:before {
        background-size: 20px;
        background-position: 50% -7px; }
      .authorization .authorization_content .field_item.field_email .field_error:before,
      .authorization .authorization_info .field_item.field_email .field_error:before {
        background-size: 20px;
        background-position: 50% -48px; }
      .authorization .authorization_content .field_item.field_password:before,
      .authorization .authorization_info .field_item.field_password:before {
        background-size: 24px;
        background-position: 50% -4px; }
      .authorization .authorization_content .field_item.field_password .field_error:before,
      .authorization .authorization_info .field_item.field_password .field_error:before {
        background-size: 24px;
        background-position: 50% -38px; }
    .authorization .authorization_content {
      width: 94%;
      padding: 0 0 10px;
      margin: 20px 3%; }
    .authorization input[type="submit"].button {
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      width: 100%; }

  .authorization_info {
    margin: 10px 0 0 0;
    padding-top: 15px;
    width: 100%;
    min-height: auto;
    position: relative; }

  .authorization_content h1 {
    font-size: 24px;
    line-height: 26px; }

  .authorization.authorization_success {
    width: 100%;
    height: auto;
    padding: 130px 1.5% 0; }
    .authorization.authorization_success .authorization_content {
      margin: 0 auto 50px;
      width: 92%;
      padding-top: 40px; }
      .authorization.authorization_success .authorization_content h1,
      .authorization.authorization_success .authorization_content h2 {
        line-height: 26px !important;
        font-size: 20px !important;
        padding: 0 0 70px !important;
        background-position: center bottom !important; }
      .authorization.authorization_success .authorization_content p {
        width: 100%;
        margin-top: 25px;
        font-size: 14px; }
      .authorization.authorization_success .authorization_content a {
        margin-top: 50px; }
    .authorization.authorization_success .authorization_info {
      margin-top: 0 !important; }
      .authorization.authorization_success .authorization_info a {
        width: 98% !important;
        margin: 0 auto; }
  .authorization .content {
    width: 100%;
    padding: 0 0%; }
    .authorization .content .breadcrumb {
      padding: 15px 3%; }

  .extras .content .content_title {
    margin-bottom: 0; }
  .extras .content .button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px;
    max-width: 100%;
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 22px;
    margin-bottom: 22px; }
  .extras table {
    margin-right: 0%; }
    .extras table tr td[colspan="2"]:after {
      width: 77px !important; }
    .extras table tr td span,
    .extras table tr td p {
      margin-left: 3%;
      font-size: 14px; }
    .extras table:after {
      width: 150%; }
    .extras table tbody tr:first-child td {
      padding-bottom: 25px; }
    .extras table tr td b, .extras table tr td span {
      font-size: 18px; }
    .extras table tr td:last-child:not(:first-child) {
      width: 77px;
      max-width: 77px;
      vertical-align: top;
      text-align: center; }
    .extras table tr.extras_category span {
      font-size: 18px; }
    .extras table tr.extras_category span,
    .extras table tr.extras_category p,
    .extras table tr.extras_category b, .extras table tr.extras_title span,
    .extras table tr.extras_title p,
    .extras table tr.extras_title b {
      padding-left: 2%; }

  .discounts_pages .discounts_pages_title {
    border-width: 1px;
    padding: 0 3%; }
    .discounts_pages .discounts_pages_title h3 {
      font-size: 20px;
      line-height: 24px; }
  .discounts_pages .content {
    margin-bottom: 18px; }
  .discounts_pages .discount_diagram {
    padding: 22px 0 0;
    margin-bottom: 10px; }
    .discounts_pages .discount_diagram:after {
      width: 290px;
      left: 50%;
      margin-left: -145px;
      bottom: 115px; }
    .discounts_pages .discount_diagram .diagram_item {
      margin: 0 10px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(2) .value {
        top: 40px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(2) .image:before {
        left: -15px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(3) .value {
        top: 20px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(3) .image:before {
        left: -15px; }
      .discounts_pages .discount_diagram .diagram_item .image {
        position: relative; }
        .discounts_pages .discount_diagram .diagram_item .image:after {
          right: 0;
          width: 9px;
          height: 9px; }
        .discounts_pages .discount_diagram .diagram_item .image:before {
          left: 0;
          width: 9px;
          height: 9px; }
  .discounts_pages .diagram_item {
    width: 84px; }
    .discounts_pages .diagram_item .value {
      margin-bottom: 0;
      z-index: 1;
      font-size: 18px; }
    .discounts_pages .diagram_item .image {
      height: 255px;
      background-size: 90%; }
    .discounts_pages .diagram_item .diagram_price {
      font-size: 18px;
      line-height: 22px;
      margin-top: 50px; }
      .discounts_pages .diagram_item .diagram_price p {
        font-size: 18px;
        line-height: 22px; }
  .discounts_pages .button {
    margin-top: 18px;
    width: 92%;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }
  .discounts_pages .widget_life_time {
    max-width: 100%; }

  .discount_pages_models .discount_diagram .sale_item_wrapp {
    float: none;
    width: 95%;
    margin: 0 auto 25px !important; }
    .discount_pages_models .discount_diagram .sale_item_wrapp:last-child {
      margin-bottom: 0; }

  .discount_diagram_selection {
    width: calc(100% + 12px);
    border: none;
    margin-left: -6px;
    margin-top: 10px; }
    .discount_diagram_selection:after {
      width: 60%;
      left: 20%; }
    .discount_diagram_selection span {
      margin: 0;
      font-size: 18px; }

  .pages .faq .content_title h1,
  .pages .faq .content_title h2 {
    text-align: left; }
  .pages .faq .pages_description {
    padding: 0 4%; }
    .pages .faq .pages_description h2 {
      font-size: 20px;
      margin-bottom: 20px;
      padding: 0;
      margin-bottom: 5px; }
  .pages .faq .ui-accordion-header span {
    font-size: 14px;
    font-weight: normal; }
  .pages .faq .ui-accordion-header:before {
    width: 4px;
    height: 4px;
    top: 10px; }
  .pages .faq .ui-accordion-content {
    padding-bottom: 5px;
    border: none;
    padding-left: 40px;
    background-size: 30px;
    background-position: left center; }
    .pages .faq .ui-accordion-content p {
      font-size: 14px;
      line-height: 20px; }

  .customers_reviews {
    margin-top: 20px; }
    .customers_reviews h2 {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 20px;
      padding: 0 3%; }
    .customers_reviews .customers_reviews_item {
      padding: 15px 0 10px;
      margin: 0 0 30px;
      border-radius: 0; }
      .customers_reviews .customers_reviews_item:before {
        right: 20px; }
      .customers_reviews .customers_reviews_item:after {
        right: 19px; }
      .customers_reviews .customers_reviews_item .rating_wrapper {
        position: static;
        margin: 10px 0 5px; }
        .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating {
          background-size: 30px;
          width: 30px;
          height: 26px;
          margin: 0 2px 0 2px; }
          .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating a {
            background-size: 30px;
            width: 30px; }
          .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating-on a {
            background-position: 0 bottom !important; }
          .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating-hover a {
            background-position: 0 bottom; }
        .customers_reviews .customers_reviews_item .rating_wrapper div .rating-cancel + .star-rating {
          margin: 0 2px 0 0; }
      .customers_reviews .customers_reviews_item .star-rating-control {
        position: static;
        margin: 10px 0 5px; }
      .customers_reviews .customers_reviews_item .customers_reviews_title {
        padding: 0 4%; }
        .customers_reviews .customers_reviews_item .customers_reviews_title .customers_reviews_title_info > b {
          font-size: 17px;
          max-width: 100%; }
      .customers_reviews .customers_reviews_item .customers_reviews_stat {
        padding-bottom: 15px;
        margin: 0 2%; }
        .customers_reviews .customers_reviews_item .customers_reviews_stat:before {
          display: none; }
        .customers_reviews .customers_reviews_item .customers_reviews_stat a {
          width: 100%;
          margin: auto;
          float: none; }
      .customers_reviews .customers_reviews_item .customers_reviews_content p {
        padding: 0 4%; }
      .customers_reviews .customers_reviews_item .customers_reviews_content .data {
        margin: 10px 3% 0;
        padding-top: 10px;
        padding-left: 0;
        font-size: 11px; }

  .review_info {
    padding: 5px 3% 10px; }
    .review_info h2 {
      font-size: 20px;
      line-height: 26px; }
    .review_info h3 {
      font-size: 20px;
      line-height: 26px; }
    .review_info p {
      font-size: 14px;
      line-height: 20px; }

  .samples .content {
    margin-bottom: 15px; }

  .page_samples_wrapp {
    padding: 0 10px; }

  .sample_item {
    width: 100%; }
    .sample_item:after {
      margin-top: 25px; }
    .sample_item .sample_title {
      top: auto;
      padding: 0;
      font-size: 22px; }
      .sample_item .sample_title h2 {
        font-size: 17px; }
    .sample_item .sample_icon {
      display: none; }
      .sample_item .sample_icon img {
        padding-right: 0; }
    .sample_item .sample_description {
      display: table;
      margin-top: 10px;
      margin-bottom: 13px; }
    .sample_item .sample_info {
      display: table-cell;
      vertical-align: top;
      float: none; }
    .sample_item .sample_info {
      border-left-color: none; }
      .sample_item .sample_info ul li {
        float: none;
        width: 100%;
        font-size: 13px; }
        .sample_item .sample_info ul li span {
          margin-right: 1%;
          width: 54%; }
        .sample_item .sample_info ul li p {
          width: 43%; }
    .sample_item .button {
      margin: 18px 0 8px 0;
      position: relative;
      width: 100%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      height: 51px;
      line-height: 51px;
      font-size: 15px; }

  .sample_view .content {
    padding-top: 0; }
  .sample_view .content_title h1 {
    text-align: left; }
  .sample_view .pages_description {
    margin-top: 20px; }

  .pages .free_qoute {
    min-height: 1px; }
    .pages .free_qoute .free_qoute_form {
      padding-top: 8px;
      margin: 0 0;
      padding-right: 0;
      border-radius: 0;
      width: 100%; }
    .pages .free_qoute .content {
      margin-bottom: 15px; }
    .pages .free_qoute .pages_description h2 {
      font-size: 18px; }
    .pages .free_qoute .tabs_notification {
      display: block;
      width: 94%;
      clear: both;
      margin: 10px auto;
      font-size: 13px;
      line-height: 18px; }
      .pages .free_qoute .tabs_notification .tabs_notification_close {
        background-size: 8px;
        width: 18px;
        height: 18px;
        top: -9px;
        right: -9px; }
    .pages .free_qoute .tabs .field_item .select2-container {
      width: 100%;
      min-width: 100%;
      max-width: 100%; }
    .pages .free_qoute .field_item {
      padding: 0 2%; }
      .pages .free_qoute .field_item.field_academic_level .radio_buttons {
        display: block;
        width: 100%;
        padding-top: 0; }
        .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default {
          width: 100%;
          display: block;
          padding: 6px 3px;
          border-right: none;
          line-height: 17px;
          border-bottom: 1px solid #ededed;
          border-radius: 0 !important; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default.ui-corner-left {
            border-radius: 4px 4px 0 0; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default.ui-corner-right {
            border-radius: 0 0 4px 4px; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default:before {
            display: none; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default:last-child {
            border-bottom: none; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default .ui-button-text {
            font-size: 12px;
            font-weight: normal; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default.ui-state-active {
            border-right-color: #9bd0db; }
      .pages .free_qoute .field_item.field_numbers_of .order-pages-num > label {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        text-align: left; }
      .pages .free_qoute .field_item.field_numbers_of .order-pages-num .spinner_wrapper {
        width: 55%; }
      .pages .free_qoute .field_item.field_urgent .select2-container {
        min-width: 90%;
        max-width: 90%; }
      .pages .free_qoute .field_item .urgency_deadline_notify {
        float: left;
        padding-left: 0;
        overflow: hidden;
        margin-top: 8px;
        font-size: 11px; }
      .pages .free_qoute .field_item > label {
        display: block;
        font-size: 14px;
        float: none;
        width: 100%;
        line-height: 18px;
        padding-left: 1%;
        text-align: left; }
      .pages .free_qoute .field_item .select2-container {
        width: 100%;
        min-width: 100%;
        max-width: 100%; }
      .pages .free_qoute .field_item.field_paper_details .field_error {
        width: 100%; }
      .pages .free_qoute .field_item.field_night_call > label {
        float: left;
        width: 49%;
        line-height: 28px;
        margin-bottom: 7px; }
      .pages .free_qoute .field_item.field_night_call .checker {
        float: left; }
      .pages .free_qoute .field_item.field_restore_password {
        width: 100%;
        margin-left: 0;
        padding: 0 2% 15px; }
        .pages .free_qoute .field_item.field_restore_password .button {
          font-size: 15px;
          width: 100%;
          margin: 0%; }
        .pages .free_qoute .field_item.field_restore_password span {
          line-height: 39px;
          position: static;
          display: block;
          font-size: 15px;
          width: 100%;
          text-align: center;
          padding: 0;
          text-transform: lowercase;
          clear: both; }
      .pages .free_qoute .field_item.field_urgency .select2-container {
        min-width: 37%;
        max-width: 37%; }
      .pages .free_qoute .field_item .price_page {
        font-size: 12px;
        line-height: 30px;
        margin-left: 5px; }
        .pages .free_qoute .field_item .price_page p {
          margin-left: 5px; }
        .pages .free_qoute .field_item .price_page span {
          margin-left: 5px; }
      .pages .free_qoute .field_item input:not(.button),
      .pages .free_qoute .field_item textarea,
      .pages .free_qoute .field_item .field_error {
        width: 100%; }
      .pages .free_qoute .field_item.field_add_materials {
        padding: 0 3%;
        margin-bottom: 10px; }
      .pages .free_qoute .field_item .files_uploader {
        width: 100%; }
        .pages .free_qoute .field_item .files_uploader .fileinput-button {
          width: 100%; }
        .pages .free_qoute .field_item .files_uploader .input_files {
          width: 55%; }
        .pages .free_qoute .field_item .files_uploader .button {
          width: 100%;
          margin: 5px 0 10px;
          font-size: 15px;
          height: 50px;
          border-width: 2px;
          line-height: 50px; }
        .pages .free_qoute .field_item .files_uploader .files_list {
          margin-left: 0; }
          .pages .free_qoute .field_item .files_uploader .files_list ul li span {
            font-size: 13px; }
          .pages .free_qoute .field_item .files_uploader .files_list ul li .delete {
            background-size: 11px;
            width: 11px;
            height: 11px; }
      .pages .free_qoute .field_item .field_phone_number_item.country_code, .pages .free_qoute .field_item .field_phone_number_item.state_area_code {
        width: 20%; }
      .pages .free_qoute .field_item .field_phone_number_item.phone_number {
        width: 78%;
        margin-right: 0; }
      .pages .free_qoute .field_item .field_phone_number_item i {
        font-size: 12px; }
    .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav {
      overflow: hidden;
      width: 100%;
      margin: 0 0 10px;
      background: none; }
      .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav .ui-state-default {
        width: 50%;
        float: left;
        margin-bottom: 4px;
        height: 40px;
        border-radius: 0 !important;
        background: #F5F8F9; }
        .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active {
          line-height: 40px;
          background: #ADC8FF; }
        .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav .ui-state-default a {
          font-size: 14px; }
    .pages .free_qoute .tabs_customer_title {
      margin-bottom: 0;
      position: static;
      text-align: left;
      clear: both;
      padding: 0 3%; }
      .pages .free_qoute .tabs_customer_title h3 {
        font-size: 12px;
        padding: 0; }
    .pages .free_qoute .button_qoute {
      width: 96%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      margin: 15px auto; }
    .pages .free_qoute .remind_link {
      line-height: 20px;
      font-size: 14px;
      margin-left: 2%;
      width: auto;
      position: static;
      width: 100%;
      margin-top: 5px;
      text-align: left; }
    .pages .free_qoute .free_qoute_finish_content {
      width: 100%;
      margin-top: 0;
      padding: 50px 0 0 0; }
    .pages .free_qoute .free_qoute_finish {
      background: none;
      position: relative;
      top: 0;
      width: 94%;
      margin: 0 3% 40px 3%; }
      .pages .free_qoute .free_qoute_finish h2 {
        font-size: 24px;
        line-height: 32px; }
      .pages .free_qoute .free_qoute_finish span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-bottom: 5px;
        width: 100%; }
        .pages .free_qoute .free_qoute_finish span:before {
          width: 100%;
          left: 0;
          margin: 0; }
      .pages .free_qoute .free_qoute_finish p {
        font-size: 14px;
        text-align: justify;
        line-height: 20px; }
      .pages .free_qoute .free_qoute_finish .button {
        width: 100%;
        text-align: center;
        margin: 40px 0 0;
        font-size: 18px; }

  .our_writers {
    margin-bottom: 0; }
    .our_writers .writers_table {
      border-radius: 0;
      border-right: none;
      border-left: none; }
    .our_writers .content_title strong {
      font-size: 18px;
      display: inline-block;
      vertical-align: bottom; }
    .our_writers .our_writers_content {
      padding-left: 0;
      padding-right: 0;
      margin: 0 0; }
      .our_writers .our_writers_content table {
        border-left: 1px solid #ececec;
        display: table;
        width: 100%;
        border-collapse: collapse; }
        .our_writers .our_writers_content table tbody {
          display: table-row-group; }
        .our_writers .our_writers_content table tr {
          display: table-row; }
        .our_writers .our_writers_content table thead {
          display: table-header-group; }
          .our_writers .our_writers_content table thead tr td {
            padding: 8px 0;
            border-bottom: 1px solid #ececec;
            font-size: 13px; }
        .our_writers .our_writers_content table tr td {
          display: none;
          font-size: 14px; }
          .our_writers .our_writers_content table tr td:first-child, .our_writers .our_writers_content table tr td:nth-child(2), .our_writers .our_writers_content table tr td:nth-child(3) {
            display: table-cell; }
          .our_writers .our_writers_content table tr td:nth-child(3) {
            border-right: none;
            padding-left: 5px;
            width: 27%; }
          .our_writers .our_writers_content table tr td.hide_writers_link {
            display: table-cell;
            width: 10%;
            border-left: none; }
            .our_writers .our_writers_content table tr td.hide_writers_link:before {
              display: none; }
            .our_writers .our_writers_content table tr td.hide_writers_link a {
              display: inline-block;
              width: 8px;
              height: 14px;
              background: url(/assets/our_writers_arrow.png) right center no-repeat; }
          .our_writers .our_writers_content table tr td:first-child {
            width: 7%;
            font-size: 16px; }
          .our_writers .our_writers_content table tr td:nth-child(2) {
            width: 34%; }
      .our_writers .our_writers_content .our_writer_photo {
        width: 40px;
        margin: 0 auto; }
        .our_writers .our_writers_content .our_writer_photo img {
          width: 100%;
          height: auto; }
      .our_writers .our_writers_content .our_writers_link {
        text-decoration: none;
        color: #424D59;
        line-height: 22px;
        padding-right: 0;
        background-size: 8px; }
    .our_writers .our_writers_content_title {
      padding: 0 2%;
      padding-bottom: 5px; }
      .our_writers .our_writers_content_title h3 {
        text-align: left;
        font-size: 20px;
        margin-bottom: 5px; }
    .our_writers .our_writers_filter {
      padding-top: 15px;
      padding-bottom: 7px;
      margin-bottom: 5px; }
      .our_writers .our_writers_filter .our_writers_filter_item {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 14px;
        text-align: left; }
        .our_writers .our_writers_filter .our_writers_filter_item > label {
          width: 36%;
          float: left;
          text-align: left;
          margin: 0;
          padding-right: 7%;
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 1px; }
        .our_writers .our_writers_filter .our_writers_filter_item .select2-container {
          float: left;
          min-width: 62%;
          max-width: 62%; }
    .our_writers .pagination {
      width: 90%;
      margin-top: 10px; }

  .about_writer {
    border-bottom: none;
    margin: 0;
    padding: 5px 0 0 0; }
    .about_writer .button.writer_hire {
      top: 75px;
      width: 92%;
      clear: both;
      float: left;
      left: 4%;
      margin: 13px 0 13px 0;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }
      .about_writer .button.writer_hire:after {
        display: none; }

  .writer_info {
    border: none;
    width: 94%;
    margin: 5px 3% 0;
    padding-bottom: 20px;
    padding-right: 0;
    position: relative;
    border-bottom: 1px solid #EBEADF; }
    .writer_info .writer_photo {
      width: 16%;
      margin: 0 0 0 0;
      background-position: center; }
      .writer_info .writer_photo img {
        width: 70%;
        height: auto; }
    .writer_info .writer_status {
      display: inline-block;
      width: 70%;
      margin-top: 7px;
      text-align: left; }
      .writer_info .writer_status:after {
        display: none; }

  .writer_description {
    border: none;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0 3%;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 50px; }

  .writer_status {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 3px 0;
    margin-top: 20px;
    margin-left: 6px; }
    .writer_status.unavailable, .writer_status.suggestion, .writer_status.searching {
      border-width: 1px; }

  .writer_details {
    width: 100%; }
    .writer_details .writer_details_info {
      float: none; }
    .writer_details .writer_details_item {
      line-height: 31px;
      float: none;
      display: block;
      margin-bottom: 20px;
      overflow: hidden; }
      .writer_details .writer_details_item:first-child span {
        width: 100%; }
      .writer_details .writer_details_item > span {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px; }
        .writer_details .writer_details_item > span:first-child {
          margin-right: 0; }
      .writer_details .writer_details_item p {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        height: 31px;
        line-height: 31px;
        width: 31px; }
      .writer_details .writer_details_item b, .writer_details .writer_details_item strong {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 22px; }
      .writer_details .writer_details_item .rating_wrapper {
        margin-top: 3px;
        float: none;
        width: 100%;
        display: block;
        vertical-align: top; }
        .writer_details .writer_details_item .rating_wrapper div.star-rating {
          background-size: 30px;
          width: 30px;
          height: 26px;
          margin: 0 2px 0 2px; }
          .writer_details .writer_details_item .rating_wrapper div.star-rating a {
            background-size: 30px;
            width: 30px; }
          .writer_details .writer_details_item .rating_wrapper div.star-rating-on a {
            background-position: 0 bottom !important; }
          .writer_details .writer_details_item .rating_wrapper div.star-rating-hover a {
            background-position: 0 bottom; }
        .writer_details .writer_details_item .rating_wrapper div .rating-cancel + .star-rating {
          margin: 0 2px 0 0; }

  .writer_skills {
    width: 94%;
    clear: both;
    margin: 0 3%;
    padding-top: 0; }
    .writer_skills h2 {
      width: 100%;
      text-align: left;
      float: none;
      font-size: 18px;
      margin-bottom: 14px; }
    .writer_skills ul {
      float: none;
      width: 100%; }
      .writer_skills ul li {
        padding-bottom: 8px;
        background-size: 15px;
        font-size: 14px;
        padding-left: 35px;
        background-position: 5px 2px; }

  .writer_testimonials {
    padding-top: 10px;
    border-top: none;
    margin-top: 0; }
    .writer_testimonials .testimonial_item {
      margin: 0;
      border-right: none;
      border-left: none;
      border-radius: 0;
      width: 100%;
      margin-bottom: 25px;
      padding: 14px 0 17px 0; }
      .writer_testimonials .testimonial_item .testimonial_title {
        padding: 0 4%; }
      .writer_testimonials .testimonial_item .testimonial_stat {
        padding-bottom: 10px; }
        .writer_testimonials .testimonial_item .testimonial_stat a {
          width: 95%;
          margin: auto; }
        .writer_testimonials .testimonial_item .testimonial_stat:after {
          display: none; }
      .writer_testimonials .testimonial_item .testimonial_content p {
        padding: 0 4%; }
      .writer_testimonials .testimonial_item .testimonial_content .data {
        padding: 5px 0 0;
        margin: 10px 4% 0; }
    .writer_testimonials .content_title {
      padding: 10px 3% 5px;
      margin-bottom: 20px; }
      .writer_testimonials .content_title h2 {
        text-align: left;
        font-size: 20px;
        line-height: 22px; }
    .writer_testimonials > .button {
      width: 100%; }

  .pages .prices .content {
    padding-bottom: 0; }
  .pages .prices .sidebar {
    padding-top: 10px; }
  .pages .prices .content_title {
    margin-bottom: 0; }
    .pages .prices .content_title:after {
      background-size: 240px;
      right: -224px;
      bottom: 0;
      top: inherit;
      height: 32px; }
  .pages .prices .prices_content {
    padding: 0 0;
    margin: 0 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
    border-top: none; }
  .pages .prices .field_item {
    margin: 0 3%;
    width: 94%;
    padding-right: 0;
    margin-bottom: 10px; }
    .pages .prices .field_item > label,
    .pages .prices .field_item .order-pages-num > label {
      display: block;
      width: 42%;
      margin-bottom: 3px;
      text-align: left; }
    .pages .prices .field_item .radio_buttons {
      width: 100%; }
    .pages .prices .field_item .select2-container {
      min-width: 56%;
      max-width: 56%; }
    .pages .prices .field_item .spinner_wrapper {
      width: 46%; }
    .pages .prices .field_item.numbers_of i {
      font-size: 12px;
      margin-left: 8px;
      line-height: 14px;
      margin-top: 5px;
      text-align: right;
      padding-right: 9%;
      display: block;
      width: 100%; }
      .pages .prices .field_item.numbers_of i br {
        display: none; }
    .pages .prices .field_item.academic_level {
      margin-bottom: 20px; }
      .pages .prices .field_item.academic_level:after {
        display: none; }
      .pages .prices .field_item.academic_level > label {
        border-bottom: 0;
        padding-bottom: 0; }
        .pages .prices .field_item.academic_level > label:after {
          display: none; }
      .pages .prices .field_item.academic_level .select2-container {
        min-width: 56%;
        max-width: 56%; }
        .pages .prices .field_item.academic_level .select2-container:before {
          display: none; }

  .price_choice_item {
    padding: 3px 1%;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    height: auto;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    border-color: #C8C8C8; }
    .price_choice_item:last-child {
      border-bottom: 1px solid #ececec; }
    .price_choice_item .radio,
    .price_choice_item .price_urgency,
    .price_choice_item .price_page,
    .price_choice_item .price_present,
    .price_choice_item .price_date {
      font-size: 12px;
      line-height: 15px;
      min-height: 32px;
      max-height: 32px;
      overflow: hidden;
      margin-top: 0 !important; }
    .price_choice_item .price_date {
      padding-top: 3px;
      padding-right: 3px;
      padding-left: 10px; }
    .price_choice_item .radio {
      margin-left: 1%;
      margin-right: 3%;
      margin-top: 2px;
      padding-top: 10px;
      width: 16px;
      height: 16px; }
      .price_choice_item .radio span {
        background-size: 16px;
        width: 16px;
        height: 16px; }
        .price_choice_item .radio span input {
          width: 16px;
          height: 16px; }
    .price_choice_item .price_urgency {
      width: 22%;
      line-height: 33px;
      padding: 0 1.2% 0 2%; }
    .price_choice_item .price_page {
      padding: 0 0;
      line-height: 33px;
      width: 29.5%; }
    .price_choice_item .price_date {
      width: 34%;
      padding-right: 1%; }
    .price_choice_item .price_present {
      background-size: 19px;
      width: 19px;
      height: 22px;
      left: inherit;
      right: 33.7%;
      position: absolute;
      top: 8px; }
      .price_choice_item .price_present:not(.ng-hide) + .price_date {
        border-left-color: transparent; }

  .price_total {
    padding: 0 0 10px; }
    .price_total .price_total_value {
      margin: 0 auto;
      float: none;
      border-width: 1px;
      padding: 10px 15px;
      font-size: 20px; }
    .price_total .button {
      width: 95%;
      float: none;
      margin: 10px auto 10px; }

  .price_info {
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 3%; }
    .price_info ul {
      margin-top: 10px;
      padding-left: 16px; }
      .price_info ul li {
        margin-bottom: 8px; }

  .prices_resume {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-color: #C8C8C8;
    margin: 0; }
    .prices_resume:before {
      border-top: none;
      background: none;
      font-family: 'Work Sans';
      background-color: #D8F4C5;
      color: #799765;
      content: 'most popular';
      font-size: 14px;
      width: 100%;
      padding-right: 0%;
      height: 20px !important;
      border-radius: 0;
      line-height: 20px;
      top: 68px;
      left: 0;
      z-index: 90;
      margin-right: 10px;
      text-transform: lowercase;
      text-align: center; }
    .prices_resume + .prices_resume {
      margin: 0; }
      .prices_resume + .prices_resume:before {
        border-top: none;
        background-image: none;
        background-color: #DAF3F3;
        color: #628E8F;
        content: 'other';
        font-size: 14px;
        width: 97%;
        padding-right: 3%;
        height: 20px !important;
        border-radius: 0;
        line-height: 20px;
        top: 0;
        left: 0;
        z-index: 90;
        margin-right: 10px;
        text-transform: lowercase;
        text-align: center; }

  .prices_resume_thead,
  .prices_resume_tbody {
    padding: 0;
    display: block; }

  .prices_resume_tbody .prices_resume_item > div.prices_resume_time:nth-child(5) {
    width: 25%; }

  .prices_resume_item {
    border-top: none;
    border-bottom: none;
    display: block;
    width: 100%;
    display: inline-block; }
    .prices_resume_item > div {
      border-bottom: none; }
      .prices_resume_item > div.prices_resume_time:nth-child(5) {
        width: 25%; }
    .prices_resume_item .prices_resume_time {
      display: block;
      float: left;
      width: 25%;
      font-size: 14px;
      padding: 8px 2%; }
    .prices_resume_tbody .prices_resume_item .prices_resume_time {
      display: block;
      float: left;
      width: 25%;
      font-size: 14px;
      padding: 5px 2%;
      margin: 3px 0; }

  .prices_resume_thead:before, .prices_resume_thead:after {
    display: none; }
  .prices_resume_thead .prices_resume_time {
    border-left: none;
    border-right-color: #C9D3D6; }
  .prices_resume_thead .prices_resume_item .prices_resume_services {
    width: 100%;
    display: block;
    border-bottom: 1px solid #9AAFB4;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    text-align: center; }

  .prices_resume_thead .prices_resume_item > div {
    padding: 9px 0; }
    .prices_resume_thead .prices_resume_item > div .prices_resume_time {
      border-bottom: none; }
      .prices_resume_thead .prices_resume_item > div .prices_resume_time:nth-child(2) {
        border-left: none; }

  .prices_resume_tbody .prices_resume_item:nth-child(even) {
    background: none; }
  .prices_resume_tbody .prices_resume_item > div.prices_resume_time {
    border-right-color: #C9D3D6; }
    .prices_resume_tbody .prices_resume_item > div.prices_resume_time:nth-child(2) {
      border-left: none; }
  .prices_resume_tbody .prices_resume_item:first-child {
    padding-top: 20px; }
  .prices_resume_tbody .prices_resume_item > div.prices_resume_time {
    border-left: none;
    font-weight: 500; }
  .prices_resume_tbody .prices_resume_item > div:first-child {
    width: 100%;
    display: block;
    color: #424D59;
    padding: 9px 3%;
    border-top: #9AAFB4 1px solid;
    border-bottom: #9AAFB4 1px solid;
    font-size: 14px;
    text-align: left; }

  .field_item + .prices_resume {
    border-bottom: none; }
    .field_item + .prices_resume .prices_resume_thead .prices_resume_item .prices_resume_time:last-child {
      border-right: none; }

  .static_pages .calculator {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 30px; }
  .static_pages .calculator_area textarea {
    margin-bottom: 18px; }
  .static_pages .calculator_stat_item {
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin: 0 0 10px 0; }
    .static_pages .calculator_stat_item:last-child {
      margin-bottom: 0; } }
@media screen and (min-width: 0px) and (max-width: 639px) {
  .checker span input,
  .radio span input {
    border: none;
    outline: none;
    opacity: 0; }

  .auth_wrapper input[type="text"],
  .auth_wrapper input[type="password"],
  .auth_wrapper input[type="email"],
  .auth_wrapper input[type="number"],
  .pages:not(.cabinet_pages) input[type="text"],
  .pages:not(.cabinet_pages) input[type="password"],
  .pages:not(.cabinet_pages) input[type="email"],
  .pages:not(.cabinet_pages) input[type="number"],
  .widget_header input[type="text"],
  .widget_header input[type="password"],
  .widget_header input[type="email"],
  .widget_header input[type="number"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px #C8C8C8 solid;
    color: #8E9295;
    height: 35px;
    font-size: 14px;
    outline: none;
    padding: 0 10px;
    -webkit-appearance: none; }
    .auth_wrapper input[type="text"]:focus,
    .auth_wrapper input[type="password"]:focus,
    .auth_wrapper input[type="email"]:focus,
    .auth_wrapper input[type="number"]:focus,
    .pages:not(.cabinet_pages) input[type="text"]:focus,
    .pages:not(.cabinet_pages) input[type="password"]:focus,
    .pages:not(.cabinet_pages) input[type="email"]:focus,
    .pages:not(.cabinet_pages) input[type="number"]:focus,
    .widget_header input[type="text"]:focus,
    .widget_header input[type="password"]:focus,
    .widget_header input[type="email"]:focus,
    .widget_header input[type="number"]:focus {
      border-color: #99B8EB; }
    .auth_wrapper input[type="text"]::-webkit-input-placeholder,
    .auth_wrapper input[type="password"]::-webkit-input-placeholder,
    .auth_wrapper input[type="email"]::-webkit-input-placeholder,
    .auth_wrapper input[type="number"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]::-webkit-input-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]::-webkit-input-placeholder,
    .widget_header input[type="text"]::-webkit-input-placeholder,
    .widget_header input[type="password"]::-webkit-input-placeholder,
    .widget_header input[type="email"]::-webkit-input-placeholder,
    .widget_header input[type="number"]::-webkit-input-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper input[type="text"]::-moz-placeholder,
    .auth_wrapper input[type="password"]::-moz-placeholder,
    .auth_wrapper input[type="email"]::-moz-placeholder,
    .auth_wrapper input[type="number"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]::-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]::-moz-placeholder,
    .widget_header input[type="text"]::-moz-placeholder,
    .widget_header input[type="password"]::-moz-placeholder,
    .widget_header input[type="email"]::-moz-placeholder,
    .widget_header input[type="number"]::-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper input[type="text"]:-moz-placeholder,
    .auth_wrapper input[type="password"]:-moz-placeholder,
    .auth_wrapper input[type="email"]:-moz-placeholder,
    .auth_wrapper input[type="number"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]:-moz-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]:-moz-placeholder,
    .widget_header input[type="text"]:-moz-placeholder,
    .widget_header input[type="password"]:-moz-placeholder,
    .widget_header input[type="email"]:-moz-placeholder,
    .widget_header input[type="number"]:-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper input[type="text"]:-ms-input-placeholder,
    .auth_wrapper input[type="password"]:-ms-input-placeholder,
    .auth_wrapper input[type="email"]:-ms-input-placeholder,
    .auth_wrapper input[type="number"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="text"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="password"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="email"]:-ms-input-placeholder,
    .pages:not(.cabinet_pages) input[type="number"]:-ms-input-placeholder,
    .widget_header input[type="text"]:-ms-input-placeholder,
    .widget_header input[type="password"]:-ms-input-placeholder,
    .widget_header input[type="email"]:-ms-input-placeholder,
    .widget_header input[type="number"]:-ms-input-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
  .auth_wrapper textarea,
  .pages:not(.cabinet_pages) textarea,
  .widget_header textarea {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: #C8C8C8 1px solid;
    color: #8E9295;
    height: 35px;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 10px;
    resize: vertical;
    -webkit-appearance: none; }
    .auth_wrapper textarea::-moz-placeholder,
    .pages:not(.cabinet_pages) textarea::-moz-placeholder,
    .widget_header textarea::-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
    .auth_wrapper textarea:-moz-placeholder,
    .pages:not(.cabinet_pages) textarea:-moz-placeholder,
    .widget_header textarea:-moz-placeholder {
      color: #B3B2B2;
      font-family: 'Work Sans'; }
  .auth_wrapper input[type="submit"],
  .pages:not(.cabinet_pages) input[type="submit"],
  .widget_header input[type="submit"] {
    cursor: pointer;
    border: none;
    outline: none; }
  .auth_wrapper .field_item,
  .pages:not(.cabinet_pages) .field_item,
  .widget_header .field_item {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px; }
    .auth_wrapper .field_item > label,
    .auth_wrapper .field_item .order-pages-num > label,
    .auth_wrapper .field_item .order-words-num > label,
    .pages:not(.cabinet_pages) .field_item > label,
    .pages:not(.cabinet_pages) .field_item .order-pages-num > label,
    .pages:not(.cabinet_pages) .field_item .order-words-num > label,
    .widget_header .field_item > label,
    .widget_header .field_item .order-pages-num > label,
    .widget_header .field_item .order-words-num > label {
      color: #424D58;
      display: block;
      font-size: 14px;
      font-family: 'Work Sans';
      line-height: 35px;
      margin-bottom: 4px;
      font-weight: 500; }
      .auth_wrapper .field_item > label a,
      .auth_wrapper .field_item .order-pages-num > label a,
      .auth_wrapper .field_item .order-words-num > label a,
      .pages:not(.cabinet_pages) .field_item > label a,
      .pages:not(.cabinet_pages) .field_item .order-pages-num > label a,
      .pages:not(.cabinet_pages) .field_item .order-words-num > label a,
      .widget_header .field_item > label a,
      .widget_header .field_item .order-pages-num > label a,
      .widget_header .field_item .order-words-num > label a {
        color: #488EEE; }
      .auth_wrapper .field_item > label sup,
      .auth_wrapper .field_item .order-pages-num > label sup,
      .auth_wrapper .field_item .order-words-num > label sup,
      .pages:not(.cabinet_pages) .field_item > label sup,
      .pages:not(.cabinet_pages) .field_item .order-pages-num > label sup,
      .pages:not(.cabinet_pages) .field_item .order-words-num > label sup,
      .widget_header .field_item > label sup,
      .widget_header .field_item .order-pages-num > label sup,
      .widget_header .field_item .order-words-num > label sup {
        color: #ff5212; }
    .auth_wrapper .field_item .spinner_wrapper,
    .pages:not(.cabinet_pages) .field_item .spinner_wrapper,
    .widget_header .field_item .spinner_wrapper {
      float: left; }
    .auth_wrapper .field_item .field_tooltip,
    .pages:not(.cabinet_pages) .field_item .field_tooltip,
    .widget_header .field_item .field_tooltip {
      float: left;
      height: 22px;
      margin-left: 0.5em; }
  .auth_wrapper .field_tooltip,
  .pages:not(.cabinet_pages) .field_tooltip,
  .widget_header .field_tooltip {
    background: url(/assets/tooltip_icon.png) left top no-repeat;
    cursor: pointer;
    background-size: 20px;
    width: 20px;
    margin-top: 2px; }
  .auth_wrapper .field_error,
  .pages:not(.cabinet_pages) .field_error,
  .widget_header .field_error {
    display: inline-block; }
    .auth_wrapper .field_error input:not([submit]),
    .pages:not(.cabinet_pages) .field_error input:not([submit]),
    .widget_header .field_error input:not([submit]) {
      border: #FF3A18 1px solid; }
    .auth_wrapper .field_error textarea,
    .pages:not(.cabinet_pages) .field_error textarea,
    .widget_header .field_error textarea {
      border: #FF3A18 1px solid; }
  .auth_wrapper .validation_error,
  .pages:not(.cabinet_pages) .validation_error,
  .widget_header .validation_error {
    color: #FF3A18;
    font-family: 'Work Sans';
    font-size: 12px;
    padding-left: 10px;
    display: inline-block; }

  .widget_header .field_item > label,
  .widget_header .field_item .order-pages-num > label,
  .widget_header .field_item .order-words-num > label {
    color: #332b28;
    font-size: 16px; }
    .widget_header .field_item > label a,
    .widget_header .field_item .order-pages-num > label a,
    .widget_header .field_item .order-words-num > label a {
      color: #1d9ccb; }
  .widget_header .field_item.field_numbers_of .order-pages-num > label,
  .widget_header .field_item.field_numbers_of .order-words-num > label {
    line-height: 16px; }

  .select2-container--widget_header {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
    .select2-container--widget_header .select2-selection--single {
      border: 1px solid #c8c8c8; }
      .select2-container--widget_header .select2-selection--single .select2-selection__rendered {
        color: #8E9295; }
      .select2-container--widget_header .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px; }
        .select2-container--widget_header .select2-selection--single .select2-selection__arrow b {
          background: url(/assets/arrow_inner.png) no-repeat;
          height: 6px;
          background-size: 8px;
          left: 50%;
          margin-left: -6px;
          margin-top: -3px;
          position: absolute;
          top: 50%;
          width: 8px; }
    .select2-container--widget_header[dir="rtl"] .select2-selection--single .select2-selection__rendered {
      padding-right: 8px;
      padding-left: 20px; }
    .select2-container--widget_header .select2-results__option {
      color: #8E9295;
      word-wrap: break-word; }
      .select2-container--widget_header .select2-results__option[role=group] {
        padding: 0; }
      .select2-container--widget_header .select2-results__option[aria-disabled=true] {
        color: #999; }
      .select2-container--widget_header .select2-results__option[aria-selected=true] {
        background-color: #ededed;
        color: #575757; }
      .select2-container--widget_header .select2-results__option .select2-results__option {
        padding-left: 1em; }
        .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__group {
          padding-left: 0; }
        .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -1em;
          padding-left: 2em; }
          .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em; }
            .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -3em;
              padding-left: 4em; }
              .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -4em;
                padding-left: 5em; }
                .select2-container--widget_header .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                  margin-left: -5em;
                  padding-left: 6em; }
    .select2-container--widget_header .select2-search--inline {
      float: left; }
      .select2-container--widget_header .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0; }
        .select2-container--widget_header .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
          -webkit-appearance: none; }
    .select2-container--widget_header .select2-dropdown {
      background: #fff;
      box-shadow: 0px 2px 3px rgba(128, 128, 128, 0.56);
      border-color: #c8c8c8; }
    .select2-container--widget_header .select2-container--open .select2-dropdown {
      left: 0; }
    .select2-container--widget_header .select2-container--open .select2-dropdown--above {
      border-bottom: none;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
    .select2-container--widget_header .select2-container--open .select2-dropdown--below {
      border-top: none;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .select2-container--widget_header .select2-search--dropdown {
      display: block;
      padding: 4px; }
      .select2-container--widget_header .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box; }
        .select2-container--widget_header .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
          -webkit-appearance: none; }
      .select2-container--widget_header .select2-search--dropdown.select2-search--hide {
        display: none; }

  .nicescroll-rails {
    display: none !important; }

  .ui-helper-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px !important; }

  .pages:not(.cabinet_pages) .radio_buttons,
  .widget_header .radio_buttons {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: transparent;
    border: 1px solid #c8c8c8;
    display: table;
    width: 100%; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default,
    .widget_header .radio_buttons .ui-state-default {
      background-color: #fff;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 35px;
      border-right: none;
      cursor: pointer;
      position: relative; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:before,
      .widget_header .radio_buttons .ui-state-default:before {
        position: absolute;
        display: block;
        content: '';
        width: 1px;
        height: 28px;
        top: 3px;
        left: 0;
        background: #DEDEDE; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:nth-child(2):before,
      .widget_header .radio_buttons .ui-state-default:nth-child(2):before {
        display: none; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default .ui-button-text,
      .widget_header .radio_buttons .ui-state-default .ui-button-text {
        color: #85868b;
        font-family: 'Work Sans';
        font-weight: 400;
        display: block;
        padding-top: 2px; }
      .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active,
      .widget_header .radio_buttons .ui-state-default.ui-state-active {
        position: relative;
        z-index: 10;
        background-color: #FFB21B;
        z-index: 10; }
        .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active:before,
        .widget_header .radio_buttons .ui-state-default.ui-state-active:before {
          display: none; }
        .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active .ui-button-text,
        .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
          color: #fff; }
        .pages:not(.cabinet_pages) .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before,
        .widget_header .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before {
          display: none; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-helper-hidden-accessible:first-child + .ui-state-default,
    .widget_header .radio_buttons .ui-helper-hidden-accessible:first-child + .ui-state-default {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default:last-child,
    .widget_header .radio_buttons .ui-state-default:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pages:not(.cabinet_pages) .radio_payment .ui-state-default,
  .widget_header .radio_payment .ui-state-default {
    width: 33.333333%;
    height: 70px; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.paypal,
    .widget_header .radio_payment .ui-state-default.paypal {
      background-image: url(/assets/payment_paypal.png);
      background-size: 68px;
      background-position: center top;
      background-repeat: no-repeat; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.ui-state-active.paypal,
    .widget_header .radio_payment .ui-state-default.ui-state-active.paypal {
      background-position: center bottom; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.creditcard,
    .widget_header .radio_payment .ui-state-default.creditcard {
      background-image: url(/assets/payment_creditcard.png);
      background-size: 68px;
      background-position: center top;
      background-repeat: no-repeat; }
    .pages:not(.cabinet_pages) .radio_payment .ui-state-default.ui-state-active.creditcard,
    .widget_header .radio_payment .ui-state-default.ui-state-active.creditcard {
      background-position: center bottom; }
  .pages:not(.cabinet_pages) .radio_balance .ui-state-default,
  .widget_header .radio_balance .ui-state-default {
    width: 50%;
    height: 70px; }

  .widget_header .radio_buttons {
    overflow: visible;
    background-color: transparent;
    border-color: transparent; }
    .widget_header .radio_buttons .ui-state-default {
      border: 1px solid #6E84A2;
      border-right: none;
      background-color: transparent;
      border-left: none; }
      .widget_header .radio_buttons .ui-state-default:before {
        display: none; }
      .widget_header .radio_buttons .ui-state-default.ui-corner-left {
        border-left: 1px solid #6E84A2; }
      .widget_header .radio_buttons .ui-state-default.ui-corner-right {
        border-right: 1px solid #6E84A2; }
      .widget_header .radio_buttons .ui-state-default .ui-button-text {
        color: #D0DAE4;
        font-size: 15px;
        line-height: 32px; }
      .widget_header .radio_buttons .ui-state-default.ui-state-active {
        background: none;
        border-bottom-color: #FFB21B; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
          color: #FFB21B; }

  .widget .spinner_wrapper,
  .widget.widget_header .spinner_wrapper {
    width: 120px; }
    .widget .spinner_wrapper input[type="text"]:focus,
    .widget.widget_header .spinner_wrapper input[type="text"]:focus {
      box-shadow: none; }
    .widget .spinner_wrapper .ui-spinner,
    .widget.widget_header .spinner_wrapper .ui-spinner {
      display: inline-block;
      position: relative;
      height: 35px; }
      .widget .spinner_wrapper .ui-spinner:before,
      .widget.widget_header .spinner_wrapper .ui-spinner:before {
        display: none; }
      .widget .spinner_wrapper .ui-spinner .spinner,
      .widget.widget_header .spinner_wrapper .ui-spinner .spinner {
        border: #C8C8C8 1px solid;
        color: #85868b;
        background: #fff;
        font-size: 13px;
        outline: none;
        width: 100%;
        text-align: center;
        padding: 0 33px;
        height: 35px; }
      .widget .spinner_wrapper .ui-spinner-button,
      .widget.widget_header .spinner_wrapper .ui-spinner-button {
        position: absolute;
        right: 0;
        display: table;
        width: 33px;
        height: 17.5px; }
        .widget .spinner_wrapper .ui-spinner-button.ui-state-hover,
        .widget.widget_header .spinner_wrapper .ui-spinner-button.ui-state-hover {
          background-color: #C3E0EC; }
      .widget .spinner_wrapper .ui-spinner-up,
      .widget.widget_header .spinner_wrapper .ui-spinner-up {
        cursor: pointer;
        font-weight: 500;
        left: 0;
        right: inherit;
        height: 35px;
        top: 0;
        border-radius: 4px 0 0 4px; }
        .widget .spinner_wrapper .ui-spinner-up:after,
        .widget.widget_header .spinner_wrapper .ui-spinner-up:after {
          display: block;
          position: absolute;
          content: '';
          width: 1px;
          height: 28px;
          background: #c8c8c8;
          top: 3.5px;
          right: 0; }
        .widget .spinner_wrapper .ui-spinner-up:before,
        .widget.widget_header .spinner_wrapper .ui-spinner-up:before {
          content: '';
          background: url(/assets/plus.png) center no-repeat;
          height: 100%;
          display: block;
          position: absolute;
          width: 100%;
          top: 0px;
          left: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .widget .spinner_wrapper .ui-spinner-down,
      .widget.widget_header .spinner_wrapper .ui-spinner-down {
        cursor: pointer;
        height: 35px;
        right: 0;
        left: auto;
        top: 0;
        border-radius: 0 4px 4px 0; }
        .widget .spinner_wrapper .ui-spinner-down:after,
        .widget.widget_header .spinner_wrapper .ui-spinner-down:after {
          display: none; }
        .widget .spinner_wrapper .ui-spinner-down:before,
        .widget.widget_header .spinner_wrapper .ui-spinner-down:before {
          content: '';
          height: 100%;
          background: url(/assets/minus.png) center no-repeat;
          display: block;
          position: absolute;
          width: 100%;
          text-align: center;
          top: 0;
          right: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .widget .spinner_wrapper .ui-spinner .ui-button-text,
      .widget.widget_header .spinner_wrapper .ui-spinner .ui-button-text {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%; }
      .widget .spinner_wrapper .ui-spinner .ui-icon,
      .widget.widget_header .spinner_wrapper .ui-spinner .ui-icon {
        font-size: 0px;
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4px; }

  .pages:not(.cabinet_pages) .spinner_wrapper {
    width: 120px; }
    .pages:not(.cabinet_pages) .spinner_wrapper input[type="text"]:focus {
      box-shadow: none; }
    .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner {
      display: inline-block;
      position: relative;
      height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner:before {
        display: none; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner .spinner {
        border: #C8C8C8 1px solid;
        color: #85868b;
        background: #fff;
        font-size: 13px;
        outline: none;
        width: 100%;
        text-align: center;
        padding: 0 33px;
        height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button {
        position: absolute;
        right: 0;
        display: table;
        width: 33px;
        height: 17.5px; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-state-hover {
          background-color: #C3E0EC; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-spinner-down.ui-state-hover:before {
          background: url(/assets/minus_white.png) center no-repeat; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-button.ui-spinner-up.ui-state-hover:before {
          background: url(/assets/plus_white.png) center no-repeat; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up {
        cursor: pointer;
        font-weight: 500;
        left: 0;
        right: inherit;
        height: 35px;
        top: 0; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up:ui-state-hover {
          border-radius: 4px 0 0 4px; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-up:before {
          content: '';
          background: url(/assets/plus.png) center no-repeat;
          height: 100%;
          display: block;
          position: absolute;
          width: 100%;
          top: 0px;
          left: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down {
        cursor: pointer;
        height: 35px;
        right: 0;
        left: auto;
        top: 0; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down:ui-state-hover {
          border-radius: 0 4px 4px 0; }
        .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner-down:before {
          content: '';
          height: 100%;
          background: url(/assets/minus.png) center no-repeat;
          display: block;
          position: absolute;
          width: 100%;
          text-align: center;
          top: 0;
          right: 0;
          border: none;
          line-height: 33px;
          height: 35px; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner .ui-button-text {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%; }
      .pages:not(.cabinet_pages) .spinner_wrapper .ui-spinner .ui-icon {
        font-size: 0px;
        text-indent: -999px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4px; }

  .ui-accordion .ui-accordion-header {
    padding-left: 7px; }
  .ui-accordion .ui-accordion-header-active:before {
    left: 0; }
  .ui-accordion .ui-accordion-content {
    padding-left: 7px; }
  .ui-accordion-content ol.list li,
  .ui-accordion-content ul.list li {
    margin-bottom: 8px; }

  .pages:not(.cabinet_pages) .radio_buttons,
  .widget_header .radio_buttons {
    display: flex; }
    .pages:not(.cabinet_pages) .radio_buttons .ui-state-default,
    .widget_header .radio_buttons .ui-state-default {
      width: 100%;
      line-height: 33px; }

  .widget_header .radio_buttons {
    border: 1px solid #c8c8c8; }
    .widget_header .radio_buttons .ui-state-default {
      background-color: #fff;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 35px;
      border-right: none;
      cursor: pointer;
      position: relative;
      border: none; }
      .widget_header .radio_buttons .ui-state-default.ui-corner-left, .widget_header .radio_buttons .ui-state-default.ui-corner-right {
        border: none; }
      .widget_header .radio_buttons .ui-state-default:before {
        position: absolute;
        display: block;
        content: '';
        width: 1px;
        height: 28px;
        top: 3px;
        left: 0;
        background: #DEDEDE; }
      .widget_header .radio_buttons .ui-state-default:nth-child(2):before {
        display: none; }
      .widget_header .radio_buttons .ui-state-default .ui-button-text {
        color: #85868b;
        font-family: 'Work Sans';
        font-weight: 400;
        display: block;
        padding-top: 2px; }
      .widget_header .radio_buttons .ui-state-default.ui-state-active {
        position: relative;
        z-index: 10;
        background-color: #FFB21B;
        z-index: 10; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active:before {
          display: none; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
          color: #fff; }
        .widget_header .radio_buttons .ui-state-default.ui-state-active + .ui-helper-hidden-accessible + .ui-state-default:before {
          display: none; }

  html,
  body {
    font-size: 14px; }
    html.locked,
    body.locked {
      overflow: hidden; }

  body {
    position: static; }

  table {
    font-size: 14px; }

  .wrapper {
    min-height: initial;
    padding-bottom: 0; }

  .header {
    background: transparent; }
    .header .header_top:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #576c90;
      left: 0;
      top: 73px;
      position: absolute; }
    .header.scroll .header_top {
      background-color: #273348;
      box-shadow: none; }
      .header.scroll .header_top .telephone {
        background-color: #273348; }
    .header.scroll .header_bottom:before {
      display: none; }
    .header .logo {
      height: auto;
      margin: 3px 0 0 9px;
      position: relative; }
      .header .logo img {
        height: auto;
        width: 100%;
        margin-top: 5px;
        max-width: initial; }
    .header .phone_drop {
      float: right;
      color: #2c2c2c;
      width: 58px;
      position: absolute;
      top: 51px;
      right: 0px;
      z-index: 5; }
      .header .phone_drop span {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        height: 20px;
        line-height: 20px;
        border: none; }
        .header .phone_drop span:after {
          display: none; }
        .header .phone_drop span:before {
          border-width: 5px 3px 0 3px;
          border-color: #2c2c2c transparent transparent transparent;
          top: 50%;
          right: 4px;
          margin: -2.5px 0 0 0; }
      .header .phone_drop ul {
        z-index: 1000; }
        .header .phone_drop ul li a {
          height: 17px;
          line-height: 17px; }
    .header .live_chat {
      float: left;
      font-size: 12px;
      margin: 14px 12px 0 0;
      background-size: 16.5px;
      padding-left: 20px;
      min-height: 16.5px;
      line-height: 16.5px;
      display: none;
      background-position: 0 0; }
    .header .header_top {
      padding: 14px 0 0;
      height: 122px;
      z-index: 9990;
      background-color: transparent; }
      .header .header_top .header_wrapper .header_content {
        float: none;
        position: relative;
        padding: 75px 10px 0; }
    .header .btn_nav {
      position: absolute;
      top: 14px;
      width: 21px;
      right: 8px; }
      .header .btn_nav span {
        transition: 0; }
    .header .header_nav {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: 60px;
      background: #2b374b;
      color: #fff; }
    .header .nav_button {
      display: block;
      width: 30px;
      height: 16px;
      float: left;
      overflow: hidden;
      position: absolute;
      top: 11px;
      right: 8px;
      padding: 0 0 0 0;
      margin-right: 8px; }
      .header .nav_button span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 2px 0 2px 0;
        background: #fff;
        float: left;
        clear: both; }
    .header .header_middle {
      padding-top: 0;
      height: auto; }
      .header .header_middle .header_wrapper {
        position: static;
        height: auto; }
    .header .header_middle_content_widget {
      display: block;
      height: auto; }
    .header .header_middle_content {
      margin: 0; }
      .header .header_middle_content .header_slogan {
        position: absolute;
        width: 100%;
        top: 31%;
        margin: 0;
        padding: 0 3%; }
        .header .header_middle_content .header_slogan p {
          font-size: 14px;
          line-height: 20px;
          color: #fff; }
          .header .header_middle_content .header_slogan p span {
            font-size: 33px;
            line-height: 40px; }
    .header .header_nav {
      width: 100%; }
      .header .header_nav .header_wrapper {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 100%; }
        .header .header_nav .header_wrapper .nav {
          float: none;
          overflow-x: scroll;
          width: 100%;
          height: 100%;
          padding-top: 0; }
          .header .header_nav .header_wrapper .nav::-webkit-scrollbar {
            width: 0 !important; }
          .header .header_nav .header_wrapper .nav ul {
            list-style: none;
            margin: 0 10px; }
            .header .header_nav .header_wrapper .nav ul > li {
              float: none;
              margin: 0 0 0 0;
              padding: 0;
              border-bottom: 1px solid #3e4d66; }
              .header .header_nav .header_wrapper .nav ul > li.notification {
                position: relative; }
                .header .header_nav .header_wrapper .nav ul > li.notification:before {
                  background: url(/assets/notification_icon.png) no-repeat;
                  color: #fff;
                  content: "";
                  display: block;
                  font-size: 8px;
                  width: 12px;
                  height: 14px;
                  text-align: center;
                  position: absolute;
                  top: 12px;
                  left: -20px; }
              .header .header_nav .header_wrapper .nav ul > li:after {
                display: none; }
              .header .header_nav .header_wrapper .nav ul > li a {
                display: inline-block;
                vertical-align: top;
                font-size: 16px;
                color: #fff;
                text-decoration: none;
                padding: 8px 0 8px;
                font-weight: 300;
                position: relative; }
                .header .header_nav .header_wrapper .nav ul > li a:hover {
                  border-bottom: none; }
              .header .header_nav .header_wrapper .nav ul > li.active > a:before {
                display: none; }
              .header .header_nav .header_wrapper .nav ul > li > a:hover:before {
                display: none; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list.active {
                border-bottom-color: transparent; }
                .header .header_nav .header_wrapper .nav ul > li.drop_list.active:after {
                  position: absolute;
                  display: block;
                  content: "";
                  width: 100%;
                  height: 1px;
                  background: #3e4d66;
                  left: 0;
                  top: 33px; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list span.nav_link_removed {
                padding: 6px 0 8px;
                display: inline-block;
                font-size: 16px;
                vertical-align: top;
                position: relative; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list > a:after, .header .header_nav .header_wrapper .nav ul > li.drop_list > span:after {
                background: url(/assets/menu_arrow.png) no-repeat;
                background-size: 8px;
                content: "";
                display: block;
                width: 8px;
                height: 6px;
                position: absolute;
                top: 14px;
                right: -15px; }
              .header .header_nav .header_wrapper .nav ul > li.drop_list ul {
                background: none; }
                .header .header_nav .header_wrapper .nav ul > li.drop_list ul li {
                  background: none; }
                  .header .header_nav .header_wrapper .nav ul > li.drop_list ul li a {
                    color: #8b9ab2;
                    font-size: 13px; }
              .header .header_nav .header_wrapper .nav ul > li ul {
                position: relative;
                padding: 5px 0 0 0;
                margin: 0 0 7px 0; }
                .header .header_nav .header_wrapper .nav ul > li ul:after {
                  display: none; }
                .header .header_nav .header_wrapper .nav ul > li ul > li {
                  border: none;
                  background: none;
                  padding-left: 28px;
                  position: relative; }
                  .header .header_nav .header_wrapper .nav ul > li ul > li:before {
                    display: none; }
      .header .header_nav .nav_close {
        display: block;
        position: absolute;
        top: 18px;
        right: 15.5px;
        width: 18px;
        height: 18px; }
        .header .header_nav .nav_close span {
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background: #fff;
          top: 50%;
          margin: -2px 0 0 0; }
          .header .header_nav .nav_close span:first-child {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
          .header .header_nav .nav_close span:last-child {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .header .bg_video_container {
      height: 520px; }
    .header .widget_get_price {
      width: 100%; }

  .section > h1,
  .section > h2,
  .section .customers_testimonials_heading,
  .section .our_stats_heading,
  .section .recent_posts_heading {
    font-size: 30px;
    line-height: 34px; }
  .section .customers_testimonials_heading {
    padding: 0 5px 24px; }
  .section > h1 {
    font-size: 28px; }
  .section .section_content {
    padding-left: 12px;
    padding-right: 12px; }
    .section .section_content > h1,
    .section .section_content > h2 {
      font-size: 22px; }
    .section .section_content > h1 {
      font-size: 28px; }

  .footer {
    height: auto;
    margin: 0; }
    .footer .footer_content .footer_info_l_block {
      width: 100%;
      float: none; }
      .footer .footer_content .footer_info_l_block .footer_logo {
        margin-bottom: 5px; }
      .footer .footer_content .footer_info_l_block .footer_contacts {
        margin-bottom: 18px; }
    .footer .footer_links {
      margin-top: 24px; }
      .footer .footer_links .footer_nav ul li {
        float: left;
        padding: 0;
        margin-right: 13px; }
        .footer .footer_links .footer_nav ul li a,
        .footer .footer_links .footer_nav ul li span {
          display: block;
          font-size: 14px;
          line-height: 48px; }
      .footer .footer_links .footer_links {
        margin-top: 0; }
        .footer .footer_links .footer_links ul {
          width: 100%;
          padding-right: 0; }
          .footer .footer_links .footer_links ul li {
            float: left;
            width: 50%;
            padding-right: 10px; }
            .footer .footer_links .footer_links ul li a {
              display: block;
              line-height: 36px; }
    .footer .we_accept > span {
      display: block !important; }
    .footer .we_accept .we_accept_item {
      margin: 0 0 7px 0; }
    .footer .footer_bottom {
      margin: 15px 0 0; }

  .container.welcome {
    margin-bottom: 35px; }

  .container > .pages {
    z-index: 1;
    margin-bottom: 65px; }

  .owl-item {
    overflow: hidden; }

  .owl-next,
  .owl-prev {
    background: url(/assets/arrows_sprite.png) no-repeat;
    font-size: 0;
    width: 26px;
    height: 16px;
    position: absolute;
    margin-top: 0; }

  .owl-prev {
    background-position: top left;
    left: 3%; }
    .owl-prev:hover {
      background-position: bottom left; }

  .owl-next {
    background-position: top right;
    right: 3%; }
    .owl-next:hover {
      background-position: bottom right; }

  .widget_promo + .wrapper {
    top: 0;
    margin-top: 52px; }

  .widget_promo[style="display: none;"] + .wrapper {
    margin-top: 0; }

  .container {
    padding: 0;
    margin: 123px auto 0; }

  .breadcrumb {
    padding: 15px 2%;
    margin-bottom: 0px; }
    .breadcrumb li {
      font-size: 13px;
      line-height: 17px; }
      .breadcrumb li:last-child {
        float: none;
        list-style: none; }

  .pages > div {
    display: block; }
    .pages > div div.star-rating {
      width: 26px;
      height: 24px;
      background: url("/assets/star.png") no-repeat 0 0;
      background-size: 26px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      width: 26px;
      height: 24px;
      text-indent: -999em;
      overflow: hidden;
      margin: 0 2px 0 2px;
      background: transparent !important; }
      .pages > div div.star-rating a {
        width: 26px;
        height: 100%;
        background: url("/assets/star.png") no-repeat 0 top;
        background-size: 26px;
        border: 0;
        display: block; }
      .pages > div div.star-rating-on a {
        background-position: 0 bottom !important; }
      .pages > div div.star-rating-hover a {
        background-position: 0 bottom; }
      .pages > div div.star-rating-readonly a {
        cursor: default !important; }
    .pages > div div .rating-cancel {
      display: none !important;
      width: 0px;
      height: 0px; }
      .pages > div div .rating-cancel a {
        display: block;
        width: 26px;
        height: 24px;
        background-position: 0 0;
        border: 0; }
      .pages > div div .rating-cancel + .star-rating {
        margin: 0 2px 0 0; }
  .pages ol.list,
  .pages ul.list {
    padding-left: 2%; }
    .pages ol.list li,
    .pages ul.list li {
      font-size: 13px; }
  .pages .content {
    padding: 0;
    border: none; }
  .pages .content_title {
    margin-bottom: 10px;
    padding: 0 3%; }
    .pages .content_title h1,
    .pages .content_title h2,
    .pages .content_title span {
      padding: 5px 0;
      max-width: 100%;
      font-size: 30px;
      line-height: 33px;
      text-align: left; }
  .pages .sidebar {
    display: block;
    width: 100%;
    padding: 0 0; }
  .pages .widget_title span {
    font-size: 24px;
    color: #575757; }
  .pages .field_item > label {
    font-size: 14px; }

  .pages .widget,
  .component .widget {
    margin-bottom: 32px;
    border-radius: 0;
    border-left: none;
    border-right: none; }

  .button_pages .button_link {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    height: 29px;
    border-width: 2px;
    line-height: 29px; }
    .button_pages .button_link span {
      display: block;
      font-size: 15px; }

  .pages_description > p,
  .pages_description > i,
  .pages_description > span,
  .pages_description > b,
  .pages_description > h1,
  .pages_description > h2,
  .pages_description > h3 {
    padding: 0 3%; }
  .pages_description > p {
    font-size: 14px;
    color: #746554;
    line-height: 20px; }
  .pages_description h2 {
    font-size: 18px;
    line-height: 22px; }
  .pages_description h3 {
    font-size: 16px;
    line-height: 22px; }

  .list li {
    padding-left: 0; }
    .list li:before {
      width: 5px;
      height: 5px;
      top: 6px; }

  .pages .pagination {
    width: 94%;
    margin: auto; }
    .pages .pagination ul {
      width: 100%;
      text-align: center; }
      .pages .pagination ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0; }
  .pages .show_items {
    margin: 15px 0; }
    .pages .show_items p {
      font-weight: normal; }
    .pages .show_items .elements_number {
      width: 54%;
      padding: 0 10px; }
      .pages .show_items .elements_number li {
        font-size: 14px;
        width: 28px;
        margin: 0 5px; }
        .pages .show_items .elements_number li a {
          font-weight: normal; }

  .pages .validation_error,
  .widget_header .validation_error {
    font-size: 12px; }

  .pages .field_item,
  .widget_header .field_item {
    margin-bottom: 15px; }

  .copyright {
    width: 100%;
    text-align: center;
    margin: 17px 0 !important; }

  .profile_nav {
    display: block; }
    .profile_nav ul {
      text-align: center; }
      .profile_nav ul li {
        text-align: left; }

  .logout {
    display: block;
    text-decoration: none;
    margin: 18px 0 0;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    font-family: "Work Sans";
    text-align: center;
    font-weight: 500;
    background: #3c4a62; }

  .chat_now_button {
    background: url(/assets/chat_now_icon_mob.png) no-repeat;
    background-size: 63px;
    width: 63px;
    height: 63px;
    left: 0px;
    font-size: 0;
    top: 249px;
    border: none;
    display: block; }

  .scroll_top {
    background: url(/assets/scroll_top_icon.png) no-repeat;
    display: block;
    background-size: 63px;
    width: 63px;
    height: 63px;
    position: fixed;
    top: 68%;
    right: 0px;
    z-index: 90; }

  .header.inner .header_top {
    box-shadow: none;
    background-size: cover; }
    .header.inner .header_top .telephone {
      background: #273348; }
  .header.inner .header_bottom:before {
    display: none; }

  .header_toolbar {
    top: 45px;
    width: 100%;
    z-index: -1; }
    .header_toolbar .live_chat {
      float: right; }
    .header_toolbar .telephone {
      border: none;
      margin: 0;
      position: absolute;
      top: 51px;
      line-height: 20px;
      left: 0;
      width: 100%;
      text-align: left;
      padding: 8px 10px 5px;
      border-bottom: 1px solid #576c90; }
    .header_toolbar .phone_drop {
      margin-top: 3px;
      border-left: none;
      margin-right: 10px;
      width: 67px;
      height: 24px;
      background: rgba(0, 0, 0, 0.5); }
      .header_toolbar .phone_drop span {
        border-left: none;
        height: 24px;
        line-height: 25px;
        font-size: 13px;
        padding-left: 17px;
        border-left: none;
        text-align: left; }
        .header_toolbar .phone_drop span:before {
          right: 12px; }

  label[ng-hide="texts.pageorwords"] {
    line-height: 17px !important; }

  .header .header_nav .header_wrapper .nav ul > li.notification:before {
    display: none; }

  .header_content {
    width: 100%; }
    .header_content .button_order_now {
      float: left;
      display: block !important;
      position: relative;
      top: 3px; }
    .header_content .live_chat {
      position: absolute;
      left: auto;
      bottom: 43px;
      display: block !important;
      right: 100px;
      color: transparent;
      width: 20px;
      height: 20px;
      font-size: 0px; }
      .header_content .live_chat:after {
        position: absolute;
        top: 3px;
        margin: 0;
        left: 0; }
    .header_content .telephone {
      position: absolute;
      left: auto;
      bottom: 43px;
      display: block !important;
      right: 38px;
      color: transparent;
      width: 20px;
      height: 20px;
      font-size: 0px; }
      .header_content .telephone:after {
        position: absolute;
        top: 3px; }
    .header_content #login_holder {
      float: right;
      margin: 0;
      top: 0;
      display: block !important; }
      .header_content #login_holder .button_logout {
        width: 19px;
        height: 20px;
        color: transparent; }
        .header_content #login_holder .button_logout:after {
          position: absolute;
          top: 2px; }
      .header_content #login_holder .user_login {
        margin: 0 5px 0 0; }

  .btn_nav:before {
    display: none; }

  .bg_replay {
    display: none; }

  .show_nav .telephone {
    opacity: 1;
    visibility: visible; }

  .container .order_wrap {
    padding: 0 2%; }

  .auth_wrapper .authorization {
    padding-top: 130px; }

  .get_price_tooltip {
    font-family: "Work Sans";
    box-shadow: 0px 3px 8px #cacbcf;
    -moz-box-shadow: 0px 3px 8px #cacbcf;
    -webkit-box-shadow: 0px 3px 8px #cacbcf;
    border-top: 1px solid #afea9b;
    border-radius: 8px;
    background: #fff;
    color: #8e9295; }
    .get_price_tooltip .tooltipster-content {
      font-size: 12px;
      line-height: 17px;
      padding: 8px 10px;
      overflow: hidden;
      max-width: 300px; }

  .cookie_policy-overlay:not([style="display: none;"]) {
    padding: 11px 3%; }

  .cookie_policy-pane {
    width: 100%; }
    .cookie_policy-pane p {
      display: block;
      width: 100%;
      max-width: 100%;
      padding-right: 0; }
    .cookie_policy-pane .cookie_policy-button {
      width: 100%;
      margin-top: 15px;
      display: block; }

  .ppp-overlay__shown {
    padding-top: 15px; }

  .ppp-wrapper {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px; }
    .ppp-wrapper .ppp-pane:before {
      margin-right: 10px; }

  .ppp-link {
    display: block;
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #1dac33;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px; }

  #whatsapp_chat {
    height: 50px;
    width: 50px;
    border: 5px solid rgba(255, 255, 255, 0.14);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0px 1px 4px rgba(24, 62, 119, 0.13), 0px 10px 16px rgba(116, 138, 202, 0.15); }
    #whatsapp_chat:before {
      width: 40px;
      height: 40px;
      background-size: 32px; }
    #whatsapp_chat:hover {
      width: 50px; }
    #whatsapp_chat.active {
      width: 200px; }
      #whatsapp_chat.active #whatsapp_chat_url {
        padding-left: 45px; }
    #whatsapp_chat #whatsapp_chat_url {
      line-height: 40px; }

  .section.why_choose .section_content {
    padding: 0; }
  .section.why_choose > h1,
  .section.why_choose > h2 {
    text-align: center;
    width: auto;
    padding-bottom: 10px; }

  .why_choose:before {
    display: none; }
  .why_choose .owl-dots {
    margin-top: 30px; }
  .why_choose .owl-nav > div {
    margin-top: 0;
    top: 40px; }
  .why_choose .owl-item .why_choose_item {
    display: block;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
    margin-bottom: 30px; }
    .why_choose .owl-item .why_choose_item .why_choose_icon_align {
      padding-right: 0; }
    .why_choose .owl-item .why_choose_item:last-child {
      margin-bottom: 0; }
    .why_choose .owl-item .why_choose_item img {
      max-width: 100%;
      width: auto;
      height: auto; }

  .why_choose_item {
    text-align: center; }
    .why_choose_item .why_choose_icon {
      width: 100%;
      margin-bottom: 0;
      text-align: center; }
    .why_choose_item .why_choose_info {
      padding: 5px 5% 0; }
      .why_choose_item .why_choose_info span {
        margin-bottom: 10px; }
      .why_choose_item .why_choose_info p {
        font-size: 14px;
        line-height: 17px;
        text-align: justify; }

  .section.writing_service {
    border-top: 1px solid #E9E9E9;
    width: 100%;
    padding: 30px 3% 10px; }
    .section.writing_service .section_content {
      padding: 0 0 10px 0;
      min-width: 100%;
      background: none; }
      .section.writing_service .section_content:before {
        display: none; }
      .section.writing_service .section_content p {
        text-align: justify; }
      .section.writing_service .section_content h1,
      .section.writing_service .section_content h2,
      .section.writing_service .section_content h3 {
        padding: 0 0 20px 58px;
        font-size: 28px;
        line-height: 32px; }
        .section.writing_service .section_content h1:before,
        .section.writing_service .section_content h2:before,
        .section.writing_service .section_content h3:before {
          background: url(/assets/hooks_mob.png) no-repeat;
          left: 0;
          top: 0;
          bottom: inherit; }
        .section.writing_service .section_content h1:after,
        .section.writing_service .section_content h2:after,
        .section.writing_service .section_content h3:after {
          display: none; }
    .section.writing_service h2, .section.writing_service p {
      font-size: 14px; }
    .section.writing_service span {
      font-size: 14px;
      padding-bottom: 20px; }

  .desktop-visible {
    display: none !important; }

  .new_order .field_item.field_add_materials label .field_tooltip {
    margin-top: 7px; }

  .free_qoute .field_item.field_uploader label .field_tooltip {
    margin-top: 2px; }

  .section.customers_testimonials {
    padding: 20px 0 30px 0; }
    .section.customers_testimonials .customers_testimonials_heading {
      font-size: 26px;
      padding-bottom: 10px; }
    .section.customers_testimonials .section_content {
      padding: 0; }
      .section.customers_testimonials .section_content .owl-stage-outer {
        margin-bottom: 10px; }

  .customers_testimonials div.star-rating {
    width: 26px;
    height: 24px;
    background: url("/assets/star.png") no-repeat 0 0;
    background-size: 26px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2.5px 0 2.5px;
    background: transparent !important; }
    .customers_testimonials div.star-rating a {
      width: 26px;
      height: 100%;
      background: url("/assets/star.png") no-repeat 0 top;
      background-size: 26px;
      border: 0;
      display: block; }
    .customers_testimonials div.star-rating-on a {
      background-position: 0 bottom !important; }
    .customers_testimonials div.star-rating-hover a {
      background-position: 0 bottom; }
    .customers_testimonials div.star-rating-readonly a {
      cursor: default !important; }
  .customers_testimonials div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .customers_testimonials div .rating-cancel a {
      display: block;
      width: 26px;
      height: 24px;
      background-position: 0 0;
      border: 0; }
    .customers_testimonials div .rating-cancel + .star-rating {
      margin: 0 2.5px 0 0; }
  .customers_testimonials .customer_testimonial_carousel {
    overflow: visible;
    padding: 0;
    display: inline-block;
    width: 100%; }
    .customers_testimonials .customer_testimonial_carousel:before, .customers_testimonials .customer_testimonial_carousel:after {
      display: none; }
  .customers_testimonials .owl-item {
    padding-bottom: 6px;
    padding-top: 6px; }
  .customers_testimonials .owl-carousel .owl-stage {
    padding-top: 0;
    padding-bottom: 0; }
  .customers_testimonials .owl-carousel .owl-dots {
    margin-top: 20px; }
  .customers_testimonials .owl-carousel .owl-nav > div {
    margin-top: 0;
    top: -70px; }
    .customers_testimonials .owl-carousel .owl-nav > div.owl-prev {
      left: 3%; }
    .customers_testimonials .owl-carousel .owl-nav > div.owl-next {
      right: 3%; }
  .customers_testimonials .button {
    width: 94%;
    margin-top: 20px;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px;
    font-size: 16px; }

  .customer_testimonial_stat:before {
    display: none; }
  .customer_testimonial_stat .jabber {
    width: 100%; }

  .customer_testimonial_item {
    background-color: #fff;
    margin: 0;
    padding: 15px 3% 30px;
    border-left: none;
    border-right: none; }
    .customer_testimonial_item:before {
      display: none; }
    .customer_testimonial_item .customer_testimonial_info {
      font-size: 14px;
      line-height: 16px; }
    .customer_testimonial_item p.data {
      position: static;
      float: right; }
    .customer_testimonial_item .customer_testimonial_details p {
      font-size: 12px; }
    .customer_testimonial_item .customer_testimonial_data strong {
      line-height: 22px;
      max-width: 105px;
      width: 100%;
      color: #373636; }
    .customer_testimonial_item .customer_testimonial_data .rating_wrapper {
      float: right;
      margin: 0 0 5px 0; }
    .customer_testimonial_item > p {
      font-size: 14px;
      line-height: 16px; }

  .customer_testimonial_carousel:not(.owl-carousel) .customer_testimonial_item {
    max-width: 100%;
    width: 100%; }

  .section.free_features {
    padding: 15px 0 0;
    margin-bottom: 25px;
    box-shadow: 0 2px 1px #E9E9E9;
    border-bottom: 1px solid #E9E9E9; }
    .section.free_features > h2 {
      display: block;
      text-transform: none; }

  .free_features {
    padding-bottom: 15px; }
    .free_features h2 {
      font-size: 30px;
      margin: 0 2%;
      padding-bottom: 10px;
      border-bottom: 1px solid #E2E2E2; }
    .free_features .section_content {
      padding: 0 2%; }
    .free_features .free_features_content {
      overflow: hidden;
      padding: 0 0 0 0;
      position: relative; }
      .free_features .free_features_content .feature_item {
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #efefef;
        padding: 10px 2% 8px;
        margin: 0;
        float: none;
        min-height: 1px;
        text-align: left; }
        .free_features .free_features_content .feature_item .feature_align {
          width: 50%;
          float: left;
          min-height: 1px;
          height: auto; }
          .free_features .free_features_content .feature_item .feature_align p {
            font-size: 15px;
            padding: 0;
            color: #616A72;
            line-height: 18px;
            min-height: 1px; }
        .free_features .free_features_content .feature_item:last-child {
          border-bottom: none; }
          .free_features .free_features_content .feature_item:last-child:after {
            display: none; }
        .free_features .free_features_content .feature_item:before {
          display: none; }
        .free_features .free_features_content .feature_item span {
          text-align: center;
          font-size: 15px;
          line-height: 22px;
          margin-top: 0;
          width: 47%;
          float: left;
          font-weight: 600; }
          .free_features .free_features_content .feature_item span i {
            font-style: normal;
            font-size: 15px;
            color: #BACAD9;
            line-height: 22px; }
          .free_features .free_features_content .feature_item span strong {
            padding: 0 4px;
            font-size: 15px;
            line-height: 22px;
            vertical-align: top;
            margin-left: 0;
            color: #355E81; }
            .free_features .free_features_content .feature_item span strong:before {
              background: url(/assets/strike_inner.png) no-repeat;
              display: block;
              content: '';
              background-size: 48px;
              width: 48px;
              height: 4px;
              position: absolute;
              top: 10px;
              left: 2px;
              margin: 0; }
        .free_features .free_features_content .feature_item b {
          display: inline;
          font-size: 15px;
          margin-top: 0px;
          line-height: 22px;
          margin-left: 0;
          padding-left: 2px;
          font-weight: 600;
          color: #FF8E2F;
          float: none; }
    .free_features .free_features_info {
      margin-top: 10px;
      padding-bottom: 20px;
      clear: both;
      border-top: 1px solid #E2E2E2; }
      .free_features .free_features_info p {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 5% 0; }
      .free_features .free_features_info .button {
        width: 100%;
        max-width: 100%;
        margin-top: 14px;
        font-size: 15px;
        height: 50px;
        border-width: 2px;
        line-height: 50px;
        font-size: 16px;
        text-transform: uppercase; }

  .section.our_stats {
    padding: 18px 0 35px 0;
    background-position: center top; }
    .section.our_stats .our_stats_heading {
      padding-top: 15px;
      margin-bottom: 0;
      padding-bottom: 15px;
      border-bottom: 1px solid #ECECEC;
      margin: 0 3%;
      width: 94%;
      font-size: 30px; }
    .section.our_stats .owl-item:before, .section.our_stats .owl-item:after {
      display: none !important; }
    .section.our_stats .our_stat_item .our_stat_icon {
      margin-bottom: 0; }
      .section.our_stats .our_stat_item .our_stat_icon img {
        min-height: 37px;
        width: auto; }
    .section.our_stats .our_stat_item span {
      font-size: 88px;
      line-height: 88px;
      margin-bottom: 10px; }
    .section.our_stats .our_stat_item p {
      font-size: 17px;
      padding-top: 0; }
    .section.our_stats .owl-dots {
      margin-top: 10px; }
    .section.our_stats .owl-nav > div {
      margin-top: 0;
      top: -43px; }
      .section.our_stats .owl-nav > div.owl-prev {
        left: 0%; }
      .section.our_stats .owl-nav > div.owl-next {
        right: 0%; }

  .component .section.our_stats {
    padding-bottom: 40px; }
    .component .section.our_stats .our_stat_item {
      height: auto; }

  .section.our_customers .our_customer_content {
    margin-bottom: 5px; }
  .section.our_customers > h1,
  .section.our_customers > h2 {
    width: auto;
    font-size: 21px;
    line-height: 25px; }
  .section.our_customers .owl-item:before, .section.our_customers .owl-item:after {
    display: none !important; }
  .section.our_customers .owl-nav > div {
    margin-top: 0;
    top: 40px; }
  .section.our_customers .owl-dots {
    margin-top: 30px; }

  .our_customers .owl-item {
    padding: 0 3%; }
    .our_customers .owl-item .our_customer_item {
      padding: 0 10%; }
  .our_customers .our_customer_info p,
  .our_customers .our_customer_info .list li {
    font-size: 14px;
    line-height: 22px;
    color: #5e5e5e; }
  .our_customers .our_customer_info p {
    text-align: justify; }
  .our_customers .our_customer_info ul.list {
    margin: 16px 0; }
    .our_customers .our_customer_info ul.list li {
      padding-left: 10px; }
      .our_customers .our_customer_info ul.list li:before {
        width: 4px;
        height: 4px;
        top: 7px; }

  .section.price_payments {
    background: #F8F8F8; }
    .section.price_payments:before {
      display: none; }
    .section.price_payments .widget_component .widget_content {
      padding-bottom: 10px; }
    .section.price_payments .widget_component.best_paper .widget_title {
      margin: 0 3% 20px;
      width: 94%; }
      .section.price_payments .widget_component.best_paper .widget_title span {
        font-size: 24px;
        padding: 0; }
        .section.price_payments .widget_component.best_paper .widget_title span:after {
          display: none; }
    .section.price_payments .widget_component.payments_security {
      margin-top: 0; }
      .section.price_payments .widget_component.payments_security .payments_security_services .payments_security_item {
        margin: 0 .5%; }
      .section.price_payments .widget_component.payments_security .payments_security_badge_item {
        padding: 0 12%; }
      .section.price_payments .widget_component.payments_security .payments_security_badges {
        border: none;
        padding-bottom: 0; }
      .section.price_payments .widget_component.payments_security .widget_content {
        padding-bottom: 10px;
        padding-top: 0px; }
        .section.price_payments .widget_component.payments_security .widget_content .widget_title {
          text-align: left;
          margin: 0 3% 20px;
          width: 94%; }
          .section.price_payments .widget_component.payments_security .widget_content .widget_title span {
            font-size: 24px;
            padding: 0; }
        .section.price_payments .widget_component.payments_security .widget_content:before {
          top: 0; }
        .section.price_payments .widget_component.payments_security .widget_content:after {
          top: inherit;
          bottom: 0; }
    .section.price_payments .widget_component .widget_content {
      width: 100%; }
      .section.price_payments .widget_component .widget_content .widget_title {
        text-align: center;
        margin-bottom: 5px;
        padding: 0px; }
        .section.price_payments .widget_component .widget_content .widget_title span {
          text-align: left;
          width: auto;
          font-size: 20px;
          margin-bottom: 0; }
          .section.price_payments .widget_component .widget_content .widget_title span:after {
            display: none; }
      .section.price_payments .widget_component .widget_content p {
        font-size: 14px;
        line-height: 26px;
        padding: 0; }
    .section.price_payments .best_paper,
    .section.price_payments .payments_security {
      background: none;
      width: 100%;
      float: none;
      clear: both; }
    .section.price_payments .payments_security {
      margin-top: 25px;
      padding-left: 0;
      width: 100%; }
      .section.price_payments .payments_security .widget_content {
        padding-right: 0; }
        .section.price_payments .payments_security .widget_content p {
          padding: 0 3%; }
      .section.price_payments .payments_security .widget_title {
        width: 100%;
        padding: 0 20%; }
    .section.price_payments .button {
      width: 95%;
      margin: 15px auto 0; }

  .price_payments .section_content, .price_payments.section .section_content {
    display: block;
    min-width: initial;
    padding-left: 0;
    padding-right: 0; }

  .section.our_awards {
    padding: 20px 0 0; }
    .section.our_awards > h2 {
      font-size: 26px;
      line-height: 30px; }
      .section.our_awards > h2 b {
        display: inline; }
    .section.our_awards .our_awards_content {
      display: block; }
    .section.our_awards .owl-dots {
      margin-top: 20px; }
    .section.our_awards .owl-nav > div {
      top: 55px;
      margin-top: 0; }
      .section.our_awards .owl-nav > div.owl-prev {
        left: 0; }
      .section.our_awards .owl-nav > div.owl-next {
        right: 0; }
    .section.our_awards .owl-item {
      display: block;
      height: auto;
      padding: 0 !important; }
      .section.our_awards .owl-item:before, .section.our_awards .owl-item:after {
        display: none; }
    .section.our_awards .button {
      width: 100%;
      max-width: 100%; }
    .section.our_awards .our_award_item {
      display: inline-block;
      vertical-align: top;
      padding: 0 28%; }

  .section.recent_posts {
    padding-bottom: 0;
    padding-top: 15px; }
    .section.recent_posts .section_content {
      padding: 0; }
    .section.recent_posts .recent_posts_heading {
      font-size: 26px;
      line-height: 28px;
      padding-bottom: 15px;
      margin-bottom: 0; }
    .section.recent_posts .owl-item {
      padding: 0; }
    .section.recent_posts .owl-nav > div {
      top: -37px;
      margin-top: -0;
      background: url(/assets/arrows_sprite_recent.png) no-repeat; }
    .section.recent_posts .owl-nav .owl-prev {
      left: 3%; }
    .section.recent_posts .owl-nav .owl-next {
      right: 3%;
      background-position: right top; }

  .recent_posts .recent_post_photo img {
    border-radius: 0; }
  .recent_posts .recent_post_info {
    padding: 0; }
    .recent_posts .recent_post_info strong {
      font-size: 13px;
      max-width: 100%;
      padding-left: 10px; }
    .recent_posts .recent_post_info .recent_post_data {
      margin: 0 4%;
      padding-bottom: 0; }
      .recent_posts .recent_post_info .recent_post_data span {
        font-size: 13px; }

  .recent_post_photo {
    padding-bottom: 0; }
    .recent_post_photo .recent_post_bg {
      padding: 0;
      display: block; }
    .recent_post_photo .recent_post_info strong {
      font-size: 18px;
      line-height: 20px; }
    .recent_post_photo .recent_post_info .recent_post_data {
      background: none;
      bottom: 5%;
      left: 5%;
      width: 92%;
      padding: 0;
      font-size: 11px;
      line-height: 15px; }
      .recent_post_photo .recent_post_info .recent_post_data span {
        font-size: 11px; }

  .component .section.our_advantages {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    width: 100%; }
    .component .section.our_advantages > h2,
    .component .section.our_advantages .separator {
      display: none; }
    .component .section.our_advantages .section_content {
      display: block;
      min-width: 100%;
      width: 100%;
      margin: 0;
      padding: 0 0; }
    .component .section.our_advantages .widget {
      display: inline-block;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 32px; }

  .widget.widget_any_question .widget_title span {
    font-size: 22px; }

  .widget.widget_attention .widget_title:before {
    left: 0; }
  .widget.widget_attention .widget_title h2 {
    color: #f79700; }
  .widget.widget_attention .widget_content {
    background-size: cover; }
    .widget.widget_attention .widget_content > span {
      font-size: 15px;
      line-height: 22px; }
    .widget.widget_attention .widget_content > p {
      font-size: 15px;
      line-height: 22px; }
  .widget.widget_attention .attention_discount .attention_discount_content {
    padding: 5px 0 10px; }
  .widget.widget_attention .attention_discount span {
    font-size: 16px;
    line-height: 25px; }
  .widget.widget_attention .attention_discount p {
    font-size: 16px; }

  .widget .best_paper {
    background: none; }

  .best_paper_item {
    width: 94%;
    margin: 0 3% 4px;
    padding-bottom: 2px; }
    .best_paper_item p {
      font-size: 13px;
      line-height: 18px;
      width: 60%; }
    .best_paper_item strong {
      line-height: 18px;
      font-size: 14px;
      width: 40%; }
      .best_paper_item strong span {
        font-size: 14px; }

  .widget_component.best_paper .widget_title {
    text-align: center; }
    .widget_component.best_paper .widget_title span {
      font-size: 30px;
      line-height: 30px; }
  .widget_component.best_paper .button {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .widget.widget_info_text .widget_content strong {
    font-weight: 500;
    line-height: 22px; }
  .widget.widget_info_text .widget_content p {
    line-height: 22px; }
  .widget.widget_info_text .widget_content ul li {
    margin-bottom: 5px;
    padding-left: 0; }

  .widget.widget_discounts .widget_content {
    padding: 10px 2.3%; }
  .widget.widget_discounts .button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .widget_features {
    background: none; }
    .widget_features .feature_block:last-child .feature_item:last-child {
      border-bottom: none; }
    .widget_features .feature_item {
      padding: 0 15px; }
    .widget_features .free_features_info .button {
      margin-top: 14px;
      margin-left: 0%;
      margin-right: 0%;
      width: 100%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }
    .widget_features .free_features_info p {
      font-size: 20px; }
    .widget_features .features_total_price > span {
      padding-left: 0 !important; }

  .widget.widget_get_price {
    border-radius: 0; }
    .widget.widget_get_price .widget_title span {
      padding: 13px 20px 10px 50px;
      background-position: 15px center; }
    .widget.widget_get_price .total_price {
      margin-top: 10px; }
      .widget.widget_get_price .total_price p {
        width: 49%; }
    .widget.widget_get_price .widget_content {
      padding: 0 4%; }
    .widget.widget_get_price.widget_header {
      margin-bottom: 0; }
      .widget.widget_get_price.widget_header:before {
        display: none; }
      .widget.widget_get_price.widget_header .widget_title h2 {
        font-size: 26px; }
      .widget.widget_get_price.widget_header .widget_content {
        padding-bottom: 15px; }
      .widget.widget_get_price.widget_header .button {
        font-size: 15px;
        height: 50px;
        border-width: 2px;
        line-height: 50px;
        width: 80%; }
      .widget.widget_get_price.widget_header .total_price {
        font-size: 20px; }
        .widget.widget_get_price.widget_header .total_price span:after {
          display: none; }
    .widget.widget_get_price .total_price {
      font-size: 20px; }
    .widget.widget_get_price .field_item.field_numbers_of .spinner_wrapper {
      width: 47%; }
    .widget.widget_get_price .field_item.field_urgency .select2-container {
      min-width: 47%;
      max-width: 47%; }
    .widget.widget_get_price .field_item.field_urgency .price_page {
      line-height: 14px;
      margin-top: -10px;
      padding-right: 27px; }
      .widget.widget_get_price .field_item.field_urgency .price_page span {
        font-size: 12px;
        margin-left: 5px; }
      .widget.widget_get_price .field_item.field_urgency .price_page p {
        font-size: 12px; }
    .widget.widget_get_price .button {
      margin-top: 14px;
      width: 100%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }

  .widget.widget_header.widget_get_price {
    background: #FCFCFC; }
    .widget.widget_header.widget_get_price:after {
      display: none; }
    .widget.widget_header.widget_get_price .field_submit {
      border-top: 1px solid #E2E2E2; }
      .widget.widget_header.widget_get_price .field_submit .total_price p, .widget.widget_header.widget_get_price .field_submit .total_price span {
        color: #424D58; }
    .widget.widget_header.widget_get_price .widget_content {
      padding: 2px 2% 5px; }
    .widget.widget_header.widget_get_price.widget_get_price {
      width: 100%; }
      .widget.widget_header.widget_get_price.widget_get_price .widget_title {
        padding: 13px 20px 12px 50px;
        background: url(/assets/get_price_icon.png) 15px center no-repeat;
        margin: 0 3%;
        border-bottom: 1px solid #E2E2E2;
        text-align: center; }
        .widget.widget_header.widget_get_price.widget_get_price .widget_title span {
          font-size: 30px;
          color: #344363; }
      .widget.widget_header.widget_get_price.widget_get_price .field_tooltip {
        background: url(/assets/tooltip_icon.svg) no-repeat; }
      .widget.widget_header.widget_get_price.widget_get_price .field_item {
        margin-bottom: 17px; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item .spinner_wrapper {
          width: 42%; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item > label,
        .widget.widget_header.widget_get_price.widget_get_price .field_item .order-pages-num > label {
          font-size: 14px;
          color: #424D59;
          margin-bottom: 0; }
          .widget.widget_header.widget_get_price.widget_get_price .field_item > label a,
          .widget.widget_header.widget_get_price.widget_get_price .field_item .order-pages-num > label a {
            color: #35c9d9; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item.field_type_assignmets > label {
          line-height: 15px; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .price_page {
          line-height: 25px;
          margin-top: -2px; }
          .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .price_page span {
            font-size: 12px;
            margin-left: 5px; }
          .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .price_page p {
            font-size: 12px; }
        .widget.widget_header.widget_get_price.widget_get_price .field_item.field_urgency .select2-container {
          min-width: 42%;
          max-width: 42%; }
      .widget.widget_header.widget_get_price.widget_get_price .button {
        width: 100%;
        margin-bottom: 15px;
        font-size: 15px;
        height: 50px;
        border-width: 2px;
        line-height: 50px; }
      .widget.widget_header.widget_get_price.widget_get_price .get_price_total_bg {
        border-top: none;
        padding-bottom: 20px; }

  .widget_component.payments_security {
    border: none;
    margin-bottom: 0; }
    .widget_component.payments_security p {
      width: 100%;
      margin-right: 0; }
    .widget_component.payments_security .payments_security_content {
      width: 100%; }
    .widget_component.payments_security .widget_title {
      padding: 7px 0;
      text-align: center; }
      .widget_component.payments_security .widget_title span {
        font-size: 30px;
        line-height: 32px; }
    .widget_component.payments_security .widget_content h3 {
      font-size: 18px; }
    .widget_component.payments_security .widget_content p {
      font-size: 16px;
      line-height: 20px; }
    .widget_component.payments_security .payments_security_badges {
      width: 100%;
      float: none;
      margin-top: 0;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px; }
    .widget_component.payments_security .payments_security_services {
      margin: 0;
      padding: 7px 0 25px; }
      .widget_component.payments_security .payments_security_services:before, .widget_component.payments_security .payments_security_services:after {
        display: none; }

  .payments_security_guarateed {
    display: none; }

  .widget.widget_payments_security .payments_security_services .payments_security_item {
    width: 48px;
    margin: 0 0.5%; }
  .widget.widget_payments_security .payments_security_badges {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px; }
    .widget.widget_payments_security .payments_security_badges .payments_security_badge_item {
      text-align: center;
      border-width: 1px; }
      .widget.widget_payments_security .payments_security_badges .payments_security_badge_item:last-child {
        border-left: none;
        border-right: none; }

  .pages .widget.widget_testimonial {
    background: #fff; }
    .pages .widget.widget_testimonial .customer_testimonial_carousel_widget {
      width: 100%; }
    .pages .widget.widget_testimonial .customer_testimonial_item .customer_testimonial_details {
      padding-bottom: 5px; }
      .pages .widget.widget_testimonial .customer_testimonial_item .customer_testimonial_details p.data {
        line-height: 18px; }
    .pages .widget.widget_testimonial .customer_testimonial_item > p {
      font-size: 13px; }
    .pages .widget.widget_testimonial .customer_testimonial_item .data {
      padding-top: 10px;
      margin-top: 10px; }

  .meet_blogger {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .post_search input:not(.button) {
    font-size: 13px; }
  .post_search .search_button {
    top: 7px;
    right: 8px;
    width: 16px;
    height: 16px; }

  .post_subscribe input:not(.button) {
    font-size: 13px; }
  .post_subscribe p {
    font-size: 13px; }
  .post_subscribe .field_error .validation_error {
    top: 35px; }
  .post_subscribe .button {
    margin-top: 19px;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }
  .post_subscribe input.button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }

  .post_categories span {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px; }
  .post_categories ul {
    margin-top: 13px;
    margin-bottom: 7px; }
    .post_categories ul li {
      font-size: 14px;
      margin-bottom: 6px; }

  .know_need .button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px;
    width: 92%; }

  .widget.service_rate {
    display: block !important;
    padding: 0;
    border-width: 1px;
    width: 100%;
    max-width: 100%; }

  .service_rate_item {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
    margin: 0 auto 10px;
    border: none; }
    .service_rate_item span {
      font-size: 35px;
      line-height: 35px; }
    .service_rate_item a {
      font-size: 16px;
      margin-top: 5px; }
    .service_rate_item p {
      font-size: 14px; }
    .service_rate_item:last-child {
      border: none; }

  .ratings_service .widget_title h2 {
    background-size: 26px;
    padding-right: 35px; }

  .ratings_service_item {
    border-width: 1px; }
    .ratings_service_item:last-child {
      border: none; }

  .widget.top_writers {
    padding-bottom: 0;
    border-bottom: none; }
    .widget.top_writers .widget_title span {
      line-height: 28px;
      padding-left: 3%; }
    .widget.top_writers .owl-carousel {
      padding-bottom: 30px; }
      .widget.top_writers .owl-carousel .owl-item {
        width: 100%; }
      .widget.top_writers .owl-carousel .owl-nav > div {
        top: 27px;
        margin-top: 0; }

  .top_writer_item {
    border-left: none;
    width: 94%;
    text-align: center;
    padding-bottom: 9px;
    margin: 0 3% 20px; }
    .top_writer_item a:not(.button) {
      text-align: left; }
    .top_writer_item .top_writer_icon {
      width: 20%; }
    .top_writer_item .rating_wrapper {
      width: 69%;
      text-align: left; }
      .top_writer_item .rating_wrapper div.star-rating {
        background-size: 30px;
        width: 30px;
        height: 27px;
        margin: 0 2px 0 2px; }
        .top_writer_item .rating_wrapper div.star-rating a {
          background-size: 30px;
          width: 30px; }
        .top_writer_item .rating_wrapper div.star-rating-on a {
          background-position: 0 bottom !important; }
        .top_writer_item .rating_wrapper div.star-rating-hover a {
          background-position: 0 bottom; }
      .top_writer_item .rating_wrapper div .rating-cancel + .star-rating {
        margin: 0 2px 0 0; }
      .top_writer_item .rating_wrapper div.star-rating a {
        color: transparent;
        text-indent: 14px; }
      .top_writer_item .rating_wrapper:before {
        width: 54%; }
    .top_writer_item .button {
      font-size: 15px;
      font-weight: 500;
      height: 29px;
      border-width: 2px;
      line-height: 29px;
      font-size: 13px;
      height: 35px;
      line-height: 35px;
      margin-top: 5px;
      font-weight: 300;
      width: 100%; }

  .pages .widget_life_time {
    margin: 0; }
  .pages .life_time_item {
    background-image: none !important; }
    .pages .life_time_item.active:before {
      display: none; }
  .pages .life_time_description {
    width: 73%; }
    .pages .life_time_description span {
      font-size: 20px; }
    .pages .life_time_description p {
      font-size: 14px;
      line-height: 18px; }
  .pages .life_time_procent {
    width: 27%;
    text-align: center;
    vertical-align: top; }
    .pages .life_time_procent span {
      font-size: 18px; }

  .widget_promo {
    height: 52px; }

  .widget_promo_wrapper {
    height: 100%;
    position: relative; }
    .widget_promo_wrapper:after {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0;
      line-height: 0;
      font-size: 0;
      content: ''; }
    .widget_promo_wrapper .widget_promo_text {
      padding: 0 10px;
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      width: 100%; }
      .widget_promo_wrapper .widget_promo_text p {
        font-size: 13px;
        text-align: center;
        display: block;
        padding: 0 25px;
        line-height: 20px; }
        .widget_promo_wrapper .widget_promo_text p a {
          font-size: 13px; }

  .widget_promo_close {
    top: 18px;
    right: 10px; }

  .pages > .services, .services {
    margin-bottom: 0; }
  .services .pages_description > p,
  .services .pages_description > i,
  .services .pages_description > span,
  .services .pages_description > b {
    padding: 0 3%; }
  .services .button_pages {
    margin: 30px 3% 15px; }
    .services .button_pages .button_link {
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      width: 100%;
      font-weight: 300; }
      .services .button_pages .button_link span {
        font-size: 13px;
        display: inline-block;
        padding-left: 4px; }
    .services .button_pages + p {
      padding-top: 15px; }

  .service_links {
    text-align: center;
    padding: 0;
    border-radius: 0; }
    .service_links .service_link_item {
      margin: 0 2% 12px;
      width: 46%;
      float: left;
      min-height: 80px; }
      .service_links .service_link_item a {
        display: table;
        width: 100%;
        min-height: 80px; }
        .service_links .service_link_item a span {
          display: table-cell;
          vertical-align: middle; }

  .service_category {
    width: 100%;
    border: none;
    border-radius: 0;
    border-top: 1px solid #E5E8EC;
    border-bottom: 1px solid #E5E8EC;
    margin: 0;
    border-width: 1px; }
    .service_category ul {
      display: table-row; }
      .service_category ul span {
        font-size: 15px;
        line-height: 22px;
        padding-right: 14px;
        border-width: 1px;
        color: #4A5059; }
      .service_category ul li {
        border-width: 1px;
        word-break: break-word;
        padding: 5px 2%;
        vertical-align: top; }
        .service_category ul li a {
          position: relative;
          line-height: 20px; }
      .service_category ul:first-child li {
        border-color: #fff; }
      .service_category ul:first-child li:last-child,
      .service_category ul li,
      .service_category ul li:last-child {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0; }
      .service_category ul:last-child li:last-child {
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px; }

  .service_level {
    padding: 0 2%; }
    .service_level .service_level_info {
      width: 100%;
      float: none;
      margin: auto;
      max-width: 100%;
      border-width: 1px;
      margin-bottom: 15px;
      overflow: hidden; }
      .service_level .service_level_info .service_level_price {
        padding-top: 7px;
        padding-bottom: 7px;
        width: 50%;
        margin: 0;
        float: left;
        height: 52px; }
        .service_level .service_level_info .service_level_price p {
          font-size: 13px;
          line-height: 36px; }
          .service_level .service_level_info .service_level_price p span {
            font-size: 16px; }
      .service_level .service_level_info .service_level_icon {
        background-position: center center;
        border: none;
        height: 52px;
        background-size: 28px;
        background-position: 15% center;
        width: 50%;
        float: left;
        margin: 0; }
    .service_level .service_level_description {
      padding: 0 2%;
      overflow: visible; }
      .service_level .service_level_description p {
        line-height: 22px; }

  .service_features {
    padding: 0 3%;
    border: none; }
    .service_features .service_features_title {
      font-size: 16px;
      line-height: 22px;
      font-weight: 600; }
    .service_features .service_features_item {
      margin-left: 4%; }
      .service_features .service_features_item .service_features_photo {
        text-align: center; }
      .service_features .service_features_item .service_features_description {
        z-index: 1;
        font-size: 13px; }
        .service_features .service_features_item .service_features_description span {
          font-size: 13px;
          line-height: 18px; }

  .error_page {
    min-height: 1px; }

  .error_content {
    width: 100%;
    margin: 30px 0 40px;
    text-align: center;
    padding: 0; }
    .error_content img {
      width: 50%;
      margin: 0 auto;
      height: auto; }
    .error_content h2 {
      border-width: 1px;
      font-size: 50px;
      line-height: 54px;
      margin: 0 0 0px 0;
      padding: 0 2% 25px; }
      .error_content h2 + span {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-top: 0;
        margin-right: 0;
        width: 60%; }
    .error_content p {
      font-size: 13px;
      line-height: 22px; }
    .error_content .button {
      width: 98%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      margin-top: 10px; }

  .error_description {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 20px 3% 0;
    background-size: cover; }
    .error_description:before {
      background-position: 74% top; }
    .error_description h2 {
      font-size: 30px;
      line-height: 32px;
      margin-top: 0;
      padding-top: 15px; }

  .error_page_wrapper {
    position: static;
    background: url(/assets/mob_video_bg.jpg) no-repeat;
    background-size: cover;
    height: 463px;
    min-height: 1px;
    padding-top: 129px; }

  .contact_us .content {
    margin-bottom: 15px; }
  .contact_us .pages_description h2 {
    font-size: 18px; }

  .contact_info {
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin: 0 0 20px; }
    .contact_info > div:first-child {
      background-size: 30px;
      padding: 5px 0 5px 46px;
      background-position: 8px center;
      width: 100%; }
    .contact_info > div:last-child {
      background-size: 30px;
      padding: 5px 0 5px 46px;
      background-position: 8px center;
      width: 100%; }
      .contact_info > div:last-child p {
        padding-top: 5px; }
    .contact_info > div p {
      font-size: 14px;
      line-height: 30px; }
      .contact_info > div p a {
        line-height: 30px;
        font-size: 14px; }
    .contact_info > div .phone_drop {
      width: 65px;
      margin-right: 2%;
      margin-top: 5px; }
      .contact_info > div .phone_drop ul {
        background: transparent;
        box-shadow: none;
        overflow: visible;
        border-top: 1px solid #FF8E39; }
        .contact_info > div .phone_drop ul li {
          background-color: #E0E8EB;
          text-align: left;
          padding: 0;
          border-left: 1px solid #FF8E39; }
          .contact_info > div .phone_drop ul li:hover {
            background: #93A3AA; }
            .contact_info > div .phone_drop ul li:hover a {
              color: #fff; }
          .contact_info > div .phone_drop ul li a {
            text-align: left;
            padding: 2px 0 2px 10px;
            font-size: 13px; }
      .contact_info > div .phone_drop span {
        padding-left: 12px;
        font-size: 13px;
        color: #414141;
        height: 32px;
        line-height: 32px; }
        .contact_info > div .phone_drop span:before {
          top: 14px;
          right: 12px; }
      .contact_info > div .phone_drop:before {
        top: -15px;
        height: 43px; }

  .feedback_form {
    width: 100%;
    margin: 0; }
    .feedback_form form {
      border-radius: 0;
      border-right: none;
      border-left: none;
      padding: 30px 3% 20px; }
    .feedback_form .feedback_title {
      margin-bottom: 25px;
      padding-top: 10px;
      text-align: center; }
      .feedback_form .feedback_title h2 {
        font-size: 22px;
        text-align: left;
        max-width: 100%;
        margin: auto;
        border-width: 1px;
        padding: 0 3% 5px; }
    .feedback_form .field_item {
      margin-bottom: 5px;
      padding: 0 0%; }
      .feedback_form .field_item .select2-container {
        min-width: 100%;
        max-width: 100%; }
      .feedback_form .field_item > label {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 3px; }
      .feedback_form .field_item > .field_error {
        width: 100%; }
      .feedback_form .field_item input:not(.button),
      .feedback_form .field_item textarea {
        width: 100%; }
      .feedback_form .field_item .field_phone_number_item.country_code, .feedback_form .field_item .field_phone_number_item.state_area_code {
        width: 21.9%; }
      .feedback_form .field_item .field_phone_number_item.phone_number {
        width: 50%; }
      .feedback_form .field_item .field_phone_number_item i {
        font-size: 12px; }
    .feedback_form .button {
      width: 100%;
      margin: 10px auto;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }

  .writer_review .content_title {
    text-align: center; }
    .writer_review .content_title h1,
    .writer_review .content_title h2 {
      width: 100%;
      text-align: center;
      padding-top: 15px; }
  .writer_review .feedback_form {
    width: 100%;
    margin: 25px 0 0 0; }
    .writer_review .feedback_form form {
      border-radius: 0;
      border-right: none;
      border-left: none;
      padding: 30px 3% 20px; }
    .writer_review .feedback_form .button {
      width: 100%;
      margin: 10px 0 15px; }
    .writer_review .feedback_form .field_item {
      padding: 0; }
      .writer_review .feedback_form .field_item input:not(.button),
      .writer_review .feedback_form .field_item textarea {
        width: 100%; }
      .writer_review .feedback_form .field_item .field_error {
        width: 100%; }
      .writer_review .feedback_form .field_item > label {
        width: 100%; }

  .post .content,
  .blogger_about .content {
    margin-bottom: 0; }

  .post .content_title {
    margin-top: 0; }
    .post .content_title + .post_item {
      margin-top: 0; }
    .post .content_title h1,
    .post .content_title h2 {
      border-bottom: none; }

  .post_item {
    border-width: 1px;
    padding: 0 0 15px;
    margin: 0 3% 30px; }
    .post_item .post_title {
      padding: 0 0%; }
      .post_item .post_title span {
        font-size: 12px;
        padding-bottom: 15px;
        font-weight: normal; }
      .post_item .post_title a {
        padding: 0; }
    .post_item .content_title {
      padding: 0 3%; }
    .post_item .post_photo {
      display: block;
      width: 100%;
      max-width: 100%;
      float: none;
      border-radius: 4px; }
      .post_item .post_photo img {
        width: 100%;
        height: auto; }
      .post_item .post_photo .post_photo_data strong {
        font-size: 14px; }
    .post_item .post_description {
      padding: 0 0%; }
      .post_item .post_description .post_title {
        font-size: 16px; }
      .post_item .post_description .post_read_more {
        font-size: 14px;
        margin-top: 3px;
        margin-bottom: 13px; }

  .post_title a {
    font-size: 18px;
    line-height: 24px; }

  .post_tags {
    padding: 0;
    margin-top: 5px; }
    .post_tags p {
      font-size: 13px; }
    .post_tags a {
      font-size: 11px;
      padding: 3px 15px 3px; }
    .post_tags .post_tags_block a {
      padding: 3px 7px; }

  .post_view .content_title h1 {
    text-align: left;
    font-size: 24px;
    line-height: 30px; }
  .post_view .post_title h1 {
    font-size: 14px; }
  .post_view .post_data {
    padding: 0 2%; }
    .post_view .post_data span {
      font-size: 12px; }
  .post_view .post_description {
    padding: 0 3%; }
    .post_view .post_description h2 {
      font-size: 20px;
      padding: 0; }
    .post_view .post_description p {
      font-size: 14px;
      line-height: 22px;
      padding: 0; }
  .post_view .post_author {
    margin: 0 0 20px; }
    .post_view .post_author .post_author_data .post_author_photo {
      margin-bottom: 25px; }
      .post_view .post_author .post_author_data .post_author_photo:after {
        position: absolute;
        display: block;
        content: '';
        width: 54px;
        height: 1px;
        background: #FFCA28;
        left: 50%;
        bottom: -19px;
        margin-left: -27px; }

  .post_social p {
    display: none; }

  .post_author {
    padding: 3%; }
    .post_author .post_author_title {
      text-align: center;
      border-bottom: none; }
      .post_author .post_author_title p {
        font-size: 17px; }
    .post_author .post_author_links {
      margin-top: 5px; }
      .post_author .post_author_links:before {
        display: none; }
      .post_author .post_author_links span {
        margin-bottom: 5px; }
        .post_author .post_author_links span a {
          font-size: 13px; }
    .post_author .post_author_description strong {
      padding-top: 6px; }
    .post_author .post_author_description p {
      line-height: 22px; }

  .post_author_social {
    text-align: center; }
    .post_author_social a {
      display: inline-block;
      margin: 0 5px; }

  .pages_description_social {
    padding-bottom: 4px;
    margin-bottom: 0;
    margin-top: 0; }
    .pages_description_social .social-likes__widget {
      width: 99px;
      height: 30px;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: top;
      float: none; }
      .pages_description_social .social-likes__widget .social-likes__counter {
        line-height: 30px; }
      .pages_description_social .social-likes__widget.social-likes__widget_twitter .social-likes__button {
        width: 100%;
        background-size: 18px; }
      .pages_description_social .social-likes__widget.social-likes__widget_facebook .social-likes__button {
        background-size: 9px; }
      .pages_description_social .social-likes__widget.social-likes__widget_plusone .social-likes__button {
        background-size: 18px; }
      .pages_description_social .social-likes__widget.social-likes__widget_linkedin .social-likes__button {
        background-size: 11px; }
      .pages_description_social .social-likes__widget.social-likes__widget_pinterest .social-likes__button {
        background-size: 13px; }
      .pages_description_social .social-likes__widget .social-likes__button {
        width: 30px; }
    .pages_description_social .block_total_shares {
      display: block;
      float: none;
      line-height: 25px; }

  .post_author_data {
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center; }
    .post_author_data .post_author_photo {
      display: inline-block; }
    .post_author_data .post_author_links {
      text-align: left; }
      .post_author_data .post_author_links span a {
        font-size: 13px;
        line-height: 18px; }

  .post_author_section .post_author_links {
    margin: 10px 0; }

  .post_author_block {
    width: 100%;
    margin: 0; }

  .blogger_about .post_author_data .post_author_photo {
    float: none; }
    .blogger_about .post_author_data .post_author_photo:after {
      position: absolute;
      display: block;
      content: '';
      width: 54px;
      height: 1px;
      background: #FFCA28;
      left: 50%;
      bottom: -19px;
      margin-left: -27px; }

  .pages_description_social .social-likes__widget {
    display: inline-block;
    vertical-align: top; }

  .blogger_about .post_author + .content_title {
    padding: 0 4% 10px; }
  .blogger_about .post_author_data {
    width: 100%;
    margin: 0 0 20px 0; }
  .blogger_about .post_author_photo {
    border-right: none; }
  .blogger_about .post_author_description {
    padding: 0 3%; }
    .blogger_about .post_author_description strong {
      padding-top: 0;
      margin: 0 0 15px;
      text-align: center; }

  .post_author_content {
    padding: 10px 0;
    margin-top: 10px; }
    .post_author_content .post_author_social {
      border: none;
      padding: 0;
      margin: 0; }
      .post_author_content .post_author_social a {
        width: 40px; }

  .our_bloggers .post_author {
    margin: 0 0 30px; }
    .our_bloggers .post_author .post_author_photo {
      float: none;
      margin-bottom: 20px; }
      .our_bloggers .post_author .post_author_photo:after {
        position: absolute;
        display: block;
        content: '';
        width: 54px;
        height: 1px;
        background: #FFCA28;
        left: 50%;
        bottom: -19px;
        margin-left: -27px; }
  .our_bloggers .post_author_description p:before {
    display: none; }
  .our_bloggers .post_author_content {
    padding: 0;
    border-top: none; }
  .our_bloggers .post_author_social {
    width: 100%;
    float: none; }
  .our_bloggers .post_author_links {
    margin-top: 0px;
    padding: 0; }

  .pages_nav_active {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
    z-index: 10; }
    .pages_nav_active a {
      color: #223649;
      display: block;
      font-weight: bold;
      text-align: left;
      font-size: 26px;
      font-family: "Montserrat";
      text-transform: uppercase;
      padding: 0 0 0 3%;
      height: auto;
      line-height: 30px;
      text-decoration: none;
      border-bottom: 1px solid #FFB21B;
      position: relative;
      z-index: 1; }
    .pages_nav_active b {
      position: absolute;
      top: 0;
      right: 0;
      width: 58px;
      height: 100%; }
      .pages_nav_active b:after {
        position: absolute;
        display: block;
        content: '';
        width: 20px;
        height: 13px;
        background-image: url(/assets/pages_nav_arrow.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -6.5px; }
    .pages_nav_active.open b:after {
      background-position: center top; }

  .pages_nav {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 100%; }
    .pages_nav i {
      padding: 0 2%;
      text-align: left;
      position: absolute;
      top: 0;
      z-index: 1;
      font-size: 12px; }
    .pages_nav ul:after {
      display: none; }

  .pages_nav_content {
    position: relative;
    z-index: 5;
    display: table;
    width: 100%; }
    .pages_nav_content ul {
      background-color: #F5F8F9;
      border-bottom: 2px solid #E0E6E7;
      display: none;
      width: 100%; }
      .pages_nav_content ul li {
        border: none;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        height: 49px;
        border-radius: 0 !important; }
        .pages_nav_content ul li.active, .pages_nav_content ul li:hover {
          background-color: #DFE6F3; }
          .pages_nav_content ul li.active a, .pages_nav_content ul li:hover a {
            font-weight: 500;
            color: #223649; }
          .pages_nav_content ul li.active:after, .pages_nav_content ul li:hover:after {
            box-shadow: 0px 4px 9px rgba(139, 180, 192, 0.5); }
        .pages_nav_content ul li a {
          font-weight: normal;
          line-height: 49px;
          padding: 0 3%;
          font-weight: 500;
          font-family: "Montserrat";
          font-size: 18px;
          border: none; }

  .static_pages .content {
    position: relative; }

  .static_pages .pages_description {
    padding: 0 2.5%; }
    .static_pages .pages_description ul li,
    .static_pages .pages_description ol li {
      font-size: 14px; }
    .static_pages .pages_description h2 {
      font-size: 18px;
      text-transform: none; }
    .static_pages .pages_description h3 {
      color: #30283e;
      font-size: 18px; }

  .static_page_tabs > ul li .ui-tabs-active a:after {
    left: 0; }
  .static_page_tabs > ul li a {
    padding: 8px 15px 13px; }
    .static_page_tabs > ul li a:before {
      content: '';
      display: block;
      margin: 0 auto 11px; }
  .static_page_tabs .static_page_tabs_content .tabs_content_wrapp .tabs_content_item {
    width: 100%;
    margin-bottom: 25px; }

  .static_page_info_block .info_block_text {
    max-width: 100%; }
  .static_page_info_block .info_block_bg {
    opacity: .2;
    height: 100%; }
    .static_page_info_block .info_block_bg img {
      height: 100%; }

  .pages_description_social {
    display: inline-block;
    width: 100%; }
    .pages_description_social .like-block {
      float: left;
      margin-right: 10px; }

  .testimonials .content {
    margin-bottom: 15px; }
  .testimonials .pages_description .testimonials_link {
    padding: 0 3%;
    margin-bottom: 15px; }
  .testimonials .testimonial_stat {
    margin-top: 3px;
    padding-bottom: 10px; }
    .testimonials .testimonial_stat .fb,
    .testimonials .testimonial_stat .bbb,
    .testimonials .testimonial_stat .jabber {
      width: 95%;
      margin: 0 auto;
      display: block; }
    .testimonials .testimonial_stat:before {
      display: none; }
  .testimonials .testimonial_item {
    margin: 0;
    border-right: none;
    border-left: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 25px;
    padding: 14px 0 17px 0; }
    .testimonials .testimonial_item .testimonial_content {
      margin-top: 10px;
      border: none; }
      .testimonials .testimonial_item .testimonial_content p {
        padding: 0 4%; }
      .testimonials .testimonial_item .testimonial_content .data {
        padding-top: 10px;
        margin: 10px 4% 0;
        padding-left: 0;
        font-size: 11px; }
      .testimonials .testimonial_item .testimonial_content:before {
        display: none; }
      .testimonials .testimonial_item .testimonial_content:after {
        border-width: 25px 10px 11px 10px;
        left: 20px; }

  .testimonial_title {
    padding: 10px 4% 0; }
    .testimonial_title .rating_wrapper {
      position: static;
      margin: 10px 0 5px; }
    .testimonial_title .testimonial_title_info .testimonial_title_info_details p {
      float: left; }

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

  .auth_wrapper {
    min-height: 1px; }

  .pages > div.authorization {
    margin-bottom: 0;
    position: static;
    height: auto; }
    .pages > div.authorization .content_title {
      margin: 0; }
      .pages > div.authorization .content_title h1, .pages > div.authorization .content_title h2, .pages > div.authorization .content_title span {
        text-align: center; }

  .authorization {
    position: static;
    height: 560px;
    min-height: 1px;
    padding-top: 129px; }
    .authorization.authorization_restore .content_title h1,
    .authorization.authorization_restore .content_title h1 {
      padding: 30px 0 0; }
      .authorization.authorization_restore .content_title h1 span,
      .authorization.authorization_restore .content_title h1 span {
        width: 100%;
        background: none;
        padding: 0;
        font-size: 26px; }
    .authorization .content_title {
      margin-top: 15px;
      margin-bottom: 0px;
      padding-bottom: 0px; }
      .authorization .content_title h1,
      .authorization .content_title h2 {
        width: 100%;
        background: none;
        padding: 0; }
        .authorization .content_title h1 span,
        .authorization .content_title h2 span {
          line-height: 42px;
          display: inline-block;
          vertical-align: top;
          position: relative; }
    .authorization .content {
      display: block;
      width: 100%; }
    .authorization .authorization_content,
    .authorization .authorization_info {
      padding-left: 0;
      padding-right: 0; }
      .authorization .authorization_content h2,
      .authorization .authorization_info h2 {
        font-size: 16px; }
      .authorization .authorization_content .field_item:before,
      .authorization .authorization_content .field_item .field_error:before,
      .authorization .authorization_info .field_item:before,
      .authorization .authorization_info .field_item .field_error:before {
        width: 48px;
        height: 28px;
        border-color: #C2C5CF;
        top: 1px;
        left: 1px;
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px; }
      .authorization .authorization_content .field_item.field_email:before,
      .authorization .authorization_info .field_item.field_email:before {
        background-size: 20px;
        background-position: 50% -7px; }
      .authorization .authorization_content .field_item.field_email .field_error:before,
      .authorization .authorization_info .field_item.field_email .field_error:before {
        background-size: 20px;
        background-position: 50% -48px; }
      .authorization .authorization_content .field_item.field_password:before,
      .authorization .authorization_info .field_item.field_password:before {
        background-size: 24px;
        background-position: 50% -4px; }
      .authorization .authorization_content .field_item.field_password .field_error:before,
      .authorization .authorization_info .field_item.field_password .field_error:before {
        background-size: 24px;
        background-position: 50% -38px; }
    .authorization .authorization_content {
      width: 94%;
      padding: 0 0 10px;
      margin: 20px 3%; }
    .authorization input[type="submit"].button {
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      width: 100%; }

  .authorization_info {
    margin: 10px 0 0 0;
    padding-top: 15px;
    width: 100%;
    min-height: auto;
    position: relative; }

  .authorization_content h1 {
    font-size: 24px;
    line-height: 26px; }

  .authorization.authorization_success {
    width: 100%;
    height: auto;
    padding: 130px 1.5% 0; }
    .authorization.authorization_success .authorization_content {
      margin: 0 auto 50px;
      width: 92%;
      padding-top: 40px; }
      .authorization.authorization_success .authorization_content h1,
      .authorization.authorization_success .authorization_content h2 {
        line-height: 26px !important;
        font-size: 20px !important;
        padding: 0 0 70px !important;
        background-position: center bottom !important; }
      .authorization.authorization_success .authorization_content p {
        width: 100%;
        margin-top: 25px;
        font-size: 14px; }
      .authorization.authorization_success .authorization_content a {
        margin-top: 50px; }
    .authorization.authorization_success .authorization_info {
      margin-top: 0 !important; }
      .authorization.authorization_success .authorization_info a {
        width: 98% !important;
        margin: 0 auto; }
  .authorization .content {
    width: 100%;
    padding: 0 0%; }
    .authorization .content .breadcrumb {
      padding: 15px 3%; }

  .extras .content .content_title {
    margin-bottom: 0; }
  .extras .content .button {
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px;
    max-width: 100%;
    width: auto;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 22px;
    margin-bottom: 22px; }
  .extras table {
    margin-right: 0%; }
    .extras table tr td[colspan="2"]:after {
      width: 77px !important; }
    .extras table tr td span,
    .extras table tr td p {
      margin-left: 3%;
      font-size: 14px; }
    .extras table:after {
      width: 150%; }
    .extras table tbody tr:first-child td {
      padding-bottom: 25px; }
    .extras table tr td b, .extras table tr td span {
      font-size: 18px; }
    .extras table tr td:last-child:not(:first-child) {
      width: 77px;
      max-width: 77px;
      vertical-align: top;
      text-align: center; }
    .extras table tr.extras_category span {
      font-size: 18px; }
    .extras table tr.extras_category span,
    .extras table tr.extras_category p,
    .extras table tr.extras_category b, .extras table tr.extras_title span,
    .extras table tr.extras_title p,
    .extras table tr.extras_title b {
      padding-left: 2%; }

  .discounts_pages .discounts_pages_title {
    border-width: 1px;
    padding: 0 3%; }
    .discounts_pages .discounts_pages_title h3 {
      font-size: 20px;
      line-height: 24px; }
  .discounts_pages .content {
    margin-bottom: 18px; }
  .discounts_pages .discount_diagram {
    padding: 22px 0 0;
    margin-bottom: 10px; }
    .discounts_pages .discount_diagram:after {
      width: 290px;
      left: 50%;
      margin-left: -145px;
      bottom: 115px; }
    .discounts_pages .discount_diagram .diagram_item {
      margin: 0 10px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(2) .value {
        top: 40px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(2) .image:before {
        left: -15px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(3) .value {
        top: 20px; }
      .discounts_pages .discount_diagram .diagram_item:nth-child(3) .image:before {
        left: -15px; }
      .discounts_pages .discount_diagram .diagram_item .image {
        position: relative; }
        .discounts_pages .discount_diagram .diagram_item .image:after {
          right: 0;
          width: 9px;
          height: 9px; }
        .discounts_pages .discount_diagram .diagram_item .image:before {
          left: 0;
          width: 9px;
          height: 9px; }
  .discounts_pages .diagram_item {
    width: 84px; }
    .discounts_pages .diagram_item .value {
      margin-bottom: 0;
      z-index: 1;
      font-size: 18px; }
    .discounts_pages .diagram_item .image {
      height: 255px;
      background-size: 90%; }
    .discounts_pages .diagram_item .diagram_price {
      font-size: 18px;
      line-height: 22px;
      margin-top: 50px; }
      .discounts_pages .diagram_item .diagram_price p {
        font-size: 18px;
        line-height: 22px; }
  .discounts_pages .button {
    margin-top: 18px;
    width: 92%;
    font-size: 15px;
    height: 50px;
    border-width: 2px;
    line-height: 50px; }
  .discounts_pages .widget_life_time {
    max-width: 100%; }

  .discount_pages_models .discount_diagram .sale_item_wrapp {
    float: none;
    width: 95%;
    margin: 0 auto 25px !important; }
    .discount_pages_models .discount_diagram .sale_item_wrapp:last-child {
      margin-bottom: 0; }

  .discount_diagram_selection {
    width: calc(100% + 12px);
    border: none;
    margin-left: -6px;
    margin-top: 10px; }
    .discount_diagram_selection:after {
      width: 60%;
      left: 20%; }
    .discount_diagram_selection span {
      margin: 0;
      font-size: 18px; }

  .pages .faq .content_title h1,
  .pages .faq .content_title h2 {
    text-align: left; }
  .pages .faq .pages_description {
    padding: 0 4%; }
    .pages .faq .pages_description h2 {
      font-size: 20px;
      margin-bottom: 20px;
      padding: 0;
      margin-bottom: 5px; }
  .pages .faq .ui-accordion-header span {
    font-size: 14px;
    font-weight: normal; }
  .pages .faq .ui-accordion-header:before {
    width: 4px;
    height: 4px;
    top: 10px; }
  .pages .faq .ui-accordion-content {
    padding-bottom: 5px;
    border: none;
    padding-left: 40px;
    background-size: 30px;
    background-position: left center; }
    .pages .faq .ui-accordion-content p {
      font-size: 14px;
      line-height: 20px; }

  .customers_reviews {
    margin-top: 20px; }
    .customers_reviews h2 {
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 20px;
      padding: 0 3%; }
    .customers_reviews .customers_reviews_item {
      padding: 15px 0 10px;
      margin: 0 0 30px;
      border-radius: 0; }
      .customers_reviews .customers_reviews_item:before {
        right: 20px; }
      .customers_reviews .customers_reviews_item:after {
        right: 19px; }
      .customers_reviews .customers_reviews_item .rating_wrapper {
        position: static;
        margin: 10px 0 5px; }
        .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating {
          background-size: 30px;
          width: 30px;
          height: 26px;
          margin: 0 2px 0 2px; }
          .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating a {
            background-size: 30px;
            width: 30px; }
          .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating-on a {
            background-position: 0 bottom !important; }
          .customers_reviews .customers_reviews_item .rating_wrapper div.star-rating-hover a {
            background-position: 0 bottom; }
        .customers_reviews .customers_reviews_item .rating_wrapper div .rating-cancel + .star-rating {
          margin: 0 2px 0 0; }
      .customers_reviews .customers_reviews_item .star-rating-control {
        position: static;
        margin: 10px 0 5px; }
      .customers_reviews .customers_reviews_item .customers_reviews_title {
        padding: 0 4%; }
        .customers_reviews .customers_reviews_item .customers_reviews_title .customers_reviews_title_info > b {
          font-size: 17px;
          max-width: 100%; }
      .customers_reviews .customers_reviews_item .customers_reviews_stat {
        padding-bottom: 15px;
        margin: 0 2%; }
        .customers_reviews .customers_reviews_item .customers_reviews_stat:before {
          display: none; }
        .customers_reviews .customers_reviews_item .customers_reviews_stat a {
          width: 100%;
          margin: auto;
          float: none; }
      .customers_reviews .customers_reviews_item .customers_reviews_content p {
        padding: 0 4%; }
      .customers_reviews .customers_reviews_item .customers_reviews_content .data {
        margin: 10px 3% 0;
        padding-top: 10px;
        padding-left: 0;
        font-size: 11px; }

  .review_info {
    padding: 5px 3% 10px; }
    .review_info h2 {
      font-size: 20px;
      line-height: 26px; }
    .review_info h3 {
      font-size: 20px;
      line-height: 26px; }
    .review_info p {
      font-size: 14px;
      line-height: 20px; }

  .samples .content {
    margin-bottom: 15px; }

  .page_samples_wrapp {
    padding: 0 10px; }

  .sample_item {
    width: 100%; }
    .sample_item:after {
      margin-top: 25px; }
    .sample_item .sample_title {
      top: auto;
      padding: 0;
      font-size: 22px; }
      .sample_item .sample_title h2 {
        font-size: 17px; }
    .sample_item .sample_icon {
      display: none; }
      .sample_item .sample_icon img {
        padding-right: 0; }
    .sample_item .sample_description {
      display: table;
      margin-top: 10px;
      margin-bottom: 13px; }
    .sample_item .sample_info {
      display: table-cell;
      vertical-align: top;
      float: none; }
    .sample_item .sample_info {
      border-left-color: none; }
      .sample_item .sample_info ul li {
        float: none;
        width: 100%;
        font-size: 13px; }
        .sample_item .sample_info ul li span {
          margin-right: 1%;
          width: 54%; }
        .sample_item .sample_info ul li p {
          width: 43%; }
    .sample_item .button {
      margin: 18px 0 8px 0;
      position: relative;
      width: 100%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      height: 51px;
      line-height: 51px;
      font-size: 15px; }

  .sample_view .content {
    padding-top: 0; }
  .sample_view .content_title h1 {
    text-align: left; }
  .sample_view .pages_description {
    margin-top: 20px; }

  .pages .free_qoute {
    min-height: 1px; }
    .pages .free_qoute .free_qoute_form {
      padding-top: 8px;
      margin: 0 0;
      padding-right: 0;
      border-radius: 0;
      width: 100%; }
    .pages .free_qoute .content {
      margin-bottom: 15px; }
    .pages .free_qoute .pages_description h2 {
      font-size: 18px; }
    .pages .free_qoute .tabs_notification {
      display: block;
      width: 94%;
      clear: both;
      margin: 10px auto;
      font-size: 13px;
      line-height: 18px; }
      .pages .free_qoute .tabs_notification .tabs_notification_close {
        background-size: 8px;
        width: 18px;
        height: 18px;
        top: -9px;
        right: -9px; }
    .pages .free_qoute .tabs .field_item .select2-container {
      width: 100%;
      min-width: 100%;
      max-width: 100%; }
    .pages .free_qoute .field_item {
      padding: 0 2%; }
      .pages .free_qoute .field_item.field_academic_level .radio_buttons {
        display: block;
        width: 100%;
        padding-top: 0; }
        .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default {
          width: 100%;
          display: block;
          padding: 6px 3px;
          border-right: none;
          line-height: 17px;
          border-bottom: 1px solid #ededed;
          border-radius: 0 !important; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default.ui-corner-left {
            border-radius: 4px 4px 0 0; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default.ui-corner-right {
            border-radius: 0 0 4px 4px; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default:before {
            display: none; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default:last-child {
            border-bottom: none; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default .ui-button-text {
            font-size: 12px;
            font-weight: normal; }
          .pages .free_qoute .field_item.field_academic_level .radio_buttons .ui-state-default.ui-state-active {
            border-right-color: #9bd0db; }
      .pages .free_qoute .field_item.field_numbers_of .order-pages-num > label {
        width: 100%;
        font-size: 14px;
        line-height: 16px;
        text-align: left; }
      .pages .free_qoute .field_item.field_numbers_of .order-pages-num .spinner_wrapper {
        width: 55%; }
      .pages .free_qoute .field_item.field_urgent .select2-container {
        min-width: 90%;
        max-width: 90%; }
      .pages .free_qoute .field_item .urgency_deadline_notify {
        float: left;
        padding-left: 0;
        overflow: hidden;
        margin-top: 8px;
        font-size: 11px; }
      .pages .free_qoute .field_item > label {
        display: block;
        font-size: 14px;
        float: none;
        width: 100%;
        line-height: 18px;
        padding-left: 1%;
        text-align: left; }
      .pages .free_qoute .field_item .select2-container {
        width: 100%;
        min-width: 100%;
        max-width: 100%; }
      .pages .free_qoute .field_item.field_paper_details .field_error {
        width: 100%; }
      .pages .free_qoute .field_item.field_night_call > label {
        float: left;
        width: 49%;
        line-height: 28px;
        margin-bottom: 7px; }
      .pages .free_qoute .field_item.field_night_call .checker {
        float: left; }
      .pages .free_qoute .field_item.field_restore_password {
        width: 100%;
        margin-left: 0;
        padding: 0 2% 15px; }
        .pages .free_qoute .field_item.field_restore_password .button {
          font-size: 15px;
          width: 100%;
          margin: 0%; }
        .pages .free_qoute .field_item.field_restore_password span {
          line-height: 39px;
          position: static;
          display: block;
          font-size: 15px;
          width: 100%;
          text-align: center;
          padding: 0;
          text-transform: lowercase;
          clear: both; }
      .pages .free_qoute .field_item.field_urgency .select2-container {
        min-width: 37%;
        max-width: 37%; }
      .pages .free_qoute .field_item .price_page {
        font-size: 12px;
        line-height: 30px;
        margin-left: 5px; }
        .pages .free_qoute .field_item .price_page p {
          margin-left: 5px; }
        .pages .free_qoute .field_item .price_page span {
          margin-left: 5px; }
      .pages .free_qoute .field_item input:not(.button),
      .pages .free_qoute .field_item textarea,
      .pages .free_qoute .field_item .field_error {
        width: 100%; }
      .pages .free_qoute .field_item.field_add_materials {
        padding: 0 3%;
        margin-bottom: 10px; }
      .pages .free_qoute .field_item .files_uploader {
        width: 100%; }
        .pages .free_qoute .field_item .files_uploader .fileinput-button {
          width: 100%; }
        .pages .free_qoute .field_item .files_uploader .input_files {
          width: 55%; }
        .pages .free_qoute .field_item .files_uploader .button {
          width: 100%;
          margin: 5px 0 10px;
          font-size: 15px;
          height: 50px;
          border-width: 2px;
          line-height: 50px; }
        .pages .free_qoute .field_item .files_uploader .files_list {
          margin-left: 0; }
          .pages .free_qoute .field_item .files_uploader .files_list ul li span {
            font-size: 13px; }
          .pages .free_qoute .field_item .files_uploader .files_list ul li .delete {
            background-size: 11px;
            width: 11px;
            height: 11px; }
      .pages .free_qoute .field_item .field_phone_number_item.country_code, .pages .free_qoute .field_item .field_phone_number_item.state_area_code {
        width: 20%; }
      .pages .free_qoute .field_item .field_phone_number_item.phone_number {
        width: 78%;
        margin-right: 0; }
      .pages .free_qoute .field_item .field_phone_number_item i {
        font-size: 12px; }
    .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav {
      overflow: hidden;
      width: 100%;
      margin: 0 0 10px;
      background: none; }
      .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav .ui-state-default {
        width: 50%;
        float: left;
        margin-bottom: 4px;
        height: 40px;
        border-radius: 0 !important;
        background: #F5F8F9; }
        .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active {
          line-height: 40px;
          background: #ADC8FF; }
        .pages .free_qoute .tabs.tabs_customer .ui-tabs-nav .ui-state-default a {
          font-size: 14px; }
    .pages .free_qoute .tabs_customer_title {
      margin-bottom: 0;
      position: static;
      text-align: left;
      clear: both;
      padding: 0 3%; }
      .pages .free_qoute .tabs_customer_title h3 {
        font-size: 12px;
        padding: 0; }
    .pages .free_qoute .button_qoute {
      width: 96%;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px;
      margin: 15px auto; }
    .pages .free_qoute .remind_link {
      line-height: 20px;
      font-size: 14px;
      margin-left: 2%;
      width: auto;
      position: static;
      width: 100%;
      margin-top: 5px;
      text-align: left; }
    .pages .free_qoute .free_qoute_finish_content {
      width: 100%;
      margin-top: 0;
      padding: 50px 0 0 0; }
    .pages .free_qoute .free_qoute_finish {
      background: none;
      position: relative;
      top: 0;
      width: 94%;
      margin: 0 3% 40px 3%; }
      .pages .free_qoute .free_qoute_finish h2 {
        font-size: 24px;
        line-height: 32px; }
      .pages .free_qoute .free_qoute_finish span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-bottom: 5px;
        width: 100%; }
        .pages .free_qoute .free_qoute_finish span:before {
          width: 100%;
          left: 0;
          margin: 0; }
      .pages .free_qoute .free_qoute_finish p {
        font-size: 14px;
        text-align: justify;
        line-height: 20px; }
      .pages .free_qoute .free_qoute_finish .button {
        width: 100%;
        text-align: center;
        margin: 40px 0 0;
        font-size: 18px; }

  .our_writers {
    margin-bottom: 0; }
    .our_writers .writers_table {
      border-radius: 0;
      border-right: none;
      border-left: none; }
    .our_writers .content_title strong {
      font-size: 18px;
      display: inline-block;
      vertical-align: bottom; }
    .our_writers .our_writers_content {
      padding-left: 0;
      padding-right: 0;
      margin: 0 0; }
      .our_writers .our_writers_content table {
        border-left: 1px solid #ececec;
        display: table;
        width: 100%;
        border-collapse: collapse; }
        .our_writers .our_writers_content table tbody {
          display: table-row-group; }
        .our_writers .our_writers_content table tr {
          display: table-row; }
        .our_writers .our_writers_content table thead {
          display: table-header-group; }
          .our_writers .our_writers_content table thead tr td {
            padding: 8px 0;
            border-bottom: 1px solid #ececec;
            font-size: 13px; }
        .our_writers .our_writers_content table tr td {
          display: none;
          font-size: 14px; }
          .our_writers .our_writers_content table tr td:first-child, .our_writers .our_writers_content table tr td:nth-child(2), .our_writers .our_writers_content table tr td:nth-child(3) {
            display: table-cell; }
          .our_writers .our_writers_content table tr td:nth-child(3) {
            border-right: none;
            padding-left: 5px;
            width: 27%; }
          .our_writers .our_writers_content table tr td.hide_writers_link {
            display: table-cell;
            width: 10%;
            border-left: none; }
            .our_writers .our_writers_content table tr td.hide_writers_link:before {
              display: none; }
            .our_writers .our_writers_content table tr td.hide_writers_link a {
              display: inline-block;
              width: 8px;
              height: 14px;
              background: url(/assets/our_writers_arrow.png) right center no-repeat; }
          .our_writers .our_writers_content table tr td:first-child {
            width: 7%;
            font-size: 16px; }
          .our_writers .our_writers_content table tr td:nth-child(2) {
            width: 34%; }
      .our_writers .our_writers_content .our_writer_photo {
        width: 40px;
        margin: 0 auto; }
        .our_writers .our_writers_content .our_writer_photo img {
          width: 100%;
          height: auto; }
      .our_writers .our_writers_content .our_writers_link {
        text-decoration: none;
        color: #424D59;
        line-height: 22px;
        padding-right: 0;
        background-size: 8px; }
    .our_writers .our_writers_content_title {
      padding: 0 2%;
      padding-bottom: 5px; }
      .our_writers .our_writers_content_title h3 {
        text-align: left;
        font-size: 20px;
        margin-bottom: 5px; }
    .our_writers .our_writers_filter {
      padding-top: 15px;
      padding-bottom: 7px;
      margin-bottom: 5px; }
      .our_writers .our_writers_filter .our_writers_filter_item {
        width: 100%;
        padding: 0 8px;
        margin-bottom: 14px;
        text-align: left; }
        .our_writers .our_writers_filter .our_writers_filter_item > label {
          width: 36%;
          float: left;
          text-align: left;
          margin: 0;
          padding-right: 7%;
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 1px; }
        .our_writers .our_writers_filter .our_writers_filter_item .select2-container {
          float: left;
          min-width: 62%;
          max-width: 62%; }
    .our_writers .pagination {
      width: 90%;
      margin-top: 10px; }

  .about_writer {
    border-bottom: none;
    margin: 0;
    padding: 5px 0 0 0; }
    .about_writer .button.writer_hire {
      top: 75px;
      width: 92%;
      clear: both;
      float: left;
      left: 4%;
      margin: 13px 0 13px 0;
      font-size: 15px;
      height: 50px;
      border-width: 2px;
      line-height: 50px; }
      .about_writer .button.writer_hire:after {
        display: none; }

  .writer_info {
    border: none;
    width: 94%;
    margin: 5px 3% 0;
    padding-bottom: 20px;
    padding-right: 0;
    position: relative;
    border-bottom: 1px solid #EBEADF; }
    .writer_info .writer_photo {
      width: 16%;
      margin: 0 0 0 0;
      background-position: center; }
      .writer_info .writer_photo img {
        width: 70%;
        height: auto; }
    .writer_info .writer_status {
      display: inline-block;
      width: 70%;
      margin-top: 7px;
      text-align: left; }
      .writer_info .writer_status:after {
        display: none; }

  .writer_description {
    border: none;
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0 3%;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 50px; }

  .writer_status {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    padding: 3px 0;
    margin-top: 20px;
    margin-left: 6px; }
    .writer_status.unavailable, .writer_status.suggestion, .writer_status.searching {
      border-width: 1px; }

  .writer_details {
    width: 100%; }
    .writer_details .writer_details_info {
      float: none; }
    .writer_details .writer_details_item {
      line-height: 31px;
      float: none;
      display: block;
      margin-bottom: 20px;
      overflow: hidden; }
      .writer_details .writer_details_item:first-child span {
        width: 100%; }
      .writer_details .writer_details_item > span {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px; }
        .writer_details .writer_details_item > span:first-child {
          margin-right: 0; }
      .writer_details .writer_details_item p {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        height: 31px;
        line-height: 31px;
        width: 31px; }
      .writer_details .writer_details_item b, .writer_details .writer_details_item strong {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 22px; }
      .writer_details .writer_details_item .rating_wrapper {
        margin-top: 3px;
        float: none;
        width: 100%;
        display: block;
        vertical-align: top; }
        .writer_details .writer_details_item .rating_wrapper div.star-rating {
          background-size: 30px;
          width: 30px;
          height: 26px;
          margin: 0 2px 0 2px; }
          .writer_details .writer_details_item .rating_wrapper div.star-rating a {
            background-size: 30px;
            width: 30px; }
          .writer_details .writer_details_item .rating_wrapper div.star-rating-on a {
            background-position: 0 bottom !important; }
          .writer_details .writer_details_item .rating_wrapper div.star-rating-hover a {
            background-position: 0 bottom; }
        .writer_details .writer_details_item .rating_wrapper div .rating-cancel + .star-rating {
          margin: 0 2px 0 0; }

  .writer_skills {
    width: 94%;
    clear: both;
    margin: 0 3%;
    padding-top: 0; }
    .writer_skills h2 {
      width: 100%;
      text-align: left;
      float: none;
      font-size: 18px;
      margin-bottom: 14px; }
    .writer_skills ul {
      float: none;
      width: 100%; }
      .writer_skills ul li {
        padding-bottom: 8px;
        background-size: 15px;
        font-size: 14px;
        padding-left: 35px;
        background-position: 5px 2px; }

  .writer_testimonials {
    padding-top: 10px;
    border-top: none;
    margin-top: 0; }
    .writer_testimonials .testimonial_item {
      margin: 0;
      border-right: none;
      border-left: none;
      border-radius: 0;
      width: 100%;
      margin-bottom: 25px;
      padding: 14px 0 17px 0; }
      .writer_testimonials .testimonial_item .testimonial_title {
        padding: 0 4%; }
      .writer_testimonials .testimonial_item .testimonial_stat {
        padding-bottom: 10px; }
        .writer_testimonials .testimonial_item .testimonial_stat a {
          width: 95%;
          margin: auto; }
        .writer_testimonials .testimonial_item .testimonial_stat:after {
          display: none; }
      .writer_testimonials .testimonial_item .testimonial_content p {
        padding: 0 4%; }
      .writer_testimonials .testimonial_item .testimonial_content .data {
        padding: 5px 0 0;
        margin: 10px 4% 0; }
    .writer_testimonials .content_title {
      padding: 10px 3% 5px;
      margin-bottom: 20px; }
      .writer_testimonials .content_title h2 {
        text-align: left;
        font-size: 20px;
        line-height: 22px; }
    .writer_testimonials > .button {
      width: 100%; }

  .pages .prices .content {
    padding-bottom: 0; }
  .pages .prices .sidebar {
    padding-top: 10px; }
  .pages .prices .content_title {
    margin-bottom: 0; }
    .pages .prices .content_title:after {
      background-size: 240px;
      right: -224px;
      bottom: 0;
      top: inherit;
      height: 32px; }
  .pages .prices .prices_content {
    padding: 0 0;
    margin: 0 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-top: 0;
    border-top: none; }
  .pages .prices .field_item {
    margin: 0 3%;
    width: 94%;
    padding-right: 0;
    margin-bottom: 10px; }
    .pages .prices .field_item > label,
    .pages .prices .field_item .order-pages-num > label {
      display: block;
      width: 42%;
      margin-bottom: 3px;
      text-align: left; }
    .pages .prices .field_item .radio_buttons {
      width: 100%; }
    .pages .prices .field_item .select2-container {
      min-width: 56%;
      max-width: 56%; }
    .pages .prices .field_item .spinner_wrapper {
      width: 46%; }
    .pages .prices .field_item.numbers_of i {
      font-size: 12px;
      margin-left: 8px;
      line-height: 14px;
      margin-top: 5px;
      text-align: right;
      padding-right: 9%;
      display: block;
      width: 100%; }
      .pages .prices .field_item.numbers_of i br {
        display: none; }
    .pages .prices .field_item.academic_level {
      margin-bottom: 20px; }
      .pages .prices .field_item.academic_level:after {
        display: none; }
      .pages .prices .field_item.academic_level > label {
        border-bottom: 0;
        padding-bottom: 0; }
        .pages .prices .field_item.academic_level > label:after {
          display: none; }
      .pages .prices .field_item.academic_level .select2-container {
        min-width: 56%;
        max-width: 56%; }
        .pages .prices .field_item.academic_level .select2-container:before {
          display: none; }

  .price_choice_item {
    padding: 3px 1%;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-radius: 0;
    height: auto;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    border-color: #C8C8C8; }
    .price_choice_item:last-child {
      border-bottom: 1px solid #ececec; }
    .price_choice_item .radio,
    .price_choice_item .price_urgency,
    .price_choice_item .price_page,
    .price_choice_item .price_present,
    .price_choice_item .price_date {
      font-size: 12px;
      line-height: 15px;
      min-height: 32px;
      max-height: 32px;
      overflow: hidden;
      margin-top: 0 !important; }
    .price_choice_item .price_date {
      padding-top: 3px;
      padding-right: 3px;
      padding-left: 10px; }
    .price_choice_item .radio {
      margin-left: 1%;
      margin-right: 3%;
      margin-top: 2px;
      padding-top: 10px;
      width: 16px;
      height: 16px; }
      .price_choice_item .radio span {
        background-size: 16px;
        width: 16px;
        height: 16px; }
        .price_choice_item .radio span input {
          width: 16px;
          height: 16px; }
    .price_choice_item .price_urgency {
      width: 22%;
      line-height: 33px;
      padding: 0 1.2% 0 2%; }
    .price_choice_item .price_page {
      padding: 0 0;
      line-height: 33px;
      width: 29.5%; }
    .price_choice_item .price_date {
      width: 34%;
      padding-right: 1%; }
    .price_choice_item .price_present {
      background-size: 19px;
      width: 19px;
      height: 22px;
      left: inherit;
      right: 33.7%;
      position: absolute;
      top: 8px; }
      .price_choice_item .price_present:not(.ng-hide) + .price_date {
        border-left-color: transparent; }

  .price_total {
    padding: 0 0 10px; }
    .price_total .price_total_value {
      margin: 0 auto;
      float: none;
      border-width: 1px;
      padding: 10px 15px;
      font-size: 20px; }
    .price_total .button {
      width: 95%;
      float: none;
      margin: 10px auto 10px; }

  .price_info {
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 3%; }
    .price_info ul {
      margin-top: 10px;
      padding-left: 16px; }
      .price_info ul li {
        margin-bottom: 8px; }

  .prices_resume {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    border-color: #C8C8C8;
    margin: 0; }
    .prices_resume:before {
      border-top: none;
      background: none;
      font-family: 'Work Sans';
      background-color: #D8F4C5;
      color: #799765;
      content: 'most popular';
      font-size: 14px;
      width: 100%;
      padding-right: 0%;
      height: 20px !important;
      border-radius: 0;
      line-height: 20px;
      top: 68px;
      left: 0;
      z-index: 90;
      margin-right: 10px;
      text-transform: lowercase;
      text-align: center; }
    .prices_resume + .prices_resume {
      margin: 0; }
      .prices_resume + .prices_resume:before {
        border-top: none;
        background-image: none;
        background-color: #DAF3F3;
        color: #628E8F;
        content: 'other';
        font-size: 14px;
        width: 97%;
        padding-right: 3%;
        height: 20px !important;
        border-radius: 0;
        line-height: 20px;
        top: 0;
        left: 0;
        z-index: 90;
        margin-right: 10px;
        text-transform: lowercase;
        text-align: center; }

  .prices_resume_thead,
  .prices_resume_tbody {
    padding: 0;
    display: block; }

  .prices_resume_tbody .prices_resume_item > div.prices_resume_time:nth-child(5) {
    width: 25%; }

  .prices_resume_item {
    border-top: none;
    border-bottom: none;
    display: block;
    width: 100%;
    display: inline-block; }
    .prices_resume_item > div {
      border-bottom: none; }
      .prices_resume_item > div.prices_resume_time:nth-child(5) {
        width: 25%; }
    .prices_resume_item .prices_resume_time {
      display: block;
      float: left;
      width: 25%;
      font-size: 14px;
      padding: 8px 2%; }
    .prices_resume_tbody .prices_resume_item .prices_resume_time {
      display: block;
      float: left;
      width: 25%;
      font-size: 14px;
      padding: 5px 2%;
      margin: 3px 0; }

  .prices_resume_thead:before, .prices_resume_thead:after {
    display: none; }
  .prices_resume_thead .prices_resume_time {
    border-left: none;
    border-right-color: #C9D3D6; }
  .prices_resume_thead .prices_resume_item .prices_resume_services {
    width: 100%;
    display: block;
    border-bottom: 1px solid #9AAFB4;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    text-align: center; }

  .prices_resume_thead .prices_resume_item > div {
    padding: 9px 0; }
    .prices_resume_thead .prices_resume_item > div .prices_resume_time {
      border-bottom: none; }
      .prices_resume_thead .prices_resume_item > div .prices_resume_time:nth-child(2) {
        border-left: none; }

  .prices_resume_tbody .prices_resume_item:nth-child(even) {
    background: none; }
  .prices_resume_tbody .prices_resume_item > div.prices_resume_time {
    border-right-color: #C9D3D6; }
    .prices_resume_tbody .prices_resume_item > div.prices_resume_time:nth-child(2) {
      border-left: none; }
  .prices_resume_tbody .prices_resume_item:first-child {
    padding-top: 20px; }
  .prices_resume_tbody .prices_resume_item > div.prices_resume_time {
    border-left: none;
    font-weight: 500; }
  .prices_resume_tbody .prices_resume_item > div:first-child {
    width: 100%;
    display: block;
    color: #424D59;
    padding: 9px 3%;
    border-top: #9AAFB4 1px solid;
    border-bottom: #9AAFB4 1px solid;
    font-size: 14px;
    text-align: left; }

  .field_item + .prices_resume {
    border-bottom: none; }
    .field_item + .prices_resume .prices_resume_thead .prices_resume_item .prices_resume_time:last-child {
      border-right: none; }

  .static_pages .calculator {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 30px; }
  .static_pages .calculator_area textarea {
    margin-bottom: 18px; }
  .static_pages .calculator_stat_item {
    width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin: 0 0 10px 0; }
    .static_pages .calculator_stat_item:last-child {
      margin-bottom: 0; } }
@media screen and (min-width: 640px) {
  .header .bg_video_container {
    background: url(/assets/video_bg-5de7105de8feba51182e036ad7dbdc4a060f452202d770fb31dbc1844793bdb0.jpg) top center/cover no-repeat, url(data:image/jpeg;base64,%2F9j%2F4AAQSkZJRgABAQAAAQABAAD%2F2wEEEAARABEAEQARABIAEQATABYAFgATABsAHQAaAB0AGwAoACUAIQAhACUAKAA8ACsALgArAC4AKwA8AFwAOQBDADkAOQBDADkAXABRAGIAUABLAFAAYgBRAJIAcgBmAGYAcgCSAKgAjQCGAI0AqADMALcAtwDMAQEA9AEBAVABUAHDEQARABEAEQARABIAEQATABYAFgATABsAHQAaAB0AGwAoACUAIQAhACUAKAA8ACsALgArAC4AKwA8AFwAOQBDADkAOQBDADkAXABRAGIAUABLAFAAYgBRAJIAcgBmAGYAcgCSAKgAjQCGAI0AqADMALcAtwDMAQEA9AEBAVABUAHD%2F8IAEQgAEAAwAwEiAAIRAQMRAf%2FEABkAAAIDAQAAAAAAAAAAAAAAAAMEAQIFBv%2FaAAgBAQAAAADjG7wuCHjDrn%2F%2FxAAVAQEBAAAAAAAAAAAAAAAAAAABAv%2FaAAgBAhAAAAC0%2F8QAFQEBAQAAAAAAAAAAAAAAAAAAAQP%2F2gAIAQMQAAAAmP8A%2F8QAHxAAAgMAAgIDAAAAAAAAAAAAAQIAAxESIROBIjFx%2F9oACAEBAAE%2FAGc6AncVJwhSXK3H4xbBgDbsoBNq57l1wqC8cJMps8tjAYVCg%2B4l62MyZjDZW4cYSOQ%2B5d1Y37P%2FxAAYEQACAwAAAAAAAAAAAAAAAAAAAQISQf%2FaAAgBAgEBPwBSLDen%2F8QAGREBAQADAQAAAAAAAAAAAAAAAQACEjFB%2F9oACAEDAQE%2FAHHhaweN%2F9k%3D) top center/cover no-repeat;
    background-color: #465966; } }
@media screen and (max-width: 639px) {
  .header .bg_video_container {
    background: url(/assets/video_bg_mob-1be24504c9611fe9abf8ab4309a982c1641065043a06d8a6d392fdf4d8319d42.jpg) 31.6% 0/cover no-repeat, url(data:image/jpeg;base64,%2F9j%2F4AAQSkZJRgABAQAAAQABAAD%2F2wBDADIiJSwlHzIsKSw4NTI7S31RS0VFS5ltc1p9tZ%2B%2Bu7Kfr6zI4f%2FzyNT%2F16yv%2Bv%2F9%2F%2F%2F%2F%2F%2F%2F%2FwfD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F2wBDATU4OEtCS5NRUZP%2Fzq%2FO%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwAARCAAPAAoDASIAAhEBAxEB%2F8QAFwAAAwEAAAAAAAAAAAAAAAAAAAIDBP%2FEABwQAAICAgMAAAAAAAAAAAAAAAABAhIDESFBUf%2FEABQBAQAAAAAAAAAAAAAAAAAAAAH%2FxAAVEQEBAAAAAAAAAAAAAAAAAAAAEf%2FaAAwDAQACEQMRAD8AyVCpCORx6T40LZ%2BsaI%2F%2F2Q%3D%3D) 31.6% 0/cover no-repeat;
    background-color: #465966; } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    outline: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--cabinet_default.select2-container--show_items .select2-results__option {
  padding: 6px 6px 6px 30px; }

.select2-container--cabinet_default {
  font-size: 14px; }
  .select2-container--cabinet_default .select2-selection--single {
    border: 1px solid #cccccc;
    height: 30px; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__rendered {
      color: #626878;
      line-height: 28px;
      padding-left: 8px;
      padding-right: 20px; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow {
      border-left: 1px solid #e5e5e5;
      height: 20px;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -10px;
      width: 28px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow b {
        border-color: #666c84 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        height: 0;
        left: 50%;
        margin-left: -3px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--cabinet_default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--cabinet_default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--cabinet_default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #69badb transparent;
    border-width: 0 3px 6px 3px; }
  .select2-container--cabinet_default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--cabinet_default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--cabinet_default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--cabinet_default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--cabinet_default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--cabinet_default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--cabinet_default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--cabinet_default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--cabinet_default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--cabinet_default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cccccc;
    font-size: 14px; }
  .select2-container--cabinet_default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--cabinet_default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--cabinet_default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--cabinet_default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--cabinet_default .select2-results__option[aria-selected=true] {
    background-color: #c3ebfb;
    color: #808080; }
    .select2-container--cabinet_default .select2-results__option[aria-selected=true]:before {
      display: none !important; }
  .select2-container--cabinet_default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  .select2-container--cabinet_default .select2-results__options--nested {
    position: relative; }
    .select2-container--cabinet_default .select2-results__options--nested:before {
      border-left: #7dc438 1px solid;
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 10px; }
    .select2-container--cabinet_default .select2-results__options--nested .select2-results__option {
      padding-left: 25px;
      position: relative; }
      .select2-container--cabinet_default .select2-results__options--nested .select2-results__option:before {
        border-top: #7dc438 1px solid;
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 10px; }
  .select2-container--cabinet_default .select2-results__option--highlighted[aria-selected] {
    background-color: #c3ebfb;
    color: #808080; }
    .select2-container--cabinet_default .select2-results__option--highlighted[aria-selected]:before {
      display: none; }
  .select2-container--cabinet_default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--cabinet_default .select2-dropdown {
    box-shadow: 0px 0px 5px #69badb;
    -moz-box-shadow: 0px 0px 5px #69badb;
    -webkit-box-shadow: 0px 0px 5px #69badb;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
    border: #69badb 1px solid;
    color: #808080;
    margin-top: -1px; }
  .select2-container--cabinet_default.select2-container--open .select2-selection--single {
    box-shadow: 0px 0px 5px #69badb;
    -moz-box-shadow: 0px 0px 5px #69badb;
    -webkit-box-shadow: 0px 0px 5px #69badb;
    border: #69badb 1px solid; }
  .select2-container--cabinet_default.select2-container--open .select2-selection__arrow {
    border-left: #69badb 1px solid; }

.new_order .field_item.field_subject_area .select2-selection__rendered:before {
  position: absolute;
  z-index: 3;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.checker span input,
.radio span input {
  border: none;
  outline: none;
  opacity: 0; }

.order_wrap input[readonly="readonly"] {
  border: #d6d9da 1px solid;
  background-color: #eef2f3; }
  .order_wrap input[readonly="readonly"]:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
.order_wrap input.spinner[readonly="readonly"], .order_wrap input.calendar[readonly="readonly"] {
  background-color: #fff;
  border: #cccccc 1px solid; }
.order_wrap input:not([type="submit"]) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #cccccc 1px solid;
  color: #808080;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  height: 30px;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none; }
  .order_wrap input:not([type="submit"]):focus {
    box-shadow: 0 0 5px #69badb;
    -moz-box-shadow: 0 0 5px #69badb;
    -webkit-box-shadow: 0 0 5px #69badb;
    border: #69badb 1px solid; }
  .order_wrap input:not([type="submit"])::-webkit-input-placeholder {
    color: #abadb4;
    font-style: italic; }
  .order_wrap input:not([type="submit"])::-moz-placeholder {
    color: #abadb4;
    font-style: italic; }
  .order_wrap input:not([type="submit"]):-moz-placeholder {
    color: #abadb4;
    font-style: italic; }
  .order_wrap input:not([type="submit"]):-ms-input-placeholder {
    color: #abadb4;
    font-style: italic; }
  .order_wrap input:not([type="submit"]):read-only {
    border: #d6d9da 1px solid;
    background-color: #eef2f3; }
    .order_wrap input:not([type="submit"]):read-only:focus {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
  .order_wrap input:not([type="submit"]).spinner:read-only, .order_wrap input:not([type="submit"]).calendar:read-only {
    background-color: #fff;
    border: #cccccc 1px solid; }
.order_wrap textarea {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #cccccc 1px solid;
  color: #808080;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  outline: none;
  resize: none;
  padding: 10px;
  -webkit-appearance: none; }
  .order_wrap textarea:focus {
    box-shadow: 0 0 5px #69badb;
    -moz-box-shadow: 0 0 5px #69badb;
    -webkit-box-shadow: 0 0 5px #69badb;
    border: #69badb 1px solid; }
.order_wrap .checker {
  display: inline-block; }
  .order_wrap .checker span {
    background: url("/assets/cabinet/checkbox-a8d45fc1e69703ebbd3fc3b1516ee933970214a738e550d65fe3cad1b2352228.png") no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 30px; }
    .order_wrap .checker span input[type="checkbox"] {
      width: 30px;
      height: 30px; }
    .order_wrap .checker span.checked {
      box-shadow: 0 0 5px #69badb;
      -moz-box-shadow: 0 0 5px #69badb;
      -webkit-box-shadow: 0 0 5px #69badb;
      background-position: 0 bottom; }
.order_wrap .field_item {
  margin-bottom: 15px; }
  .order_wrap .field_item > label,
  .order_wrap .field_item .order-pages-num > label,
  .order_wrap .field_item .order-words-num > label {
    color: #646c70;
    float: left;
    font-size: 14px;
    line-height: 30px; }
  .order_wrap .field_item .field_phone_number_item {
    float: left;
    margin-right: 3%; }
    .order_wrap .field_item .field_phone_number_item i {
      display: inline-block;
      vertical-align: top;
      color: #626878;
      font-size: 12px; }
    .order_wrap .field_item .field_phone_number_item .field_error {
      width: 100%; }
    .order_wrap .field_item .field_phone_number_item input:not([type="submit"]) {
      width: 100%; }
    .order_wrap .field_item .field_phone_number_item.country_code {
      width: 16%;
      position: relative;
      padding-left: 3%; }
      .order_wrap .field_item .field_phone_number_item.country_code input {
        padding-left: 24px;
        padding-right: 0; }
      .order_wrap .field_item .field_phone_number_item.country_code:before {
        color: #808080;
        content: '+';
        float: left;
        font-size: 18px;
        line-height: 30px;
        position: absolute;
        left: -4%; }
      .order_wrap .field_item .field_phone_number_item.country_code .country_flag {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 7px;
        left: 18px; }
    .order_wrap .field_item .field_phone_number_item.state_area_code {
      width: 12%; }
    .order_wrap .field_item .field_phone_number_item.phone_number {
      width: 49.4%;
      margin-right: 0; }
.order_wrap .field_error textarea {
  border: #ff0000 1px solid; }
.order_wrap .field_error input:not([type="submit"]) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: #ff0000 1px solid; }
.order_wrap .field_error .select2-selection--single {
  border: #ff0000 1px solid; }
.order_wrap .field_error .spinner_wrapper .ui-spinner .spinner {
  border: #ff0000 1px solid; }
.order_wrap .field_error .validation_error {
  color: #f3480c;
  font-size: 11px;
  display: inline-block;
  width: 100%; }
.order_wrap .file_format_error {
  color: #ed5545;
  display: none;
  font-size: 11px;
  width: 100%;
  margin: 4px 0; }
.order_wrap .field_tooltip {
  background: url("/assets/cabinet/tooltip_icon-d3b8b863e0885b019f1db3e9cdb02b41f6aee225653872b9536a8297be9a0c0a.png") left center no-repeat;
  background-size: 20px;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px; }
.order_wrap .tooltip {
  background: url("/assets/cabinet/tooltip_icon-d3b8b863e0885b019f1db3e9cdb02b41f6aee225653872b9536a8297be9a0c0a.png") left center no-repeat;
  background-size: 15px;
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px; }
.order_wrap .field_badge {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #ff5930;
  color: #fff;
  display: block;
  font-size: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center; }
.order_wrap .files_uploader .fileinput-button {
  width: 202px;
  position: relative; }
  .order_wrap .files_uploader .fileinput-button .uploader {
    width: 100% !important;
    padding: 0;
    font-size: 10000px \9\0; }
.order_wrap .files_uploader .button {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  height: 29px;
  line-height: 29px;
  box-shadow: 0 3px 4px #e6eef1;
  -moz-box-shadow: 0 3px 4px #e6eef1;
  -webkit-box-shadow: 0 3px 4px #e6eef1;
  background: #43b0d9;
  background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
  background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
  background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
  max-width: 202px;
  width: 100%;
  position: relative; }
  .order_wrap .files_uploader .button:hover {
    background: #5dbce0;
    background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
    background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
    background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
  .order_wrap .files_uploader .button:active {
    background: #3499be;
    background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
    background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
    background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .order_wrap .files_uploader .button:before {
    background: url("/assets/cabinet/button_upload_icon-211fe81481386dec42b00b20c54945967de1bef4821450965b325c5ed32ef8bf.png") no-repeat;
    background-size: 28px;
    content: '';
    display: block;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px; }
.order_wrap .files_uploader .files_list ul,
.order_wrap .files_uploader .files_list .uploader-files {
  list-style: none; }
  .order_wrap .files_uploader .files_list ul .bad_format,
  .order_wrap .files_uploader .files_list .uploader-files .bad_format {
    color: #ed5545; }
  .order_wrap .files_uploader .files_list ul li,
  .order_wrap .files_uploader .files_list ul .order_upload_item,
  .order_wrap .files_uploader .files_list .uploader-files li,
  .order_wrap .files_uploader .files_list .uploader-files .order_upload_item {
    border-top: #e9e9e9 1px solid;
    padding: 5px 0;
    color: #6c7b83;
    font-size: 13px;
    font-style: italic;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
    margin-top: 2px; }
    .order_wrap .files_uploader .files_list ul li.fail .file_loading,
    .order_wrap .files_uploader .files_list ul li.fail .file_error,
    .order_wrap .files_uploader .files_list ul .order_upload_item.fail .file_loading,
    .order_wrap .files_uploader .files_list ul .order_upload_item.fail .file_error,
    .order_wrap .files_uploader .files_list .uploader-files li.fail .file_loading,
    .order_wrap .files_uploader .files_list .uploader-files li.fail .file_error,
    .order_wrap .files_uploader .files_list .uploader-files .order_upload_item.fail .file_loading,
    .order_wrap .files_uploader .files_list .uploader-files .order_upload_item.fail .file_error {
      color: #ed5545; }
    .order_wrap .files_uploader .files_list ul li .delete,
    .order_wrap .files_uploader .files_list ul .order_upload_item .delete,
    .order_wrap .files_uploader .files_list .uploader-files li .delete,
    .order_wrap .files_uploader .files_list .uploader-files .order_upload_item .delete {
      background: url("/assets/cabinet/delete_file-6396c816f390ceec6ce7a18cfeb8b530662f31420d1e0f0038d6a8c1425ce729.png") no-repeat;
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 6px;
      border: none;
      outline: none; }
    .order_wrap .files_uploader .files_list ul li span,
    .order_wrap .files_uploader .files_list ul .order_upload_item span,
    .order_wrap .files_uploader .files_list .uploader-files li span,
    .order_wrap .files_uploader .files_list .uploader-files .order_upload_item span {
      color: #6c7b83;
      font-size: 13px;
      font-style: italic;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: calc(100% - 30px);
      display: inline-block;
      vertical-align: top;
      margin-top: 2px; }
      .order_wrap .files_uploader .files_list ul li span.file_error, .order_wrap .files_uploader .files_list ul li span.file_error.order_upload_item_error,
      .order_wrap .files_uploader .files_list ul .order_upload_item span.file_error,
      .order_wrap .files_uploader .files_list ul .order_upload_item span.file_error.order_upload_item_error,
      .order_wrap .files_uploader .files_list .uploader-files li span.file_error,
      .order_wrap .files_uploader .files_list .uploader-files li span.file_error.order_upload_item_error,
      .order_wrap .files_uploader .files_list .uploader-files .order_upload_item span.file_error,
      .order_wrap .files_uploader .files_list .uploader-files .order_upload_item span.file_error.order_upload_item_error {
        color: #ed5545; }
.order_wrap .files_uploader.files_uploader_with_download {
  margin-bottom: 15px; }
  .order_wrap .files_uploader.files_uploader_with_download .files_list {
    width: 95%;
    margin-top: 6px; }
    .order_wrap .files_uploader.files_uploader_with_download .files_list ul li {
      border-top: 0; }
      .order_wrap .files_uploader.files_uploader_with_download .files_list ul li .file_icon {
        float: left;
        width: 33px;
        height: 37px;
        margin-right: 10px; }
        .order_wrap .files_uploader.files_uploader_with_download .files_list ul li .file_icon img {
          max-width: 100%;
          height: auto; }
      .order_wrap .files_uploader.files_uploader_with_download .files_list ul li .files_list_info {
        float: left;
        width: 70%; }
      .order_wrap .files_uploader.files_uploader_with_download .files_list ul li span {
        display: block;
        font-style: normal;
        margin-top: 3px; }
      .order_wrap .files_uploader.files_uploader_with_download .files_list ul li a {
        color: #19a1e5;
        display: inline-block;
        text-decoration: none; }
      .order_wrap .files_uploader.files_uploader_with_download .files_list ul li i {
        color: #979b9d;
        display: inline-block;
        margin-left: 0.5em; }
    .order_wrap .files_uploader.files_uploader_with_download .files_list ul a.delete {
      background: url("/assets/cabinet/file_delete_icon-dc8a156ff16192a7cf6f9bc087b1996af1624bc128e012dffe951e22565700a3.png") no-repeat;
      float: right;
      width: 19px;
      height: 19px; }

.tooltipster-base ul {
  list-style: inherit;
  padding-left: 15px; }

.order_wrap table {
  border-collapse: collapse;
  width: 100%; }
  .order_wrap table thead {
    background-color: #d3e4eb;
    padding: 5px 0; }
    .order_wrap table thead tr {
      border-bottom: none; }
      .order_wrap table thead tr td {
        position: relative; }
        .order_wrap table thead tr td:before {
          border-right: #9ab8c4 1px solid;
          content: '';
          display: block;
          position: absolute;
          top: 7px;
          right: -1px;
          width: 1px;
          height: 20px; }
        .order_wrap table thead tr td:last-child:before {
          display: none; }
  .order_wrap table tbody tr td {
    border-right: #c0d0d7 1px solid; }
    .order_wrap table tbody tr td:last-child {
      border-right: none; }
  .order_wrap table tr {
    border-bottom: #c0d0d7 1px solid; }
    .order_wrap table tr td {
      color: #646c70;
      font-size: 14px;
      padding: 8px 1.5%; }
      .order_wrap table tr td strong {
        color: #389c5e; }
      .order_wrap table tr td > a:not(.button) {
        color: #19a1e5;
        word-break: break-all;
        display: inline-block;
        vertical-align: top; }
        .order_wrap table tr td > a:not(.button):hover {
          text-decoration: none; }
.order_wrap .table_filters {
  padding: 20px 2%;
  overflow: hidden; }
  .order_wrap .table_filters label {
    color: #646c70;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px; }
  .order_wrap .table_filters input:not([type="submit"]) {
    float: left; }
  .order_wrap .table_filters .button {
    float: left; }
  .order_wrap .table_filters .table_filters_dates {
    float: left; }
    .order_wrap .table_filters .table_filters_dates .table_date_item {
      float: left;
      position: relative; }
      .order_wrap .table_filters .table_filters_dates .table_date_item input:not([type="submit"]) {
        width: 142px; }
    .order_wrap .table_filters .table_filters_dates .button {
      margin-left: 10px; }
  .order_wrap .table_filters .table_search {
    float: right; }
    .order_wrap .table_filters .table_search input:not([type="submit"]) {
      width: 160px; }
    .order_wrap .table_filters .table_search .button {
      margin-left: 10px; }
  .order_wrap .table_filters .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    width: 93px; }
    .order_wrap .table_filters .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .order_wrap .table_filters .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.table_navigation {
  overflow: hidden;
  padding: 24px 2% 20px 2%; }
  .table_navigation .table_display {
    float: left;
    margin: 2px 0; }
    .table_navigation .table_display p {
      color: #646c70;
      float: left;
      font-style: italic;
      line-height: 30px; }
    .table_navigation .table_display .table_items_show {
      float: left;
      margin-left: 20px; }
      .table_navigation .table_display .table_items_show label {
        color: #646c70;
        float: left;
        line-height: 30px;
        margin: 0 10px; }
      .table_navigation .table_display .table_items_show .select2-container {
        float: left;
        min-width: 85px;
        max-width: 85px; }
  .table_navigation .table_pagination {
    float: right; }
    .table_navigation .table_pagination .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      width: 88px;
      float: left;
      margin-left: 20px; }
      .table_navigation .table_pagination .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .table_navigation .table_pagination .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.table_pagination_mobile {
  display: none; }

.order_wrap .tabs .ui-tabs-nav {
  list-style: none; }
.order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav {
  overflow: hidden;
  display: flex;
  height: 45px; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default {
    border: #c0e6e2 2px solid;
    border-left: none;
    float: left;
    width: 100%; }
    .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:first-child {
      border-left: #c0e6e2 2px solid; }
    .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done {
      background-color: #6abab2;
      border-color: #6abab2; }
      .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done span {
        position: relative; }
        .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done span:before {
          background: url("/assets/cabinet/tab_done-1301628fd15e6e2dff313e3581a64252fd82ceda509dc9fae6aa7f4315753b15.png") left center no-repeat;
          background-size: 14px;
          content: '';
          width: 14px;
          height: 10px;
          position: absolute;
          top: 50%;
          left: -25px;
          margin-top: -5px; }
      .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done + .ui-state-active {
        border-left: #fff 2px solid; }
      .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done + .done {
        border-left: #fff 2px solid; }
      .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done.ui-state-active {
        background-color: #6abab2; }
        .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done.ui-state-active a {
          color: #fff; }
      .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done a {
        color: #fff; }
    .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a {
      outline: none;
      color: #a1b0ae;
      display: block;
      font-size: 16px;
      height: 41px;
      line-height: 41px;
      text-align: center;
      text-decoration: none; }
    .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.ui-state-active {
      background-color: #c0e6e2; }
      .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.ui-state-active a {
        color: #608d89; }
.order_wrap .tabs_customer {
  padding: 0 2%;
  display: inline-block;
  width: 100%; }
  .order_wrap .tabs_customer .ui-tabs-nav {
    border-bottom: #c0d0d7 1px solid;
    overflow: hidden; }
    .order_wrap .tabs_customer .ui-tabs-nav .ui-state-default {
      float: left;
      position: relative;
      padding-bottom: 10px;
      margin-right: 20px; }
      .order_wrap .tabs_customer .ui-tabs-nav .ui-state-default a {
        outline: none;
        color: #c0d0d7;
        display: block;
        font-size: 16px;
        text-align: center;
        text-decoration: none; }
      .order_wrap .tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #c0d0d7 transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -3px; }
      .order_wrap .tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active a {
        color: #454545; }
.order_wrap .tabs_notification {
  border: #bfd4dc 1px solid;
  background-color: #f3f8f9;
  color: #9e9e9e;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  padding: 5px 2%;
  position: relative;
  margin: 20px 0 10px 0; }
  .order_wrap .tabs_notification .tabs_notification_close {
    background-color: #fff;
    background-image: url("/assets/cabinet/close_notification_icon-2dbc6c9ec76c05fb6cc84136a68355b0512337526ad7a7e4213d6743a977adbc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: #c1d6dd 1px solid;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -9px;
    right: -9px; }

.order_wrap .field_item.field_academic_level .radio_buttons .ui-state-default {
  vertical-align: top;
  padding: 2px 0; }
.order_wrap .radio_buttons {
  display: table;
  width: 100%; }
  .order_wrap .radio_buttons .ui-state-default {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 30px;
    border: #cccccc 1px solid;
    border-right: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .order_wrap .radio_buttons .ui-state-default .ui-button-text {
      color: #808080;
      display: block; }
      .order_wrap .radio_buttons .ui-state-default .ui-button-text i {
        color: #a3a3a3;
        display: block;
        font-size: 12px; }
    .order_wrap .radio_buttons .ui-state-default.ui-state-active {
      box-shadow: inset 0px 2px 5px #b4bdc1;
      -moz-box-shadow: inset 0px 2px 5px #b4bdc1;
      -webkit-box-shadow: inset 0px 2px 5px #b4bdc1;
      background-color: #dae1e4;
      border: #b4bdc1 1px solid;
      border-right: none; }
      .order_wrap .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
        color: #78888e; }
  .order_wrap .radio_buttons .ui-state-default:last-child {
    border-right: #cccccc 1px solid; }
.order_wrap .radio_payment {
  display: flex; }
  .order_wrap .radio_payment .ui-state-default {
    width: 100%;
    height: 45px;
    align-items: center; }
    .order_wrap .radio_payment .ui-state-default.paypal {
      background-image: url("/assets/cabinet/paypal-26eb323d2363d496a5461c30f4709ee4fb79ebc19611a617156a0bc928a85150.png");
      background-size: 68px;
      background-position: center 15px;
      background-repeat: no-repeat; }
    .order_wrap .radio_payment .ui-state-default.creditcard, .order_wrap .radio_payment .ui-state-default.credit_card {
      background-image: url("/assets/cabinet/credit_card-4af3bdac44f1fd44ed70771cedd5b7e0d38b4c0869e47328c6badb5074dfb2b6.png");
      background-size: 68px;
      background-position: center center;
      background-repeat: no-repeat; }
    .order_wrap .radio_payment .ui-state-default.wire_transfer {
      background-image: url("/assets/cabinet/wire_transfer-1ed88584f7bf6c1e42b8f178e329dfed82df38442e857a597dffe241358f3445.png");
      background-size: 68px;
      background-position: center center;
      background-repeat: no-repeat; }
.order_wrap .radio_balance {
  width: 50%;
  margin: 0 auto; }
  .order_wrap .radio_balance .ui-state-default {
    width: 50%;
    height: 45px; }
    .order_wrap .radio_balance .ui-state-default.not_use_balance {
      background-image: url("/assets/cabinet/not_use_balance-a853950cbd331fcfcf386f0045eed315bcce725a2238619439ef20cb90cac084.png");
      background-position: center -6px;
      background-repeat: no-repeat;
      background-size: 110px; }
      .order_wrap .radio_balance .ui-state-default.not_use_balance.ui-state-active {
        background-position: center -62px; }
    .order_wrap .radio_balance .ui-state-default.use_balance {
      background-image: url("/assets/cabinet/use_balance-4eae0e05d86e258b0319536d1747e2aaa21925c4e52e3b76233010ef16426650.png");
      background-position: center -6px;
      background-repeat: no-repeat;
      background-size: 111px; }
      .order_wrap .radio_balance .ui-state-default.use_balance.ui-state-active {
        background-position: center -62px; }

.radio_buttons.writer_level_buttons {
  text-align: center; }
  .radio_buttons.writer_level_buttons .radio {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -8px;
    z-index: 99; }
    .radio_buttons.writer_level_buttons .radio span {
      background: url("/assets/cabinet/writer_level_radio-feac884700dab57e8855212d5a22220cd66bf32d7e8a98dbba653e80bb40f378.png") no-repeat;
      background-size: 17px;
      display: block;
      width: 17px;
      height: 17px; }
      .radio_buttons.writer_level_buttons .radio span.checked {
        background-position: 0 bottom; }
      .radio_buttons.writer_level_buttons .radio span input.ui-helper-hidden-accessible {
        width: 100% !important;
        height: 100% !important; }
      .radio_buttons.writer_level_buttons .radio span .ui-helper-hidden-accessible {
        clip: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0; }
  .radio_buttons.writer_level_buttons .writer_level_radio {
    float: left;
    width: calc(29% + 1px);
    margin-right: 6%;
    position: relative; }
    .radio_buttons.writer_level_buttons .writer_level_radio:last-child {
      margin-right: 0; }
    .radio_buttons.writer_level_buttons .writer_level_radio.best:before {
      background: url("/assets/cabinet/level_best-b125028dc981b86e9badc18ab9acc1411097b6f473fec8d4687578950d077ec7.png") no-repeat;
      background-size: 56px;
      content: '';
      display: block;
      width: 56px;
      height: 77px;
      position: absolute;
      top: -3px;
      right: -3px; }
  .radio_buttons.writer_level_buttons .ui-state-default {
    border: #e1a247 2px solid;
    float: left;
    width: 100%;
    min-height: 130px; }
    .radio_buttons.writer_level_buttons .ui-state-default:last-child {
      border-right: #e1a247 2px solid; }
    .radio_buttons.writer_level_buttons .ui-state-default.ui-state-active {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      background-color: #fff;
      border: #e1dbcb 2px solid; }
      .radio_buttons.writer_level_buttons .ui-state-default.ui-state-active .writer_level_title {
        border-bottom: #d0c4a5 2px solid;
        background: #f5f1e3;
        background: -moz-linear-gradient(top, #f5f1e3 0%, #f7eccb 100%);
        background: -webkit-linear-gradient(top, #f5f1e3 0%, #f7eccb 100%);
        background: linear-gradient(to bottom, #f5f1e3 0%, #f7eccb 100%);
        color: #a49d84; }
  .radio_buttons.writer_level_buttons .writer_level_item {
    overflow: hidden; }
  .radio_buttons.writer_level_buttons .writer_level_title {
    border-bottom: #b46322 2px solid;
    background: #eccd52;
    background: -moz-linear-gradient(top, #eccd52 0%, #f88625 100%);
    background: -webkit-linear-gradient(top, #eccd52 0%, #f88625 100%);
    background: linear-gradient(to bottom, #eccd52 0%, #f88625 100%);
    color: #fff;
    padding: 6px 0 10px 0;
    width: calc(100% + 1px); }
    .radio_buttons.writer_level_buttons .writer_level_title strong {
      position: relative; }
      .radio_buttons.writer_level_buttons .writer_level_title strong:before {
        background: url("/assets/cabinet/writer_level_devider-957731ad931db2eb51764fe5ce5917d63130228e3a12460a307fbe86a50d963c.png") left center no-repeat;
        background-size: 45px;
        content: '';
        width: 45px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -5px; }
    .radio_buttons.writer_level_buttons .writer_level_title span {
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
    .radio_buttons.writer_level_buttons .writer_level_title p {
      font-size: 14px;
      line-height: 14px; }
  .radio_buttons.writer_level_buttons .writer_level_details {
    margin-top: 34px;
    padding: 0 1%; }
    .radio_buttons.writer_level_buttons .writer_level_details span {
      color: #abaaaa;
      display: block;
      font-size: 10px;
      line-height: 12px;
      font-style: italic; }

.radio_buttons.customer_service_buttons {
  text-align: center; }
  .radio_buttons.customer_service_buttons .radio {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left: -8px;
    z-index: 99; }
    .radio_buttons.customer_service_buttons .radio span {
      background: url("/assets/cabinet/writer_level_radio-feac884700dab57e8855212d5a22220cd66bf32d7e8a98dbba653e80bb40f378.png") no-repeat;
      background-size: 17px;
      display: block;
      width: 17px;
      height: 17px; }
      .radio_buttons.customer_service_buttons .radio span.checked {
        background-position: 0 bottom; }
      .radio_buttons.customer_service_buttons .radio span input.ui-helper-hidden-accessible {
        width: 100% !important;
        height: 100% !important; }
    .radio_buttons.customer_service_buttons .radio .ui-helper-hidden-accessible {
      clip: inherit;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0; }
  .radio_buttons.customer_service_buttons .customer_service_radio {
    float: left;
    width: 29%;
    margin-right: 6%;
    position: relative; }
    .radio_buttons.customer_service_buttons .customer_service_radio:last-child {
      margin-right: 0; }
    .radio_buttons.customer_service_buttons .customer_service_radio.top:before {
      background: url("/assets/cabinet/service_top-3eb09fb7e56bcbce4564126aedca7411533069d6188b2241ce5dbcd787aa057e.png") no-repeat;
      background-size: 56px;
      content: '';
      display: block;
      width: 56px;
      height: 77px;
      position: absolute;
      top: -3px;
      right: -3px; }
  .radio_buttons.customer_service_buttons .ui-state-default {
    border: #6ec094 2px solid;
    float: left;
    width: 100%;
    min-height: 80px; }
    .radio_buttons.customer_service_buttons .ui-state-default:last-child {
      border-right: #6ec094 2px solid; }
    .radio_buttons.customer_service_buttons .ui-state-default.ui-state-active {
      border: #c4dece 2px solid;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      background-color: #fff; }
      .radio_buttons.customer_service_buttons .ui-state-default.ui-state-active .customer_service_title {
        border-bottom: #a0ac9e 2px solid;
        background: #ceeadc;
        background: -moz-linear-gradient(top, #ceeadc 0%, #dae5db 100%);
        background: -webkit-linear-gradient(top, #ceeadc 0%, #dae5db 100%);
        background: linear-gradient(to bottom, #ceeadc 0%, #dae5db 100%);
        color: #6a9981; }
        .radio_buttons.customer_service_buttons .ui-state-default.ui-state-active .customer_service_title p {
          color: #8fc0a8; }
  .radio_buttons.customer_service_buttons .customer_service_item {
    overflow: hidden; }
  .radio_buttons.customer_service_buttons .customer_service_title {
    border-bottom: #57935b 2px solid;
    background: #22d077;
    background: -moz-linear-gradient(top, #22d077 0%, #70ca79 100%);
    background: -webkit-linear-gradient(top, #22d077 0%, #70ca79 100%);
    background: linear-gradient(to bottom, #22d077 0%, #70ca79 100%);
    color: #fff;
    padding: 5px 0;
    width: calc(100% + 1px); }
    .radio_buttons.customer_service_buttons .customer_service_title strong {
      position: relative;
      margin-right: 0.3em; }
      .radio_buttons.customer_service_buttons .customer_service_title strong:before {
        background: url("/assets/cabinet/customer_service_devider-b4ed3069386de279787aca16a6e084cf1c3184756e336d30912d76e6d986e23f.png") left center no-repeat;
        background-size: 55px;
        content: '';
        width: 55px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -5px; }
    .radio_buttons.customer_service_buttons .customer_service_title span {
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
    .radio_buttons.customer_service_buttons .customer_service_title p {
      color: #12552e;
      font-size: 14px;
      line-height: 14px; }

.order_wrap .spinner_wrapper .ui-spinner {
  display: inline-block;
  position: relative;
  height: 30px; }
  .order_wrap .spinner_wrapper .ui-spinner .spinner {
    border: #cccccc 1px solid;
    color: #808080;
    font-size: 14px;
    outline: none;
    width: 100%;
    padding: 0 10px;
    height: 30px; }
    .order_wrap .spinner_wrapper .ui-spinner .spinner:focus {
      box-shadow: 0 0 5px #69badb;
      -moz-box-shadow: 0 0 5px #69badb;
      -webkit-box-shadow: 0 0 5px #69badb;
      border: #69badb 1px solid; }
  .order_wrap .spinner_wrapper .ui-spinner-button {
    position: absolute;
    right: 0;
    display: block;
    width: 26px;
    height: 15px;
    text-align: center; }
  .order_wrap .spinner_wrapper .ui-spinner-up {
    top: 0px; }
    .order_wrap .spinner_wrapper .ui-spinner-up .ui-icon:before {
      border-width: 0 4px 6px 4px;
      border-color: transparent transparent #8f9ea4 transparent; }
  .order_wrap .spinner_wrapper .ui-spinner-down {
    bottom: 0; }
    .order_wrap .spinner_wrapper .ui-spinner-down .ui-icon:before {
      border-width: 6px 4px 0 4px;
      border-color: #8f9ea4 transparent transparent transparent; }
  .order_wrap .spinner_wrapper .ui-spinner .ui-button-text {
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 15px; }
  .order_wrap .spinner_wrapper .ui-spinner .ui-icon {
    display: block;
    font-size: 0px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .order_wrap .spinner_wrapper .ui-spinner .ui-icon:before {
      position: absolute;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      top: calc(50% - 3px);
      left: calc(50% - 4px); }
.order_wrap .spinner_wrapper.disabled {
  pointer-events: none; }
  .order_wrap .spinner_wrapper.disabled .spinner {
    border: #d6d9da 1px solid;
    background-color: #eef2f3; }

.ui-datepicker {
  font-family: 'PT Sans', sans-serif;
  box-shadow: 0 0 10px #c9ced7;
  -moz-box-shadow: 0 0 10px #c9ced7;
  -webkit-box-shadow: 0 0 10px #c9ced7;
  background-color: #fff;
  z-index: 99999 !important;
  display: none; }

.ui-datepicker-header {
  background: #616c84;
  background: -moz-linear-gradient(top, #616c84 0%, #4f5b70 100%);
  background: -webkit-linear-gradient(top, #616c84 0%, #4f5b70 100%);
  background: linear-gradient(to bottom, #616c84 0%, #4f5b70 100%);
  padding: 0 0.8em; }

.ui-datepicker-title {
  color: #fdfdfd;
  overflow: hidden;
  font-size: 18px;
  height: 42px;
  line-height: 43px;
  text-align: center;
  text-indent: -1.5em; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: block;
  font-size: 0;
  width: 22px;
  height: 22px;
  position: relative;
  top: 10px; }

.ui-datepicker-prev {
  background: url("/assets/cabinet/calendar_prev_icon-0f19069f6a6e1bb12d85e26cbc252cac176d9bf85340cb71b66c3e447807d72d.png") center center no-repeat;
  background-size: 7px;
  float: left;
  left: 25px; }

.ui-datepicker-next {
  background: url("/assets/cabinet/calendar_next_icon-9ddf5aef513f7f62cdb7a9a8da1c2b5936ebece2cad57799b0fb1b27686196a5.png") center center no-repeat;
  background-size: 7px;
  float: right;
  right: 57px; }

.ui-datepicker-calendar {
  width: 20.5em;
  padding: 0 0.8em; }
  .ui-datepicker-calendar thead tr th {
    padding: 10px 0; }
    .ui-datepicker-calendar thead tr th span {
      color: #fd3a1b;
      font-weight: 300;
      display: block;
      text-align: center;
      text-transform: uppercase; }
  .ui-datepicker-calendar tbody tr td {
    position: relative; }
    .ui-datepicker-calendar tbody tr td.ui-state-disabled {
      opacity: 0.5; }
    .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled):before {
      background-color: #d3e4eb;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px; }
    .ui-datepicker-calendar tbody tr td:hover:not(.ui-state-disabled):before {
      background-color: #ebf2f5;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px; }
    .ui-datepicker-calendar tbody tr td .ui-state-default {
      color: #605643;
      font-size: 14px;
      display: block;
      text-align: center;
      text-decoration: none;
      line-height: 30px;
      position: relative; }

.ui-datepicker-close {
  background: url("/assets/cabinet/calendar_close_icon-60736422c9b65fdbe97bfa16d9ae89bdca2e99f284435cdc53940c8bf49e23d1.png") center center no-repeat;
  background-size: 10px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-left: #404b5f 1px solid;
  outline: none;
  width: 40px;
  height: 32px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  right: 0; }

.ui-datepicker-trigger {
  width: 18px;
  height: 21px;
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 0; }

.ui-datepicker-current {
  display: none; }

#ui-datepicker-div {
  display: none; }

.nano {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    padding: 15px 5%; }
    .nano .nano-content:focus {
      outline: thin dotted; }
    .nano .nano-content::-webkit-scrollbar {
      display: none; }
  .nano > .nano-pane {
    border-left: #dbdbdb 1px solid;
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    visibility: hidden\9;
    opacity: .01; }
    .nano > .nano-pane > .nano-slider {
      background: #c4c4c4;
      background: rgba(0, 0, 0, 0.5);
      position: relative;
      margin: 0 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99; }

.popup_overlay {
  font-family: 'PT Sans', sans-serif;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center; }
  .popup_overlay::after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }

.order_wrap .popup_overlay .popup_overlay {
  background: transparent; }
.order_wrap .popup_overlay .popup .popup_title {
  text-transform: none;
  margin-bottom: 0; }

.popup {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative; }

.popup_close,
.close {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-image: url(/assets/cabinet/popup_close-623a3b55444d8fe2cf9f481f3f38e031cd93053524d08bd86f969245c76ec110.png);
  background-color: #575757;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -17px;
  right: -17px; }

.popup.popup_feedback .angular_form .violation_content .field_item .field_error .validation_error {
  bottom: -12px; }

.popup_feedback,
.info_account {
  width: 515px; }
  .popup_feedback.confirmed .popup_content p,
  .info_account.confirmed .popup_content p {
    text-align: center; }
  .popup_feedback .popup_content,
  .info_account .popup_content {
    padding: 15px 15px 27px;
    text-align: center; }
    .popup_feedback .popup_content .button,
    .info_account .popup_content .button {
      width: 160px; }
      .popup_feedback .popup_content .button.blue,
      .info_account .popup_content .button.blue {
        box-shadow: none;
        margin-right: 24px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #43b0d9;
        background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
        display: inline-block;
        vertical-align: top;
        height: 44px;
        line-height: 44px; }
        .popup_feedback .popup_content .button.blue:hover,
        .info_account .popup_content .button.blue:hover {
          background: #5dbce0;
          background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
        .popup_feedback .popup_content .button.blue:active,
        .info_account .popup_content .button.blue:active {
          background: #3499be;
          background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .popup_feedback .popup_content .button.yellow,
      .info_account .popup_content .button.yellow {
        box-shadow: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #ff733e;
        background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
        display: inline-block;
        vertical-align: top;
        height: 44px;
        line-height: 44px; }
        .popup_feedback .popup_content .button.yellow:hover,
        .info_account .popup_content .button.yellow:hover {
          background: #f88356;
          background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
        .popup_feedback .popup_content .button.yellow:active,
        .info_account .popup_content .button.yellow:active {
          background: #f56731;
          background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .popup_feedback .popup_content p,
    .info_account .popup_content p {
      color: #384D5F;
      font-size: 14px;
      line-height: 19px;
      padding-bottom: 15px;
      text-align: left; }
  .popup_feedback .popup_title,
  .info_account .popup_title {
    width: 100%;
    background-color: #d3e4eb;
    text-align: center;
    padding: 10px 0;
    position: relative; }
    .popup_feedback .popup_title h2,
    .popup_feedback .popup_title span,
    .info_account .popup_title h2,
    .info_account .popup_title span {
      color: #54718c;
      font-style: italic;
      font-size: 20px;
      line-height: 25px;
      font-weight: bold; }
  .popup_feedback .feedback_data,
  .info_account .feedback_data {
    padding: 0; }
    .popup_feedback .feedback_data h2,
    .info_account .feedback_data h2 {
      width: 100%;
      background-color: #d3e4eb;
      text-align: center;
      padding: 10px 0;
      position: relative; }
      .popup_feedback .feedback_data h2 span,
      .info_account .feedback_data h2 span {
        position: absolute;
        right: 10px;
        top: 15px;
        font-weight: normal; }
  .popup_feedback .your_feedbacks_content,
  .info_account .your_feedbacks_content {
    padding: 0 3%; }
  .popup_feedback .feedback_status,
  .info_account .feedback_status {
    text-align: center;
    padding: 15px 3%; }
    .popup_feedback .feedback_status span,
    .info_account .feedback_status span {
      color: #58a525;
      display: block;
      font-size: 20px;
      font-weight: bold;
      font-style: italic; }
    .popup_feedback .feedback_status p,
    .info_account .feedback_status p {
      color: #384d5f;
      font-size: 15px;
      margin-top: 10px; }
    .popup_feedback .feedback_status img,
    .info_account .feedback_status img {
      width: 54px;
      margin: 20px 0; }
    .popup_feedback .feedback_status .button_ok,
    .info_account .feedback_status .button_ok {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 16px;
      height: 39px;
      line-height: 39px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #ff733e;
      background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
      width: 150px;
      margin: 0 auto; }
      .popup_feedback .feedback_status .button_ok:hover,
      .info_account .feedback_status .button_ok:hover {
        background: #f88356;
        background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
      .popup_feedback .feedback_status .button_ok:active,
      .info_account .feedback_status .button_ok:active {
        background: #f56731;
        background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .popup_feedback .feedback_status b,
    .info_account .feedback_status b {
      color: #486177;
      display: block;
      font-size: 20px;
      margin-top: 10px; }
    .popup_feedback .feedback_status.feedback_done p:after,
    .info_account .feedback_status.feedback_done p:after {
      border-bottom: #cccccc 1px solid;
      padding: 0 10px;
      content: '';
      display: block;
      width: 50%;
      height: 1px;
      margin: 10px auto 15px; }
  .popup_feedback.violation .popup_title,
  .info_account.violation .popup_title {
    background-color: #fff; }
    .popup_feedback.violation .popup_title h2,
    .info_account.violation .popup_title h2 {
      color: #f76d00; }
  .popup_feedback.violation > p,
  .info_account.violation > p {
    color: #82888b;
    font-style: italic;
    text-align: center; }
    .popup_feedback.violation > p:after,
    .info_account.violation > p:after {
      border-bottom: #cccccc 1px solid;
      content: '';
      display: block;
      width: 60%;
      height: 1px;
      margin: 10px auto; }
  .popup_feedback .violation_content,
  .info_account .violation_content {
    padding: 0 3%; }
    .popup_feedback .violation_content strong,
    .info_account .violation_content strong {
      color: #4b4b4b;
      display: block;
      font-size: 16px;
      text-align: center;
      margin-bottom: 10px; }
    .popup_feedback .violation_content textarea,
    .info_account .violation_content textarea {
      width: 100%;
      height: 128px; }
    .popup_feedback .violation_content .checker,
    .info_account .violation_content .checker {
      width: 20px;
      height: 20px;
      float: left; }
      .popup_feedback .violation_content .checker span,
      .info_account .violation_content .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .popup_feedback .violation_content .checker span input[type="checkbox"],
        .info_account .violation_content .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .popup_feedback .violation_content .field_item label,
    .info_account .violation_content .field_item label {
      float: left;
      line-height: 20px;
      margin-left: 0.5em; }
    .popup_feedback .violation_content .field_submit,
    .info_account .violation_content .field_submit {
      width: 100%;
      float: left;
      clear: both;
      text-align: center;
      padding: 20px 0; }
      .popup_feedback .violation_content .field_submit .button,
      .info_account .violation_content .field_submit .button {
        width: 35%;
        margin: 0 3%; }
        .popup_feedback .violation_content .field_submit .button.button_cancel,
        .info_account .violation_content .field_submit .button.button_cancel {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          color: #fff;
          cursor: pointer;
          display: block;
          font-family: 'PT Sans', sans-serif;
          text-align: center;
          text-decoration: none;
          border: none;
          outline: none;
          -webkit-appearance: none;
          font-size: 15px;
          height: 34px;
          line-height: 34px;
          box-shadow: 0 3px 4px #e6eef1;
          -moz-box-shadow: 0 3px 4px #e6eef1;
          -webkit-box-shadow: 0 3px 4px #e6eef1;
          background: #43b0d9;
          background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
          display: inline-block;
          vertical-align: top; }
          .popup_feedback .violation_content .field_submit .button.button_cancel:hover,
          .info_account .violation_content .field_submit .button.button_cancel:hover {
            background: #5dbce0;
            background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
          .popup_feedback .violation_content .field_submit .button.button_cancel:active,
          .info_account .violation_content .field_submit .button.button_cancel:active {
            background: #3499be;
            background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
        .popup_feedback .violation_content .field_submit .button.button_send,
        .info_account .violation_content .field_submit .button.button_send {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          color: #fff;
          cursor: pointer;
          display: block;
          font-family: 'PT Sans', sans-serif;
          text-align: center;
          text-decoration: none;
          border: none;
          outline: none;
          -webkit-appearance: none;
          font-size: 15px;
          height: 34px;
          line-height: 34px;
          box-shadow: 0 3px 4px #e6eef1;
          -moz-box-shadow: 0 3px 4px #e6eef1;
          -webkit-box-shadow: 0 3px 4px #e6eef1;
          background: #ff733e;
          background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
          background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
          background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
          display: inline-block;
          vertical-align: top; }
          .popup_feedback .violation_content .field_submit .button.button_send:hover,
          .info_account .violation_content .field_submit .button.button_send:hover {
            background: #f88356;
            background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
            background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
            background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
          .popup_feedback .violation_content .field_submit .button.button_send:active,
          .info_account .violation_content .field_submit .button.button_send:active {
            background: #f56731;
            background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
            background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
            background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .popup_feedback .violation_content .revision_deadline,
    .info_account .violation_content .revision_deadline {
      display: inline-block;
      width: 100%;
      padding-left: 27px; }
      .popup_feedback .violation_content .revision_deadline .prompt,
      .info_account .violation_content .revision_deadline .prompt {
        display: inline-block;
        width: 100%;
        margin-top: 12px; }
        .popup_feedback .violation_content .revision_deadline .prompt p,
        .info_account .violation_content .revision_deadline .prompt p {
          color: #646c70;
          float: left; }
        .popup_feedback .violation_content .revision_deadline .prompt .tooltip,
        .info_account .violation_content .revision_deadline .prompt .tooltip {
          float: left;
          margin: 2px 0 0 5px; }
      .popup_feedback .violation_content .revision_deadline .picker_filed,
      .info_account .violation_content .revision_deadline .picker_filed {
        margin: 12px 20px 0 0;
        float: left;
        position: relative; }
        .popup_feedback .violation_content .revision_deadline .picker_filed label,
        .info_account .violation_content .revision_deadline .picker_filed label {
          color: #646c70; }
        .popup_feedback .violation_content .revision_deadline .picker_filed input:not([type="submit"]),
        .info_account .violation_content .revision_deadline .picker_filed input:not([type="submit"]) {
          width: 140px; }

.popup .files_list .uploader-files li {
  clear: both; }
.popup.popup_settings {
  width: 350px;
  padding: 10px 1%; }
  .popup.popup_settings .popup_title h2 {
    color: #58a525;
    font-size: 20px;
    font-style: italic;
    text-align: center; }
  .popup.popup_settings .popup_icon {
    border-top: #d0dce1 1px solid;
    text-align: center;
    margin-top: 40px; }
    .popup.popup_settings .popup_icon span {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: #d0dce1 2px solid;
      display: inline-block;
      vertical-align: top;
      width: 55px;
      height: 55px;
      margin-top: -28px; }
    .popup.popup_settings .popup_icon.popup_icon_password span {
      background-image: url(/assets/cabinet/settings_pass_icon-efbf3495cf4b924b6d473be4d8f2e7d2ed7742f2e4015d68f1f3fa76287c5003.png);
      background-size: 33px; }
    .popup.popup_settings .popup_icon.popup_icon_email span {
      background-image: url(/assets/cabinet/settings_email_icon-6228c2c97f447fd235ce144f99037d58786b4130e2142ddc75a67b3a28500c5f.png);
      background-size: 33px; }
    .popup.popup_settings .popup_icon.popup_icon_name span {
      background-image: url(/assets/cabinet/settings_time_icon-ed4946bbd83d11bf277fff189b3cf52fe6361a0c812a7acd4b177eb2075cf50b.png);
      background-size: 33px; }
    .popup.popup_settings .popup_icon.popup_icon_phone span {
      background-image: url(/assets/cabinet/settings_phone_icon-1aa8f1c33e84ddb02e8acdc1fb1112978e9a4128e19395f25ec72ef21441308f.png);
      background-size: 30px; }
  .popup.popup_settings .button_ok {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    width: 154px;
    margin: 15px auto 10px; }
    .popup.popup_settings .button_ok:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .popup.popup_settings .button_ok:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
  .popup.popup_settings > p {
    color: #82888b;
    font-style: italic;
    text-align: center;
    padding: 10px 0; }
    .popup.popup_settings > p:after {
      border-bottom: #cccccc 1px solid;
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      margin: 10px 0; }
.popup.popup_settings_edit_phone {
  width: 440px;
  padding: 10px 2% 20px 2%; }
  .popup.popup_settings_edit_phone .field_item {
    display: inline-block;
    width: 100%; }
    .popup.popup_settings_edit_phone .field_item > label {
      float: left;
      width: 26%;
      margin-right: 2%;
      text-align: right; }
    .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) {
      width: 70%; }
    .popup.popup_settings_edit_phone .field_item input.country_code {
      width: 20%;
      float: left;
      margin-right: 3%; }
      .popup.popup_settings_edit_phone .field_item input.country_code + input:not([type="submit"]) {
        width: 47%;
        float: left; }
      .popup.popup_settings_edit_phone .field_item input.country_code + .field_error {
        width: 47%;
        float: left; }
        .popup.popup_settings_edit_phone .field_item input.country_code + .field_error input:not([type="submit"]) {
          width: 100%; }
    .popup.popup_settings_edit_phone .field_item .field_error {
      width: 70%; }
      .popup.popup_settings_edit_phone .field_item .field_error input:not([type="submit"]) {
        width: 100%; }
    .popup.popup_settings_edit_phone .field_item .select2-container {
      min-width: 70%;
      max-width: 70%; }
  .popup.popup_settings_edit_phone .field_submit .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    width: 40%;
    margin-left: 28%; }
    .popup.popup_settings_edit_phone .field_submit .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .popup.popup_settings_edit_phone .field_submit .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
    .popup.popup_settings_edit_phone .field_submit .button.disabled {
      background: #edeff0;
      color: #908e8e;
      cursor: default; }
.popup.popup_settings_add_phone {
  width: 440px;
  padding: 10px 2% 20px 2%; }
  .popup.popup_settings_add_phone .field_item,
  .popup.popup_settings_add_phone .field_submit {
    width: 90%;
    display: block;
    margin: 0 auto; }
    .popup.popup_settings_add_phone .field_item input:not([type="submit"]),
    .popup.popup_settings_add_phone .field_submit input:not([type="submit"]) {
      width: 100%; }
  .popup.popup_settings_add_phone .field_submit {
    text-align: center;
    margin-top: 15px; }
    .popup.popup_settings_add_phone .field_submit .button {
      width: 46%; }
      .popup.popup_settings_add_phone .field_submit .button.button_send {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #43b0d9;
        background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
        float: left; }
        .popup.popup_settings_add_phone .field_submit .button.button_send:hover {
          background: #5dbce0;
          background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
        .popup.popup_settings_add_phone .field_submit .button.button_send:active {
          background: #3499be;
          background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
        .popup.popup_settings_add_phone .field_submit .button.button_send.disabled {
          background: #edeff0;
          color: #908e8e;
          cursor: default; }
      .popup.popup_settings_add_phone .field_submit .button.button_verify {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #ff733e;
        background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
        float: right; }
        .popup.popup_settings_add_phone .field_submit .button.button_verify:hover {
          background: #f88356;
          background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
        .popup.popup_settings_add_phone .field_submit .button.button_verify:active {
          background: #f56731;
          background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
.popup.popup_affilate_program {
  width: 440px;
  padding: 10px 2% 20px 2%; }
  .popup.popup_affilate_program .popup_title h2 {
    color: #58a525;
    font-size: 20px;
    font-style: italic;
    text-align: center; }
  .popup.popup_affilate_program > p {
    color: #82888b;
    font-style: italic;
    text-align: center;
    padding: 10px 0; }
    .popup.popup_affilate_program > p:after {
      border-bottom: #cccccc 1px solid;
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      margin: 10px 0; }
  .popup.popup_affilate_program .field_item {
    margin-bottom: 8px; }
    .popup.popup_affilate_program .field_item:after {
      content: "";
      display: block;
      clear: both; }
    .popup.popup_affilate_program .field_item label {
      display: block;
      float: none; }
    .popup.popup_affilate_program .field_item input:not([type="submit"]) {
      width: 60%;
      float: left; }
    .popup.popup_affilate_program .field_item .field_error {
      width: 60% !important;
      float: left; }
      .popup.popup_affilate_program .field_item .field_error input:not([type="submit"]) {
        width: 100%; }
    .popup.popup_affilate_program .field_item .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 16px;
      height: 39px;
      line-height: 39px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      width: 35%;
      float: right;
      margin-top: -5px; }
      .popup.popup_affilate_program .field_item .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .popup.popup_affilate_program .field_item .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .popup.popup_affilate_program .send_again {
    color: #3ea9d6;
    font-size: 13px;
    display: inline-block;
    clear: both; }
    .popup.popup_affilate_program .send_again:hover {
      text-decoration: none; }
  .popup.popup_affilate_program .field_submit {
    width: 90%;
    margin: 0 auto; }
    .popup.popup_affilate_program .field_submit .button.button_send {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      float: left;
      width: 46%; }
      .popup.popup_affilate_program .field_submit .button.button_send:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .popup.popup_affilate_program .field_submit .button.button_send:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
    .popup.popup_affilate_program .field_submit .button.button_ok {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #ff733e;
      background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
      float: right;
      width: 46%; }
      .popup.popup_affilate_program .field_submit .button.button_ok:hover {
        background: #f88356;
        background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
      .popup.popup_affilate_program .field_submit .button.button_ok:active {
        background: #f56731;
        background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.popup_select {
  z-index: 99999; }

.popup.popup_feedback.improvements_popup {
  width: 400px; }
  .popup.popup_feedback.improvements_popup .popup_title {
    width: 100%;
    background-color: #d3e4eb;
    text-align: center;
    margin: 0 0 15px;
    padding: 10px 0;
    position: relative; }
    .popup.popup_feedback.improvements_popup .popup_title + p {
      color: #32485C;
      font-size: 13px;
      line-height: 16px;
      padding: 13px 20px;
      text-align: center; }
    .popup.popup_feedback.improvements_popup .popup_title h2 {
      color: #54718c;
      font-size: 17px;
      padding: 0 20px;
      font-style: italic; }
  .popup.popup_feedback.improvements_popup .violation_content .field_error {
    padding-bottom: 6px; }
    .popup.popup_feedback.improvements_popup .violation_content .field_error .validation_error {
      bottom: -10px; }
  .popup.popup_feedback.improvements_popup .revision_deadline {
    padding-left: 0; }
    .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed {
      margin-right: 25px; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed label {
        float: none;
        width: 100%;
        display: block; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed.timing {
        margin-right: 0; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed .ui-datepicker-trigger {
        top: 23px; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed input {
        width: 175px; }
  .popup.popup_feedback.improvements_popup .files_uploader {
    overflow: hidden; }
    .popup.popup_feedback.improvements_popup .files_uploader .fileinput-button {
      width: 100%; }
    .popup.popup_feedback.improvements_popup .files_uploader .button {
      margin-bottom: 0;
      margin-top: 10px;
      height: 35px;
      line-height: 35px;
      width: 100%;
      max-width: 100%; }
  .popup.popup_feedback.improvements_popup .field_submit .button {
    width: 47%; }
    .popup.popup_feedback.improvements_popup .field_submit .button.button_cancel {
      margin-left: 0;
      line-height: 35px; }
    .popup.popup_feedback.improvements_popup .field_submit .button.button_send {
      margin-right: 0;
      line-height: 35px; }

.AD {
  background-image: url("/assets/flags/AD-c9e43659a5d653509725b80f2a7f485fa263bd9313473015816ac2101857f18d.svg"); }

.AE {
  background-image: url("/assets/flags/AE-c037fc2c37db9af2788b758eb4f39ca44c43208efd9f553087a945e2e4a4de05.svg"); }

.AF {
  background-image: url("/assets/flags/AF-1340ce6107fb80bf5f0d1d43fdf4c8c93d19695b81f3dbb534e0f418c7fbb77a.svg"); }

.AG {
  background-image: url("/assets/flags/AG-6ef7e7c2abc04f69903d8a5f054918ac348a9fb150cf28f20c2f9e74a9ab55e2.svg"); }

.AI {
  background-image: url("/assets/flags/AI-5cfe523e4ca80c4d56fcf5874fd9fe4c0a776837f2447717f2e4136cf2265381.svg"); }

.AL {
  background-image: url("/assets/flags/AL-c450b86c5cdfe8f5e8a52611ac4b3291b677ed60358a922bef6211c5fd638f61.svg"); }

.AM {
  background-image: url("/assets/flags/AM-107d3e89d25a8e6f056ff88a38f3d8b54d84bdd9dbec3a8ca8cef99ff3f35701.svg"); }

.AN {
  background-image: url("/assets/flags/AN-ebfcdceacc47bb9a34826418bd3fb74eb1678cd5ccce3c465f6980c5a0452528.svg"); }

.AO {
  background-image: url("/assets/flags/AO-20e27706aefc266fd0503f4095990c1f7d82e15ba6da597952fb7ced109c99b3.svg"); }

.AQ {
  background-image: url("/assets/flags/AQ-3de20bbaad966297c51ba29e6a4a8bd795730f7318905e5d510cbff7fc85752e.svg"); }

.AR {
  background-image: url("/assets/flags/AR-da249bfe6afb1bdb122205e46c4cc61b9b25cc5aadff344d3ce2964ee0d7f726.svg"); }

.AS {
  background-image: url("/assets/flags/AS-865f7af7bf4a648c0e1123ac040a8a1988bc6bcfcc12dcdc4d56ae4e5e983282.svg"); }

.AT {
  background-image: url("/assets/flags/AT-c4ae46faa741c633ab0f120ee98e4ab504ff49be91161e24e025062c857da3c5.svg"); }

.AU {
  background-image: url("/assets/flags/AU-1afbb363d52c79ed12d4750d183164fd31932535995c30a28487b014a431e21c.svg"); }

.AW {
  background-image: url("/assets/flags/AW-169917a013c6b2592491a5141d34946b4e52296d10a8438a79f8ead44676517b.svg"); }

.AX {
  background-image: url("/assets/flags/AX-c86b5b33988bfb5bbc734ddf0a11f2f974e11fbfc2eee6b65bec09de2883136c.svg"); }

.AZ {
  background-image: url("/assets/flags/AZ-583cc74b178910432c3a14a8a3186e0b35e3a199bb47a5a4b71ea367eac708aa.svg"); }

.BA {
  background-image: url("/assets/flags/BA-b9b81511203892719f452d7bde68ee4238eee3822263dbd3e10500b0e5636fea.svg"); }

.BB {
  background-image: url("/assets/flags/BB-f18471373605c11e5c1c7e38fa317c0c38b0008a201c9634c7d9fc453562f41b.svg"); }

.BD {
  background-image: url("/assets/flags/BD-8e7e223349db82ccd99dbcee2444ac53745db70cab87fa8630308ebf27c02c35.svg"); }

.BE {
  background-image: url("/assets/flags/BE-c7d89e1644e645a7c77df935b1617d3992586299a01a847f57dfe6ffb94753c2.svg"); }

.BF {
  background-image: url("/assets/flags/BF-befdeaec6c31d2bba3afb280894048791923783ac078126f5e78b7ab76bad0fa.svg"); }

.BG {
  background-image: url("/assets/flags/BG-dcb92ae980a84be36cdfd1786229ab65a64f4ace78e973cf4bf58e8d41924200.svg"); }

.BH {
  background-image: url("/assets/flags/BH-25437a8ded11068b1f0bd9fe907f1549f6056e3286a3ba606a5efa71c8edac05.svg"); }

.BI {
  background-image: url("/assets/flags/BI-6e9862c72c2eaeb554ced95fd1d78b1749c907aa3a1157a38d646db5100a157e.svg"); }

.BJ {
  background-image: url("/assets/flags/BJ-d267e48c64e289dc629ece2ca757dcbc634658448970806a21529ce3f81e5130.svg"); }

.BL {
  background-image: url("/assets/flags/BL-17a87fc615ca398e8a2dcdcf13e2318867989bda75d3562c460f9e6c434d33b1.svg"); }

.BM {
  background-image: url("/assets/flags/BM-c4438983e9e5b91f790b3866a6d3ee6b88df9b5fba586a0cf872468bc53b48d8.svg"); }

.BN {
  background-image: url("/assets/flags/BN-bc75d3ed2518c63b6696c9decb1a0c2bb4d6ebdff9852ffe34df02258a3ed700.svg"); }

.BO {
  background-image: url("/assets/flags/BO-c7ca3f55e8ad5a7690ef2cc0897d101d27a0126881d263d195d292bbb4d0edd3.svg"); }

.BQ {
  background-image: url("/assets/flags/BQ-1e440797a6e69937fe310d779878cd5f56fc64739b8130167f088fbfd24e4ac4.svg"); }

.BR {
  background-image: url("/assets/flags/BR-5aef58c1b3616487f766545d8cf0757e5c6b6d9711eb121e7c0717eb542162bc.svg"); }

.BS {
  background-image: url("/assets/flags/BS-95d2edf2f4a6b8ddd65f775db548a96661735a08b016d91ba91dd373bdbabbd0.svg"); }

.BT {
  background-image: url("/assets/flags/BT-7fb0a76a672fec3a8903a2dd0c1f0a1b2247df6f739dc1398c607237b358df35.svg"); }

.BV {
  background-image: url("/assets/flags/BV-84df01c1c365964b2fba8eac69068dd090a04f5db0b45e6646bb9fe3962e6834.svg"); }

.BW {
  background-image: url("/assets/flags/BW-5fb6553d61cfd061eeb01b5900685124e0742fad75e43a6437d5e15be8b45a70.svg"); }

.BY {
  background-image: url("/assets/flags/BY-05421b58479fcca178fcab609872644d6e1a561dfe14ac3c0e09ef674858e390.svg"); }

.BZ {
  background-image: url("/assets/flags/BZ-26cebc31ead72b3fc61dd7ad5d5c123971ffc0ab7f9a7555ae31435d4e26ad9a.svg"); }

.CA {
  background-image: url("/assets/flags/CA-be3d3e437e892de4614da327206528fbd2f2177419cf326dc8ccc00b3c17f547.svg"); }

.CC {
  background-image: url("/assets/flags/CC-bb306da8a8b455c417b02176283f02feee2c7f11cedc8fc620fb639e7613d147.svg"); }

.CD {
  background-image: url("/assets/flags/CD-80097e9ffd3cfa6bb10a76a9bd4adfef78cf056478539fd0b670ce125c11f110.svg"); }

.CF {
  background-image: url("/assets/flags/CF-df44a45b2365e5b2fadbdf56aa9837e5183dfee7c3253f7e1fbbe52d4f89b62e.svg"); }

.CG {
  background-image: url("/assets/flags/CG-b4f1810f30c248410fd5eaa6e72273047611a50507c50cca903843402a526e44.svg"); }

.CH {
  background-image: url("/assets/flags/CH-f6cad6ccac4bb615f1fd41b24f22968c638e21d6126a5ceadb376c574d951627.svg"); }

.CI {
  background-image: url("/assets/flags/CI-e65e1749de8e65e7fd792124c1e8233d98be0a44d5e318a8a45efe0da2e23e23.svg"); }

.CK {
  background-image: url("/assets/flags/CK-a4b90b0f9da9c05c94264c8ddc3e0bf0dc28389e2324fed9c90d836be72362ce.svg"); }

.CL {
  background-image: url("/assets/flags/CL-3d4e481ae18c30131f9c675d82b4931ac46514a766d20341088f7cd3315c97c6.svg"); }

.CM {
  background-image: url("/assets/flags/CM-8e0285922ba2ddf26c0923623f3e708b0463e4f98611cf200b5aeba596777eb1.svg"); }

.CN {
  background-image: url("/assets/flags/CN-77ae95c6f85b1ade539ddd6e4ef496983cfabdfc485829226e64f691c609f0b2.svg"); }

.CO {
  background-image: url("/assets/flags/CO-456155c0039d6d1829d05c3702f4857f686d72277c65d898df3f2df587c78ae5.svg"); }

.CR {
  background-image: url("/assets/flags/CR-f9f90aebd9f5936efd7293242c85bed03f9c85b5066964749adca8fb27b16413.svg"); }

.CU {
  background-image: url("/assets/flags/CU-1cea209d3a4ccb4cf1763200ca9bcba16e6835aaf9d1914010773e130855bb7b.svg"); }

.CV {
  background-image: url("/assets/flags/CV-760a916899e8fce1e9fd0dd3f2db8f4f0060156c67e78b73d95c72dc06d68165.svg"); }

.CW {
  background-image: url("/assets/flags/CW-d13c75b99dfbe08277b30a5030dde40a01d1f260defc10a6fdbe57b06f295fae.svg"); }

.CX {
  background-image: url("/assets/flags/CX-291f8b6e30242999516bd64fe20be98992d664743d2367717a5ba38822c9e980.svg"); }

.CY {
  background-image: url("/assets/flags/CY-409a4a38e39e1dd1934211b379ed17c7d7f2163efc565a1dc29b619fde13ef42.svg"); }

.CZ {
  background-image: url("/assets/flags/CZ-6a9329fd7e24aaca6b3660a51edfacf6a822e9e7be5c9d23ff6fddda0c9b4a0b.svg"); }

.DE {
  background-image: url("/assets/flags/DE-c0d67728f8c0370d78fb108a627b8731474b74085df001a18de179a92fc6d1df.svg"); }

.DJ {
  background-image: url("/assets/flags/DJ-94a13d965259ab5289ea946e9e012a25a0908c96511e23685b310089f0f18e2d.svg"); }

.DK {
  background-image: url("/assets/flags/DK-73b97f7a1ed307fff21e7292e826a6e79343e0da02ba9241ce1c2219e4ed6aa0.svg"); }

.DM {
  background-image: url("/assets/flags/DM-b724c4cb64bc639c1eed9bfcadb5858ab55e19ee5981a130cfbd53cdf7b2e8ad.svg"); }

.DO {
  background-image: url("/assets/flags/DO-471158ddedb80a2ba596019a95a4a5109ef2f77d5db78dbbedd0034d88b9db2b.svg"); }

.DZ {
  background-image: url("/assets/flags/DZ-76785f4dee617d7db8f74bf7d88ba20430925940a4cbcf3dd4c68dfed4ad79f4.svg"); }

.EC {
  background-image: url("/assets/flags/EC-34e6f4bcd1ee8a530fa9e6ac7d73e752ead531fb5be1f2f6ae465698aa2eaf4b.svg"); }

.EE {
  background-image: url("/assets/flags/EE-f9a1e3caa21000d72aaa5984eda311838be43d40dc3f78e82986ff90e964c66e.svg"); }

.EG {
  background-image: url("/assets/flags/EG-b35ff3095d282169aadac78b8e0b8f7ddc09ff66b21a91e71585774b9acc1e96.svg"); }

.EH {
  background-image: url("/assets/flags/EH-84f3fedd76ec378561c55f5ba91957373589b33bfd74c8c8d29ad7aa97066987.svg"); }

.ER {
  background-image: url("/assets/flags/ER-a41e54b423f6566fe2fcdc44df1e7d13b8c0f2eb80a959e924b9f86cf4955e7e.svg"); }

.ES {
  background-image: url("/assets/flags/ES-0b4006584bfa1043b6fa16a9d8c2250ebef82a54895350b7532c2ff2a0448020.svg"); }

.ET {
  background-image: url("/assets/flags/ET-a61d6404fc502df6c0cd5b612614f15b78692e8c4ed983d3a8e83c347f70ed78.svg"); }

.EU {
  background-image: url("/assets/flags/EU-6ae696042e13bf3cf1115dcabf29534f35ccce3f6b0ae247fe8578b15722a1cc.svg"); }

.FI {
  background-image: url("/assets/flags/FI-5d55a0f1f959ee34bd72b4619b5e5a4d10d14fd4a200731436e326f878524e70.svg"); }

.FJ {
  background-image: url("/assets/flags/FJ-a4b47eb5eaa2def9056a5a4ea9c0cfea8fd146e9afa2a3d0699c25e6dd8d1996.svg"); }

.FK {
  background-image: url("/assets/flags/FK-527bd59ec2d9c9e71b734db677fd1c72546f67eeeb11ed5fd937a3986113d1ef.svg"); }

.FM {
  background-image: url("/assets/flags/FM-6b819a9d00763dae6fb88b343bc1c2dcdf057ac83b394245b6aaa73de3ef679d.svg"); }

.FO {
  background-image: url("/assets/flags/FO-2f8828357f70733d47686718e2d7af062fec74a12761cce42d3f19d49f8a5961.svg"); }

.FR {
  background-image: url("/assets/flags/FR-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.GA {
  background-image: url("/assets/flags/GA-649a6d3039f7b78f80473886addb6bcb4ae5c29aaff6e687f1f72a387e94e72c.svg"); }

.GB-ENG {
  background-image: url("/assets/flags/GB-ENG-ea611198554b604f41ccd216c7e32830e5efd69097a4be811dd13caaf6de4671.svg"); }

.GB-NIR {
  background-image: url("/assets/flags/GB-NIR-e6354d8954e41fb303ae4a8c3c74c64327be28acd4221b8cd688d96f761de6aa.svg"); }

.GB-SCT {
  background-image: url("/assets/flags/GB-SCT-8566933d245958a9634058ee7fd1d6343703490f10894087cf9f7dc6456e033d.svg"); }

.GB-WLS {
  background-image: url("/assets/flags/GB-WLS-83b053367cfb614372fa3bdc11a376099c1b376ba823340427dffd9c5b765ca7.svg"); }

.GB-ZET {
  background-image: url("/assets/flags/GB-ZET-1d80f00599b3ef6d941031d7d15ebc2e0c8833a21f4b2e5337d0114cb5bc7961.svg"); }

.GB {
  background-image: url("/assets/flags/GB-ec8cf10a768a4172c53452e2e63f3296a290f8fc57bf28a75fd1fae95ac0c588.svg"); }

.GD {
  background-image: url("/assets/flags/GD-fd0de9864025f92dd77737e4725cdbc180c48b73521a35c98b1d12c299d5e574.svg"); }

.GE {
  background-image: url("/assets/flags/GE-536f844305c16b71dde6f34e63b509363c680afb978143b2b1816264231bb70c.svg"); }

.GF {
  background-image: url("/assets/flags/GF-3334f8c3423743645090996f2530d211b2df15bc3578fda60b775f1e1859976d.svg"); }

.GG {
  background-image: url("/assets/flags/GG-62fa29d334e05a99369659bdc44d28058bcbf40fac275a9c749bd2f4a39cd766.svg"); }

.GH {
  background-image: url("/assets/flags/GH-1f961b94ea9f48036e8aee819d1ce264f769487144280008b47da31feaa184c4.svg"); }

.GI {
  background-image: url("/assets/flags/GI-02b8c13e36e39353d739453e0118ad48cff2dd7a2dc6950765a6f550a0565890.svg"); }

.GL {
  background-image: url("/assets/flags/GL-78d45e7d915a3f4d90b6533a651b3a2c5b62b54e15040c232ae752f9ed5e8f6f.svg"); }

.GM {
  background-image: url("/assets/flags/GM-9bcf51cd1dd4b48da7a5bdb8deaa3ecdc7a7df15f6c1d5f4591658e01234490e.svg"); }

.GN {
  background-image: url("/assets/flags/GN-8d29fd280b4d3699ab6c714af64aae6f79276dad5c65867174726611dd5be799.svg"); }

.GP {
  background-image: url("/assets/flags/GP-f8abde6977ea3be39536fbba6806e75c68010e927aa5179fb22ac8fa1673256a.svg"); }

.GQ {
  background-image: url("/assets/flags/GQ-45041371cb64a04f3240faf338e176825aa14a192c615355ee7eaf8c5117effd.svg"); }

.GR {
  background-image: url("/assets/flags/GR-d2090d3949e96e3d06ba2bd1a2620b24d2e71711671f897325e1965bcac58883.svg"); }

.GS {
  background-image: url("/assets/flags/GS-2be0b59ecf61a80c329ba323232791d1e94d26a05005b23604abacce4d74fedb.svg"); }

.GT {
  background-image: url("/assets/flags/GT-120ada143f1f3e3d501435604746bd14fb06bcfb83b46a673f6f97c3c4f46aa5.svg"); }

.GU {
  background-image: url("/assets/flags/GU-35ea1b16360fd7dac38f475a3e04abacafddcafbd63b4812adfec4cc004f5068.svg"); }

.GW {
  background-image: url("/assets/flags/GW-545332d8fc7ac3cde87142f31451f6f3027834bbe8e777084b133526e8e6da4d.svg"); }

.GY {
  background-image: url("/assets/flags/GY-ac6db5fdcacdad2dde42841423cae13c4dc0e8b2772580684fd73ea4fdb3773b.svg"); }

.HK {
  background-image: url("/assets/flags/HK-a48b16ae7783a6a92a89d8e11beb108d3e6000e950db9d20314857dffce0c783.svg"); }

.HM {
  background-image: url("/assets/flags/HM-238ea01ebc76b36981e343569bc47e014bbb5b465ea86db4b180ea605790d2dd.svg"); }

.HN {
  background-image: url("/assets/flags/HN-18801c112c754ba1725598c18a6efc38ca5376323152cd551b9d11a4d2fd097f.svg"); }

.HR {
  background-image: url("/assets/flags/HR-1ece5d6c8c94e0e219753a3e2b723d40e54cfa29ccc48306334277f10bf820d1.svg"); }

.HT {
  background-image: url("/assets/flags/HT-c95e8ba9d571da9df6a9eafeae23082eb42f32bbfd320b631eaf10628a9c1faa.svg"); }

.HU {
  background-image: url("/assets/flags/HU-89f3459e332cece99942979c1b73181eea8bd78106c25e872561de2c348fb487.svg"); }

.ID {
  background-image: url("/assets/flags/ID-61ea3574dc1c2c0aad3653cee4e329fc7f08fca3fa1583b64b02918de2414184.svg"); }

.IE {
  background-image: url("/assets/flags/IE-2c311f6a26a5a661405b073103a9b4801f5a501793493169127c736baef43d51.svg"); }

.IL {
  background-image: url("/assets/flags/IL-29a448a718311ea4f255bb1b146a80bf8d5d62603a6a46e553acecae13186a59.svg"); }

.IM {
  background-image: url("/assets/flags/IM-5eb112755db2c23b39dae2f311b8c07aac8167fc71a1b104487a3db0e23560a1.svg"); }

.IN {
  background-image: url("/assets/flags/IN-7735911dfaceff0395de7468935f147cbe82de7f92c99d2a019601a407bedc62.svg"); }

.IO {
  background-image: url("/assets/flags/IO-37239865125bcec56487fad9aa4f4ead08303aa57d991482a6f43248ed6cfeb5.svg"); }

.IQ {
  background-image: url("/assets/flags/IQ-7775eb157cc0ffc7d63b25671ff4581a327bdc6bab98d9c4364c496d220cfe94.svg"); }

.IR {
  background-image: url("/assets/flags/IR-5705154ab922814280e5fc0dda9971ba241116ca23c6851894e6e5dd433abc2a.svg"); }

.IS {
  background-image: url("/assets/flags/IS-ef595b385c9c05acc2a9c38eba685f9c9a55ff09377179cda0be44f32dd969bd.svg"); }

.IT {
  background-image: url("/assets/flags/IT-6fecdde9a2f71874190e5731995e271f6428989239868454c0f84db4a53f7233.svg"); }

.JE {
  background-image: url("/assets/flags/JE-d20608731b664e6313f1ad1db30307a2f12529798e4cb28b40976b0c29ab7fc1.svg"); }

.JM {
  background-image: url("/assets/flags/JM-3f4d1be110b8eae52dc901643f24ac6861aa3a067f8d9afde2460850a838107d.svg"); }

.JO {
  background-image: url("/assets/flags/JO-271aa54cc723a70251517e8f0eaf8586cd92e00c143992e66238c779dea7e25f.svg"); }

.JP {
  background-image: url("/assets/flags/JP-e5d584385ed1fe65f6360c19a5c0a9eee8acd80c6e736e7d90ba85f355f0b889.svg"); }

.KE {
  background-image: url("/assets/flags/KE-367b10c49c274d803dd017cead63a88be99464fbd727374f692027dcda12b62b.svg"); }

.KG {
  background-image: url("/assets/flags/KG-450f665a4f1a82d76ad6af9d6e3403c768f3f1aefeb5e34abf3435adce72ed97.svg"); }

.KH {
  background-image: url("/assets/flags/KH-3aed25821341290f2696a284bfe2ffb880392b7924201254b64119b555451ea7.svg"); }

.KI {
  background-image: url("/assets/flags/KI-52fe3e5b1582a20040bebeea1dd7210e153e5e9b290368ce451d22f644f2467d.svg"); }

.KM {
  background-image: url("/assets/flags/KM-a0b3b88cb32798295d8f2ba905aa8b34855613113de269a343df96979600a129.svg"); }

.KN {
  background-image: url("/assets/flags/KN-96948422b4b0b0a01ec941ddb75b6fb3d13ad42651c329e64c0c716aa90af0d6.svg"); }

.KP {
  background-image: url("/assets/flags/KP-e56cb1162a05fba3d4863dc78b69ea33f374e7c9e9a3a537f3c72b9d91617e9e.svg"); }

.KR {
  background-image: url("/assets/flags/KR-98324152351ef948847b6c18d5ac891ff5f030fd66962cc39bb1ab86a1d63a89.svg"); }

.KW {
  background-image: url("/assets/flags/KW-b901692a90277158f6795ed6a607ed01dae95832cad5699e1331b2a317fe8fb3.svg"); }

.KY {
  background-image: url("/assets/flags/KY-6114a87646c49b669eac270cfc70276f245eb285c7a929842750dc9d2eb029e6.svg"); }

.KZ {
  background-image: url("/assets/flags/KZ-3c01ae69a8b12c192412fe995480e418792ded4bda47a5550c5cf9e75759d479.svg"); }

.LA {
  background-image: url("/assets/flags/LA-870c922e4002e355f944bd4493ce9b47093ea62d19f8354a6e258968dd7ece5e.svg"); }

.LB {
  background-image: url("/assets/flags/LB-a27bb9134b75e8ea5c81913c316429a0962e306e128ee4b63efc22b046fe4de8.svg"); }

.LC {
  background-image: url("/assets/flags/LC-2ac45afefb177cfca709bf24862bf1f36779d37a285bde4800168ae152df1f5b.svg"); }

.LGBT {
  background-image: url("/assets/flags/LGBT-53fb76976dd39cc360329ebcd04e71f2cf475f18a8a5cf9b77670594ee1f77b5.svg"); }

.LI {
  background-image: url("/assets/flags/LI-58388772af802d17e27bff216039575274d70cda0d3c3f5209d6caad600c8efa.svg"); }

.LK {
  background-image: url("/assets/flags/LK-6e8d38907b21c34643d701cbaad8469c0e76ac73736f21ec1bb48c63b167a4d7.svg"); }

.LR {
  background-image: url("/assets/flags/LR-d06966754f75f28f3feba056a345603c1848a524c85272540381162422c37876.svg"); }

.LS {
  background-image: url("/assets/flags/LS-c77e4d37c6605ee3f8cb94aa2c8735c4676c81a99f1ab0c7665ac2631e3ad0b8.svg"); }

.LT {
  background-image: url("/assets/flags/LT-68538ee14bcf934fb7d20771bd6d0e0c22adcb9d45cf388d94214f92e7817587.svg"); }

.LU {
  background-image: url("/assets/flags/LU-8fecee6805faaa1ce2a6e09313fc49f6dd8b91988275b69cd6c5ec42c0643d2a.svg"); }

.LV {
  background-image: url("/assets/flags/LV-54351044a1be1e63d100f616dd4adf80cebce1f1962924140438184588add43a.svg"); }

.LY {
  background-image: url("/assets/flags/LY-d28008922671992a3fd1e5cc42ef58a49179b09d188a7f363b70c1f4d70b958e.svg"); }

.MA {
  background-image: url("/assets/flags/MA-090b24b7eda5911380c97f93c5139d899143d28f8c93974a5ec51b7a1ed16463.svg"); }

.MC {
  background-image: url("/assets/flags/MC-05acfe0a6f29bd4a1283945789d516e6fc428b64742b369ef90f9dcc2ac01b1e.svg"); }

.MD {
  background-image: url("/assets/flags/MD-890711eaa9d9e306c3da94d28306cd30a7d994e5ad7b083872ca249283791539.svg"); }

.ME {
  background-image: url("/assets/flags/ME-12a41ed4d0083801e55e80eb0000e952c036346397bd2be41948335a8e8b5958.svg"); }

.MF {
  background-image: url("/assets/flags/MF-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.MG {
  background-image: url("/assets/flags/MG-e0e29e1b2e8b1dd794ee81ef50b5ef86627721e607eeb52c9845a47bf0762508.svg"); }

.MH {
  background-image: url("/assets/flags/MH-19f4c12a8486351a722e2b57fc0279d8c1b027fddd23323ccabd94ab11de94f5.svg"); }

.MK {
  background-image: url("/assets/flags/MK-79a0db0b2caa6488df55ac51ded2b1708c762231c1f5c2ea7ebf549b1f96c406.svg"); }

.ML {
  background-image: url("/assets/flags/ML-b023320e69868c4d96e5403595623196811ea926e7964d76ad312963bb68918c.svg"); }

.MM {
  background-image: url("/assets/flags/MM-961e58c1624d0e04dbc6cb9f50c61e282711d6b8d79606cd60c8c050bc2a9164.svg"); }

.MN {
  background-image: url("/assets/flags/MN-fbae096768387bb88fbd0fa2d5e8317d0fd2cf494122d83722c871ae94e6d2a6.svg"); }

.MO {
  background-image: url("/assets/flags/MO-d3736d4e345ed7a04f8c34dcd72005b690ae38e68c6beec383fdef7984664cff.svg"); }

.MP {
  background-image: url("/assets/flags/MP-4b31120ca99097f492bdd4697c7321d661420dfabe93cdfdd4f070d7f05626af.svg"); }

.MQ {
  background-image: url("/assets/flags/MQ-69e3578c8b513111c06cda32eca52cd77bfcf6a994c769c5ba7fe01cb9c897cb.svg"); }

.MR {
  background-image: url("/assets/flags/MR-237c1a38d6510adbb84183f3679fbf6a40b42ecdb3d244b6c6542b3fc8f0e67b.svg"); }

.MS {
  background-image: url("/assets/flags/MS-a707819aba5e2a453e8a9fc05827b0d37be43b9fde4d8b8c4f4b4da784be2279.svg"); }

.MT {
  background-image: url("/assets/flags/MT-656085439389404c1a0ff8992234ff219ae9f100f1127b2d854e05c358ffe8f8.svg"); }

.MU {
  background-image: url("/assets/flags/MU-93bedd4e95f91f4b827da151df9da63ca08d6fbccdb32bffb22cea0c3e22771a.svg"); }

.MV {
  background-image: url("/assets/flags/MV-1a8914bdb40d4e6aacf03c734c981eb3e53ab7ea8c6819d32fb0811050fe365c.svg"); }

.MW {
  background-image: url("/assets/flags/MW-002ec66a6c3364bbaff9e2a2aa5fa04efeab9168aa804f0fa881c2dedaaa7275.svg"); }

.MX {
  background-image: url("/assets/flags/MX-a37250e6f45df485858e863a34939c87537fcb6b389ecddc8504217cbcd85150.svg"); }

.MY {
  background-image: url("/assets/flags/MY-d6f8e65b494fae522863faa43a3feacfc5f11f91c77c56a39b0c1b105c7b16d3.svg"); }

.MZ {
  background-image: url("/assets/flags/MZ-7658c883e09531597bf7733790b80ead9e20cda611d423325811c9113af3f771.svg"); }

.NA {
  background-image: url("/assets/flags/NA-6ec70e0a3e302d004c4abf8ce1b0e1d090fcd3346e48875c2fd74038e0aa9cfd.svg"); }

.NC {
  background-image: url("/assets/flags/NC-2d5d54c1fa7cc3912aa560f315f499db8371aa5920885390c220bec637a7d735.svg"); }

.NE {
  background-image: url("/assets/flags/NE-0c05fd1f01efb44f9b011d1b90b4a37a069d02a79fe3de9af8570066d667f28c.svg"); }

.NF {
  background-image: url("/assets/flags/NF-9e64274945ff808ee969b650d6592f6487524d8e91e1058f9c45ff66be9788b5.svg"); }

.NG {
  background-image: url("/assets/flags/NG-7aab53b1e8aac7f123646c6187313471c7c7305dc64e0ab1c7eb07229b8328aa.svg"); }

.NI {
  background-image: url("/assets/flags/NI-1e7aa3e3ff2d79f085ffa6e6d81db9ec07cf9c1754947e32abcda5c99ec2c125.svg"); }

.NL {
  background-image: url("/assets/flags/NL-a33343966c2435ee366ebdbad714b7eb1f448aada197c3437d1d9d0e3035a208.svg"); }

.NO {
  background-image: url("/assets/flags/NO-84df01c1c365964b2fba8eac69068dd090a04f5db0b45e6646bb9fe3962e6834.svg"); }

.NP {
  background-image: url("/assets/flags/NP-f167790221160d5c602e093b7be773a9655c97c7e65d76e368743e83e069e082.svg"); }

.NR {
  background-image: url("/assets/flags/NR-5a7a5ad5110839e6115485270cfa6d23188523b0432f5ef420e39e4ebac217f9.svg"); }

.NU {
  background-image: url("/assets/flags/NU-c4bb39ae2a53908ff90d605f1ecc045e9e0a6875e9267e20f81326cda17d6437.svg"); }

.NZ {
  background-image: url("/assets/flags/NZ-03da31ef5c73af16636af798412a62bec0538544863e6554cf34a6f102832636.svg"); }

.OM {
  background-image: url("/assets/flags/OM-112f96ca50d6f41ef0284b065db49bd2eba0a0988a84ff8b1a22c8f5cfac3481.svg"); }

.PA {
  background-image: url("/assets/flags/PA-7e242e6499ad021854c5b54714a12b184a89dc28b5fd52a75db0549488e0f110.svg"); }

.PE {
  background-image: url("/assets/flags/PE-ff1e0b999537b3056db20602e5f4b72fa729b1302f74ce9795c893928e807442.svg"); }

.PF {
  background-image: url("/assets/flags/PF-bf654e023db03fa259ee4071246ef30483266b5489133379a2b9ec4730efc90d.svg"); }

.PG {
  background-image: url("/assets/flags/PG-f2cd690cedea39aec35e5185e43bd66ff30c29b0eb5d311e6e366fcc4d459767.svg"); }

.PH {
  background-image: url("/assets/flags/PH-2c57e411905cf7968a972637078d977ad435e8213d0a0e8c31c89a421630a68b.svg"); }

.PK {
  background-image: url("/assets/flags/PK-db76e4a64087dd04b69003ef459d5fcdc22baded58bd35d04b6ec6effd927bd0.svg"); }

.PL {
  background-image: url("/assets/flags/PL-80908644f6490786145e9b6727e3051a6310985ea38d38d3e5b1da016710fb77.svg"); }

.PM {
  background-image: url("/assets/flags/PM-eb2f7b9f010f966c5349e4da8a69b27e9eba47cba32934ffa7320bb8e0b50518.svg"); }

.PN {
  background-image: url("/assets/flags/PN-1c9e224b8e2df16ef898938a9b3d25a041ebb2f21a4b52d8fcc2f8a244e7c824.svg"); }

.PR {
  background-image: url("/assets/flags/PR-addc9cc3674368498fcf889345cbb142c8284d5d844e5f226129b0af70dc6184.svg"); }

.PS {
  background-image: url("/assets/flags/PS-15b048324d3c8cef4eea5af1f483c1941f647867f8c58d36517e5b2e996ca964.svg"); }

.PT {
  background-image: url("/assets/flags/PT-bbc5bb829376a591032bb8248fcdf9da968d785c01656bae36b9e75ed15ec847.svg"); }

.PW {
  background-image: url("/assets/flags/PW-e7863fe1abe75d6b09db0e077ac5620e85fa8f35e226a44f6537f0a1763e7d65.svg"); }

.PY {
  background-image: url("/assets/flags/PY-c819245e1e6722233e5cd2583a51ed678382d5bfdb5a1ff6e1ffde985d5c21d6.svg"); }

.QA {
  background-image: url("/assets/flags/QA-f1c2970c41c89d3599d8060322817f4e28946e841e01dd2bacceeadef38d99d5.svg"); }

.RE {
  background-image: url("/assets/flags/RE-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.RO {
  background-image: url("/assets/flags/RO-a6bbac9af9f62dad201ed6ff1c69e1b88a42a12ed12aaa0aa653c0ed98a0f245.svg"); }

.RS {
  background-image: url("/assets/flags/RS-827d53abcee812cf32d2d185cabbe78fae45ca3b095b74bd9e3a038f439f562f.svg"); }

.RU {
  background-image: url("/assets/flags/RU-dc1889c4618e36095b973b38ea6f078dc9e16ba042fdd0f56763f67d83c335c2.svg"); }

.RW {
  background-image: url("/assets/flags/RW-386e9c53c9ae43e427d2503a53c7465ce888479ca74e6db2c0d946c3b09f17f6.svg"); }

.SA {
  background-image: url("/assets/flags/SA-28a382e9bb4d80eab24c68a517f17c7e9731abd459ceb57279e911d0091bf16a.svg"); }

.SB {
  background-image: url("/assets/flags/SB-ff2fb48192f73ee26f48e5ea5fb9c90713bb1cc82be31eff5730ea6db5974957.svg"); }

.SC {
  background-image: url("/assets/flags/SC-afb409a2bceae09413f733177f1838ef6c7dd15a29c0802e9f6f413d34b11f92.svg"); }

.SD {
  background-image: url("/assets/flags/SD-99715cbb24965dcf41bdfcd292abdbfabc8686ac2622bc4607a0fafac856669d.svg"); }

.SE {
  background-image: url("/assets/flags/SE-390afa184a05660d9763909b69fc7abe7f521f76d71adba32b3553d3f75b5042.svg"); }

.SG {
  background-image: url("/assets/flags/SG-e5ba467004b2ad92ecf95e844d469cbf346df9be177a97113ef6337fea731451.svg"); }

.SH {
  background-image: url("/assets/flags/SH-08988055099eaf8da11ea9fc3158756053ad93da13e12c6edba2cd11ee26b1fc.svg"); }

.SI {
  background-image: url("/assets/flags/SI-893ef0cb140e3828eb964b48863c17bbf8d3b7aba0a1da4a5805dad2f6d9d355.svg"); }

.SJ {
  background-image: url("/assets/flags/SJ-84df01c1c365964b2fba8eac69068dd090a04f5db0b45e6646bb9fe3962e6834.svg"); }

.SK {
  background-image: url("/assets/flags/SK-6fefdc8e88cf4a2feab60fb54316198163a6be2cf135c80a384f0672eb9fe9e0.svg"); }

.SL {
  background-image: url("/assets/flags/SL-9901de7cff470cdf6f74610a37a335ec4396916ec9822e5a29e4ad8e8890efef.svg"); }

.SM {
  background-image: url("/assets/flags/SM-1ccb133f498eefecd81635e63715366140b96c6c207975c1236c4c9d5e203ab4.svg"); }

.SN {
  background-image: url("/assets/flags/SN-78a0b41776dae88799411cfc5f51bf8d29259638ceb59d355354a4f0078a5d29.svg"); }

.SO {
  background-image: url("/assets/flags/SO-b87e06c6999bad1127730bc76c44a95a888af0005abab6db62bf8d3d5e1a9208.svg"); }

.SR {
  background-image: url("/assets/flags/SR-a0aba0967ab1c7552fcfb6a683ed627ddc8d64579eb87a49b03fe755ff3494dd.svg"); }

.SS {
  background-image: url("/assets/flags/SS-408f9151eb65281a5f4198f0ed11d35b06e9366828464fd33bf74fff88703938.svg"); }

.ST {
  background-image: url("/assets/flags/ST-207de8fb85497ae748fe7a3730607e8115a53a77bd0c2ced659cb798e64c80bf.svg"); }

.SV {
  background-image: url("/assets/flags/SV-a76d7f612f0e6a745b0876339bfea41920447fc6fd20205180c6a1395d35167f.svg"); }

.SX {
  background-image: url("/assets/flags/SX-4f5e4dd30dd015d317111c4994c25c23401ca4bade73eef816fb54c49bc4d6ee.svg"); }

.SY {
  background-image: url("/assets/flags/SY-c2d14c5f555e70d1639971e6e1b82cc79108b34ce46c2b0fc28cde00f2e506e5.svg"); }

.SZ {
  background-image: url("/assets/flags/SZ-1517bca295f34751c06400d755a2904c7ca24be8ebf107911b52c5bfdda304b9.svg"); }

.TC {
  background-image: url("/assets/flags/TC-1ba87cf1bef8e9e2777a85e102623f39bcad6be11e7cb8ac6dbd015acfbc0c65.svg"); }

.TD {
  background-image: url("/assets/flags/TD-0f07a53ace9bd6de1d419888807924d4badd4c6fadcf91e7da7abbde0b08d90a.svg"); }

.TF {
  background-image: url("/assets/flags/TF-05f889b6fd49a15c5425a6d1a24b1ba95f3f7a57fed930c78d98be765cf73ee8.svg"); }

.TG {
  background-image: url("/assets/flags/TG-b7ea5781c2a92d6e3a431ccc7f92da5cd016d16d32c67e9fbb4939d4120befe2.svg"); }

.TH {
  background-image: url("/assets/flags/TH-806ce4b57325bc7707695fc1914b933f49acccbd831e4ad58db9194701b93988.svg"); }

.TJ {
  background-image: url("/assets/flags/TJ-deb8285a1613c44cb8f91e20500962096c2278f01a0cb81bbf7dbf0b9e5ef54d.svg"); }

.TK {
  background-image: url("/assets/flags/TK-3a071f10668d19843b4f08a11f0625a029f7e3f3aa18fb244de68bf5d76cd0c1.svg"); }

.TL {
  background-image: url("/assets/flags/TL-1d228246409f1699ebc3809d1dd983f8a4fb72b3899943243fa73cf7e103c291.svg"); }

.TM {
  background-image: url("/assets/flags/TM-a86151fc98357b1a6641939e5792a8e2777059ce104294a92d4c2ed559768266.svg"); }

.TN {
  background-image: url("/assets/flags/TN-e16e52f30acda3ed36d954e1197f280c43010c8efb2844788c18af1d955ad766.svg"); }

.TO {
  background-image: url("/assets/flags/TO-85e5c96e81a333508b0193d8a2231570d884fd89fb4353511595aac74aa3c5f9.svg"); }

.TR {
  background-image: url("/assets/flags/TR-15b4adc23de4259d7c237b121f3ba034fe8037470751badbe5e8089ea9cfcfc2.svg"); }

.TT {
  background-image: url("/assets/flags/TT-d1a57254bbfa4d50bc7b4cf98101c5240c391e22c84c64d74d1f9d6aba64cf70.svg"); }

.TV {
  background-image: url("/assets/flags/TV-4e7ba2a0c25603e0227f868cc6625adb64064a190bd81734aa7696f4c960db5b.svg"); }

.TW {
  background-image: url("/assets/flags/TW-9eb0a0c623ca086d99dfe083390d68bb0a135be9146773e4326f9cf6d2ff4719.svg"); }

.TZ {
  background-image: url("/assets/flags/TZ-9f792322c1eca2af8b41007acb00172c9dc79adde3aee232b26ee509e22cd0e1.svg"); }

.UA {
  background-image: url("/assets/flags/UA-0151948edafb4030231b3196bcb48174eac6b7d8e6e66a4e18bd6969d76dc7a9.svg"); }

.UG {
  background-image: url("/assets/flags/UG-660469f90d990594d9ea455da17be409693ee3c51d51ca7fcbadafb37d1ffa92.svg"); }

.UM {
  background-image: url("/assets/flags/UM-dc85eefa94ee9effb0e8c0cda493a8590c2fb948167cdd469508103634f9b895.svg"); }

.US-CA {
  background-image: url("/assets/flags/US-CA-b3612528d5bfd927366e9749fd60f00e3d4a25f66bab62d9b81a462d710102f3.svg"); }

.US {
  background-image: url("/assets/flags/US-dc85eefa94ee9effb0e8c0cda493a8590c2fb948167cdd469508103634f9b895.svg"); }

.UY {
  background-image: url("/assets/flags/UY-c693ca003747ca561b454ceafbdff0a3505421737a5a2397cc59cef0de389af7.svg"); }

.UZ {
  background-image: url("/assets/flags/UZ-2dccdff684a1965359bce45945dddd1216af0b6063f61e38f40524df0fed3fd6.svg"); }

.VA {
  background-image: url("/assets/flags/VA-d0365dfa2780105bddd07aeeb88fb8400a098a82404ee6216b1d393150ee79e2.svg"); }

.VC {
  background-image: url("/assets/flags/VC-3cc2ecc344fcece9323a8104e94128fbfe8b7f5adfda04dc15d77e425c70b649.svg"); }

.VE {
  background-image: url("/assets/flags/VE-07fcd4ecd9e28e59a8fdffbc90c1371a5c3e84774c9a520f2081ab5ae8f5477b.svg"); }

.VG {
  background-image: url("/assets/flags/VG-2b91558fa74b9d202f1b6b97146c0eb5f648eba08a79837cf2596dd7405124f0.svg"); }

.VI {
  background-image: url("/assets/flags/VI-bbabd3781a133a37da14f729d5cc885b7fa1451544369a3624263f394d3255fa.svg"); }

.VN {
  background-image: url("/assets/flags/VN-5a31cfa776f1497d6e8d88bfe35d77c792b87351c6590764495d2afdb84b8bf5.svg"); }

.VU {
  background-image: url("/assets/flags/VU-2589bcc201de41a4af30a05fd04f83bd8a1c532d86abae010b4a7710abe891a1.svg"); }

.WF {
  background-image: url("/assets/flags/WF-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.WS {
  background-image: url("/assets/flags/WS-3efb07ce8a7c64113956bf6392861fb0bd4817ef6d46b0a5cfef17cd6aae381d.svg"); }

.XK {
  background-image: url("/assets/flags/XK-625e7559d42970ad3d13a3ece1416944ffbbdc868d10ca045f5fb472c0ff1d13.svg"); }

.YE {
  background-image: url("/assets/flags/YE-bd1194fbea0e7c7270bbc89d9b1d21b5238e02586bb733e3c1eca327327470f4.svg"); }

.YT {
  background-image: url("/assets/flags/YT-ed3cbbb0d87bd4d7ae88e5da2d257cae3af7c2859971e2c32e9ebf83fc724fbb.svg"); }

.ZA {
  background-image: url("/assets/flags/ZA-04755a1a9f65ffa25c3bd1764ba53a2f249cb731c82ad146a9d602757e7fda2b.svg"); }

.ZM {
  background-image: url("/assets/flags/ZM-4a8b22f998b23f7241ac2b9a853368db9e2744fd78801157d0e60ab90184cdaf.svg"); }

.ZW {
  background-image: url("/assets/flags/ZW-e025ca301ac69add62678f6935df30c0f5217f41e94b913ac9771421dc0e0ef4.svg"); }

.order_wrap .widget_life_time {
  border: none; }
  .order_wrap .widget_life_time .widget_content {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #f1f6fa;
    background: -moz-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: -webkit-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: linear-gradient(to right, #f1f6fa 0%, #fafcfd 100%);
    border: #d5e4ea 1px solid; }
  .order_wrap .widget_life_time .widget_title {
    border-bottom: none; }
    .order_wrap .widget_life_time .widget_title h2 {
      color: #42596e;
      font-size: 16px;
      padding-bottom: 3px; }
.order_wrap .life_time_item {
  display: table;
  width: 100%;
  padding: 10px 3% 10px 14%;
  position: relative; }
  .order_wrap .life_time_item:before {
    content: '';
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 15px; }
  .order_wrap .life_time_item:first-child:before {
    background-image: url("/assets/cabinet/life_time_icon1-176a028f4ea1f637ef40d1456907704516d9644d60f78c80126644535c46bec1.png");
    background-repeat: no-repeat; }
  .order_wrap .life_time_item:nth-child(2):before {
    background-image: url("/assets/cabinet/life_time_icon2-9fd73df2061bf78935ff158fd301c582ef9feac758a12007b785548774336b89.png");
    background-repeat: no-repeat; }
  .order_wrap .life_time_item:last-child:before {
    background-image: url("/assets/cabinet/life_time_icon3-e490afc5e53a313b1c18424566aad7dfef8090fcc6c115b4b84948de926a2918.png");
    background-repeat: no-repeat; }
  .order_wrap .life_time_item.active {
    background: #d2eff7;
    background: -moz-linear-gradient(left, #d2eff7 0%, #e2eaf0 100%);
    background: -webkit-linear-gradient(left, #d2eff7 0%, #e2eaf0 100%);
    background: linear-gradient(to right, #d2eff7 0%, #e2eaf0 100%); }
    .order_wrap .life_time_item.active:after {
      background: url("/assets/cabinet/life_time_check-1404818e10005c2d2fc8a6761766ca420d6a32d9474d46a357b04e8006a9047e.png") no-repeat;
      content: '';
      display: block;
      width: 40px;
      height: 50px;
      position: absolute;
      top: 2px;
      left: 2px; }
    .order_wrap .life_time_item.active:first-child:before {
      background-position: 0 -110px; }
    .order_wrap .life_time_item.active:nth-child(2):before {
      background-position: 0 -106px; }
    .order_wrap .life_time_item.active:last-child:before {
      background-position: 0 -104px; }
    .order_wrap .life_time_item.active .life_time_description {
      color: #54718c; }
    .order_wrap .life_time_item.active .life_time_procent span strong {
      color: #54718c; }
.order_wrap .life_time_description {
  color: #859baf;
  float: left;
  width: 75%; }
  .order_wrap .life_time_description span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .order_wrap .life_time_description p {
    color: #919292;
    font-size: 13px;
    line-height: 12px;
    font-style: italic; }
.order_wrap .life_time_procent {
  float: right;
  width: 22%;
  text-align: right; }
  .order_wrap .life_time_procent span {
    color: #fe7a4e;
    font-size: 18px;
    font-weight: bold;
    font-style: italic; }
    .order_wrap .life_time_procent span strong {
      color: #869bae;
      font-style: normal;
      margin-right: 0.2em; }

.widget.widget_one_time {
  border: none; }
  .widget.widget_one_time .widget_content {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #f1f6fa;
    background: -moz-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: -webkit-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: linear-gradient(to right, #f1f6fa 0%, #fafcfd 100%);
    border: #d5e4ea 1px solid; }
  .widget.widget_one_time .widget_title {
    border-bottom: none; }
    .widget.widget_one_time .widget_title h2 {
      color: #42596e;
      font-size: 16px;
      padding-bottom: 3px; }

.one_time_item {
  text-align: center;
  padding: 0 3% 12px 3%; }
  .one_time_item .one_time_description {
    border-bottom: #c2d2d8 1px solid;
    padding: 17px 8% 8px 8%; }
    .one_time_item .one_time_description i {
      color: #919292;
      line-height: 16px; }
    .one_time_item .one_time_description p {
      color: #3b4b51;
      font-size: 20px;
      font-style: italic;
      font-weight: bold; }
      .one_time_item .one_time_description p span {
        color: #ff703c;
        margin: 0 0.2em; }
  .one_time_item .one_time_discount span {
    color: #ec6609;
    display: block;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0; }
    .one_time_item .one_time_discount span strong {
      background-color: #fff;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: #d9e7ec 2px solid;
      display: inline-block;
      width: 46px;
      height: 46px;
      margin: 0.1em;
      font-size: 13px; }
  .one_time_item .one_time_discount .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    display: block;
    max-width: 217px;
    width: 70%;
    margin: 0 auto; }
    .one_time_item .one_time_discount .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .one_time_item .one_time_discount .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.many_time .one_time_item {
  padding-bottom: 5px; }
  .many_time .one_time_item:not(:last-child) {
    border-bottom: #c2d2d8 1px solid; }
  .many_time .one_time_item .one_time_description {
    padding: 5px 0; }
    .many_time .one_time_item .one_time_description i {
      font-size: 12px; }
    .many_time .one_time_item .one_time_description p {
      font-size: 15px; }
  .many_time .one_time_item .one_time_discount {
    overflow: hidden;
    padding-top: 10px; }
    .many_time .one_time_item .one_time_discount span {
      float: left;
      font-size: 18px;
      line-height: 18px;
      width: 50%;
      text-align: right;
      padding: 0; }
      .many_time .one_time_item .one_time_discount span strong {
        border: none;
        background: none;
        width: auto;
        height: auto; }
    .many_time .one_time_item .one_time_discount .button {
      float: right;
      width: 47%; }
  .many_time .one_time_item.active {
    background: #f1eed7;
    background: -moz-linear-gradient(left, #f1eed7 0%, #f7f6ea 100%);
    background: -webkit-linear-gradient(left, #f1eed7 0%, #f7f6ea 100%);
    background: linear-gradient(to right, #f1eed7 0%, #f7f6ea 100%); }

.no_discounts {
  color: #869bae;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 89px 0; }

.widget_order_summary {
  box-shadow: 0 0 10px #b1d4d0;
  -moz-box-shadow: 0 0 10px #b1d4d0;
  -webkit-box-shadow: 0 0 10px #b1d4d0;
  border: #b1d4d0 2px solid; }
  .widget_order_summary .widget_title {
    border-bottom: #d5e4ea 1px solid;
    margin: 0 3%;
    text-align: center;
    padding: 5px 0; }
    .widget_order_summary .widget_title h2 {
      color: #5868a3;
      font-size: 18px;
      font-weight: normal;
      text-transform: uppercase; }
  .widget_order_summary .widget_content {
    padding: 10px 3%; }
    .widget_order_summary .widget_content .order_summary_title h3 {
      color: #5b5b5b;
      font-size: 15px;
      font-weight: normal;
      word-wrap: break-word; }
    .widget_order_summary .widget_content .order_summary_title + ul {
      margin-left: 30px; }
      .widget_order_summary .widget_content .order_summary_title + ul li span {
        font-size: 13px; }
    .widget_order_summary .widget_content ul {
      list-style: none; }
      .widget_order_summary .widget_content ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 3px 0; }
        .widget_order_summary .widget_content ul li span {
          color: #707175;
          font-size: 14px;
          float: left;
          line-height: 17px; }
        .widget_order_summary .widget_content ul li .tooltip {
          background: url("/assets/cabinet/tooltip_icon-d3b8b863e0885b019f1db3e9cdb02b41f6aee225653872b9536a8297be9a0c0a.png") left center no-repeat;
          background-size: 15px;
          cursor: pointer;
          float: left;
          width: 15px;
          height: 15px;
          margin: 1px 0 0 5px; }
        .widget_order_summary .widget_content ul li p {
          color: #818181;
          font-size: 13px;
          float: right;
          line-height: 17px; }
    .widget_order_summary .widget_content .order_summary_price {
      border-top: #d5e4ea 1px solid;
      border-bottom: #d5e4ea 1px solid;
      margin: 16px 0; }
      .widget_order_summary .widget_content .order_summary_price > div {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 4px 0; }
      .widget_order_summary .widget_content .order_summary_price span {
        float: left; }
      .widget_order_summary .widget_content .order_summary_price p {
        float: right; }
      .widget_order_summary .widget_content .order_summary_price .order_summary_save {
        color: #47ba73;
        font-style: italic; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_save span {
          font-size: 15px; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_save p {
          font-size: 13px; }
      .widget_order_summary .widget_content .order_summary_price .order_summary_total_price {
        color: #5b5b5b; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_total_price span {
          font-size: 16px; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_total_price p {
          font-size: 15px;
          font-weight: bold; }
  .widget_order_summary .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    width: 85%;
    margin: 0 auto; }
    .widget_order_summary .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .widget_order_summary .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.order_wrap .widget_payments_security .widget_title {
  border-bottom: #e5e5e5 1px solid;
  padding: 10px 0;
  margin-bottom: 20px; }
  .order_wrap .widget_payments_security .widget_title h2 {
    color: #646c70;
    font-size: 18px;
    font-weight: normal;
    text-align: center; }
.order_wrap .widget_payments_security .payments_security_services {
  overflow: hidden;
  margin-bottom: 20px; }
.order_wrap .widget_payments_security .payments_security_item {
  float: left;
  width: 15.666666%;
  margin: 0 0.5%; }
  .order_wrap .widget_payments_security .payments_security_item img {
    max-width: 100%;
    height: auto; }
.order_wrap .widget_payments_security .payments_security_badges {
  border-top: #e5e5e5 1px solid;
  overflow: hidden;
  padding: 10px 0; }
.order_wrap .widget_payments_security .payments_security_badge_item {
  border-left: #e5e5e5 1px solid;
  float: left;
  width: 50%;
  padding: 0 10%; }
  .order_wrap .widget_payments_security .payments_security_badge_item:first-child {
    border-right: none; }
  .order_wrap .widget_payments_security .payments_security_badge_item:last-child {
    border-right: #e5e5e5 1px solid; }
  .order_wrap .widget_payments_security .payments_security_badge_item img {
    max-width: 100%;
    height: auto; }

.widget_special_offer {
  background-color: #f1fffe;
  border: #d5e4ea 1px solid; }
  .widget_special_offer .widget_title {
    border-bottom: #d5e4ea 1px solid;
    text-align: center;
    padding: 5px 0; }
    .widget_special_offer .widget_title h2 {
      color: #ff6e3b;
      font-size: 16px;
      font-weight: normal; }
  .widget_special_offer .widget_content {
    padding-bottom: 20px; }
    .widget_special_offer .widget_content .special_offer_title {
      color: #5c6b72;
      font-size: 12px;
      font-style: italic;
      text-align: center;
      margin-top: 3px; }
    .widget_special_offer .widget_content .timer {
      border-bottom: #d5e4ea 1px solid;
      text-align: center; }
      .widget_special_offer .widget_content .timer span {
        color: #5c6b72;
        font-size: 70px;
        display: inline-block;
        vertical-align: middle; }
    .widget_special_offer .widget_content .special_offer_item {
      border-bottom: #d5e4ea 1px solid;
      overflow: hidden;
      padding: 25px 3%; }
      .widget_special_offer .widget_content .special_offer_item:nth-child(even) {
        background-color: #eaf8f7; }
      .widget_special_offer .widget_content .special_offer_item .checker {
        float: left;
        width: 20px;
        height: 20px; }
        .widget_special_offer .widget_content .special_offer_item .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
      .widget_special_offer .widget_content .special_offer_item label {
        color: #646c70;
        float: left;
        line-height: 20px;
        width: 122px;
        margin-left: 10px; }
      .widget_special_offer .widget_content .special_offer_item > span {
        color: #454545;
        float: left;
        width: 65px;
        position: relative;
        text-align: center; }
        .widget_special_offer .widget_content .special_offer_item > span:before {
          background: url("/assets/cabinet/special_offer_devider-41cba61ba9154f8d1c16ed0f4c7e4042beb64246c810d3200eb3ac56621dff2e.png") center center no-repeat;
          background-size: 60px;
          content: '';
          display: block;
          width: 100%;
          height: 5px;
          position: absolute;
          top: 6px;
          left: 0; }
        .widget_special_offer .widget_content .special_offer_item > span i {
          color: #969696;
          display: block;
          font-size: 11px;
          line-height: 11px;
          text-align: center; }
      .widget_special_offer .widget_content .special_offer_item strong {
        color: #ff6e3b;
        float: left;
        max-width: 55px;
        text-align: center; }
        .widget_special_offer .widget_content .special_offer_item strong i {
          color: #969696;
          display: block;
          font-size: 11px;
          line-height: 11px;
          font-weight: normal;
          text-align: center; }
  .widget_special_offer .special_next_time {
    text-align: center;
    margin-top: 10px; }
    .widget_special_offer .special_next_time + .special_offer_price {
      padding-top: 10px; }
    .widget_special_offer .special_next_time i {
      color: #40acd7;
      display: block;
      font-size: 17px; }
  .widget_special_offer .special_offer_price {
    color: #646d72;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px 0; }
    .widget_special_offer .special_offer_price span {
      display: inline-block;
      vertical-align: top; }
    .widget_special_offer .special_offer_price p {
      display: inline-block;
      vertical-align: top; }
  .widget_special_offer .pp_express_submit {
    width: 150px;
    margin: 0 auto; }
  .widget_special_offer .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    text-transform: uppercase;
    cursor: pointer;
    width: 75%;
    margin: 0 auto; }
    .widget_special_offer .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .widget_special_offer .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .widget_special_offer .button.disabled {
      background: #cfdbdb; }

.chat {
  box-shadow: 0 0 15px #d8d8da;
  -moz-box-shadow: 0 0 15px #d8d8da;
  -webkit-box-shadow: 0 0 15px #d8d8da;
  overflow: hidden; }
  .chat .widget_title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4b5466;
    background: -moz-linear-gradient(top, #4b5466 0%, #3f495a 100%);
    background: -webkit-linear-gradient(top, #4b5466 0%, #3f495a 100%);
    background: linear-gradient(to bottom, #4b5466 0%, #3f495a 100%);
    text-align: center;
    padding: 8px 0; }
    .chat .widget_title h2 {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      font-weight: normal; }
      .chat .widget_title h2 span {
        background: url("/assets/cabinet/chat_title_icon-53bacb34f6fe055a8e76d96c18fb42a121285a37cca09aca4349cd532286e101.png") left center no-repeat;
        padding-left: 25px; }
    .chat .widget_title .tooltip {
      margin-left: 10px;
      display: inline-block; }

.chat_messages {
  border-bottom: #c3c6ce 1px solid;
  padding: 13px 5%;
  height: 385px; }
  .chat_messages:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.chat_item {
  overflow: hidden;
  margin-bottom: 15px; }
  .chat_item .chat_info {
    width: 60px;
    float: left;
    padding-right: 12px;
    text-align: center; }
    .chat_item .chat_info img {
      height: 29px;
      width: 27px; }
    .chat_item .chat_info span {
      color: #93999c;
      display: block;
      font-size: 11px;
      text-align: center;
      margin-top: 3px; }
    .chat_item .chat_info i {
      background: url("/assets/cabinet/chat_top-6c8d9de39ac2ff953c739df0626935064b02d806ec33d86848339707be9ee4a5.png") no-repeat;
      background-position: center top;
      background-size: 60px;
      display: block;
      color: #fff;
      font-size: 10px;
      text-align: center; }
  .chat_item .chat_message {
    float: left;
    width: calc(100% - 60px); }
    .chat_item .chat_message p {
      color: #787e81;
      font-size: 12px;
      font-style: italic;
      line-height: 16px;
      word-break: break-word; }
  .chat_item .chat_message_item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ededed;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    position: relative; }
    .chat_item .chat_message_item:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 6px 0;
      border-color: transparent #ededed transparent transparent;
      position: absolute;
      top: 10px;
      right: 100%; }
  .chat_item.chat_user .chat_info {
    float: right;
    padding-left: 12px;
    padding-right: 0; }
  .chat_item.chat_user .chat_message_item {
    background: #cce7fb;
    background: -moz-linear-gradient(-45deg, #cce7fb 0%, #e4f5f7 100%);
    background: -webkit-linear-gradient(-45deg, #cce7fb 0%, #e4f5f7 100%);
    background: linear-gradient(135deg, #cce7fb 0%, #e4f5f7 100%); }
    .chat_item.chat_user .chat_message_item:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #e4f5f7;
      right: inherit;
      left: 100%; }

.chat_detail {
  padding: 12px 15px 12px 10px;
  user-select: none;
  background-color: #f8fafc;
  border-bottom: #c3c6ce 1px solid; }
  .chat_detail p {
    font-size: 12px;
    color: #a5b0b4;
    font-style: italic;
    display: inline; }
  .chat_detail .chat_show_info {
    color: #19a1e5;
    text-decoration: underline;
    font-style: italic;
    font-size: 12px;
    margin-left: 9px;
    cursor: pointer; }
  .chat_detail .chat_detail_short {
    display: block; }
  .chat_detail .chat_detail_more {
    display: none; }
  .chat_detail.show_detail .chat_detail_short {
    display: none; }
  .chat_detail.show_detail .chat_detail_more {
    display: block; }

.chat_form {
  background-color: #f6f6f6;
  overflow: hidden;
  padding-bottom: 30px; }
  .chat_form textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 94%;
    display: block;
    margin: 25px auto 30px;
    height: 43px;
    resize: none;
    padding: 3px 4px;
    font-size: 12px; }
    .chat_form textarea::-webkit-input-placeholder {
      color: #c0c7ca;
      font-style: italic; }
    .chat_form textarea::-moz-placeholder {
      color: #c0c7ca;
      font-style: italic; }
    .chat_form textarea:-moz-placeholder {
      color: #c0c7ca;
      font-style: italic; }
    .chat_form textarea:-ms-input-placeholder {
      color: #c0c7ca;
      font-style: italic; }
  .chat_form .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    cursor: pointer;
    width: 80%;
    margin: 0 auto; }
    .chat_form .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .chat_form .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .chat_form .field_error {
    position: relative; }
    .chat_form .field_error .validation_error {
      bottom: -15px; }

.message_order_form .input_holder_error {
  position: relative;
  overflow: hidden; }
  .message_order_form .input_holder_error textarea {
    border-color: #f3480c; }
.message_order_form .validation_error {
  position: absolute;
  display: block;
  width: 92%;
  left: 4%;
  bottom: 6px;
  color: #f3480c; }

.order_wrap {
  font-family: 'PT Sans', sans-serif;
  width: 100%;
  font-size: 14px;
  min-height: 520px;
  margin-top: 14px;
  margin-bottom: 30px; }
  .order_wrap div.star-rating {
    width: 24px;
    height: 22px;
    background: url("/assets/cabinet/cabinet_star-4f1dcbab037f79af098dc216b01f9c4cf85ee25f707c1f93b2a7c1027af7f491.png") no-repeat 0 0;
    background-size: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 22px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important; }
    .order_wrap div.star-rating a {
      width: 24px;
      height: 100%;
      background: url("/assets/cabinet/cabinet_star-4f1dcbab037f79af098dc216b01f9c4cf85ee25f707c1f93b2a7c1027af7f491.png") no-repeat 0 top;
      background-size: 24px;
      border: 0;
      display: block; }
    .order_wrap div.star-rating-on a {
      background-position: 0 bottom !important; }
    .order_wrap div.star-rating-hover a {
      background-position: 0 bottom; }
    .order_wrap div.star-rating-readonly a {
      cursor: default !important; }
  .order_wrap div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .order_wrap div .rating-cancel a {
      display: block;
      width: 24px;
      height: 22px;
      background-position: 0 0;
      border: 0; }
    .order_wrap div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
  .order_wrap .ng-rating {
    background: url("/assets/cabinet/cabinet_star-4f1dcbab037f79af098dc216b01f9c4cf85ee25f707c1f93b2a7c1027af7f491.png") no-repeat 0 0;
    background-size: 24px;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 22px;
    margin: 0 2px; }
    .order_wrap .ng-rating.filled {
      background-position: 0 bottom; }
    .order_wrap .ng-rating[type="radio"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .order_wrap .content {
    background-color: #fff;
    border: #d5e4ea 1px solid;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 0; }
    .order_wrap .content > p {
      color: #646c70;
      font-size: 14px;
      line-height: 18px;
      padding: 0 2%; }
    .order_wrap .content ul.list,
    .order_wrap .content ol.list {
      margin: 20px 4%; }
      .order_wrap .content ul.list li,
      .order_wrap .content ol.list li {
        font-size: 14px;
        line-height: 22px;
        color: #434857; }
    .order_wrap .content > h2 {
      color: #f79700;
      font-size: 17px;
      margin-bottom: 10px;
      padding: 0 2%; }
    .order_wrap .content > h3 {
      color: #434857;
      font-size: 15px;
      margin-bottom: 10px;
      padding: 0 2%; }
  .order_wrap > div:not(.cabinet_nav_current) {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
  .order_wrap .sidebar {
    width: 330px;
    display: table-cell;
    vertical-align: top;
    padding-left: 38px; }
  .order_wrap .widget {
    width: 310px;
    margin-bottom: 15px; }
  .order_wrap .content_title {
    border-bottom: #e3e8eb 1px solid;
    padding-bottom: 10px;
    clear: both;
    margin: 15px 2%; }
    .order_wrap .content_title h1,
    .order_wrap .content_title h2,
    .order_wrap .content_title h3 {
      color: #54718c;
      display: inline-block;
      font-size: 16px;
      font-style: italic;
      font-family: 'PT Sans', sans-serif; }
    .order_wrap .content_title i {
      color: #94a3b0;
      float: right;
      font-size: 16px; }
  .order_wrap .pagination ul {
    list-style: none;
    text-align: center; }
    .order_wrap .pagination ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px; }
      .order_wrap .pagination ul li span {
        background-color: #dfe6e9;
        color: #929ca1;
        font-size: 14px;
        display: block;
        width: 42px;
        height: 32px;
        line-height: 32px; }
        .order_wrap .pagination ul li span.pag_prev {
          width: 84px; }
        .order_wrap .pagination ul li span.pag_next {
          width: 84px; }
        .order_wrap .pagination ul li span.current {
          background-color: #50c1f1;
          color: #fff; }
        .order_wrap .pagination ul li span a {
          color: #929ca1;
          display: block;
          text-decoration: none; }
  .order_wrap .pagination .pag_prev,
  .order_wrap .pagination .pag_next {
    background-color: #3ea9d6; }
    .order_wrap .pagination .pag_prev span,
    .order_wrap .pagination .pag_prev a,
    .order_wrap .pagination .pag_next span,
    .order_wrap .pagination .pag_next a {
      color: #fff; }
  .order_wrap .field_item.field_phone_number .f16 .flag {
    margin: 3px 2px 0 0; }
  .order_wrap .f16 .flag {
    width: 16px;
    height: 12px;
    position: absolute;
    z-index: 2;
    display: block;
    margin: 9px 3px 3px 4px;
    background-size: contain;
    background-repeat: no-repeat; }
  .order_wrap select[data-placeholder="Month"] + .select2 .select2-selection__arrow {
    border-left: none; }

.my_order .pagination {
  display: block;
  visibility: visible;
  margin-top: 20px; }

.cabinet_nav_current {
  display: none; }

.cabinet_nav + .banner img {
  max-width: 100%;
  height: auto; }

.cabinet_nav i {
  color: #8c94a6;
  display: block;
  font-size: 12px;
  text-align: right;
  margin: 5px 0 14px 0; }

.cabinet_nav_content {
  display: table;
  width: 100%; }
  .cabinet_nav_content ul {
    list-style: none;
    display: table-row;
    width: 100%; }
    .cabinet_nav_content ul li {
      border: #c9d0e1 1px solid;
      border-left: none;
      display: table-cell;
      vertical-align: middle; }
      .cabinet_nav_content ul li:first-child {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-left: #c9d0e1 1px solid; }
      .cabinet_nav_content ul li:last-child {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px; }
      .cabinet_nav_content ul li.current {
        background-color: #151515;
        border: #151515 1px solid;
        border-left: none; }
        .cabinet_nav_content ul li.current a {
          color: #fff; }
          .cabinet_nav_content ul li.current a span.bell {
            background-position: 0 bottom; }
          .cabinet_nav_content ul li.current a span.notify {
            background-position: 0 bottom; }
      .cabinet_nav_content ul li a {
        color: #4e4d4d;
        display: block;
        font-size: 15px;
        text-align: center;
        text-decoration: none;
        position: relative;
        padding: 10px 0; }
        .cabinet_nav_content ul li a span.bell {
          background: url("/assets/cabinet/bell_desktop_icon-576fc9429e662e7fd49a766c4e165d5417a75a031121e40c5e783ea33bc2aa19.png") no-repeat;
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 3px;
          right: 3px; }
        .cabinet_nav_content ul li a span.notify {
          background: url("/assets/cabinet/email_desktop_icon-6beb9d1b8e2c51ea2b4f938c93e41917c1e7d3232aa231423a593b8bd36a8e9f.png") no-repeat;
          color: #f54f4f;
          display: block;
          font-size: 9px;
          font-weight: bold;
          width: 27px;
          height: 21px;
          line-height: 21px;
          padding-right: 5px;
          position: absolute;
          top: 3px;
          right: 3px;
          text-align: center; }

.order_wrap .content p + .total_line {
  margin-top: 15px; }
.order_wrap .total_line {
  background-color: #d3e4eb;
  overflow: hidden;
  padding: 5px 2%; }
  .order_wrap .total_line span {
    color: #3b4b51;
    float: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 29px;
    text-transform: uppercase; }
    .order_wrap .total_line span strong {
      text-transform: none; }
  .order_wrap .total_line .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    float: right;
    padding: 0 50px; }
    .order_wrap .total_line .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .order_wrap .total_line .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.container .order_wrap .cabinet_nav_current {
  margin-bottom: 40px; }

.remove_data_block {
  margin-top: 20px; }
  .remove_data_block .button {
    width: 214px; }
  .remove_data_block .download_button {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px; }
    .remove_data_block .download_button .field_tooltip {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin-left: 9px; }
    .remove_data_block .download_button p {
      max-width: 214px;
      margin-top: 8px;
      font-size: 12px;
      line-height: 14px;
      color: #909CAB; }
    .remove_data_block .download_button .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      border: 1px solid #43b0d9;
      color: #46ADD5;
      width: 214px;
      display: inline-block;
      vertical-align: middle; }
      .remove_data_block .download_button .button:hover {
        color: #fff;
        font-weight: bold;
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .remove_data_block .download_button .button.disabled {
        border-color: #CFCFCF;
        color: #CFCFCF; }
    .remove_data_block .download_button .tooltip_hint {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 9px; }
  .remove_data_block .button.blue {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ff733e;
    color: #FF6E3B;
    display: inline-block;
    vertical-align: top; }
    .remove_data_block .button.blue:hover {
      color: #fff;
      font-weight: bold;
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important; } }
.order_view .content .latest_order {
  margin: 0 0 20px; }
  .order_view .content .latest_order .btn_resize {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px; }
  .order_view .content .latest_order .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-width: auto;
    max-width: 706px;
    width: 100%; }
  .order_view .content .latest_order_content {
    padding: 10px 10px 0;
    overflow: hidden; }
  .order_view .content .latest_order_wrapper {
    position: relative; }
    .order_view .content .latest_order_wrapper.full_height {
      height: auto; }
      .order_view .content .latest_order_wrapper.full_height .latest_order_item {
        display: flex; }
    .order_view .content .latest_order_wrapper:before {
      position: absolute;
      content: '';
      left: 15px;
      top: 0;
      width: 1px;
      height: 96%;
      background-color: #E3E8EB; }
  .order_view .content .latest_order_top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E8EB;
    overflow: hidden; }
  .order_view .content .latest_order_btns {
    display: flex;
    justify-content: space-between; }
    .order_view .content .latest_order_btns .btn {
      height: 40px;
      line-height: 40px;
      width: 153px; }
      .order_view .content .latest_order_btns .btn_files {
        margin-right: -1px; }
  .order_view .content .latest_order_title strong {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 16px;
    color: #54718C; }
  .order_view .content .latest_order_item {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    min-height: 30px; }
    .order_view .content .latest_order_item:before {
      position: absolute;
      font-family: 'icomoon';
      left: 0;
      top: -3px;
      height: 30px;
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #fff;
      box-sizing: content-box;
      background-color: #F7F7F7;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
    .order_view .content .latest_order_item:last-child {
      margin-bottom: 15px; }
    .order_view .content .latest_order_item:nth-child(1), .order_view .content .latest_order_item:nth-child(2), .order_view .content .latest_order_item:nth-child(3) {
      display: flex; }
    .order_view .content .latest_order_item.active:before {
      color: #fff;
      left: -4px;
      border: 4px solid transparent; }
    .order_view .content .latest_order_item.upcoming {
      justify-content: center;
      min-width: 43px; }
      .order_view .content .latest_order_item.upcoming:before {
        top: 50%;
        margin-top: -15px;
        color: #AFB5BA;
        background-color: #F7F7F7; }
      .order_view .content .latest_order_item.upcoming strong {
        margin-right: 4px; }
      .order_view .content .latest_order_item.upcoming span,
      .order_view .content .latest_order_item.upcoming strong,
      .order_view .content .latest_order_item.upcoming p {
        color: #AFB5BA !important; }
    .order_view .content .latest_order_item_quoting:before {
      font-size: 18px;
      content: "\e909";
      color: #1489CD;
      background-color: #C1E8FF; }
    .order_view .content .latest_order_item_quoting.active:before {
      background-color: #1489CD;
      border-color: #E2F0F9; }
    .order_view .content .latest_order_item_canceled:before {
      font-size: 18px;
      content: "\e900";
      color: #F35D23;
      background-color: #FFE6E0; }
    .order_view .content .latest_order_item_canceled.active:before {
      background-color: #F35D23;
      border-color: #FDEBE4; }
    .order_view .content .latest_order_item_chargeback:before {
      font-size: 14px;
      content: "\e901";
      color: #F35D23;
      background-color: #FFE6E0; }
    .order_view .content .latest_order_item_chargeback.active:before {
      background-color: #F35D23;
      border-color: #FDEBE4; }
    .order_view .content .latest_order_item_completed:before {
      font-size: 18px;
      content: "\e902";
      color: #469020;
      background-color: #D2EBC6; }
    .order_view .content .latest_order_item_completed.active:before {
      background-color: #469020;
      border-color: #E8F1E4; }
    .order_view .content .latest_order_item_investigation:before {
      font-size: 18px;
      content: "\e904";
      color: #727A7E;
      background-color: #EFEFEF; }
    .order_view .content .latest_order_item_investigation.active:before {
      background-color: #727A7E;
      border-color: #EEEFEF; }
    .order_view .content .latest_order_item_not_paid:before {
      font-size: 18px;
      content: "\e905";
      color: #F35D23;
      background-color: #FFE6E0; }
    .order_view .content .latest_order_item_not_paid.active:before {
      background-color: #F35D23;
      border-color: #FDEBE4; }
    .order_view .content .latest_order_item_paid:before {
      font-size: 18px;
      content: "\e90a";
      color: #469020;
      background-color: #D2EBC6; }
    .order_view .content .latest_order_item_progress:before {
      font-size: 16px;
      content: "\e908";
      color: #1489CD;
      background-color: #E4F5FF; }
    .order_view .content .latest_order_item_progress.active:before {
      background-color: #1489CD;
      border-color: #E2F0F9; }
    .order_view .content .latest_order_item_refunded:before {
      font-size: 18px;
      content: "\e90a";
      color: #FB8A44;
      background-color: #FFF4EC; }
    .order_view .content .latest_order_item_refunded.active:before {
      background-color: #FB8A44;
      border-color: #FEF1E8; }
    .order_view .content .latest_order_item_revision:before {
      font-size: 16px;
      content: "\e90b";
      color: #FBBA4E;
      background-color: #FFF7E8; }
    .order_view .content .latest_order_item_revision.active:before {
      background-color: #FBBA4E;
      border-color: #FEF6E9; }
    .order_view .content .latest_order_item_searching_writer:before {
      font-size: 18px;
      content: "\e90c";
      color: #FBBA4E;
      background-color: #FFECCD; }
    .order_view .content .latest_order_item_searching_writer.active:before {
      background-color: #FBBA4E;
      border-color: #FEF6E9; }
    .order_view .content .latest_order_item p {
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      color: #646C70; }
  .order_view .content .latest_order_row + p {
    margin-top: 5px; }
  .order_view .content .latest_order_status {
    margin-right: 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #54718C; }
  .order_view .content .latest_order_date {
    font-size: 12px;
    line-height: 15px;
    color: #AAACAE;
    font-weight: 400; }
  .order_view .content .latest_order .btn_resize {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #19A1E5;
    text-decoration: underline; }
    .order_view .content .latest_order .btn_resize:hover {
      cursor: pointer;
      text-decoration: none; }
.order_view .content .new_uploaded {
  margin-bottom: 5px;
  border-bottom: 1px solid #D6E4EA; }
  .order_view .content .new_uploaded_top {
    position: relative;
    padding: 11px 0 0 48px;
    height: 42px;
    background-color: #F5F8FB;
    border-bottom: 1px solid #D3E5EB; }
    .order_view .content .new_uploaded_top:before {
      position: absolute;
      top: 6px;
      left: 7px;
      font-family: 'icomoon';
      content: "\e906";
      display: flex;
      align-items: center;
      justify-content: center;
      color: #648653;
      font-size: 18px;
      width: 30px;
      height: 30px;
      background-color: #E1F1D9;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
    .order_view .content .new_uploaded_top strong {
      margin-right: 10px;
      font-size: 15px;
      line-height: 19px;
      font-weight: 600;
      color: #54718C; }
    .order_view .content .new_uploaded_top span {
      font-size: 12px;
      line-height: 19px;
      color: #AAACAE;
      font-weight: 400; }
  .order_view .content .new_uploaded_body {
    display: flex;
    align-items: center;
    padding-left: 48px;
    height: 57px; }
    .order_view .content .new_uploaded_body .btn_green {
      max-width: 100px;
      margin-right: 15px; }
    .order_view .content .new_uploaded_body .btn_blue {
      max-width: 130px; }
.order_view .content .btn {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 32px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
  transition: all .3s ease;
  text-decoration: none; }
  .order_view .content .btn_green {
    color: #609E61;
    background-color: #F7FFF7;
    border: 1px solid #8AD963; }
  .order_view .content .btn_blue {
    color: #fff;
    background-color: #41ACD7; }
  .order_view .content .btn_upload {
    max-width: 200px; }
    .order_view .content .btn_upload input {
      height: 0;
      width: 0;
      opacity: 0;
      cursor: pointer; }
    .order_view .content .btn_upload label {
      display: inline-block;
      vertical-align: top;
      padding-left: 25px;
      height: 34px;
      width: 200px;
      color: #fff;
      font-size: 15px;
      line-height: 34px;
      font-weight: 400;
      cursor: pointer;
      background-color: #41ACD7;
      background-image: url("/assets/cabinet/upload-icon-85a173f5ab84744be75a6a7b7285cb615d4efa7dafbe279346f8c4a90c4e5c76.svg");
      background-position: center left calc(50% - 40px);
      background-repeat: no-repeat; }
  .order_view .content .btn_files, .order_view .content .btn_papers {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #54718C;
    border: 1px solid #D5E4EA;
    border-bottom: none; }
    .order_view .content .btn_files span, .order_view .content .btn_papers span {
      position: relative; }
      .order_view .content .btn_files span:before, .order_view .content .btn_papers span:before {
        position: absolute;
        font-family: 'icomoon';
        left: -28px;
        top: 50%;
        margin-top: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 18px;
        font-style: normal;
        color: #434D5F;
        transition: all .3s ease; }
  .order_view .content .btn_files + .btn_papers {
    border-left: none; }
  .order_view .content .btn_files span:before {
    content: "\e903";
    color: #434D5F; }
  .order_view .content .btn_files:hover {
    background-color: #F5F8FB; }
    .order_view .content .btn_files:hover span:before {
      color: #41ACD7; }
  .order_view .content .btn_papers span:before {
    content: "\e907";
    color: #41ACD7; }
  .order_view .content .btn_papers:hover {
    background-color: #F5F8FB; }
    .order_view .content .btn_papers:hover span:before {
      color: #434D5F; }
  .order_view .content .btn:hover {
    cursor: pointer; }
.order_view .content .files_block,
.order_view .content .papers_block {
  margin: 20px 0; }
  .order_view .content .files_block .container,
  .order_view .content .papers_block .container {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    min-width: 100%;
    max-width: 706px;
    width: 100%; }
  .order_view .content .files_block_top,
  .order_view .content .papers_block_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #E3E8EB; }
    .order_view .content .files_block_top p,
    .order_view .content .papers_block_top p {
      margin: 0;
      font-size: 13px;
      color: #93999C; }
      .order_view .content .files_block_top p.info,
      .order_view .content .papers_block_top p.info {
        position: relative;
        padding-left: 15px;
        line-height: 13px; }
        .order_view .content .files_block_top p.info:before,
        .order_view .content .papers_block_top p.info:before {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          content: "\e905";
          font-family: 'icomoon';
          left: 0;
          top: -1px;
          height: 13px;
          width: 13px;
          font-size: 12px;
          color: #93999C;
          transform: rotate(180deg); }
  .order_view .content .files_block_title,
  .order_view .content .papers_block_title {
    padding-left: 30px;
    position: relative; }
    .order_view .content .files_block_title:before,
    .order_view .content .papers_block_title:before {
      position: absolute;
      left: 0;
      top: 10;
      font-family: 'icomoon';
      content: "\e903";
      color: #434D5F;
      font-size: 18px; }
    .order_view .content .files_block_title strong,
    .order_view .content .papers_block_title strong {
      font-size: 16px;
      font-style: italic;
      line-height: 16px;
      font-weight: 600;
      color: #54718C; }
  .order_view .content .files_block_body,
  .order_view .content .papers_block_body {
    margin-top: 15px; }
  .order_view .content .files_block_item,
  .order_view .content .papers_block_item {
    position: relative;
    margin-bottom: 8px;
    height: 47px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    flex-direction: column;
    padding: 4px 28px 4px 46px;
    background-color: #F4F7FA;
    z-index: 4;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all .3s ease;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
    .order_view .content .files_block_item.files_block_item_error, .order_view .content .files_block_item.papers_block_item_error,
    .order_view .content .papers_block_item.files_block_item_error,
    .order_view .content .papers_block_item.papers_block_item_error {
      height: auto;
      background: #FFF7F7 url("/assets/cabinet/file-error-66325ac26dc0fa6f4d94841c7e752212a6a34e2bc64fe81a8bcdb0f3a621c885.svg") no-repeat top 5px left 6px; }
      .order_view .content .files_block_item.files_block_item_error:hover, .order_view .content .files_block_item.papers_block_item_error:hover,
      .order_view .content .papers_block_item.files_block_item_error:hover,
      .order_view .content .papers_block_item.papers_block_item_error:hover {
        background: #FFF7F7 url("/assets/cabinet/file-error-66325ac26dc0fa6f4d94841c7e752212a6a34e2bc64fe81a8bcdb0f3a621c885.svg") no-repeat top 5px left 6px;
        border-color: transparent;
        cursor: default; }
      .order_view .content .files_block_item.files_block_item_error a.icon_close, .order_view .content .files_block_item.papers_block_item_error a.icon_close,
      .order_view .content .papers_block_item.files_block_item_error a.icon_close,
      .order_view .content .papers_block_item.papers_block_item_error a.icon_close {
        display: none; }
      .order_view .content .files_block_item.files_block_item_error .files_block_info p,
      .order_view .content .files_block_item.files_block_item_error .papers_block_info p, .order_view .content .files_block_item.papers_block_item_error .files_block_info p,
      .order_view .content .files_block_item.papers_block_item_error .papers_block_info p,
      .order_view .content .papers_block_item.files_block_item_error .files_block_info p,
      .order_view .content .papers_block_item.files_block_item_error .papers_block_info p,
      .order_view .content .papers_block_item.papers_block_item_error .files_block_info p,
      .order_view .content .papers_block_item.papers_block_item_error .papers_block_info p {
        font-size: 13px;
        line-height: 18px;
        color: #FA6969; }
      .order_view .content .files_block_item.files_block_item_error .papers_block_status, .order_view .content .files_block_item.papers_block_item_error .papers_block_status,
      .order_view .content .papers_block_item.files_block_item_error .papers_block_status,
      .order_view .content .papers_block_item.papers_block_item_error .papers_block_status {
        display: none; }
  .order_view .content .files_block_name,
  .order_view .content .papers_block_name {
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 19px;
    color: #596367;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .order_view .content .files_block_info,
  .order_view .content .papers_block_info {
    display: flex;
    align-items: center;
    line-height: 18px; }
    .order_view .content .files_block_info p,
    .order_view .content .papers_block_info p {
      font-size: 13px;
      line-height: 18px;
      color: #8D979B; }
  .order_view .content .files_block_date, .order_view .content .files_block_size,
  .order_view .content .papers_block_date,
  .order_view .content .papers_block_size {
    font-size: 13px;
    line-height: 18px;
    color: #8D979B; }
  .order_view .content .files_block_date,
  .order_view .content .papers_block_date {
    margin-right: 10px; }
  .order_view .content .files_block_size,
  .order_view .content .papers_block_size {
    position: relative;
    padding-left: 12px; }
    .order_view .content .files_block_size:before,
    .order_view .content .papers_block_size:before {
      position: absolute;
      content: '';
      left: 0;
      top: 6px;
      height: 4px;
      width: 4px;
      background-color: #8D979B;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
  .order_view .content .files_block_uploader,
  .order_view .content .papers_block_uploader {
    margin-bottom: 15px;
    display: inline-flex; }
.order_view .content .icon_close {
  position: absolute;
  top: 17px;
  right: 10px;
  height: 10px;
  width: 10px;
  background: url("/assets/cabinet/icon-close-b5ee39d7a4745d0630782e2cb7c1be8ab5ee96c5230a82fd134ca056d2f355be.svg") no-repeat center;
  transition: all .3s ease;
  z-index: 10; }
  .order_view .content .icon_close:hover {
    cursor: pointer;
    transform: scale(1.4); }
.order_view .content .file_wrapper {
  position: relative; }
.order_view .content .files_block_item {
  background: #F4F7FA url("/assets/cabinet/file-loaded-db7e284aa928c24156e13cbbf5a68437cc754535372ead8f6ae59fa0ebb76b26.svg") no-repeat top 5px left 6px; }
  .order_view .content .files_block_item:hover {
    cursor: pointer;
    border-color: #CAE4EE;
    background: #FBFEFF url("/assets/cabinet/file-read-fill-f1d60cb4a04203c217a7484ea994f3ac8b57e964ce63407c18622f2eb3a88b16.svg") no-repeat top 5px left 6px; }
  .order_view .content .files_block_item.loading {
    background: #F4F7FA url("/assets/cabinet/file-loading-c38d4beb9cc6fd8e52574ade624e00b00c1c89084c2c215e3e6af670e9ab2c41.svg") no-repeat top 5px left 6px; }
    .order_view .content .files_block_item.loading a.icon_close {
      display: none; }
.order_view .content .papers_block_title:before {
  content: "\e907";
  color: #41ACD7; }
.order_view .content .papers_block_item {
  background: #F4F7FA url("/assets/cabinet/file-done-fda3a97a4a3cc95ccbf43963522f5751478c57735b816f4e744abc79d1e996c8.svg") no-repeat top 5px left 6px; }
  .order_view .content .papers_block_item:hover {
    cursor: pointer;
    border-color: #CAE4EE;
    background: #FBFEFF url("/assets/cabinet/file-read-fill-f1d60cb4a04203c217a7484ea994f3ac8b57e964ce63407c18622f2eb3a88b16.svg") no-repeat top 5px left 6px; }
  .order_view .content .papers_block_item.unread {
    background: #F4F7FA url("/assets/cabinet/file-read-e391cc038a0ab5e58506135469e9b6cadf1ba55f336eed0101fcb1e436c42a22.svg") no-repeat top 5px left 6px; }
    .order_view .content .papers_block_item.unread:hover {
      background: #FBFEFF url("/assets/cabinet/file-read-fill-f1d60cb4a04203c217a7484ea994f3ac8b57e964ce63407c18622f2eb3a88b16.svg") no-repeat top 5px left 6px; }
  .order_view .content .papers_block_item.downloading {
    background: #FBFEFF url("/assets/cabinet/file-loading-fill-dcfd6465de12ed7cf6e5121f69cbabdfc8c9dd385bfb1d306163169fa6177be1.svg") no-repeat top 5px left 6px; }
.order_view .content .papers_block_status {
  margin-right: 5px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 18px;
  color: #3F494E;
  text-transform: capitalize; }
  .order_view .content .papers_block_status.draft {
    background-color: #C0E9F8; }
  .order_view .content .papers_block_status.final {
    background-color: #C7F0C0; }
  .order_view .content .papers_block_status.additional {
    background-color: #C0DBEE; }
  .order_view .content .papers_block_status.revised {
    background-color: #F8E4C1; }

.disabled_link {
  pointer-events: none; }

.new_order {
  overflow: hidden; }
  .new_order .content {
    border: none;
    width: 652px;
    float: left; }
    .new_order .content .tabs:not(.tabs_customer) > .tab_item {
      border: #d5e4ea 1px solid;
      overflow: hidden;
      margin-top: 17px;
      padding-top: 18px; }
  .new_order .tab_content {
    display: inline-block;
    width: 100%;
    padding: 0 3% 0 1%; }
  .new_order .tabs_payment_methods .field_item input,
  .new_order .tabs_payment_methods .field_item .radio_method input {
    float: none;
    padding: 0;
    width: auto;
    background-color: transparent;
    border: none; }
  .new_order .field_item {
    max-width: 71%;
    width: 100%;
    float: left;
    clear: both; }
    .new_order .field_item > label,
    .new_order .field_item .order-pages-num > label,
    .new_order .field_item .order-words-num > label {
      width: 140px;
      text-align: right;
      padding-right: 15px;
      float: left;
      line-height: 30px;
      position: relative; }
      .new_order .field_item > label i,
      .new_order .field_item .order-pages-num > label i,
      .new_order .field_item .order-words-num > label i {
        color: #a5a5a5;
        font-size: 12px;
        position: absolute;
        bottom: -14px;
        left: 0; }
      .new_order .field_item > label a,
      .new_order .field_item .order-pages-num > label a,
      .new_order .field_item .order-words-num > label a {
        color: #249fdd;
        font-style: italic; }
        .new_order .field_item > label a:hover,
        .new_order .field_item .order-pages-num > label a:hover,
        .new_order .field_item .order-words-num > label a:hover {
          text-decoration: none; }
    .new_order .field_item input:not([type="submit"]),
    .new_order .field_item input:not([type="radio"]),
    .new_order .field_item input:not([type="checkbox"]),
    .new_order .field_item input:not([type="file"]) {
      float: left;
      width: calc(100% - 140px); }
    .new_order .field_item textarea {
      width: calc(100% - 140px);
      height: 54px; }
    .new_order .field_item .field_error {
      float: left;
      width: calc(100% - 140px); }
      .new_order .field_item .field_error input:not([type="submit"]) {
        width: 100%; }
      .new_order .field_item .field_error textarea {
        width: 100%; }
      .new_order .field_item .field_error .select2-container {
        min-width: 100%;
        max-width: 100%; }
    .new_order .field_item .fileinput-button .field_error {
      width: 100%; }
    .new_order .field_item .select2-container {
      float: left;
      min-width: calc(100% - 140px);
      max-width: calc(100% - 140px); }
      .new_order .field_item .select2-container + .field_error {
        clear: both;
        margin-left: 140px; }
    .new_order .field_item .spinner_wrapper {
      width: 113px;
      float: left; }
    .new_order .field_item .checker {
      float: left; }
    .new_order .field_item .field_tooltip {
      float: left;
      margin: 5px 0 0 10px; }
    .new_order .field_item .radio_buttons {
      float: left;
      width: calc(100% - 140px); }
    .new_order .field_item.field_restore_password .button {
      float: left; }
      .new_order .field_item.field_restore_password .button:first-child {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #43b0d9;
        background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
        width: 150px;
        margin-left: 140px; }
        .new_order .field_item.field_restore_password .button:first-child:hover {
          background: #5dbce0;
          background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
        .new_order .field_item.field_restore_password .button:first-child:active {
          background: #3499be;
          background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .new_order .field_item.field_restore_password .button:last-child {
        color: #818284;
        font-size: 16px;
        line-height: 34px;
        text-decoration: underline;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer; }
        .new_order .field_item.field_restore_password .button:last-child:hover {
          text-decoration: none; }
    .new_order .field_item.field_restore_password span {
      color: #626878;
      float: left;
      line-height: 34px;
      margin: 0 15px; }
    .new_order .field_item.field_subject_area .field_error {
      width: 304px; }
    .new_order .field_item.field_paper_details + .field_uploader .field_error {
      width: 100%; }
    .new_order .field_item.field_topic, .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title, .new_order .field_item.field_paper_details, .new_order .field_item.field_uploader, .new_order .field_item.field_paper_format, .new_order .field_item.field_academic_level, .new_order .field_item.field_writer_type, .new_order .field_item.field_writer_level, .new_order .field_item.field_customer_service, .new_order .field_item.field_additions {
      max-width: 100%; }
    .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title {
      max-width: 71%;
      margin-left: 140px; }
    .new_order .field_item.field_discount_code {
      max-width: 100%; }
      .new_order .field_item.field_discount_code input:not([type="submit"]) {
        width: 315px; }
      .new_order .field_item.field_discount_code .field_error {
        width: 315px; }
        .new_order .field_item.field_discount_code .field_error input:not([type="submit"]) {
          width: 100%; }
    .new_order .field_item.field_additions > label b {
      font-weight: normal; }
    .new_order .field_item.field_numbers_sources .checker {
      width: 20px;
      height: 20px;
      float: left;
      margin: 5px 0 0 10px; }
      .new_order .field_item.field_numbers_sources .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .new_order .field_item.field_numbers_sources .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .new_order .field_item.field_numbers_sources .field_not_need label {
      color: #a5a5a5;
      float: left;
      font-size: 14px;
      line-height: 30px;
      margin-left: 10px; }
    .new_order .field_item.field_numbers_of {
      max-width: 638px; }
      .new_order .field_item.field_numbers_of .order-pages-num > label {
        line-height: 14px; }
      .new_order .field_item.field_numbers_of .field_error {
        width: 66px; }
        .new_order .field_item.field_numbers_of .field_error .validation_error {
          width: 500px;
          margin-top: 4px; }
      .new_order .field_item.field_numbers_of .field_tooltip {
        margin-left: 15px; }
      .new_order .field_item.field_numbers_of .radio_buttons {
        width: 315px;
        margin-left: 20px; }
    .new_order .field_item.field_writer_type .field_writer_type_item {
      float: left;
      margin-right: 20px; }
      .new_order .field_item.field_writer_type .field_writer_type_item:last-child {
        margin-right: 0; }
      .new_order .field_item.field_writer_type .field_writer_type_item .radio {
        display: inline-block;
        vertical-align: middle; }
        .new_order .field_item.field_writer_type .field_writer_type_item .radio span {
          background: url("/assets/cabinet/writer_type_radio-f0a44db81c7c80a1ab96f0c74aff5ef559a91d63551cb70daf6a7b2285bc8c84.png") no-repeat;
          background-size: 24px;
          display: block;
          width: 24px;
          height: 24px; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span.checked {
            background-position: 0 -24px; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span input:not([type="submit"]) {
            outline: none;
            width: 24px;
            height: 24px; }
      .new_order .field_item.field_writer_type .field_writer_type_item > label {
        color: #646c70;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
        .new_order .field_item.field_writer_type .field_writer_type_item > label i {
          font-size: 12px; }
    .new_order .field_item.field_select_currency, .new_order .field_item.field_choice_service, .new_order .field_item.field_select_method {
      max-width: 576px;
      max-width: 100% \9 \0 ;
      width: 100% \9 \0 ; }
    .new_order .field_item.field_urgent {
      max-width: 406px; }
      .new_order .field_item.field_urgent .select2-container {
        min-width: 203px;
        max-width: 203px; }
    .new_order .field_item.field_night_call {
      max-width: 200px;
      clear: none; }
    .new_order .field_item.field_preferred {
      max-width: 520px; }
      .new_order .field_item.field_preferred > label i {
        background: url("/assets/cabinet/order_total_icon-a9ab0785996f443c85ed318b8413a8237e4e2a2bb18972d5c878970624ecd470.png") left center no-repeat;
        background-size: 124px;
        bottom: -16px;
        display: inline-block;
        color: #fff;
        font-size: 10px;
        width: 124px;
        text-align: center; }
      .new_order .field_item.field_preferred .field_preferred_content {
        overflow: hidden; }
      .new_order .field_item.field_preferred .field_error {
        width: 315px; }
        .new_order .field_item.field_preferred .field_error input:not([type="submit"]) {
          margin-bottom: 0; }
      .new_order .field_item.field_preferred input:not([type="submit"]) {
        width: 315px;
        margin-bottom: 15px; }
      .new_order .field_item.field_preferred .field_preferred_item {
        float: left;
        width: 340px; }
      .new_order .field_item.field_preferred .field_button {
        float: left;
        width: 14px;
        height: 14px;
        margin: 8px 0 0 10px; }
        .new_order .field_item.field_preferred .field_button.add_field {
          background: url("/assets/cabinet/add_field-5dfcaa6553e7312bb4aec5e558ed8f8cbd0efc98ccbcfefde79fe1b95b9d99d6.png") no-repeat;
          background-size: 14px; }
        .new_order .field_item.field_preferred .field_button.remove_field {
          background: url("/assets/cabinet/remove_field-a13832005076c6973f17de1ac21cd58bdd87602ff86a4008dfaf427a33deecbb.png") no-repeat;
          background-size: 14px; }
      .new_order .field_item.field_preferred .field_tooltip {
        float: right; }
    .new_order .field_item.field_save p {
      color: #389c5e;
      font-size: 16px;
      line-height: 30px; }
    .new_order .field_item.field_password {
      position: relative; }
    .new_order .field_item .files_uploader {
      width: calc(100% - 140px);
      float: left; }
      .new_order .field_item .files_uploader .file_format_error + .files_list {
        margin-bottom: 0; }
      .new_order .field_item .files_uploader .files_list {
        width: 90%;
        margin-top: 10px; }
    .new_order .field_item .field_additions_content {
      border-bottom: #ededed 1px solid;
      overflow: hidden;
      line-height: 30px;
      position: relative;
      left: 10px; }
      .new_order .field_item .field_additions_content p {
        background: url("/assets/cabinet/additional_devider-c88f3bc164ef91d5eabc1f201cbdafbf5cc3cb44ae55430fd9bc2ab64e55455b.png") left center no-repeat;
        background-size: 60px;
        color: #15a745;
        float: left;
        width: 150px; }
      .new_order .field_item .field_additions_content span {
        color: #ff6e3b;
        float: left; }
      .new_order .field_item .field_additions_content i {
        color: #969696;
        font-size: 12px; }
    .new_order .field_item.field_choice_service {
      position: relative; }
      .new_order .field_item.field_choice_service > label {
        line-height: 16px; }
      .new_order .field_item.field_choice_service + .field_choice_color > label {
        line-height: 30px; }
      .new_order .field_item.field_choice_service + .field_choice_color + .field_choice_color > label {
        line-height: 14px; }
      .new_order .field_item.field_choice_service.field_choice_color > label {
        color: #ff713d; }
    .new_order .field_item .choice_service {
      margin-left: 140px; }
      .new_order .field_item .choice_service .choice_service_check {
        width: 100%;
        float: left;
        clear: both;
        margin: 25px 0 10px -140px; }
        .new_order .field_item .choice_service .choice_service_check label {
          color: #646c70;
          float: left;
          width: 140px;
          text-align: right;
          padding-right: 15px;
          line-height: 14px; }
      .new_order .field_item .choice_service .choice_service_item {
        line-height: 22px;
        margin-bottom: 15px;
        width: 100%; }
        .new_order .field_item .choice_service .choice_service_item:after {
          display: block;
          content: "";
          clear: both; }
        .new_order .field_item .choice_service .choice_service_item .checker {
          width: 20px;
          height: 20px;
          float: left;
          margin-right: 10px; }
          .new_order .field_item .choice_service .choice_service_item .checker span {
            background-size: 20px;
            width: 20px;
            height: 20px; }
            .new_order .field_item .choice_service .choice_service_item .checker span input[type="checkbox"] {
              width: 20px;
              height: 20px; }
        .new_order .field_item .choice_service .choice_service_item > label {
          color: #808080;
          float: left;
          width: 70%; }
        .new_order .field_item .choice_service .choice_service_item p {
          color: #6ac48a;
          float: right;
          font-weight: bold; }
  .new_order .field_total_price {
    background-color: #d8e8ee;
    clear: both;
    overflow: hidden;
    padding: 14px 0; }
    .new_order .field_total_price > div {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin-left: 150px;
      width: 220px; }
      .new_order .field_total_price > div.button-block {
        margin: 0 0 0 0px;
        width: 250px; }
        .new_order .field_total_price > div.button-block .button {
          margin: 0; }
    .new_order .field_total_price p {
      color: #3b4b51;
      font-size: 17px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 34px; }
      .new_order .field_total_price p + p {
        line-height: 17px;
        position: relative;
        top: -5px;
        font-size: 13px; }
    .new_order .field_total_price .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #ff733e;
      background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
      display: inline-block;
      vertical-align: middle;
      max-width: 254px;
      width: 100%;
      margin-left: 10px;
      position: relative; }
      .new_order .field_total_price .button:hover {
        background: #f88356;
        background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
      .new_order .field_total_price .button:active {
        background: #f56731;
        background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
      .new_order .field_total_price .button.button_proceed {
        text-indent: -20px; }
        .new_order .field_total_price .button.button_proceed:before {
          background: url("/assets/cabinet/look_icon-e015d00b7f3549ff607e3cb8e16b9013eba5449e390867dedd8a5545ded1bfbb.png") no-repeat;
          background-size: 12px;
          background-position: 0 0;
          content: '';
          display: block;
          width: 12px;
          height: 16px;
          position: absolute;
          top: 50%;
          margin-top: -8px;
          right: 10px; }
    .new_order .field_total_price .pp_express_submit {
      display: inline-block;
      vertical-align: middle;
      max-width: 250px;
      width: 100%;
      margin-left: 10px; }
  .new_order .field_agree {
    padding: 15px 0; }
    .new_order .field_agree .checker {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 150px; }
      .new_order .field_agree .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .new_order .field_agree .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .new_order .field_agree label {
      color: #646c70;
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
      .new_order .field_agree label a {
        color: #19a1e5; }
        .new_order .field_agree label a:hover {
          text-decoration: none; }
    .new_order .field_agree .validation_error {
      padding-left: 185px; }
  .new_order .field_title {
    color: #454545;
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px; }
  .new_order .tabs_customer_title {
    clear: both;
    padding: 12px 0; }
    .new_order .tabs_customer_title h3 {
      color: #54718c;
      font-size: 16px;
      font-style: italic; }
  .new_order .tabs_payment_methods {
    border-top: #c0d0d7 1px solid;
    margin: 0 2%;
    display: inline-block;
    width: 96%; }
    .new_order .tabs_payment_methods #payment_balance_type_0,
    .new_order .tabs_payment_methods #payment_balance_type_1 {
      border: 0 !important;
      clip: rect(0 0 0 0);
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden;
      padding: 0 !important;
      position: absolute;
      width: 1px !important; }
  .new_order .payment_order_description {
    margin-bottom: 14px;
    overflow: hidden; }
    .new_order .payment_order_description ul {
      float: left;
      width: 53%;
      list-style: none;
      position: relative; }
      .new_order .payment_order_description ul + .payment_order_info {
        border-top: #c0d0d7 1px solid; }
      .new_order .payment_order_description ul:first-child {
        width: 47%; }
        .new_order .payment_order_description ul:first-child:before {
          border-left: #c0d0d7 1px solid;
          content: '';
          display: block;
          width: 1px;
          height: 80%;
          position: absolute;
          top: 5%;
          right: 0; }
      .new_order .payment_order_description ul li {
        margin-bottom: 2px; }
        .new_order .payment_order_description ul li:last-child {
          margin-bottom: 18px; }
        .new_order .payment_order_description ul li span {
          color: #646c70;
          display: inline-block;
          vertical-align: top;
          width: 45%;
          text-align: right; }
        .new_order .payment_order_description ul li p {
          color: #93999c;
          display: inline-block;
          vertical-align: middle;
          font-style: italic;
          margin-left: 0.5em;
          width: 50%; }
          .new_order .payment_order_description ul li p i {
            display: block;
            margin-bottom: 3px; }
            .new_order .payment_order_description ul li p i:last-child {
              margin-bottom: 0; }
    .new_order .payment_order_description .payment_order_info {
      float: left;
      clear: both;
      margin: 0 2%;
      width: 96%;
      padding-top: 10px; }
      .new_order .payment_order_description .payment_order_info span {
        color: #434857;
        display: inline-block;
        vertical-align: top;
        width: 44%;
        margin-right: 4%;
        text-align: right; }
      .new_order .payment_order_description .payment_order_info p {
        color: #93999c;
        display: inline-block;
        vertical-align: top;
        font-style: italic;
        line-height: 20px;
        width: 50%;
        word-break: break-all; }
      .new_order .payment_order_description .payment_order_info + .field_title {
        display: inline-block;
        width: 96%;
        border-top: #ededed 1px solid;
        border-bottom: #ededed 1px solid;
        padding: 10px 0;
        margin: 18px 2%; }
  .new_order .tabs_payment > p {
    color: #646c70;
    margin: 10px 2% 0 2%; }
  .new_order .tabs_payment .tabs_payment_methods {
    border-top: none; }
  .new_order .radio_balance {
    margin: 20px auto; }
  .new_order .button_chat {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 2px 5px #ced7d0;
    -moz-box-shadow: 0 2px 5px #ced7d0;
    -webkit-box-shadow: 0 2px 5px #ced7d0;
    border: transparent 1px solid;
    background: #19c543;
    background: -moz-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: -webkit-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: linear-gradient(to bottom, #19c543 0%, #17bf3d 100%);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 16px;
    text-transform: uppercase;
    width: 100%; }
    .new_order .button_chat:hover {
      border: #57c067 1px solid;
      background: #2dd256;
      background: -moz-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: -webkit-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: linear-gradient(to bottom, #2dd256 0%, #29ce4e 100%); }
    .new_order .button_chat:active {
      border: #57c067 1px solid;
      background: #14b13a;
      background: -moz-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: -webkit-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: linear-gradient(to bottom, #14b13a 0%, #12a934 100%); }
    .new_order .button_chat span {
      background: url("/assets/cabinet/chat_icon-89f550bfb23b7e6bd73fc4d79e9b0d7f68b4cf08146d16c46ca801c2950c92be.png") right 10px no-repeat;
      padding-right: 55px;
      display: inline-block;
      position: relative; }
      .new_order .button_chat span:before {
        background-color: #48b358;
        border-right: #3cc95f 1px solid;
        content: '';
        display: block;
        width: 1px;
        height: 70%;
        position: absolute;
        top: 4px;
        right: 41px; }
  .new_order .field_badge {
    position: absolute;
    top: -10px;
    right: 3px; }
  .new_order .remind_link {
    color: #249fdd;
    position: absolute;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    top: 0;
    left: 100%;
    width: 115px;
    text-decoration: none;
    margin-left: 4%; }

.tab_finish {
  padding: 0 3% 20px 3%; }

.tab_finish_title {
  text-align: center; }
  .tab_finish_title h2 {
    color: #0f2645;
    font-size: 20px; }
  .tab_finish_title span {
    color: #365c3f;
    display: block;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px; }
    .tab_finish_title span a {
      color: #04c6f0;
      text-decoration: none; }
      .tab_finish_title span a:hover {
        text-decoration: underline; }
  .tab_finish_title p {
    color: #646c70; }
    .tab_finish_title p a {
      color: #19a1e5; }
      .tab_finish_title p a:hover {
        text-decoration: none; }

.tab_finish_summary {
  border-top: #dee4e7 1px solid;
  overflow: hidden;
  margin-top: 8px;
  padding-top: 12px; }
  .tab_finish_summary h2 {
    color: #54718c;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px; }
  .tab_finish_summary > ul {
    float: left;
    width: 48%;
    margin: 0 2%;
    list-style: none;
    position: relative; }
    .tab_finish_summary > ul:nth-child(2) {
      margin-left: 0; }
    .tab_finish_summary > ul:last-child {
      margin-right: 0; }
    .tab_finish_summary > ul > li {
      margin-bottom: 2px; }
      .tab_finish_summary > ul > li:last-child {
        margin-bottom: 18px; }
      .tab_finish_summary > ul > li span {
        color: #646c70;
        display: inline-block;
        vertical-align: top;
        width: 51%;
        text-align: right; }
      .tab_finish_summary > ul > li p {
        color: #93999c;
        display: inline-block;
        vertical-align: middle;
        font-style: italic;
        margin-left: 0.5em;
        width: 46%;
        word-break: break-all; }
        .tab_finish_summary > ul > li p strong {
          display: block;
          font-size: 12px;
          font-weight: normal; }
      .tab_finish_summary > ul > li ol {
        display: inline-block;
        width: 50%;
        margin-left: 1.5em; }
        .tab_finish_summary > ul > li ol li {
          color: #93999c;
          font-style: italic; }

.finish_total {
  border-top: #d5e4ea 1px solid;
  border-bottom: #d5e4ea 1px solid;
  overflow: hidden;
  padding: 10px 3%;
  margin-bottom: 22px; }
  .finish_total p {
    color: #646d72;
    float: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 39px;
    text-transform: uppercase; }
  .finish_total .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    float: right;
    max-width: 200px;
    width: 40%; }
    .finish_total .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .finish_total .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.finish_contact {
  background: url("/assets/cabinet/finish_bg-afd72cff2548d3eca770d61ffc868bf6df3ef6bb9beb17295ce0383711f63baa.jpg") no-repeat;
  display: table;
  width: 100%;
  padding: 0 1.5%;
  max-width: 630px;
  height: 130px;
  margin: 0 auto; }
  .finish_contact .finish_contact_title {
    border-bottom: #d7d9da 1px solid;
    width: 55%;
    text-align: center;
    margin: 12px 0 14px 0;
    padding-bottom: 9px; }
    .finish_contact .finish_contact_title span {
      color: #23c54a;
      display: block;
      font-size: 23px;
      line-height: 23px;
      font-style: italic;
      text-indent: -20%; }
    .finish_contact .finish_contact_title i {
      color: #66736d;
      display: block;
      font-size: 16px;
      line-height: 16px; }
  .finish_contact .finish_contact_content .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 2px 5px #ced7d0;
    -moz-box-shadow: 0 2px 5px #ced7d0;
    -webkit-box-shadow: 0 2px 5px #ced7d0;
    border: transparent 1px solid;
    background: #19c543;
    background: -moz-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: -webkit-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: linear-gradient(to bottom, #19c543 0%, #17bf3d 100%);
    float: left;
    max-width: 170px;
    width: 40%;
    text-transform: uppercase; }
    .finish_contact .finish_contact_content .button:hover {
      border: #57c067 1px solid;
      background: #2dd256;
      background: -moz-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: -webkit-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: linear-gradient(to bottom, #2dd256 0%, #29ce4e 100%); }
    .finish_contact .finish_contact_content .button:active {
      border: #57c067 1px solid;
      background: #14b13a;
      background: -moz-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: -webkit-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: linear-gradient(to bottom, #14b13a 0%, #12a934 100%); }
    .finish_contact .finish_contact_content .button span {
      background: url("/assets/cabinet/chat_icon-89f550bfb23b7e6bd73fc4d79e9b0d7f68b4cf08146d16c46ca801c2950c92be.png") right 6px no-repeat;
      background-size: 24px;
      padding-right: 50px;
      display: inline-block;
      position: relative; }
      .finish_contact .finish_contact_content .button span:before {
        background-color: #48b358;
        border-right: #3cc95f 1px solid;
        content: '';
        display: block;
        width: 1px;
        height: 70%;
        position: absolute;
        top: 4px;
        right: 36px; }
  .finish_contact .finish_contact_content > a:not(.button) {
    background: url("/assets/cabinet/phone_icon-b43ce9df4f7184f0b00a736afa6f32600642eae32febc23158660dcf28ad2b8c.png") left center no-repeat;
    background-size: 23px;
    color: #797979;
    float: left;
    line-height: 33px;
    padding-left: 30px;
    text-decoration: none;
    margin-left: 12px; }
  .finish_contact .finish_contact_content .phone_drop {
    color: #797979;
    float: left;
    font-size: 12px;
    width: 40px;
    position: relative;
    text-transform: uppercase;
    margin: 6px 0 0 8px; }
    .finish_contact .finish_contact_content .phone_drop:hover ul {
      display: block; }
    .finish_contact .finish_contact_content .phone_drop span {
      background-color: #fff;
      border: #dddddd 1px solid;
      display: block;
      width: 100%;
      height: 20px;
      padding: 0 5px;
      line-height: 20px;
      position: relative; }
      .finish_contact .finish_contact_content .phone_drop span:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #797979 transparent transparent transparent;
        position: absolute;
        top: 7px;
        right: 4px; }
    .finish_contact .finish_contact_content .phone_drop ul {
      background-color: #fff;
      border: #dddddd 1px solid;
      margin-top: -1px;
      list-style: none;
      display: none;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0; }
      .finish_contact .finish_contact_content .phone_drop ul li {
        padding: 0 5px; }
        .finish_contact .finish_contact_content .phone_drop ul li:hover {
          background-color: #04c6f0; }
          .finish_contact .finish_contact_content .phone_drop ul li:hover a {
            color: #fff; }
        .finish_contact .finish_contact_content .phone_drop ul li a {
          color: #797979;
          display: block;
          text-decoration: none; }

.zero_price_error {
  color: #646c70;
  display: block;
  text-align: center;
  margin-top: 10px; }

.discount_message {
  float: left;
  clear: both;
  margin-left: 140px;
  width: 315px;
  color: #808080;
  font-size: 12px;
  margin-top: 3px; }

.new_order.new_order_payment .tab_item {
  margin-top: 0 !important; }
.new_order.new_order_payment .field_item.field_additions {
  max-width: 92%;
  margin-left: 4%; }
.new_order.new_order_payment .finish_total {
  text-align: center; }
  .new_order.new_order_payment .finish_total .button {
    float: none;
    margin: 0 5%;
    display: inline-block;
    vertical-align: top;
    max-width: 35%;
    width: 35%; }

.new_order .field_select_currency.field_item,
.new_order .field_select_method.field_item {
  max-width: 100% \9 \0 ; }
.new_order .field_item .radio_buttons {
  width: 480px\9\0; }
.new_order .field_item.field_select_method .radio_buttons.radio_payment {
  width: 430px\9\0; }
.new_order .field_item.field_select_currency .radio_buttons.radio_currency {
  width: 430px\9\0; }

@media screen and (min-width: 768px) and (max-width: 980px) {
  .container.container_cabinet .order_wrap {
    padding-left: 10px;
    padding-right: 10px; }

  .order_wrap div.star-rating {
    background-size: 18px;
    width: 18px;
    height: 16px;
    margin: 0 1px 0 1px; }
    .order_wrap div.star-rating a {
      background-size: 18px;
      width: 18px; }
    .order_wrap div.star-rating-on a {
      background-position: 0 bottom !important; }
    .order_wrap div.star-rating-hover a {
      background-position: 0 bottom; }
  .order_wrap div .rating-cancel + .star-rating {
    margin: 0 1px 0 0; }
  .order_wrap .sidebar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }
  .order_wrap .widget {
    width: 100%; }

  .new_order .content {
    width: 100%; }

  .cabinet_nav_content ul li a span.notify {
    background: #fff;
    box-shadow: 0 2px 3px #ccc;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding-right: 0;
    right: 2px; }

  .order_wrap .field_item .field_phone_number_item.phone_number {
    width: 53.3%; }

  .order_view .content .latest_order .container {
    max-width: 100%;
    padding: 0 10px; }
  .order_view .content .latest_order_content {
    padding: 10px 0; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
  .container.container_cabinet {
    padding-left: 0;
    padding-right: 0; }
    .container.container_cabinet .order_wrap {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .container.container_cabinet .order_wrap > div:not(.cabinet_nav_current) > .content, .container.container_cabinet .order_wrap > div:not(.cabinet_nav) > .content, .container.container_cabinet .order_wrap > div:not(.my_order) > .content {
        padding-left: 10px;
        padding-right: 10px; }

  .order_wrap {
    margin-top: 0;
    position: relative;
    min-height: auto; }
    .order_wrap .content {
      border: none; }
      .order_wrap .content > p {
        padding: 0;
        line-height: 36px; }
    .order_wrap .content_title {
      padding-bottom: 20px;
      margin: 30px 2%; }
      .order_wrap .content_title h1,
      .order_wrap .content_title h2,
      .order_wrap .content_title h3 {
        font-size: 36px; }
      .order_wrap .content_title i {
        font-size: 32px; }
    .order_wrap .widget {
      width: 100%; }
    .order_wrap .widget_order_summary {
      display: none; }
    .order_wrap .sidebar {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 10px;
      margin-top: 40px; }
    .order_wrap .total_line span {
      font-size: 34px;
      line-height: 58px; }
    .order_wrap .content_title {
      margin: 30px 0; }
    .order_wrap .field_error .validation_error {
      font-size: 22px; }
    .order_wrap .pagination ul li span.current {
      background-color: #dfe6e9;
      color: #929ca1;
      display: block;
      width: 45px;
      height: 45px;
      line-height: 45px; }
    .order_wrap .pagination ul li span:not(.pag_prev):not(.pag_next):not(.current) {
      display: none; }
    .order_wrap .pagination ul li span.pag_prev {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100px; }
    .order_wrap .pagination ul li span.pag_next {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100px; }
    .order_wrap .total_line {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
      .order_wrap .total_line span {
        float: none;
        display: block; }
      .order_wrap .total_line .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        width: 100%; }

  body.show_popup {
    position: fixed;
    width: 100%; }

  .popup.info_account {
    width: 90%; }
    .popup.info_account .popup_title {
      padding: 20px 10px; }
    .popup.info_account .buttons .button.blue {
      margin-bottom: 15px; }
    .popup.info_account .buttons .button.blue,
    .popup.info_account .buttons .button.yellow {
      width: 100%;
      display: block; }

  .remove_data_block {
    margin-top: 0; }
    .remove_data_block .button {
      width: 100%; }
    .remove_data_block .download_button {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%; }
      .remove_data_block .download_button .field_tooltip {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 9px; }
      .remove_data_block .download_button p {
        max-width: 85%; }
      .remove_data_block .download_button .button {
        background: none;
        width: 85%; }
    .remove_data_block .button.blue {
      background: none; }

  .desktop-visible {
    display: none !important; }

  .order_wrap .order_view h3 .field_tooltip,
  .free_qoute .field_item.field_uploader label .field_tooltip,
  .new_order .field_item.field_add_materials label .field_tooltip {
    display: inline-block;
    vertical-align: top;
    float: none; }

  .order_view .content .latest_order {
    margin: 0 0 20px; }
    .order_view .content .latest_order_top {
      margin-bottom: 25px;
      height: auto;
      flex-direction: column;
      align-items: flex-start;
      border-bottom: none; }
    .order_view .content .latest_order_title {
      margin-bottom: 12px; }
    .order_view .content .latest_order .container {
      padding: 0; }
    .order_view .content .latest_order_content {
      height: auto;
      margin-bottom: 10px;
      padding: 10px 0 0; }
    .order_view .content .latest_order_btns {
      width: 100%; }
      .order_view .content .latest_order_btns .btn {
        width: 50%;
        border-bottom: 1px solid #D5E4EA; }
    .order_view .content .latest_order .btn_resize {
      margin: 0 0 0 40px; }
  .order_view .content .files_block .container,
  .order_view .content .papers_block .container {
    padding: 0; }
  .order_view .content .files_block_status,
  .order_view .content .papers_block_status {
    margin-right: 5px; }
  .order_view .content .files_block_date,
  .order_view .content .papers_block_date {
    margin-right: 4px; }
  .order_view .content .files_block_size,
  .order_view .content .papers_block_size {
    padding-left: 6px; }
  .order_view .content .files_block_uploader,
  .order_view .content .papers_block_uploader {
    width: 100%; }
  .order_view .content .btn_upload {
    max-width: 100%; }
    .order_view .content .btn_upload label {
      width: 100%; }
  .order_view .content .new_uploaded_body {
    padding: 0 10px; }
    .order_view .content .new_uploaded_body .btn_green,
    .order_view .content .new_uploaded_body .btn_blue {
      max-width: 48%; }
  .order_view .content .files_block_top,
  .order_view .content .papers_block_top {
    margin-bottom: 15px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none; }
  .order_view .content .files_block_title,
  .order_view .content .papers_block_title {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E8EB; }
    .order_view .content .files_block_title .field_tooltip,
    .order_view .content .papers_block_title .field_tooltip {
      margin-left: 10px; }
  .order_view .content .files_block_title {
    margin-bottom: 8px; }
  .order_view .content .files_block_body {
    margin-top: 0; }

  .ppp-overlay.__shown {
    margin: 0 0 14px; }

  .ppp-wrapper {
    padding: 10px; }
    .ppp-wrapper .ppp-pane:before {
      margin-right: 10px; }

  .footer + .ppp-overlay.__shown {
    margin: 0; }
    .footer + .ppp-overlay.__shown .ppp-wrapper {
      border: none; }

  .ppp-link {
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #1DAC33;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px; }

  .cabinet_nav_current {
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
    z-index: 10; }
    .cabinet_nav_current a {
      background-color: #979494;
      color: #fff;
      display: block;
      font-weight: bold;
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      padding: 20px 3%;
      text-decoration: none; }
    .cabinet_nav_current b {
      background-image: url("/assets/cabinet/nav_arrow-8bc887c6f79fd745f8dd0d17ead7ee399f7a266f966ffa9d6e8ac6f16b21382b.png");
      background-size: 36px;
      background-repeat: no-repeat;
      background-color: #646262;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      height: 100%; }

  .cabinet_nav {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 78px; }
    .cabinet_nav i {
      padding: 0 2%;
      text-align: left;
      position: absolute;
      top: 0;
      z-index: 1;
      font-size: 24px; }

  .cabinet_nav_content {
    position: relative;
    z-index: 5; }
    .cabinet_nav_content ul {
      background-color: #979494;
      display: none; }
      .cabinet_nav_content ul li {
        border: none;
        border-bottom: #6f6d6d 1px solid;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: -1px;
        height: auto; }
        .cabinet_nav_content ul li:first-child, .cabinet_nav_content ul li:last-child {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px; }
        .cabinet_nav_content ul li:nth-child(3) a span.bell {
          left: 240px; }
        .cabinet_nav_content ul li a {
          color: #fff;
          font-weight: bold;
          text-align: left;
          font-size: 30px;
          text-transform: uppercase;
          padding: 20px 3%; }
          .cabinet_nav_content ul li a span.bell {
            background: url("/assets/cabinet/bell_mobile_icon-6bfdd8e0841c050de0af6084026a68c9f23dd365997040838d80053cf0570382.png") no-repeat;
            background-position: center center;
            background-size: 52px;
            width: 52px;
            height: 52px;
            position: absolute;
            display: inline-block;
            top: 12px;
            left: 320px; }
          .cabinet_nav_content ul li a span.notify {
            background: url("/assets/cabinet/email_mobile_icon-92873e00ee0ef7e76d1d2ed92e8df91c1596f8991381bbee31689262dd111a50.png") no-repeat;
            background-position: center center;
            background-size: 52px;
            font-size: 20px;
            color: #fff;
            width: 52px;
            height: 52px;
            line-height: 52px;
            position: absolute;
            display: inline-block;
            padding-right: 6px;
            top: 12px;
            left: 240px;
            text-shadow: 1px 0px 1px #d18530; }

  .chat .widget_title h2 {
    font-size: 36px; }
    .chat .widget_title h2 span {
      background-size: 34px;
      padding-left: 50px; }

  .chat_item .chat_info {
    width: 144px;
    padding-right: 24px; }
    .chat_item .chat_info span {
      font-size: 22px;
      margin-top: 6px; }
  .chat_item .chat_message {
    width: calc(100% - 144px); }
    .chat_item .chat_message p {
      font-size: 24px;
      line-height: 32px; }
  .chat_item .chat_message_item:before {
    border-width: 12px 12px 12px 0;
    top: 20px; }
  .chat_item.chat_user .chat_message_item:before {
    border-width: 12px 0 12px 12px; }
  .chat_item .chat_info i {
    background-position: center top;
    background-size: 108px;
    font-size: 18px;
    line-height: 22px; }

  .nano .nano-content {
    padding: 15px 2%; }

  .chat_form textarea {
    margin: 50px auto 60px;
    height: 86px; }
  .chat_form .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px; }

  .order_wrap .widget_life_time .widget_title h2 {
    font-size: 32px;
    padding-bottom: 6px; }
  .order_wrap .life_time_item {
    padding-left: 11%; }
    .order_wrap .life_time_item:before {
      display: none; }
    .order_wrap .life_time_item.active:after {
      background: url("/assets/cabinet/life_time_check_mobile-c79b37db1f6079a70e9cd827ed1bedbb0e0dfda25018290ec25b16bae8049ffa.png") no-repeat;
      background-size: 34px;
      top: 50%;
      width: 34px;
      height: 34px;
      margin-top: -18px;
      left: 2%; }
  .order_wrap .life_time_description span {
    font-size: 32px; }
  .order_wrap .life_time_description p {
    font-size: 24px;
    line-height: 24px; }
  .order_wrap .life_time_procent {
    width: 24%; }
    .order_wrap .life_time_procent span {
      font-size: 32px; }

  .widget.widget_one_time .widget_title h2 {
    font-size: 32px;
    padding-bottom: 6px; }

  .one_time_item .one_time_description {
    padding: 34px 1% 16px 1%; }
    .one_time_item .one_time_description i {
      line-height: 32px; }
    .one_time_item .one_time_description p {
      font-size: 40px; }
  .one_time_item .one_time_discount span {
    font-size: 28px;
    line-height: 76px; }
    .one_time_item .one_time_discount span strong {
      width: 76px;
      height: 76px;
      font-size: 22px; }
  .one_time_item .one_time_discount .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    width: 100%; }

  .many_time .one_time_item {
    padding-bottom: 24px; }
    .many_time .one_time_item .one_time_description p {
      font-size: 30px; }
    .many_time .one_time_item .one_time_description i {
      font-size: 24px; }
    .many_time .one_time_item .one_time_discount {
      padding-top: 20px; }
      .many_time .one_time_item .one_time_discount span {
        font-size: 30px;
        line-height: 30px;
        margin-top: 12px; }

  .no_discounts {
    font-size: 36px;
    padding: 89px 0; }

  .new_order {
    margin-top: 40px; }
    .new_order .content {
      width: 100%; }
    .new_order .tab_content {
      padding: 0; }
    .new_order .content .tabs:not(.tabs_customer) > .tab_item {
      border: none;
      margin-top: 16px;
      padding-top: 16px; }
    .new_order .remind_link {
      position: static;
      margin-left: 0; }
    .new_order .button_chat {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .new_order .field_item {
      max-width: 100%;
      width: 100%;
      float: left;
      clear: both; }
      .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title {
        max-width: 100%;
        margin-left: 0; }
      .new_order .field_item > label,
      .new_order .field_item .order-pages-num > label,
      .new_order .field_item .order-words-num > label {
        width: 100%;
        font-size: 28px;
        text-align: left;
        padding-right: 0;
        float: left;
        line-height: 36px;
        position: relative; }
        .new_order .field_item > label i,
        .new_order .field_item .order-pages-num > label i,
        .new_order .field_item .order-words-num > label i {
          font-size: 24px;
          position: relative;
          top: 0; }
      .new_order .field_item.field_restore_password .button:first-child {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        width: 300px;
        margin-left: 0px; }
      .new_order .field_item.field_restore_password .button:last-child {
        font-size: 32px;
        line-height: 90px; }
      .new_order .field_item.field_restore_password span {
        line-height: 90px;
        margin: 0 30px; }
      .new_order .field_item.field_additions > label {
        width: 320px;
        margin-bottom: 12px; }
        .new_order .field_item.field_additions > label b {
          position: relative; }
      .new_order .field_item.field_additions .checker {
        clear: both; }
      .new_order .field_item .spinner_wrapper {
        width: 348px; }
      .new_order .field_item .field_additions_content {
        overflow: visible;
        float: left;
        width: 93%;
        line-height: 40px; }
        .new_order .field_item .field_additions_content i {
          font-size: 22px; }
        .new_order .field_item .field_additions_content p {
          background-size: 120px;
          width: 264px; }
        .new_order .field_item .field_additions_content .field_tooltip {
          margin-top: 0; }
      .new_order .field_item .checker {
        width: 40px;
        height: 40px; }
        .new_order .field_item .checker span {
          background-size: 40px;
          width: 40px;
          height: 40px; }
          .new_order .field_item .checker span input[type="checkbox"] {
            width: 40px;
            height: 40px; }
      .new_order .field_item input:not([type="submit"]) {
        float: left;
        width: 100%; }
      .new_order .field_item textarea {
        width: 100%;
        height: 140px; }
      .new_order .field_item .field_tooltip {
        margin: 12px 0 0 10px; }
      .new_order .field_item .field_error {
        float: left;
        width: 100%; }
        .new_order .field_item .field_error input:not([type="submit"]) {
          width: 100%; }
        .new_order .field_item .field_error textarea {
          width: 100%; }
        .new_order .field_item .field_error .select2-container {
          min-width: 100%;
          max-width: 100%; }
      .new_order .field_item .select2-container {
        float: left;
        min-width: 100%;
        max-width: 100%; }
        .new_order .field_item .select2-container + .field_error {
          margin-left: 0px; }
      .new_order .field_item.field_select_currency, .new_order .field_item.field_choice_service, .new_order .field_item.field_select_method {
        max-width: 100%; }
      .new_order .field_item.field_numbers_sources .checker {
        width: 40px;
        height: 40px;
        margin: 10px 0 0 20px; }
        .new_order .field_item.field_numbers_sources .checker span {
          background-size: 40px;
          width: 40px;
          height: 40px; }
          .new_order .field_item.field_numbers_sources .checker span input[type="checkbox"] {
            width: 40px;
            height: 40px; }
      .new_order .field_item.field_numbers_sources .field_not_need label {
        font-size: 28px;
        line-height: 60px; }
      .new_order .field_item.field_numbers_of {
        max-width: 100%; }
        .new_order .field_item.field_numbers_of .order-pages-num > label,
        .new_order .field_item.field_numbers_of .order-words-num > label {
          line-height: 28px;
          margin-bottom: 10px; }
        .new_order .field_item.field_numbers_of .field_error {
          width: 348px; }
          .new_order .field_item.field_numbers_of .field_error .validation_error {
            width: 100%;
            max-width: 640px;
            min-width: 320px; }
        .new_order .field_item.field_numbers_of .radio_buttons {
          margin-top: 30px;
          width: 100%;
          display: flex;
          margin-left: 0; }
          .new_order .field_item.field_numbers_of .radio_buttons .ui-state-default {
            width: 100%;
            height: 60px;
            line-height: 60px; }
      .new_order .field_item.field_select_currency .radio_buttons {
        display: flex; }
        .new_order .field_item.field_select_currency .radio_buttons .ui-state-default {
          width: 100%;
          height: 60px;
          line-height: 60px; }
      .new_order .field_item.field_preferred {
        width: 100%;
        float: none;
        max-width: 100%; }
        .new_order .field_item.field_preferred > label i {
          bottom: inherit;
          background-size: 248px;
          top: -4px;
          font-size: 20px;
          width: 248px;
          left: 10px; }
        .new_order .field_item.field_preferred .field_preferred_content {
          overflow: visible;
          width: 100%;
          display: inline-block; }
        .new_order .field_item.field_preferred input:not([type="submit"]) {
          width: 90%; }
        .new_order .field_item.field_preferred .field_error {
          width: 90%; }
          .new_order .field_item.field_preferred .field_error input:not([type="submit"]) {
            width: 100%; }
        .new_order .field_item.field_preferred .field_button {
          background-size: 28px !important;
          width: 28px;
          height: 28px;
          margin: 16px 0 0 20px; }
        .new_order .field_item.field_preferred .field_preferred_item {
          width: 90%; }
        .new_order .field_item.field_preferred .field_tooltip {
          margin-right: 10px; }
      .new_order .field_item.field_discount_code input:not([type="submit"]) {
        width: 100%; }
      .new_order .field_item.field_discount_code .field_error {
        width: 100%; }
        .new_order .field_item.field_discount_code .field_error input:not([type="submit"]) {
          width: 100%; }
      .new_order .field_item.field_uploader > label, .new_order .field_item.field_writer_type > label {
        display: none; }
      .new_order .field_item .field_phone_number_item.country_code {
        width: 22%; }
        .new_order .field_item .field_phone_number_item.country_code:before {
          font-size: 36px;
          line-height: 60px; }
        .new_order .field_item .field_phone_number_item.country_code input:not([type="submit"]) {
          padding-left: 48px; }
        .new_order .field_item .field_phone_number_item.country_code .country_flag {
          top: 14px;
          left: 36px; }
      .new_order .field_item .field_phone_number_item.state_area_code {
        width: 20%; }
      .new_order .field_item .field_phone_number_item.phone_number {
        width: 75%; }
      .new_order .field_item.field_night_call {
        margin: 10px 0 30px 0;
        max-width: 100%; }
        .new_order .field_item.field_night_call label {
          float: left;
          width: auto;
          line-height: 40px;
          margin-right: 10px; }
        .new_order .field_item.field_night_call .field_tooltip {
          margin: 6px 0 0 18px; }
      .new_order .field_item.field_writer_type .field_writer_type_item {
        clear: both;
        float: left;
        margin-right: 0;
        margin-bottom: 20px; }
        .new_order .field_item.field_writer_type .field_writer_type_item label {
          font-size: 28px; }
          .new_order .field_item.field_writer_type .field_writer_type_item label i {
            font-size: 24px; }
        .new_order .field_item.field_writer_type .field_writer_type_item .radio {
          display: inline-block;
          vertical-align: middle; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span {
            background: url("/assets/cabinet/writer_type_radio-f0a44db81c7c80a1ab96f0c74aff5ef559a91d63551cb70daf6a7b2285bc8c84.png") no-repeat;
            background-size: 72px;
            display: block;
            width: 72px;
            height: 72px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span.checked {
              background-position: 0 -72px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span input:not([type="submit"]) {
              outline: none;
              width: 72px;
              height: 72px; }
      .new_order .field_item.field_urgent {
        max-width: 100%; }
      .new_order .field_item.field_save label {
        width: auto;
        line-height: 60px;
        margin-right: 20px; }
      .new_order .field_item.field_save p {
        font-size: 28px;
        line-height: 60px; }
      .new_order .field_item.field_writer_level {
        margin-bottom: 20px; }
      .new_order .field_item .files_uploader {
        width: 100%; }
        .new_order .field_item .files_uploader .button {
          max-width: 100%;
          height: 90px;
          line-height: 90px;
          font-size: 36px; }
          .new_order .field_item .files_uploader .button:before {
            background-size: 66px;
            width: 66px;
            height: 50px;
            margin-top: -25px;
            left: 60px; }
        .new_order .field_item .files_uploader .files_list {
          width: 100%; }
      .new_order .field_item .radio_buttons {
        width: 100%; }
      .new_order .field_item.field_choice_service > label {
        margin: 16px 0; }
      .new_order .field_item .choice_service {
        margin-left: 0; }
        .new_order .field_item .choice_service .choice_service_item {
          line-height: 40px;
          margin-bottom: 30px; }
          .new_order .field_item .choice_service .choice_service_item .checker {
            width: 40px;
            height: 40px; }
            .new_order .field_item .choice_service .choice_service_item .checker span {
              background-size: 40px;
              width: 40px;
              height: 40px; }
              .new_order .field_item .choice_service .choice_service_item .checker span input[type="checkbox"] {
                width: 40px;
                height: 40px; }
        .new_order .field_item .choice_service .choice_service_check {
          margin: 50px 0 20px 0; }
          .new_order .field_item .choice_service .choice_service_check > label {
            width: 100%;
            text-align: left;
            margin-bottom: 10px; }
    .new_order .field_total_price {
      padding: 28px 0; }
      .new_order .field_total_price > div {
        width: 100%;
        text-align: center;
        margin-left: 0; }
        .new_order .field_total_price > div.button-block {
          width: 96%; }
      .new_order .field_total_price p {
        font-size: 34px;
        line-height: 68px; }
        .new_order .field_total_price p + p {
          font-size: 34px;
          line-height: 68px; }
    .new_order .field_total_price {
      text-align: center; }
      .new_order .field_total_price .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        max-width: 96%;
        margin: 0 auto; }
        .new_order .field_total_price .button.button_proceed:before {
          background-size: 24px;
          width: 24px;
          height: 32px;
          margin-top: -16px;
          right: 60px; }
      .new_order .field_total_price .pp_express_submit {
        max-width: 96%;
        margin: 0 auto; }
    .new_order .field_badge {
      top: -10px;
      right: -40px; }
    .new_order .field_title {
      font-size: 28px;
      margin-bottom: 16px; }
    .new_order .field_agree .checker {
      width: 40px;
      height: 40px;
      margin-left: 0; }
      .new_order .field_agree .checker span {
        background-size: 40px;
        width: 40px;
        height: 40px; }
        .new_order .field_agree .checker span input[type="checkbox"] {
          width: 40px;
          height: 40px; }
    .new_order .field_agree label {
      display: inline;
      font-size: 24px; }
    .new_order .field_agree .validation_error {
      padding-left: 0; }
    .new_order .tabs_customer_title {
      padding: 16px 0; }
      .new_order .tabs_customer_title h3 {
        font-size: 32px; }
    .new_order .payment_order_description ul {
      width: 100%; }
      .new_order .payment_order_description ul + ul {
        margin-bottom: 24px; }
      .new_order .payment_order_description ul:first-child {
        border-bottom: #c0d0d7 1px solid;
        width: 100%;
        padding-bottom: 24px;
        margin-bottom: 24px; }
        .new_order .payment_order_description ul:first-child:before {
          display: none; }
      .new_order .payment_order_description ul li {
        margin-bottom: 4px; }
        .new_order .payment_order_description ul li:last-child {
          margin-bottom: 0; }
    .new_order .payment_order_description .payment_order_info p {
      line-height: 40px; }

  .tab_finish {
    padding: 0; }

  .tab_finish_title h2 {
    font-size: 36px; }
  .tab_finish_title span {
    font-size: 32px; }

  .tab_finish_summary h2 {
    font-size: 32px;
    margin-bottom: 20px; }
  .tab_finish_summary > ul {
    width: 100%;
    margin: 0; }
    .tab_finish_summary > ul > li p strong {
      font-size: 24px; }

  .finish_total {
    background-color: #d8e8ee;
    padding-top: 20px;
    padding-bottom: 20px; }
    .finish_total p {
      font-size: 32px;
      line-height: 78px; }
    .finish_total .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      max-width: 100%;
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto 30px; }

  .finish_contact {
    background-size: 150%;
    background-position: 50% top;
    height: 234px; }
    .finish_contact .finish_contact_title {
      margin: 24px 0 12px 0; }
      .finish_contact .finish_contact_title span {
        font-size: 36px;
        line-height: 36px; }
      .finish_contact .finish_contact_title i {
        font-size: 26px;
        line-height: 26px; }
    .finish_contact .finish_contact_content .button {
      display: none; }
    .finish_contact .finish_contact_content > a:not(.button) {
      background-size: 64px;
      padding-left: 80px;
      line-height: 64px; }
    .finish_contact .finish_contact_content .phone_drop {
      width: 80px;
      margin: 12px 0 0 16px;
      font-size: 24px; }
      .finish_contact .finish_contact_content .phone_drop span {
        height: 40px;
        line-height: 40px;
        padding: 0 10px; }
        .finish_contact .finish_contact_content .phone_drop span:before {
          border-width: 10px 6px 0 6px;
          top: 14px;
          right: 8px; }

  .discount_message {
    width: 100%;
    font-size: 24px;
    margin-top: 6px;
    margin-left: 0; }

  .new_order.new_order_payment .field_item.field_additions {
    max-width: 100%;
    margin-left: 0; }
    .new_order.new_order_payment .field_item.field_additions > label {
      width: 100%; }

  .order_wrap .radio_buttons.radio_balance {
    width: 96%;
    display: flex; }
    .order_wrap .radio_buttons.radio_balance .ui-state-default {
      width: 100%;
      height: 100px;
      line-height: 100px; }
      .order_wrap .radio_buttons.radio_balance .ui-state-default.not_use_balance {
        background-size: 220px;
        background-position: center -12px; }
        .order_wrap .radio_buttons.radio_balance .ui-state-default.not_use_balance.ui-state-active {
          background-position: center -124px; }
      .order_wrap .radio_buttons.radio_balance .ui-state-default.use_balance {
        background-size: 222px;
        background-position: center -12px; }
        .order_wrap .radio_buttons.radio_balance .ui-state-default.use_balance.ui-state-active {
          background-position: center -124px; }
  .order_wrap .radio_buttons .ui-state-default {
    height: 60px; }
  .order_wrap .radio_buttons.radio_paper_format .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: inline-block;
    margin-top: -2px; }
    .order_wrap .radio_buttons.radio_paper_format .ui-state-default .ui-button-text {
      font-size: 28px; }
  .order_wrap .radio_buttons.writer_level_buttons .radio {
    width: 52px;
    height: 52px;
    margin-left: -26px;
    top: 116px; }
    .order_wrap .radio_buttons.writer_level_buttons .radio span {
      background-size: 52px;
      width: 52px;
      height: 52px; }
      .order_wrap .radio_buttons.writer_level_buttons .radio span input[type="radio"] {
        width: 52px;
        height: 52px; }
        .order_wrap .radio_buttons.writer_level_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 52px !important;
          height: 52px !important; }
  .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio {
    width: 29.3%; }
    .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title {
      padding: 12px 0; }
      .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title span {
        font-size: 28px;
        line-height: 32px; }
      .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title p {
        font-size: 24px;
        line-height: 28px; }
  .order_wrap .radio_buttons.writer_level_buttons .ui-state-default {
    min-height: 252px;
    border-radius: 0; }
  .order_wrap .radio_buttons.writer_level_buttons .writer_level_details {
    margin-top: 88px; }
    .order_wrap .radio_buttons.writer_level_buttons .writer_level_details span {
      color: #827f76;
      font-size: 16px;
      line-height: 16px; }
  .order_wrap .radio_buttons.customer_service_buttons .radio {
    width: 52px;
    height: 52px;
    margin-left: -26px;
    top: 102px; }
    .order_wrap .radio_buttons.customer_service_buttons .radio span {
      background-size: 52px;
      width: 52px;
      height: 52px; }
      .order_wrap .radio_buttons.customer_service_buttons .radio span input[type="radio"] {
        width: 52px;
        height: 52px; }
        .order_wrap .radio_buttons.customer_service_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 52px !important;
          height: 52px !important; }
  .order_wrap .radio_buttons.customer_service_buttons .ui-state-default {
    min-height: 170px;
    border-radius: 0; }
  .order_wrap .radio_buttons.customer_service_buttons .customer_service_title span {
    font-size: 24px;
    line-height: 28px; }
    .order_wrap .radio_buttons.customer_service_buttons .customer_service_title span strong:before {
      background-size: 110px;
      width: 110px; }
  .order_wrap .radio_buttons.customer_service_buttons .customer_service_title p {
    font-size: 24px;
    line-height: 28px; }
  .order_wrap .radio_buttons.radio_payment {
    display: flex; }
    .order_wrap .radio_buttons.radio_payment .ui-state-default {
      width: 100%;
      height: 100px;
      line-height: 100px; }
      .order_wrap .radio_buttons.radio_payment .ui-state-default.paypal {
        background-position: center center;
        background-size: 104px; }
      .order_wrap .radio_buttons.radio_payment .ui-state-default.creditcard {
        background-position: center center;
        background-size: 104px; }
      .order_wrap .radio_buttons.radio_payment .ui-state-default.wire_transfer {
        background-position: center center;
        background-size: 104px; }
  .order_wrap .field_academic_level .radio_buttons .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 10px 0 !important;
    display: inline-block;
    margin-top: -2px; }
    .order_wrap .field_academic_level .radio_buttons .ui-state-default .ui-button-text {
      font-size: 28px; }
      .order_wrap .field_academic_level .radio_buttons .ui-state-default .ui-button-text i {
        display: inline-block;
        font-size: 24px;
        margin-left: 0.4em; }

  .order_wrap input:not([type="submit"]) {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: #cccccc 1px solid;
    color: #808080;
    font-size: 28px;
    height: 60px;
    outline: none;
    padding: 0 10px;
    -webkit-appearance: none; }
  .order_wrap textarea {
    font-size: 28px;
    padding: 10px; }
  .order_wrap .field_item {
    margin-bottom: 20px; }
    .order_wrap .field_item > label,
    .order_wrap .field_item .order-pages-num > label,
    .order_wrap .field_item .order-words-num > label {
      font-size: 28px;
      line-height: 60px; }
    .order_wrap .field_item .field_phone_number_item i {
      font-size: 24px; }
  .order_wrap .files_uploader .fileinput-button {
    width: 100%; }
  .order_wrap .files_uploader .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    max-width: 100%; }
    .order_wrap .files_uploader .button:before {
      background-size: 66px;
      width: 66px;
      height: 50px;
      margin-top: -25px;
      left: 60px; }
  .order_wrap .files_uploader .files_list ul {
    list-style: none; }
    .order_wrap .files_uploader .files_list ul li {
      border-top: #e9e9e9 1px solid;
      padding: 10px 0; }
      .order_wrap .files_uploader .files_list ul li a.delete {
        background-size: 16px;
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 16px;
        margin: 10px 12px 0 0; }
      .order_wrap .files_uploader .files_list ul li span {
        font-size: 26px; }
  .order_wrap .files_uploader.files_uploader_with_download .files_list ul li .file_icon {
    width: 66px;
    height: 74px;
    margin-right: 20px; }
  .order_wrap .files_uploader.files_uploader_with_download .files_list ul li span {
    margin-top: 6px; }
  .order_wrap .files_uploader.files_uploader_with_download .files_list ul a.delete {
    background-size: 38px;
    width: 38px;
    height: 38px; }
  .order_wrap .field_tooltip {
    background-size: 32px;
    width: 32px;
    height: 32px; }
  .order_wrap .field_badge {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px; }
  .order_wrap .tabs_notification {
    margin: 40px 3% 20px 3%;
    padding: 10px 2%;
    font-size: 26px;
    line-height: 36px; }
    .order_wrap .tabs_notification .tabs_notification_close {
      background-size: 16px;
      width: 36px;
      height: 36px;
      top: -18px;
      right: -18px; }
  .order_wrap .file_format_error {
    font-size: 22px;
    margin: 8px 0; }

  .select2-container--cabinet_default {
    font-size: 28px; }
    .select2-container--cabinet_default .select2-selection--single {
      border: 1px solid #cccccc;
      height: 60px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__rendered {
        line-height: 56px;
        padding-left: 16px;
        padding-right: 40px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow {
        border-left: 1px solid #e5e5e5;
        height: 40px;
        margin-top: -20px;
        width: 56px; }
        .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow b {
          border-width: 10px 6px 0 6px;
          margin-left: -6px;
          margin-top: -4px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #69badb transparent;
      border-width: 0 6px 12px 6px; }
    .select2-container--cabinet_default .select2-search--dropdown .select2-search__field {
      border: 2px solid #cccccc;
      font-size: 28px; }
    .select2-container--cabinet_default .select2-results > .select2-results__options {
      max-height: 400px;
      overflow-y: auto; }
    .select2-container--cabinet_default .select2-results__options--nested:before {
      border-left: #7dc438 2px solid;
      width: 2px;
      left: 20px; }
    .select2-container--cabinet_default .select2-results__options--nested .select2-results__option {
      padding-left: 50px;
      position: relative; }
      .select2-container--cabinet_default .select2-results__options--nested .select2-results__option:before {
        border-top: #7dc438 2px solid;
        width: 20px;
        height: 2px;
        left: 20px; }
    .select2-container--cabinet_default .select2-results__group {
      cursor: default;
      display: block;
      padding: 6px; }
    .select2-container--cabinet_default .select2-results__option {
      padding: 12px; }
    .select2-container--cabinet_default .select2-dropdown {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      background-color: white;
      border: #69badb 1px solid;
      color: #808080;
      margin-top: -2px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border: #69badb 1px solid; }
    .select2-container--cabinet_default.select2-container--open .select2-selection__arrow {
      border-left: #69badb 1px solid; }

  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a {
    text-indent: -9999px;
    position: relative;
    height: 80px !important;
    line-height: 80px !important; }
    .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a:before {
      color: #608d89;
      font-size: 30px;
      font-weight: bold;
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 80px;
      z-index: 10;
      text-indent: 0; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:first-child a:before {
    content: '1'; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(2) a:before {
    content: '2'; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(3) a:before {
    content: '3'; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done a:before {
    background: url("/assets/cabinet/tab_done-1301628fd15e6e2dff313e3581a64252fd82ceda509dc9fae6aa7f4315753b15.png") center center no-repeat;
    background-size: 26px;
    content: ''; }
  .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default {
    display: table; }
    .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a {
      display: table-cell !important;
      vertical-align: middle;
      text-indent: 0;
      font-size: 24px !important;
      line-height: 26px !important; }
      .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a span {
        display: none; }
      .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a:before {
        display: none !important; }

  .order_wrap .tabs_customer {
    padding-bottom: 16px; }
    .order_wrap .tabs_customer .ui-tabs-nav .ui-state-default a {
      font-size: 32px; }

  .order_wrap .spinner_wrapper .ui-spinner {
    height: 60px !important; }
    .order_wrap .spinner_wrapper .ui-spinner-input {
      text-align: center; }
    .order_wrap .spinner_wrapper .ui-spinner .spinner {
      font-size: 28px;
      padding: 0 20px;
      height: 60px; }
    .order_wrap .spinner_wrapper .ui-spinner-button {
      position: absolute;
      left: 0;
      display: table;
      width: 80px;
      height: 48px; }
    .order_wrap .spinner_wrapper .ui-spinner-up {
      top: 6px;
      border-right: none;
      border-left: #c2c5cf 1px solid;
      right: 0;
      left: inherit;
      height: 48px; }
      .order_wrap .spinner_wrapper .ui-spinner-up:before {
        color: #626878;
        content: '+';
        display: block;
        font-size: 60px;
        position: absolute;
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center; }
      .order_wrap .spinner_wrapper .ui-spinner-up .ui-icon {
        border-width: 0; }
    .order_wrap .spinner_wrapper .ui-spinner-down {
      border-right: #c2c5cf 1px solid;
      bottom: 6px;
      height: 48px; }
      .order_wrap .spinner_wrapper .ui-spinner-down:before {
        color: #626878;
        content: '-';
        display: block;
        font-size: 60px;
        position: absolute;
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center; }
      .order_wrap .spinner_wrapper .ui-spinner-down .ui-icon {
        border-width: 0; }
    .order_wrap .spinner_wrapper .ui-spinner .ui-button-text {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 15px; }
    .order_wrap .spinner_wrapper .ui-spinner .ui-icon {
      border-width: 0; }
      .order_wrap .spinner_wrapper .ui-spinner .ui-icon:before {
        display: none; }
  .order_wrap .spinner_wrapper.disabled {
    pointer-events: none; }
    .order_wrap .spinner_wrapper.disabled .spinner {
      border: #d6d9da 1px solid;
      background-color: #eef2f3; }

  .order_wrap table {
    display: none; }
    .order_wrap table tr td {
      font-size: 28px; }
    .order_wrap table.my_order_active tr td:nth-child(1) {
      width: 20%; }
    .order_wrap table.my_order_active tr td:nth-child(2) {
      width: 80%; }
    .order_wrap table.my_order_active tr td:nth-child(3), .order_wrap table.my_order_active tr td:nth-child(4), .order_wrap table.my_order_active tr td:nth-child(5) {
      display: none; }
  .order_wrap .table_filters {
    padding: 20px 0; }
    .order_wrap .table_filters > .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%;
      margin-bottom: 20px; }
    .order_wrap .table_filters label {
      display: block;
      float: none;
      margin: 0; }
    .order_wrap .table_filters .table_filters_dates {
      width: 100%; }
      .order_wrap .table_filters .table_filters_dates .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 40px; }
      .order_wrap .table_filters .table_filters_dates .table_date_item {
        width: 32%; }
        .order_wrap .table_filters .table_filters_dates .table_date_item input:not([type="submit"]) {
          width: 100%;
          font-size: 24px; }
        .order_wrap .table_filters .table_filters_dates .table_date_item + .table_date_item {
          margin-left: 3%; }
    .order_wrap .table_filters .table_search {
      width: 100%;
      margin-top: 40px; }
      .order_wrap .table_filters .table_search label {
        display: none; }
      .order_wrap .table_filters .table_search input:not([type="submit"]) {
        width: 67%;
        margin-top: 12px; }
      .order_wrap .table_filters .table_search .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 0px; }
  .order_wrap .table_navigation {
    display: none; }

  .ui-datepicker-trigger {
    width: 36px;
    height: 42px;
    bottom: 8px;
    right: 12px;
    top: inherit; }

  .table_pagination_mobile {
    display: block;
    margin-top: 50px; }
    .table_pagination_mobile .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      float: left;
      font-size: 36px;
      width: 47%;
      height: 90px;
      line-height: 90px; }
      .table_pagination_mobile .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .table_pagination_mobile .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .table_pagination_mobile .button:last-child {
        float: right; }

  .popup.popup_feedback {
    width: 90%; }
    .popup.popup_feedback .feedback_data h2 span {
      position: static; }
    .popup.popup_feedback .feedback_status span {
      font-size: 40px; }
    .popup.popup_feedback .feedback_status p {
      font-size: 30px;
      margin-top: 20px; }
    .popup.popup_feedback .feedback_status img {
      width: 108px; }
    .popup.popup_feedback .feedback_status .button_ok {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%; }
    .popup.popup_feedback .feedback_status b {
      font-size: 40px;
      margin-top: 20px; }
    .popup.popup_feedback.violation > p {
      font-size: 24px; }
    .popup.popup_feedback .violation_content textarea {
      height: 200px; }
    .popup.popup_feedback .violation_content strong {
      font-size: 26px;
      margin-bottom: 20px; }
    .popup.popup_feedback .violation_content .checker {
      width: 40px;
      height: 40px; }
      .popup.popup_feedback .violation_content .checker span {
        background-size: 40px;
        width: 40px;
        height: 40px; }
        .popup.popup_feedback .violation_content .checker span input[type="checkbox"] {
          width: 40px;
          height: 40px; }
    .popup.popup_feedback .violation_content .field_item label {
      font-size: 24px;
      line-height: 40px; }
    .popup.popup_feedback .violation_content .field_submit .button {
      width: 100%;
      margin: 0 0 30px 0; }
      .popup.popup_feedback .violation_content .field_submit .button.button_cancel {
        font-size: 36px;
        height: 90px;
        line-height: 90px; }
      .popup.popup_feedback .violation_content .field_submit .button.button_send {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        margin-bottom: 0; }
    .popup.popup_feedback .violation_content .revision_deadline {
      padding-left: 0; }
      .popup.popup_feedback .violation_content .revision_deadline .picker_filed {
        margin: 12px 0 0 0;
        float: left;
        width: 45%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed input:not([type="submit"]) {
          width: 100%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed label {
          display: block; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed:last-child {
          float: right; }
      .popup.popup_feedback .violation_content .revision_deadline .prompt {
        margin-top: 16px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt p {
          font-size: 24px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt .tooltip {
          margin-top: 0; }

  .popup_title .close,
  .popup_close {
    background: url("/assets/cabinet/close_popup_mobile-d264b6268afe121732e04ffae2593807842519aa9039a406d4cfe3738fff3ec4.png") center center no-repeat;
    background-size: 20px;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    z-index: 10; }

  .popup.popup_settings_add_phone .field_item,
  .popup.popup_settings_add_phone .field_submit {
    width: 100%; }
  .popup.popup_settings_add_phone .field_submit .button {
    width: 100%;
    margin-bottom: 24px; }
    .popup.popup_settings_add_phone .field_submit .button.button_verify {
      margin-bottom: 0; }
  .popup.popup_settings {
    width: 90%;
    padding: 20px 3%; }
    .popup.popup_settings .popup_icon {
      margin-top: 80px; }
      .popup.popup_settings .popup_icon span {
        width: 110px;
        height: 110px;
        margin-top: -56px; }
      .popup.popup_settings .popup_icon.popup_icon_email span {
        background-size: 66px; }
      .popup.popup_settings .popup_icon.popup_icon_password span {
        background-size: 66px; }
      .popup.popup_settings .popup_icon.popup_icon_phone span {
        background-size: 60px; }
    .popup.popup_settings .button_ok {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%; }
  .popup.popup_settings_edit_phone {
    width: 90%; }
    .popup.popup_settings_edit_phone .field_item > label {
      font-size: 24px;
      line-height: 28px;
      width: 100%;
      text-align: left;
      margin-bottom: 10px; }
    .popup.popup_settings_edit_phone .field_item + .field_item > label {
      line-height: 24px;
      margin-top: 4px; }
    .popup.popup_settings_edit_phone .field_item input.country_code + input:not([type="submit"]) {
      width: 77%; }
    .popup.popup_settings_edit_phone .field_item input.country_code + .field_error .validation_error {
      position: static; }
    .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) {
      width: 77%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]).country_code {
        width: 20%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) + .field_error {
        width: 77%; }
    .popup.popup_settings_edit_phone .field_item .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .popup.popup_settings_edit_phone .field_submit .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%;
      margin-left: 0; }
  .popup.popup_settings > p {
    font-size: 24px; }
  .popup.popup_settings .popup_title h2 {
    font-size: 34px;
    padding: 0 14px; }
  .popup.popup_affilate_program {
    width: 90%; }
    .popup.popup_affilate_program .popup_title h2 {
      font-size: 40px; }
    .popup.popup_affilate_program .field_item .field_error {
      width: 100% !important; }
    .popup.popup_affilate_program .field_item input:not([type="submit"]) {
      width: 100%; }
    .popup.popup_affilate_program .field_item .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%;
      margin-top: 20px; }
    .popup.popup_affilate_program .send_again {
      font-size: 26px; }

  .popup_overlay.improvements {
    overflow: scroll; }

  .popup.popup_feedback.improvements_popup {
    width: 94%; }
    .popup.popup_feedback.improvements_popup .field_submit .button_cancel,
    .popup.popup_feedback.improvements_popup .field_submit .button_send {
      width: 100%;
      line-height: 40px;
      height: 40px;
      font-size: 16px; }

  .ui-datepicker-calendar {
    width: 17.68em; } }
@media screen and (min-width: 0px) and (max-width: 639px) {
  .container.container_cabinet {
    padding-left: 0;
    padding-right: 0; }
    .container.container_cabinet .order_wrap {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .container.container_cabinet .order_wrap > div:not(.cabinet_nav_current) > .content, .container.container_cabinet .order_wrap > div:not(.cabinet_nav) > .content, .container.container_cabinet .order_wrap > div:not(.my_order) > .content {
        padding-left: 10px;
        padding-right: 10px; }

  .order_wrap {
    margin-top: 0;
    position: relative;
    min-height: auto; }
    .order_wrap .content {
      border: none; }
      .order_wrap .content > p {
        padding: 0;
        line-height: 18px; }
    .order_wrap .content_title {
      padding-bottom: 10px;
      margin: 15px 2%; }
      .order_wrap .content_title h1,
      .order_wrap .content_title h2,
      .order_wrap .content_title h3 {
        font-size: 18px; }
      .order_wrap .content_title i {
        font-size: 16px; }
    .order_wrap .widget {
      width: 100%; }
    .order_wrap .widget_order_summary {
      display: none; }
    .order_wrap .sidebar {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 10px;
      margin-top: 20px; }
    .order_wrap .total_line span {
      font-size: 17px;
      line-height: 29px; }
    .order_wrap .content_title {
      margin: 15px 0; }
    .order_wrap .field_error .validation_error {
      font-size: 11px; }
    .order_wrap .pagination ul li span.current {
      background-color: #dfe6e9;
      color: #929ca1;
      display: block;
      width: 45px;
      height: 45px;
      line-height: 45px; }
    .order_wrap .pagination ul li span:not(.pag_prev):not(.pag_next):not(.current) {
      display: none; }
    .order_wrap .pagination ul li span.pag_prev {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100px; }
    .order_wrap .pagination ul li span.pag_next {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100px; }
    .order_wrap .total_line {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      .order_wrap .total_line span {
        float: none;
        display: block; }
      .order_wrap .total_line .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        width: 100%; }

  body.show_popup {
    position: fixed;
    width: 100%; }

  .popup.info_account {
    width: 90%; }
    .popup.info_account .popup_title {
      padding: 20px 10px; }
    .popup.info_account .buttons .button.blue {
      margin-bottom: 15px; }
    .popup.info_account .buttons .button.blue,
    .popup.info_account .buttons .button.yellow {
      width: 100%;
      display: block; }

  .remove_data_block {
    margin-top: 0; }
    .remove_data_block .button {
      width: 100%; }
    .remove_data_block .download_button {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%; }
      .remove_data_block .download_button .field_tooltip {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 9px; }
      .remove_data_block .download_button p {
        max-width: 85%; }
      .remove_data_block .download_button .button {
        background: none;
        width: 85%; }
    .remove_data_block .button.blue {
      background: none; }

  .desktop-visible {
    display: none !important; }

  .order_wrap .order_view h3 .field_tooltip,
  .free_qoute .field_item.field_uploader label .field_tooltip,
  .new_order .field_item.field_add_materials label .field_tooltip {
    display: inline-block;
    vertical-align: top;
    float: none; }

  .order_view .content .latest_order {
    margin: 0 0 20px; }
    .order_view .content .latest_order_top {
      margin-bottom: 25px;
      height: auto;
      flex-direction: column;
      align-items: flex-start;
      border-bottom: none; }
    .order_view .content .latest_order_title {
      margin-bottom: 12px; }
    .order_view .content .latest_order .container {
      padding: 0; }
    .order_view .content .latest_order_content {
      height: auto;
      margin-bottom: 10px;
      padding: 10px 0 0; }
    .order_view .content .latest_order_btns {
      width: 100%; }
      .order_view .content .latest_order_btns .btn {
        width: 50%;
        border-bottom: 1px solid #D5E4EA; }
    .order_view .content .latest_order .btn_resize {
      margin: 0 0 0 40px; }
  .order_view .content .files_block .container,
  .order_view .content .papers_block .container {
    padding: 0; }
  .order_view .content .files_block_status,
  .order_view .content .papers_block_status {
    margin-right: 5px; }
  .order_view .content .files_block_date,
  .order_view .content .papers_block_date {
    margin-right: 4px; }
  .order_view .content .files_block_size,
  .order_view .content .papers_block_size {
    padding-left: 6px; }
  .order_view .content .files_block_uploader,
  .order_view .content .papers_block_uploader {
    width: 100%; }
  .order_view .content .btn_upload {
    max-width: 100%; }
    .order_view .content .btn_upload label {
      width: 100%; }
  .order_view .content .new_uploaded_body {
    padding: 0 10px; }
    .order_view .content .new_uploaded_body .btn_green,
    .order_view .content .new_uploaded_body .btn_blue {
      max-width: 48%; }
  .order_view .content .files_block_top,
  .order_view .content .papers_block_top {
    margin-bottom: 15px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none; }
  .order_view .content .files_block_title,
  .order_view .content .papers_block_title {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E8EB; }
    .order_view .content .files_block_title .field_tooltip,
    .order_view .content .papers_block_title .field_tooltip {
      margin-left: 10px; }
  .order_view .content .files_block_title {
    margin-bottom: 8px; }
  .order_view .content .files_block_body {
    margin-top: 0; }

  .ppp-overlay.__shown {
    margin: 0 0 14px; }

  .ppp-wrapper {
    padding: 10px; }
    .ppp-wrapper .ppp-pane:before {
      margin-right: 10px; }

  .footer + .ppp-overlay.__shown {
    margin: 0; }
    .footer + .ppp-overlay.__shown .ppp-wrapper {
      border: none; }

  .ppp-link {
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #1DAC33;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px; }

  .cabinet_nav_current {
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
    z-index: 10; }
    .cabinet_nav_current a {
      background-color: #979494;
      color: #fff;
      display: block;
      font-weight: bold;
      text-align: center;
      font-size: 15px;
      text-transform: uppercase;
      padding: 10px 3%;
      text-decoration: none; }
    .cabinet_nav_current b {
      background-image: url("/assets/cabinet/nav_arrow-8bc887c6f79fd745f8dd0d17ead7ee399f7a266f966ffa9d6e8ac6f16b21382b.png");
      background-size: 18px;
      background-repeat: no-repeat;
      background-color: #646262;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%; }

  .cabinet_nav {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 39px; }
    .cabinet_nav i {
      padding: 0 2%;
      text-align: left;
      position: absolute;
      top: 0;
      z-index: 1;
      font-size: 12px; }

  .cabinet_nav_content {
    position: relative;
    z-index: 5; }
    .cabinet_nav_content ul {
      background-color: #979494;
      display: none; }
      .cabinet_nav_content ul li {
        border: none;
        border-bottom: #6f6d6d 1px solid;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: -1px;
        height: auto; }
        .cabinet_nav_content ul li:first-child, .cabinet_nav_content ul li:last-child {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px; }
        .cabinet_nav_content ul li:nth-child(3) a span.bell {
          left: 120px; }
        .cabinet_nav_content ul li a {
          color: #fff;
          font-weight: bold;
          text-align: left;
          font-size: 15px;
          text-transform: uppercase;
          padding: 10px 3%; }
          .cabinet_nav_content ul li a span.bell {
            background: url("/assets/cabinet/bell_mobile_icon-6bfdd8e0841c050de0af6084026a68c9f23dd365997040838d80053cf0570382.png") no-repeat;
            background-position: center center;
            background-size: 26px;
            width: 26px;
            height: 26px;
            position: absolute;
            display: inline-block;
            top: 6px;
            left: 160px; }
          .cabinet_nav_content ul li a span.notify {
            background: url("/assets/cabinet/email_mobile_icon-92873e00ee0ef7e76d1d2ed92e8df91c1596f8991381bbee31689262dd111a50.png") no-repeat;
            background-position: center center;
            background-size: 26px;
            font-size: 10px;
            color: #fff;
            width: 26px;
            height: 26px;
            line-height: 26px;
            position: absolute;
            display: inline-block;
            padding-right: 3px;
            top: 6px;
            left: 120px;
            text-shadow: 1px 0px 1px #d18530; }

  .chat .widget_title h2 {
    font-size: 18px; }
    .chat .widget_title h2 span {
      background-size: 17px;
      padding-left: 25px; }

  .chat_item .chat_info {
    width: 72px;
    padding-right: 12px; }
    .chat_item .chat_info span {
      font-size: 11px;
      margin-top: 3px; }
  .chat_item .chat_message {
    width: calc(100% - 72px); }
    .chat_item .chat_message p {
      font-size: 12px;
      line-height: 16px; }
  .chat_item .chat_message_item:before {
    border-width: 6px 6px 6px 0;
    top: 10px; }
  .chat_item.chat_user .chat_message_item:before {
    border-width: 6px 0 6px 6px; }
  .chat_item .chat_info i {
    background-position: center top;
    background-size: 54px;
    font-size: 9px;
    line-height: 11px; }

  .nano .nano-content {
    padding: 15px 2%; }

  .chat_form textarea {
    margin: 25px auto 30px;
    height: 43px; }
  .chat_form .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px; }

  .order_wrap .widget_life_time .widget_title h2 {
    font-size: 16px;
    padding-bottom: 3px; }
  .order_wrap .life_time_item {
    padding-left: 11%; }
    .order_wrap .life_time_item:before {
      display: none; }
    .order_wrap .life_time_item.active:after {
      background: url("/assets/cabinet/life_time_check_mobile-c79b37db1f6079a70e9cd827ed1bedbb0e0dfda25018290ec25b16bae8049ffa.png") no-repeat;
      background-size: 17px;
      top: 50%;
      width: 17px;
      height: 17px;
      margin-top: -9px;
      left: 2%; }
  .order_wrap .life_time_description span {
    font-size: 16px; }
  .order_wrap .life_time_description p {
    font-size: 12px;
    line-height: 12px; }
  .order_wrap .life_time_procent {
    width: 24%; }
    .order_wrap .life_time_procent span {
      font-size: 16px; }

  .widget.widget_one_time .widget_title h2 {
    font-size: 16px;
    padding-bottom: 3px; }

  .one_time_item .one_time_description {
    padding: 17px 1% 8px 1%; }
    .one_time_item .one_time_description i {
      line-height: 16px; }
    .one_time_item .one_time_description p {
      font-size: 20px; }
  .one_time_item .one_time_discount span {
    font-size: 14px;
    line-height: 38px; }
    .one_time_item .one_time_discount span strong {
      width: 38px;
      height: 38px;
      font-size: 11px; }
  .one_time_item .one_time_discount .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    max-width: 100%;
    width: 100%; }

  .many_time .one_time_item {
    padding-bottom: 12px; }
    .many_time .one_time_item .one_time_description p {
      font-size: 15px; }
    .many_time .one_time_item .one_time_description i {
      font-size: 12px; }
    .many_time .one_time_item .one_time_discount {
      padding-top: 10px; }
      .many_time .one_time_item .one_time_discount span {
        font-size: 15px;
        line-height: 15px;
        margin-top: 6px; }

  .no_discounts {
    font-size: 18px;
    padding: 89px 0; }

  .new_order {
    margin-top: 20px; }
    .new_order .content {
      width: 100%; }
    .new_order .tab_content {
      padding: 0; }
    .new_order .content .tabs:not(.tabs_customer) > .tab_item {
      border: none;
      margin-top: 8px;
      padding-top: 8px; }
    .new_order .remind_link {
      position: static;
      margin-left: 0; }
    .new_order .button_chat {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .new_order .field_item {
      max-width: 100%;
      width: 100%;
      float: left;
      clear: both; }
      .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title {
        max-width: 100%;
        margin-left: 0; }
      .new_order .field_item > label,
      .new_order .field_item .order-pages-num > label,
      .new_order .field_item .order-words-num > label {
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding-right: 0;
        float: left;
        line-height: 18px;
        position: relative; }
        .new_order .field_item > label i,
        .new_order .field_item .order-pages-num > label i,
        .new_order .field_item .order-words-num > label i {
          font-size: 12px;
          position: relative;
          top: 0; }
      .new_order .field_item.field_restore_password .button:first-child {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        width: 150px;
        margin-left: 0px; }
      .new_order .field_item.field_restore_password .button:last-child {
        font-size: 16px;
        line-height: 45px; }
      .new_order .field_item.field_restore_password span {
        line-height: 45px;
        margin: 0 15px; }
      .new_order .field_item.field_additions > label {
        width: 160px;
        margin-bottom: 6px; }
        .new_order .field_item.field_additions > label b {
          position: relative; }
      .new_order .field_item.field_additions .checker {
        clear: both; }
      .new_order .field_item .spinner_wrapper {
        width: 174px; }
      .new_order .field_item .field_additions_content {
        overflow: visible;
        float: left;
        width: 93%;
        line-height: 20px; }
        .new_order .field_item .field_additions_content i {
          font-size: 11px; }
        .new_order .field_item .field_additions_content p {
          background-size: 60px;
          width: 132px; }
        .new_order .field_item .field_additions_content .field_tooltip {
          margin-top: 0; }
      .new_order .field_item .checker {
        width: 20px;
        height: 20px; }
        .new_order .field_item .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
          .new_order .field_item .checker span input[type="checkbox"] {
            width: 20px;
            height: 20px; }
      .new_order .field_item input:not([type="submit"]) {
        float: left;
        width: 100%; }
      .new_order .field_item textarea {
        width: 100%;
        height: 70px; }
      .new_order .field_item .field_tooltip {
        margin: 6px 0 0 5px; }
      .new_order .field_item .field_error {
        float: left;
        width: 100%; }
        .new_order .field_item .field_error input:not([type="submit"]) {
          width: 100%; }
        .new_order .field_item .field_error textarea {
          width: 100%; }
        .new_order .field_item .field_error .select2-container {
          min-width: 100%;
          max-width: 100%; }
      .new_order .field_item .select2-container {
        float: left;
        min-width: 100%;
        max-width: 100%; }
        .new_order .field_item .select2-container + .field_error {
          margin-left: 0px; }
      .new_order .field_item.field_select_currency, .new_order .field_item.field_choice_service, .new_order .field_item.field_select_method {
        max-width: 100%; }
      .new_order .field_item.field_numbers_sources .checker {
        width: 20px;
        height: 20px;
        margin: 5px 0 0 10px; }
        .new_order .field_item.field_numbers_sources .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
          .new_order .field_item.field_numbers_sources .checker span input[type="checkbox"] {
            width: 20px;
            height: 20px; }
      .new_order .field_item.field_numbers_sources .field_not_need label {
        font-size: 14px;
        line-height: 30px; }
      .new_order .field_item.field_numbers_of {
        max-width: 100%; }
        .new_order .field_item.field_numbers_of .order-pages-num > label,
        .new_order .field_item.field_numbers_of .order-words-num > label {
          line-height: 14px;
          margin-bottom: 5px; }
        .new_order .field_item.field_numbers_of .field_error {
          width: 174px; }
          .new_order .field_item.field_numbers_of .field_error .validation_error {
            width: 100%;
            max-width: 640px;
            min-width: 320px; }
        .new_order .field_item.field_numbers_of .radio_buttons {
          margin-top: 15px;
          width: 100%;
          display: flex;
          margin-left: 0; }
          .new_order .field_item.field_numbers_of .radio_buttons .ui-state-default {
            width: 100%;
            height: 30px;
            line-height: 30px; }
      .new_order .field_item.field_select_currency .radio_buttons {
        display: flex; }
        .new_order .field_item.field_select_currency .radio_buttons .ui-state-default {
          width: 100%;
          height: 30px;
          line-height: 30px; }
      .new_order .field_item.field_preferred {
        width: 100%;
        float: none;
        max-width: 100%; }
        .new_order .field_item.field_preferred > label i {
          bottom: inherit;
          background-size: 124px;
          top: -2px;
          font-size: 10px;
          width: 124px;
          left: 5px; }
        .new_order .field_item.field_preferred .field_preferred_content {
          overflow: visible;
          width: 100%;
          display: inline-block; }
        .new_order .field_item.field_preferred input:not([type="submit"]) {
          width: 90%; }
        .new_order .field_item.field_preferred .field_error {
          width: 90%; }
          .new_order .field_item.field_preferred .field_error input:not([type="submit"]) {
            width: 100%; }
        .new_order .field_item.field_preferred .field_button {
          background-size: 14px !important;
          width: 14px;
          height: 14px;
          margin: 8px 0 0 10px; }
        .new_order .field_item.field_preferred .field_preferred_item {
          width: 90%; }
        .new_order .field_item.field_preferred .field_tooltip {
          margin-right: 5px; }
      .new_order .field_item.field_discount_code input:not([type="submit"]) {
        width: 100%; }
      .new_order .field_item.field_discount_code .field_error {
        width: 100%; }
        .new_order .field_item.field_discount_code .field_error input:not([type="submit"]) {
          width: 100%; }
      .new_order .field_item.field_uploader > label, .new_order .field_item.field_writer_type > label {
        display: none; }
      .new_order .field_item .field_phone_number_item.country_code {
        width: 22%; }
        .new_order .field_item .field_phone_number_item.country_code:before {
          font-size: 18px;
          line-height: 30px; }
        .new_order .field_item .field_phone_number_item.country_code input:not([type="submit"]) {
          padding-left: 24px; }
        .new_order .field_item .field_phone_number_item.country_code .country_flag {
          top: 7px;
          left: 18px; }
      .new_order .field_item .field_phone_number_item.state_area_code {
        width: 20%; }
      .new_order .field_item .field_phone_number_item.phone_number {
        width: 75%; }
      .new_order .field_item.field_night_call {
        margin: 5px 0 15px 0;
        max-width: 100%; }
        .new_order .field_item.field_night_call label {
          float: left;
          width: auto;
          line-height: 20px;
          margin-right: 10px; }
        .new_order .field_item.field_night_call .field_tooltip {
          margin: 3px 0 0 9px; }
      .new_order .field_item.field_writer_type .field_writer_type_item {
        clear: both;
        float: left;
        margin-right: 0;
        margin-bottom: 10px; }
        .new_order .field_item.field_writer_type .field_writer_type_item label {
          font-size: 14px; }
          .new_order .field_item.field_writer_type .field_writer_type_item label i {
            font-size: 12px; }
        .new_order .field_item.field_writer_type .field_writer_type_item .radio {
          display: inline-block;
          vertical-align: middle; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span {
            background: url("/assets/cabinet/writer_type_radio-f0a44db81c7c80a1ab96f0c74aff5ef559a91d63551cb70daf6a7b2285bc8c84.png") no-repeat;
            background-size: 36px;
            display: block;
            width: 36px;
            height: 36px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span.checked {
              background-position: 0 -36px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span input:not([type="submit"]) {
              outline: none;
              width: 36px;
              height: 36px; }
      .new_order .field_item.field_urgent {
        max-width: 100%; }
      .new_order .field_item.field_save label {
        width: auto;
        line-height: 30px;
        margin-right: 10px; }
      .new_order .field_item.field_save p {
        font-size: 14px;
        line-height: 30px; }
      .new_order .field_item.field_writer_level {
        margin-bottom: 20px; }
      .new_order .field_item .files_uploader {
        width: 100%; }
        .new_order .field_item .files_uploader .button {
          max-width: 100%;
          height: 45px;
          line-height: 45px;
          font-size: 18px; }
          .new_order .field_item .files_uploader .button:before {
            background-size: 33px;
            width: 33px;
            height: 25px;
            margin-top: -12.5px;
            left: 30px; }
        .new_order .field_item .files_uploader .files_list {
          width: 100%; }
      .new_order .field_item .radio_buttons {
        width: 100%; }
      .new_order .field_item.field_choice_service > label {
        margin: 8px 0; }
      .new_order .field_item .choice_service {
        margin-left: 0; }
        .new_order .field_item .choice_service .choice_service_item {
          line-height: 20px;
          margin-bottom: 15px; }
          .new_order .field_item .choice_service .choice_service_item .checker {
            width: 20px;
            height: 20px; }
            .new_order .field_item .choice_service .choice_service_item .checker span {
              background-size: 20px;
              width: 20px;
              height: 20px; }
              .new_order .field_item .choice_service .choice_service_item .checker span input[type="checkbox"] {
                width: 20px;
                height: 20px; }
        .new_order .field_item .choice_service .choice_service_check {
          margin: 25px 0 10px 0; }
          .new_order .field_item .choice_service .choice_service_check > label {
            width: 100%;
            text-align: left;
            margin-bottom: 5px; }
    .new_order .field_total_price {
      padding: 14px 0; }
      .new_order .field_total_price > div {
        width: 100%;
        text-align: center;
        margin-left: 0; }
        .new_order .field_total_price > div.button-block {
          width: 96%; }
      .new_order .field_total_price p {
        font-size: 17px;
        line-height: 34px; }
        .new_order .field_total_price p + p {
          font-size: 17px;
          line-height: 34px; }
    .new_order .field_total_price {
      text-align: center; }
      .new_order .field_total_price .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        max-width: 96%;
        margin: 0 auto; }
        .new_order .field_total_price .button.button_proceed:before {
          background-size: 12px;
          width: 12px;
          height: 16px;
          margin-top: -8px;
          right: 30px; }
      .new_order .field_total_price .pp_express_submit {
        max-width: 96%;
        margin: 0 auto; }
    .new_order .field_badge {
      top: -5px;
      right: -20px; }
    .new_order .field_title {
      font-size: 14px;
      margin-bottom: 8px; }
    .new_order .field_agree .checker {
      width: 20px;
      height: 20px;
      margin-left: 0; }
      .new_order .field_agree .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .new_order .field_agree .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .new_order .field_agree label {
      display: inline;
      font-size: 12px; }
    .new_order .field_agree .validation_error {
      padding-left: 0; }
    .new_order .tabs_customer_title {
      padding: 8px 0; }
      .new_order .tabs_customer_title h3 {
        font-size: 16px; }
    .new_order .payment_order_description ul {
      width: 100%; }
      .new_order .payment_order_description ul + ul {
        margin-bottom: 12px; }
      .new_order .payment_order_description ul:first-child {
        border-bottom: #c0d0d7 1px solid;
        width: 100%;
        padding-bottom: 12px;
        margin-bottom: 12px; }
        .new_order .payment_order_description ul:first-child:before {
          display: none; }
      .new_order .payment_order_description ul li {
        margin-bottom: 2px; }
        .new_order .payment_order_description ul li:last-child {
          margin-bottom: 0; }
    .new_order .payment_order_description .payment_order_info p {
      line-height: 20px; }

  .tab_finish {
    padding: 0; }

  .tab_finish_title h2 {
    font-size: 18px; }
  .tab_finish_title span {
    font-size: 16px; }

  .tab_finish_summary h2 {
    font-size: 16px;
    margin-bottom: 10px; }
  .tab_finish_summary > ul {
    width: 100%;
    margin: 0; }
    .tab_finish_summary > ul > li p strong {
      font-size: 12px; }

  .finish_total {
    background-color: #d8e8ee;
    padding-top: 10px;
    padding-bottom: 10px; }
    .finish_total p {
      font-size: 16px;
      line-height: 39px; }
    .finish_total .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      max-width: 100%;
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto 15px; }

  .finish_contact {
    background-size: 150%;
    background-position: 50% top;
    height: 117px; }
    .finish_contact .finish_contact_title {
      margin: 12px 0 6px 0; }
      .finish_contact .finish_contact_title span {
        font-size: 18px;
        line-height: 18px; }
      .finish_contact .finish_contact_title i {
        font-size: 13px;
        line-height: 13px; }
    .finish_contact .finish_contact_content .button {
      display: none; }
    .finish_contact .finish_contact_content > a:not(.button) {
      background-size: 32px;
      padding-left: 40px;
      line-height: 32px; }
    .finish_contact .finish_contact_content .phone_drop {
      width: 40px;
      margin: 6px 0 0 8px;
      font-size: 12px; }
      .finish_contact .finish_contact_content .phone_drop span {
        height: 20px;
        line-height: 20px;
        padding: 0 5px; }
        .finish_contact .finish_contact_content .phone_drop span:before {
          border-width: 5px 3px 0 3px;
          top: 7px;
          right: 4px; }

  .discount_message {
    width: 100%;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 0; }

  .new_order.new_order_payment .field_item.field_additions {
    max-width: 100%;
    margin-left: 0; }
    .new_order.new_order_payment .field_item.field_additions > label {
      width: 100%; }

  .order_wrap .radio_buttons.radio_balance {
    width: 96%;
    display: flex; }
    .order_wrap .radio_buttons.radio_balance .ui-state-default {
      width: 100%;
      height: 50px;
      line-height: 50px; }
      .order_wrap .radio_buttons.radio_balance .ui-state-default.not_use_balance {
        background-size: 110px;
        background-position: center -6px; }
        .order_wrap .radio_buttons.radio_balance .ui-state-default.not_use_balance.ui-state-active {
          background-position: center -62px; }
      .order_wrap .radio_buttons.radio_balance .ui-state-default.use_balance {
        background-size: 111px;
        background-position: center -6px; }
        .order_wrap .radio_buttons.radio_balance .ui-state-default.use_balance.ui-state-active {
          background-position: center -62px; }
  .order_wrap .radio_buttons .ui-state-default {
    height: 30px; }
  .order_wrap .radio_buttons.radio_paper_format .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: inline-block;
    margin-top: -1px; }
    .order_wrap .radio_buttons.radio_paper_format .ui-state-default .ui-button-text {
      font-size: 14px; }
  .order_wrap .radio_buttons.writer_level_buttons .radio {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    top: 58px; }
    .order_wrap .radio_buttons.writer_level_buttons .radio span {
      background-size: 26px;
      width: 26px;
      height: 26px; }
      .order_wrap .radio_buttons.writer_level_buttons .radio span input[type="radio"] {
        width: 26px;
        height: 26px; }
        .order_wrap .radio_buttons.writer_level_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 26px !important;
          height: 26px !important; }
  .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio {
    width: 29.3%; }
    .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title {
      padding: 6px 0; }
      .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title span {
        font-size: 14px;
        line-height: 16px; }
      .order_wrap .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title p {
        font-size: 12px;
        line-height: 14px; }
  .order_wrap .radio_buttons.writer_level_buttons .ui-state-default {
    min-height: 126px;
    border-radius: 0; }
  .order_wrap .radio_buttons.writer_level_buttons .writer_level_details {
    margin-top: 44px; }
    .order_wrap .radio_buttons.writer_level_buttons .writer_level_details span {
      color: #827f76;
      font-size: 8px;
      line-height: 8px; }
  .order_wrap .radio_buttons.customer_service_buttons .radio {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    top: 51px; }
    .order_wrap .radio_buttons.customer_service_buttons .radio span {
      background-size: 26px;
      width: 26px;
      height: 26px; }
      .order_wrap .radio_buttons.customer_service_buttons .radio span input[type="radio"] {
        width: 26px;
        height: 26px; }
        .order_wrap .radio_buttons.customer_service_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 26px !important;
          height: 26px !important; }
  .order_wrap .radio_buttons.customer_service_buttons .ui-state-default {
    min-height: 85px;
    border-radius: 0; }
  .order_wrap .radio_buttons.customer_service_buttons .customer_service_title span {
    font-size: 12px;
    line-height: 14px; }
    .order_wrap .radio_buttons.customer_service_buttons .customer_service_title span strong:before {
      background-size: 55px;
      width: 55px; }
  .order_wrap .radio_buttons.customer_service_buttons .customer_service_title p {
    font-size: 12px;
    line-height: 14px; }
  .order_wrap .radio_buttons.radio_payment {
    display: flex; }
    .order_wrap .radio_buttons.radio_payment .ui-state-default {
      width: 100%;
      height: 50px;
      line-height: 50px; }
      .order_wrap .radio_buttons.radio_payment .ui-state-default.paypal {
        background-position: center center;
        background-size: 52px; }
      .order_wrap .radio_buttons.radio_payment .ui-state-default.creditcard {
        background-position: center center;
        background-size: 52px; }
      .order_wrap .radio_buttons.radio_payment .ui-state-default.wire_transfer {
        background-position: center center;
        background-size: 52px; }
  .order_wrap .field_academic_level .radio_buttons .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 5px 0 !important;
    display: inline-block;
    margin-top: -1px; }
    .order_wrap .field_academic_level .radio_buttons .ui-state-default .ui-button-text {
      font-size: 14px; }
      .order_wrap .field_academic_level .radio_buttons .ui-state-default .ui-button-text i {
        display: inline-block;
        font-size: 12px;
        margin-left: 0.2em; }

  .order_wrap input:not([type="submit"]) {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: #cccccc 1px solid;
    color: #808080;
    font-size: 14px;
    height: 30px;
    outline: none;
    padding: 0 5px;
    -webkit-appearance: none; }
  .order_wrap textarea {
    font-size: 14px;
    padding: 5px; }
  .order_wrap .field_item {
    margin-bottom: 10px; }
    .order_wrap .field_item > label,
    .order_wrap .field_item .order-pages-num > label,
    .order_wrap .field_item .order-words-num > label {
      font-size: 14px;
      line-height: 30px; }
    .order_wrap .field_item .field_phone_number_item i {
      font-size: 12px; }
  .order_wrap .files_uploader .fileinput-button {
    width: 100%; }
  .order_wrap .files_uploader .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    max-width: 100%; }
    .order_wrap .files_uploader .button:before {
      background-size: 33px;
      width: 33px;
      height: 25px;
      margin-top: -12.5px;
      left: 30px; }
  .order_wrap .files_uploader .files_list ul {
    list-style: none; }
    .order_wrap .files_uploader .files_list ul li {
      border-top: #e9e9e9 1px solid;
      padding: 5px 0; }
      .order_wrap .files_uploader .files_list ul li a.delete {
        background-size: 8px;
        display: inline-block;
        vertical-align: top;
        width: 8px;
        height: 8px;
        margin: 5px 6px 0 0; }
      .order_wrap .files_uploader .files_list ul li span {
        font-size: 13px; }
  .order_wrap .files_uploader.files_uploader_with_download .files_list ul li .file_icon {
    width: 33px;
    height: 37px;
    margin-right: 10px; }
  .order_wrap .files_uploader.files_uploader_with_download .files_list ul li span {
    margin-top: 3px; }
  .order_wrap .files_uploader.files_uploader_with_download .files_list ul a.delete {
    background-size: 19px;
    width: 19px;
    height: 19px; }
  .order_wrap .field_tooltip {
    background-size: 16px;
    width: 16px;
    height: 16px; }
  .order_wrap .field_badge {
    font-size: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
  .order_wrap .tabs_notification {
    margin: 20px 3% 10px 3%;
    padding: 5px 2%;
    font-size: 13px;
    line-height: 18px; }
    .order_wrap .tabs_notification .tabs_notification_close {
      background-size: 8px;
      width: 18px;
      height: 18px;
      top: -9px;
      right: -9px; }
  .order_wrap .file_format_error {
    font-size: 11px;
    margin: 4px 0; }

  .select2-container--cabinet_default {
    font-size: 14px; }
    .select2-container--cabinet_default .select2-selection--single {
      border: 1px solid #cccccc;
      height: 30px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
        padding-left: 8px;
        padding-right: 20px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow {
        border-left: 1px solid #e5e5e5;
        height: 20px;
        margin-top: -10px;
        width: 28px; }
        .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow b {
          border-width: 5px 3px 0 3px;
          margin-left: -3px;
          margin-top: -2px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #69badb transparent;
      border-width: 0 3px 6px 3px; }
    .select2-container--cabinet_default .select2-search--dropdown .select2-search__field {
      border: 1px solid #cccccc;
      font-size: 14px; }
    .select2-container--cabinet_default .select2-results > .select2-results__options {
      max-height: 200px;
      overflow-y: auto; }
    .select2-container--cabinet_default .select2-results__options--nested:before {
      border-left: #7dc438 1px solid;
      width: 1px;
      left: 10px; }
    .select2-container--cabinet_default .select2-results__options--nested .select2-results__option {
      padding-left: 25px;
      position: relative; }
      .select2-container--cabinet_default .select2-results__options--nested .select2-results__option:before {
        border-top: #7dc438 1px solid;
        width: 10px;
        height: 1px;
        left: 10px; }
    .select2-container--cabinet_default .select2-results__group {
      cursor: default;
      display: block;
      padding: 6px; }
    .select2-container--cabinet_default .select2-results__option {
      padding: 6px; }
    .select2-container--cabinet_default .select2-dropdown {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      background-color: white;
      border: #69badb 1px solid;
      color: #808080;
      margin-top: -1px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border: #69badb 1px solid; }
    .select2-container--cabinet_default.select2-container--open .select2-selection__arrow {
      border-left: #69badb 1px solid; }

  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a {
    text-indent: -9999px;
    position: relative;
    height: 40px !important;
    line-height: 40px !important; }
    .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a:before {
      color: #608d89;
      font-size: 15px;
      font-weight: bold;
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 40px;
      z-index: 10;
      text-indent: 0; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:first-child a:before {
    content: '1'; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(2) a:before {
    content: '2'; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(3) a:before {
    content: '3'; }
  .order_wrap .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done a:before {
    background: url("/assets/cabinet/tab_done-1301628fd15e6e2dff313e3581a64252fd82ceda509dc9fae6aa7f4315753b15.png") center center no-repeat;
    background-size: 13px;
    content: ''; }
  .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default {
    display: table; }
    .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a {
      display: table-cell !important;
      vertical-align: middle;
      text-indent: 0;
      font-size: 12px !important;
      line-height: 13px !important; }
      .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a span {
        display: none; }
      .order_wrap .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a:before {
        display: none !important; }

  .order_wrap .tabs_customer {
    padding-bottom: 8px; }
    .order_wrap .tabs_customer .ui-tabs-nav .ui-state-default a {
      font-size: 16px; }

  .order_wrap .spinner_wrapper .ui-spinner {
    height: 30px !important; }
    .order_wrap .spinner_wrapper .ui-spinner-input {
      text-align: center; }
    .order_wrap .spinner_wrapper .ui-spinner .spinner {
      font-size: 14px;
      padding: 0 10px;
      height: 30px; }
    .order_wrap .spinner_wrapper .ui-spinner-button {
      position: absolute;
      left: 0;
      display: table;
      width: 40px;
      height: 24px; }
    .order_wrap .spinner_wrapper .ui-spinner-up {
      top: 3px;
      border-right: none;
      border-left: #c2c5cf 1px solid;
      right: 0;
      left: inherit;
      height: 24px; }
      .order_wrap .spinner_wrapper .ui-spinner-up:before {
        color: #626878;
        content: '+';
        display: block;
        font-size: 30px;
        position: absolute;
        width: 100%;
        height: 24px;
        line-height: 24px;
        text-align: center; }
      .order_wrap .spinner_wrapper .ui-spinner-up .ui-icon {
        border-width: 0; }
    .order_wrap .spinner_wrapper .ui-spinner-down {
      border-right: #c2c5cf 1px solid;
      bottom: 3px;
      height: 24px; }
      .order_wrap .spinner_wrapper .ui-spinner-down:before {
        color: #626878;
        content: '-';
        display: block;
        font-size: 30px;
        position: absolute;
        width: 100%;
        height: 24px;
        line-height: 24px;
        text-align: center; }
      .order_wrap .spinner_wrapper .ui-spinner-down .ui-icon {
        border-width: 0; }
    .order_wrap .spinner_wrapper .ui-spinner .ui-button-text {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 15px; }
    .order_wrap .spinner_wrapper .ui-spinner .ui-icon {
      border-width: 0; }
      .order_wrap .spinner_wrapper .ui-spinner .ui-icon:before {
        display: none; }
  .order_wrap .spinner_wrapper.disabled {
    pointer-events: none; }
    .order_wrap .spinner_wrapper.disabled .spinner {
      border: #d6d9da 1px solid;
      background-color: #eef2f3; }

  .order_wrap table {
    display: none; }
    .order_wrap table tr td {
      font-size: 14px; }
    .order_wrap table.my_order_active tr td:nth-child(1) {
      width: 20%; }
    .order_wrap table.my_order_active tr td:nth-child(2) {
      width: 80%; }
    .order_wrap table.my_order_active tr td:nth-child(3), .order_wrap table.my_order_active tr td:nth-child(4), .order_wrap table.my_order_active tr td:nth-child(5) {
      display: none; }
  .order_wrap .table_filters {
    padding: 10px 0; }
    .order_wrap .table_filters > .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%;
      margin-bottom: 10px; }
    .order_wrap .table_filters label {
      display: block;
      float: none;
      margin: 0; }
    .order_wrap .table_filters .table_filters_dates {
      width: 100%; }
      .order_wrap .table_filters .table_filters_dates .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 20px; }
      .order_wrap .table_filters .table_filters_dates .table_date_item {
        width: 32%; }
        .order_wrap .table_filters .table_filters_dates .table_date_item input:not([type="submit"]) {
          width: 100%;
          font-size: 12px; }
        .order_wrap .table_filters .table_filters_dates .table_date_item + .table_date_item {
          margin-left: 3%; }
    .order_wrap .table_filters .table_search {
      width: 100%;
      margin-top: 20px; }
      .order_wrap .table_filters .table_search label {
        display: none; }
      .order_wrap .table_filters .table_search input:not([type="submit"]) {
        width: 67%;
        margin-top: 6px; }
      .order_wrap .table_filters .table_search .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 0px; }
  .order_wrap .table_navigation {
    display: none; }

  .ui-datepicker-trigger {
    width: 18px;
    height: 21px;
    bottom: 4px;
    right: 6px;
    top: inherit; }

  .table_pagination_mobile {
    display: block;
    margin-top: 25px; }
    .table_pagination_mobile .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      float: left;
      font-size: 18px;
      width: 47%;
      height: 45px;
      line-height: 45px; }
      .table_pagination_mobile .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .table_pagination_mobile .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .table_pagination_mobile .button:last-child {
        float: right; }

  .popup.popup_feedback {
    width: 90%; }
    .popup.popup_feedback .feedback_data h2 span {
      position: static; }
    .popup.popup_feedback .feedback_status span {
      font-size: 20px; }
    .popup.popup_feedback .feedback_status p {
      font-size: 15px;
      margin-top: 10px; }
    .popup.popup_feedback .feedback_status img {
      width: 54px; }
    .popup.popup_feedback .feedback_status .button_ok {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%; }
    .popup.popup_feedback .feedback_status b {
      font-size: 20px;
      margin-top: 10px; }
    .popup.popup_feedback.violation > p {
      font-size: 12px; }
    .popup.popup_feedback .violation_content textarea {
      height: 100px; }
    .popup.popup_feedback .violation_content strong {
      font-size: 13px;
      margin-bottom: 10px; }
    .popup.popup_feedback .violation_content .checker {
      width: 20px;
      height: 20px; }
      .popup.popup_feedback .violation_content .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .popup.popup_feedback .violation_content .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .popup.popup_feedback .violation_content .field_item label {
      font-size: 12px;
      line-height: 20px; }
    .popup.popup_feedback .violation_content .field_submit .button {
      width: 100%;
      margin: 0 0 15px 0; }
      .popup.popup_feedback .violation_content .field_submit .button.button_cancel {
        font-size: 18px;
        height: 45px;
        line-height: 45px; }
      .popup.popup_feedback .violation_content .field_submit .button.button_send {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 0; }
    .popup.popup_feedback .violation_content .revision_deadline {
      padding-left: 0; }
      .popup.popup_feedback .violation_content .revision_deadline .picker_filed {
        margin: 12px 0 0 0;
        float: left;
        width: 45%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed input:not([type="submit"]) {
          width: 100%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed label {
          display: block; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed:last-child {
          float: right; }
      .popup.popup_feedback .violation_content .revision_deadline .prompt {
        margin-top: 8px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt p {
          font-size: 12px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt .tooltip {
          margin-top: 0; }

  .popup_title .close,
  .popup_close {
    background: url("/assets/cabinet/close_popup_mobile-d264b6268afe121732e04ffae2593807842519aa9039a406d4cfe3738fff3ec4.png") center center no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    z-index: 10; }

  .popup.popup_settings_add_phone .field_item,
  .popup.popup_settings_add_phone .field_submit {
    width: 100%; }
  .popup.popup_settings_add_phone .field_submit .button {
    width: 100%;
    margin-bottom: 12px; }
    .popup.popup_settings_add_phone .field_submit .button.button_verify {
      margin-bottom: 0; }
  .popup.popup_settings {
    width: 90%;
    padding: 10px 3%; }
    .popup.popup_settings .popup_icon {
      margin-top: 40px; }
      .popup.popup_settings .popup_icon span {
        width: 55px;
        height: 55px;
        margin-top: -28px; }
      .popup.popup_settings .popup_icon.popup_icon_email span {
        background-size: 33px; }
      .popup.popup_settings .popup_icon.popup_icon_password span {
        background-size: 33px; }
      .popup.popup_settings .popup_icon.popup_icon_phone span {
        background-size: 30px; }
    .popup.popup_settings .button_ok {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%; }
  .popup.popup_settings_edit_phone {
    width: 90%; }
    .popup.popup_settings_edit_phone .field_item > label {
      font-size: 12px;
      line-height: 14px;
      width: 100%;
      text-align: left;
      margin-bottom: 5px; }
    .popup.popup_settings_edit_phone .field_item + .field_item > label {
      line-height: 12px;
      margin-top: 2px; }
    .popup.popup_settings_edit_phone .field_item input.country_code + input:not([type="submit"]) {
      width: 77%; }
    .popup.popup_settings_edit_phone .field_item input.country_code + .field_error .validation_error {
      position: static; }
    .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) {
      width: 77%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]).country_code {
        width: 20%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) + .field_error {
        width: 77%; }
    .popup.popup_settings_edit_phone .field_item .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .popup.popup_settings_edit_phone .field_submit .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%;
      margin-left: 0; }
  .popup.popup_settings > p {
    font-size: 12px; }
  .popup.popup_settings .popup_title h2 {
    font-size: 17px;
    padding: 0 14px; }
  .popup.popup_affilate_program {
    width: 90%; }
    .popup.popup_affilate_program .popup_title h2 {
      font-size: 20px; }
    .popup.popup_affilate_program .field_item .field_error {
      width: 100% !important; }
    .popup.popup_affilate_program .field_item input:not([type="submit"]) {
      width: 100%; }
    .popup.popup_affilate_program .field_item .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%;
      margin-top: 10px; }
    .popup.popup_affilate_program .send_again {
      font-size: 13px; }

  .popup_overlay.improvements {
    overflow: scroll; }

  .popup.popup_feedback.improvements_popup {
    width: 94%; }
    .popup.popup_feedback.improvements_popup .field_submit .button_cancel,
    .popup.popup_feedback.improvements_popup .field_submit .button_send {
      width: 100%;
      line-height: 40px;
      height: 40px;
      font-size: 16px; }

  .ui-datepicker-calendar {
    width: 17.68em; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .button.action-copy {
    display: none; } }
@media only screen and (max-width: 480px) {
  .button.action-copy {
    display: none; } }
@font-face {
  font-family: "icomoon";
  src: url("/assets/icomoon.eot");
  src: url("/assets/icomoon.eot?#iefix") format("embedded-opentype"), url("/assets/icomoon.woff") format("woff"), url("/assets/icomoon.ttf") format("truetype"), url("/assets/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[with-preloader-until] {
  opacity: 0.5;
  pointer-events: none; }
  [with-preloader-until] ~ .with-preloader {
    display: none !important; }
/*




 */

