@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamThin.eot");
  src: url("/assets/GothamThin.eot?#iefix") format("embedded-opentype"), url("/assets/GothamThin.woff") format("woff"), url("/assets/GothamThin.ttf") format("truetype"), url("/assets/GothamThin.svg#Gotham") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamExtraLight-Italic.eot");
  src: url("/assets/GothamExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/GothamExtraLight-Italic.woff") format("woff"), url("/assets/GothamExtraLight-Italic.ttf") format("truetype"), url("/assets/GothamExtraLight-Italic.svg#Gotham") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamLight.eot");
  src: url("/assets/GothamLight.eot?#iefix") format("embedded-opentype"), url("/assets/GothamLight.woff") format("woff"), url("/assets/GothamLight.ttf") format("truetype"), url("/assets/GothamLight.svg#Gotham") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamLight-Italic.eot");
  src: url("/assets/GothamLight-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/GothamLight-Italic.woff") format("woff"), url("/assets/GothamLight-Italic.ttf") format("truetype"), url("/assets/GothamLight-Italic.svg#Gotham") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamBook.eot");
  src: url("/assets/GothamBook.eot?#iefix") format("embedded-opentype"), url("/assets/GothamBook.woff") format("woff"), url("/assets/GothamBook.ttf") format("truetype"), url("/assets/GothamBook.svg#Gotham") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamBook-Italic.eot");
  src: url("/assets/GothamBook-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/GothamBook-Italic.woff") format("woff"), url("/assets/GothamBook-Italic.ttf") format("truetype"), url("/assets/GothamBook-Italic.svg#Gotham") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamMedium.eot");
  src: url("/assets/GothamMedium.eot?#iefix") format("embedded-opentype"), url("/assets/GothamMedium.woff") format("woff"), url("/assets/GothamMedium.ttf") format("truetype"), url("/assets/GothamMedium.svg#Gotham") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamMedium-Italic.eot");
  src: url("/assets/GothamMedium-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/GothamMedium-Italic.woff") format("woff"), url("/assets/GothamMedium-Italic.ttf") format("truetype"), url("/assets/GothamMedium-Italic.svg#Gotham") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamBold.eot");
  src: url("/assets/GothamBold.eot?#iefix") format("embedded-opentype"), url("/assets/GothamBold.woff") format("woff"), url("/assets/GothamBold.ttf") format("truetype"), url("/assets/GothamBold.svg#Gotham") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamBold-Italic.eot");
  src: url("/assets/GothamBold-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/GothamBold-Italic.woff") format("woff"), url("/assets/GothamBold-Italic.ttf") format("truetype"), url("/assets/GothamBold-Italic.svg#Gotham") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Gotham";
  src: url("/assets/GothamBlack.eot");
  src: url("/assets/GothamBlack.eot?#iefix") format("embedded-opentype"), url("/assets/GothamBlack.woff") format("woff"), url("/assets/GothamBlack.ttf") format("truetype"), url("/assets/GothamBlack.svg#Gotham") format("svg");
  font-weight: 900;
  font-style: normal; }
html, body {
  background-color: #fff;
  font-size: 13px;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  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; }

.container a,
.container_wrapper a {
  color: #4788d8;
  text-decoration: none; }
  .container a:hover,
  .container_wrapper a:hover {
    text-decoration: underline; }
.input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: #C4D0EA 1px solid;
  color: #4A5775;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  outline: none;
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .input:focus {
    box-shadow: 0 1px 13px rgba(93, 135, 192, 0.4);
    -moz-box-shadow: 0 1px 13px rgba(93, 135, 192, 0.4);
    -webkit-box-shadow: 0 1px 13px rgba(93, 135, 192, 0.4);
    border-color: transparent; }
  .input[disabled="disabled"] {
    background-color: #F8FAFD; }
  .input::-webkit-input-placeholder {
    color: #97A2BD;
    font-style: italic; }
  .input::-moz-placeholder {
    color: #97A2BD;
    font-style: italic; }
  .input:-moz-placeholder {
    color: #97A2BD;
    font-style: italic; }
  .input:-ms-input-placeholder {
    color: #97A2BD;
    font-style: italic; }
  .input[readonly="readonly"] {
    background-color: #F8FAFD;
    border: #E0E7F6 1px solid; }
    .input[readonly="readonly"]:focus {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      border: #E0E7F6 1px solid; }

.textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: #C4D0EA 1px solid;
  color: #4A5775;
  font-size: 14px;
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  outline: none;
  padding: 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  resize: none; }
  .textarea:focus {
    box-shadow: 0 1px 13px rgba(93, 135, 192, 0.4);
    -moz-box-shadow: 0 1px 13px rgba(93, 135, 192, 0.4);
    -webkit-box-shadow: 0 1px 13px rgba(93, 135, 192, 0.4);
    border-color: transparent; }
  .textarea[disabled="disabled"] {
    background-color: #F8FAFD; }
  .textarea::-webkit-input-placeholder {
    color: #97A2BD;
    font-style: italic; }
  .textarea::-moz-placeholder {
    color: #97A2BD;
    font-style: italic; }
  .textarea:-moz-placeholder {
    color: #97A2BD;
    font-style: italic; }
  .textarea:-ms-input-placeholder {
    color: #97A2BD;
    font-style: italic; }

.input_error {
  position: relative; }
  .input_error .input,
  .input_error .textarea {
    border: #FC9595 1px solid; }

.validation_error {
  color: #FF3F3F;
  font-size: 10px;
  line-height: 13px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px; }

.checker {
  display: inline-block;
  vertical-align: middle; }
  .checker span {
    background: url(/assets/checkbox_icon.png) left top no-repeat;
    background-size: 26px;
    display: block;
    width: 26px;
    height: 26px;
    position: relative; }
    .checker span.checked {
      background-position: left bottom; }
    .checker span input {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      outline: none;
      border: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0; }

.tooltip_block {
  background: url(/assets/tooltip_icon.png) no-repeat;
  background-size: 23px;
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  color: #616a71;
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  font-size: 16px;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.balance_show .select2-container {
  width: 84px; }

.select2-container .select2-choice {
  background-color: #fff;
  display: block;
  height: 38px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #C4D0EA;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 38px;
  color: #4A5775;
  font-size: 14px;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*    background-color: #fff;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
      background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
      background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
      background-image: linear-gradient(to top, #eee 0%, #fff 50%);*/ }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);*/ }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  /*   margin-top: -1px;*/
  position: absolute;
  z-index: 9998;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #c4c9cd;
  border-top: 0; }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #c4c9cd; }

.select2-drop-active {
  box-shadow: 0 2px 13px #DBE1F2;
  -moz-box-shadow: 0 2px 13px #DBE1F2;
  -webkit-box-shadow: 0 2px 13px #DBE1F2;
  border: none;
  border-top: none;
  border-radius: 0 0 4px 4px; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #c4c9cd; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-clip: padding-box; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2_arrow_icon.png) center center no-repeat;
  background-size: 9px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: 0 2px 13px #DBE1F2;
  -moz-box-shadow: 0 2px 13px #DBE1F2;
  -webkit-box-shadow: 0 2px 13px #DBE1F2;
  border: transparent 1px solid;
  outline: none; }

.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #c4c9cd;
  border-top-color: transparent; }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-color: #fff; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

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

/* results */
.select2-results {
  max-height: 200px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  border-left: #fece7b 1px solid;
  margin: 0 0 0 10px;
  padding-left: 0; }

.select2-results li {
  color: #616a71;
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  color: #616a71; }

.select2-results .select2-result-label {
  padding: 10px 14px 7px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #4A5775;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted .select2-result-label {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #355695;
  color: #fff;
  margin: 0 5px;
  padding: 10px 9px 7px; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/spinner.gif) no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  /*
      background-color: #fff;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
      background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
      background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
      background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);*/ }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #2988ca;
  outline: none; }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*    background-color: #e4e4e4;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
      background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
      background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);*/ }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}*/
.select2-results ul.select2-result-sub {
  border-left: #7ccef1 1px solid;
  margin: 0 0 0 10px;
  padding-left: 0; }

.select2-results ul.select2-result-sub li {
  position: relative; }

.select2-results ul.select2-result-sub li:before {
  border-top: #7ccef1 1px solid;
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.5px; }

.ui-select-focusser {
  display: none; }

.spinner_block {
  display: inline-block;
  vertical-align: middle; }

.ui-spinner {
  display: block;
  position: relative;
  width: 100%; }
  .ui-spinner .spinner {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    border: #C4D0EA 1px solid;
    color: #4A5775;
    font-size: 14px;
    width: 100%;
    height: 38px;
    text-align: center; }

.ui-spinner-button {
  position: absolute;
  right: 0;
  display: block;
  width: 30px;
  height: 50%; }
  .ui-spinner-button.ui-spinner-up {
    top: 0; }
    .ui-spinner-button.ui-spinner-up .ui-icon {
      background: url(/assets/spinner_up_icon.png) center center no-repeat;
      background-size: 12px; }
  .ui-spinner-button.ui-spinner-down {
    bottom: 0; }
    .ui-spinner-button.ui-spinner-down .ui-icon {
      background: url(/assets/spinner_down_icon.png) center center no-repeat;
      background-size: 12px; }
  .ui-spinner-button .ui-button-text {
    display: block;
    height: 100%; }
  .ui-spinner-button .ui-icon {
    display: block;
    font-size: 0;
    width: 100%;
    height: 100%; }

.fileinput-button {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .fileinput-button .input {
    display: none; }
  .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%; }
  .fileinput-button .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    font-size: 14px;
    width: 220px;
    height: 36px;
    line-height: 38px; }
    .fileinput-button .button:hover {
      background-color: #4C69AB; }

.files_list ul {
  list-style: none; }
  .files_list ul li {
    position: relative;
    margin-bottom: 10px; }
    .files_list ul li:first-child {
      margin-top: 10px; }
    .files_list ul li a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      background: url(/assets/file_icon.png) left center no-repeat;
      background-size: 35px;
      padding-left: 45px;
      color: #58616B;
      font-size: 14px;
      line-height: 50px;
      text-decoration: none;
      max-width: 80%;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .files_list ul li a.delete {
        background: url(/assets/delete_file_icon.png) no-repeat;
        background-size: 10px;
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 10px;
        margin-top: -5px; }

.order_additional_materials > .file_format_error {
  display: none !important; }

.file_format_error {
  color: #FF3F3F;
  font-size: 10px;
  padding-left: 26%;
  margin: 5px 0; }

.ui-datepicker {
  box-shadow: 0 2px 42px #C8CACF;
  -moz-box-shadow: 0 2px 42px #C8CACF;
  -webkit-box-shadow: 0 2px 42px #C8CACF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 27em; }

.ui-datepicker-header {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  background-color: #B4D0F5;
  position: relative; }
  .ui-datepicker-header:after {
    border-bottom: #A5BAD6 1px solid;
    content: '';
    display: block;
    width: 90%;
    margin: 0 auto; }

.ui-datepicker-title {
  color: #4E709D;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 14px 0; }

.ui-datepicker-prev {
  background: url(/assets/calendar_prev_icon.png) no-repeat;
  background-size: 17px;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 6%; }
  .ui-datepicker-prev .ui-icon {
    font-size: 0; }

.ui-datepicker-next {
  background: url(/assets/calendar_next_icon.png) no-repeat;
  background-size: 17px;
  width: 17px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 6%; }
  .ui-datepicker-next .ui-icon {
    font-size: 0; }

.ui-datepicker-calendar {
  background-color: #fff;
  border-collapse: collapse;
  width: 100%; }
  .ui-datepicker-calendar thead {
    background-color: #B4D0F5; }
    .ui-datepicker-calendar thead tr th {
      color: #fff;
      padding: 9px 0; }
  .ui-datepicker-calendar tbody tr td .ui-state-default {
    color: #4A5775;
    font-weight: 500;
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto; }
    .ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      background-color: #DEE7FB; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #E3E7F5;
  background: #F6FAFF;
  color: #66808D;
  max-width: 250px; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
  padding: 8px 10px;
  overflow: hidden; }

/* 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 */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

.tooltipster-default .tooltipster-content ul {
  margin-left: 10px; }

.tooltipster-default .tooltipster-content ul li {
  margin: 5px 0; }

.tooltipster-default .tooltipster-content p {
  color: #616a71;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px; }

/*.theme_settings {
  box-shadow: 0px 0px 25px #c5c3be;
  -moz-box-shadow: 0px 0px 25px #c5c3be;
  -webkit-box-shadow: 0px 0px 25px #c5c3be;
  background: #fff;
  color: #686b6c;
  max-width: 195px;
}*/
.theme_settings {
  border-radius: 5px;
  border: 1px solid #E3E7F5;
  background: #F6FAFF;
  color: #66808D;
  max-width: 160px; }

.theme_settings .tooltipster-content {
  font-size: 11px;
  font-style: italic;
  line-height: 18px;
  padding: 8px 10px;
  overflow: hidden; }

.theme_settings .tooltipster-content ul {
  margin-left: 15px; }

.theme_settings .tooltipster-content ul li {
  margin: 3px 0; }

.theme_settings .tooltipster-content p {
  color: #616a71;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px; }

.theme_settings i {
  display: block;
  padding: 5px 0; }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

.tooltip-theme {
  border-radius: 5px;
  border: 1px solid #a0c4ca;
  background: #ecfcff;
  color: #616a71;
  width: 200px;
  overflow: hidden;
  display: block !important; }

.tooltip-theme .tooltipster-content {
  border-radius: 5px;
  border: 1px solid #a0c4ca;
  background: #ecfcff;
  color: #616a71; }

/* 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: 999;
  pointer-events: none;
  width: 250px;
  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: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .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, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 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, .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; }

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

.tooltipster-arrow-right span, .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: -8px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  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); }
.radio_buttons {
  display: table;
  width: 100%; }
  .radio_buttons input {
    display: none; }
  .radio_buttons .ui-state-default {
    border: #C4D0EA 1px solid;
    border-right: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 38px; }
    .radio_buttons .ui-state-default.ui-state-active {
      border-top-color: transparent;
      border-bottom-color: transparent;
      background-color: #355695; }
      .radio_buttons .ui-state-default.ui-state-active span {
        color: #fff; }
    .radio_buttons .ui-state-default:nth-of-type(1) {
      border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      -webkit-border-radius: 4px 0 0 4px; }
      .radio_buttons .ui-state-default:nth-of-type(1).ui-state-active {
        border-left-color: transparent; }
    .radio_buttons .ui-state-default:last-child {
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0;
      border-right: #C4D0EA 1px solid; }
      .radio_buttons .ui-state-default:last-child.ui-state-active {
        border-right-color: transparent; }
    .radio_buttons .ui-state-default span {
      color: #4A5775;
      font-weight: 500;
      position: relative;
      top: 2px; }

.wrapper {
  min-height: 100%;
  padding-bottom: 220px; }

.header {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: fixed;
  top: 0;
  z-index: 100; }

.header_content {
  border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  background: #304C8C;
  background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
  width: 1100px;
  display: table;
  margin: 0 auto;
  padding: 20px 50px; }

.logo_welcome {
  display: none;
  width: 148px;
  float: left;
  margin-top: 11px; }
  .logo_welcome img {
    max-width: 100%;
    height: auto; }

.logo {
  width: 148px;
  float: left;
  margin-top: 11px; }
  .logo img {
    max-width: 100%;
    height: auto; }

.header_welcome + .container_wrapper {
  margin-top: 0; }
  .header_welcome + .container_wrapper .container {
    margin-top: 0;
    padding-bottom: 0; }
.header_welcome .header {
  background-color: #fff; }
  .header_welcome .header:after {
    border-bottom: #C4D0EA 1px solid;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    margin-top: -1px;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease; }
.header_welcome.scroll .header:after {
  width: 100%; }
.header_welcome .header_content {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #fff 100%); }
.header_welcome .logo_welcome {
  display: block; }
.header_welcome .logo {
  display: none; }
.header_welcome .button_login {
  border: #C4D0EA 1px solid;
  background-color: #fff;
  color: #304C8C;
  width: 145px; }
  .header_welcome .button_login:hover {
    border-color: #C4D0EA;
    background-color: #F6FBFD; }
.header_welcome .header_phone {
  color: #4A4C4D; }
  .header_welcome .header_phone:before {
    background: url(/assets/phone_welcome_icon.png) no-repeat;
    background-size: 20px; }
.header_welcome .header_nav ul li a {
  color: #4A4C4D; }
.header_welcome .header_links .logout_button {
  border: #C4D0EA 1px solid;
  background-color: #fff;
  color: #304C8C; }
  .header_welcome .header_links .logout_button:hover {
    border-color: #C4D0EA;
    background-color: #F6FBFD; }
.header_welcome .header_links .user {
  color: #355695; }
  .header_welcome .header_links .user:before {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

.header_nav {
  float: left;
  margin: 16px 0 0 29px; }
  .header_nav > ul {
    list-style: none; }
    .header_nav > ul > li {
      float: left;
      margin-right: 20px;
      position: relative; }
      .header_nav > ul > li.drop_item a {
        position: relative;
        z-index: 11; }
      .header_nav > ul > li.drop_item:hover > a {
        color: #FF5F5F; }
      .header_nav > ul > li a {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        position: relative;
        z-index: 11; }
    .header_nav > ul .drop_item {
      position: relative; }
      .header_nav > ul .drop_item:hover > .drop {
        display: block; }
    .header_nav > ul .drop {
      position: absolute;
      display: none;
      z-index: 10;
      top: 0;
      left: 50%;
      width: 214px;
      padding-top: 44px;
      margin-left: -107px; }
      .header_nav > ul .drop ul {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background-color: #2B477F;
        list-style: none;
        padding: 10px 15px 10px 12px;
        position: relative; }
        .header_nav > ul .drop ul:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7.5px 7px 7.5px;
          border-color: transparent transparent #2b477f transparent;
          position: absolute;
          top: -7px;
          left: 50%;
          margin-left: -7.5px; }
        .header_nav > ul .drop ul li a,
        .header_nav > ul .drop ul li span {
          color: #fff;
          display: block;
          font-size: 12px;
          font-weight: 500;
          line-height: 20px;
          padding: 5px 4px;
          position: relative; }
          .header_nav > ul .drop ul li a:hover,
          .header_nav > ul .drop ul li span:hover {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            background-color: #45629B; }
        .header_nav > ul .drop ul li span:hover:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7.5px 0 7.5px 7px;
          border-color: transparent transparent transparent #45629b;
          position: absolute;
          top: 50%;
          left: 100%;
          margin-top: -7.5px; }
      .header_nav > ul .drop .drop {
        top: -10px;
        left: 100%;
        padding-left: 12px;
        padding-top: 0;
        margin-left: 0; }
        .header_nav > ul .drop .drop ul:before {
          display: none; }
        .header_nav > ul .drop .drop ul li span:hover:before {
          display: none; }

.header_links {
  float: right;
  position: relative; }
  .header_links .user {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    max-width: 160px;
    text-decoration: none;
    position: relative;
    margin: 4px 0 0 15px; }
    .header_links .user:before {
      box-shadow: 0 2px 6px rgba(30, 59, 110, 0.56);
      -moz-box-shadow: 0 2px 6px rgba(30, 59, 110, 0.56);
      -webkit-box-shadow: 0 2px 6px rgba(30, 59, 110, 0.56);
      background: url(/assets/user_icon.png) left center no-repeat;
      background-size: 20px;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      margin-right: 15px; }
  .header_links .logout_button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    border: #C4D0EA 1px solid;
    background-color: #fff;
    color: #304C8C;
    background-color: #395F9D;
    border-color: #7693D7;
    color: #fff;
    width: 97px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }
    .header_links .logout_button:hover {
      background-color: #F7FBFF; }
    .header_links .logout_button:hover {
      border-color: #7693D7;
      background-color: #436DB1; }
  .header_links .notification {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 33px; }
    .header_links .notification:hover {
      text-decoration: underline; }

.button_login {
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  border: #C4D0EA 1px solid;
  background-color: #fff;
  color: #304C8C;
  background-color: #395F9D;
  border-color: #7693D7;
  color: #fff;
  width: 97px;
  float: right;
  margin-left: 67px; }
  .button_login:hover {
    background-color: #F7FBFF; }
  .button_login:hover {
    border-color: #7693D7;
    background-color: #436DB1; }

.header_phone {
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: 500;
  padding-left: 25px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  margin-top: 12px; }
  .header_phone:before {
    background: url(/assets/phone_icon.png) no-repeat;
    background-size: 20px;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: -3px; }

.header_carousel_content {
  width: 1100px;
  margin: 80px auto 0; }
  .header_carousel_content.content_not_loaded .header_carousel > :not(:first-child) {
    display: none; }

.header_carousel {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: #304C8C;
  background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
  height: 502px;
  position: relative; }
  .header_carousel:before {
    background: url(/assets/paper.png) no-repeat;
    background-size: 772px;
    content: '';
    display: block;
    width: 772px;
    height: 589px;
    position: absolute;
    top: -23px;
    left: -49px; }
  .header_carousel:after {
    background: url(/assets/slider_line.png) no-repeat;
    background-size: 19px;
    content: '';
    display: block;
    width: 19px;
    height: 44px;
    position: absolute;
    bottom: 30px;
    left: 67px; }
  .header_carousel .slick-dots {
    list-style: none;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -60px; }
    .header_carousel .slick-dots li {
      margin-bottom: 10px; }
      .header_carousel .slick-dots li.slick-active button {
        background-color: #E7E7E7; }
      .header_carousel .slick-dots li button {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        background-color: transparent;
        border: #DADADA 1px solid;
        font-size: 0;
        width: 6px;
        height: 6px;
        outline: none; }

.header_carousel_item {
  padding: 0 55px 0 717px; }
  .header_carousel_item img {
    max-width: 100%;
    height: auto;
    display: none; }

.carousel_item_content {
  display: table;
  height: 502px; }

.carousel_item_content_wrapper {
  display: table-cell;
  vertical-align: middle; }
  .carousel_item_content_wrapper > span,
  .carousel_item_content_wrapper h1 {
    color: #fff;
    display: block;
    font-size: 31px;
    line-height: 32px;
    font-weight: 100;
    margin-bottom: 29px; }
  .carousel_item_content_wrapper p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 58px;
    padding-right: 20px; }
  .carousel_item_content_wrapper .button {
    width: 335px;
    position: relative;
    text-decoration: none; }
    .carousel_item_content_wrapper .button:before {
      border-radius: 0 0 50px 50px;
      -moz-border-radius: 0 0 50px 50px;
      -webkit-border-radius: 0 0 50px 50px;
      box-shadow: 0 0 25px 15px rgba(40, 61, 110, 0.75);
      -moz-box-shadow: 0 0 25px 15px rgba(40, 61, 110, 0.75);
      -webkit-box-shadow: 0 0 25px 15px rgba(40, 61, 110, 0.75);
      background-color: #283D6E;
      content: '';
      width: 250px;
      height: 25px;
      position: absolute;
      top: 25px;
      left: 33px; }
    .carousel_item_content_wrapper .button span {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      font-weight: 500;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      background-color: #FF5F5F;
      font-weight: 400; }
      .carousel_item_content_wrapper .button span:hover {
        background-color: #FA4B4B; }

.container_wrapper {
  width: 1100px;
  margin: 80px auto 0; }

.footer {
  margin-top: -220px; }

.footer_content {
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  background-color: #27376B;
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  padding: 24px 50px; }

.footer_nav {
  display: inline-block;
  vertical-align: top;
  min-width: 210px;
  margin-right: 20px; }
  .footer_nav ul {
    list-style: none; }
    .footer_nav ul li {
      margin-bottom: 22px; }
      .footer_nav ul li a {
        color: #fff;
        font-weight: 300;
        text-decoration: none; }
        .footer_nav ul li a:hover {
          color: #FB5E5E; }

.footer_links {
  display: inline-block;
  vertical-align: top;
  min-width: 165px;
  margin-right: 20px; }
  .footer_links ul {
    list-style: none;
    margin-bottom: 22px; }
    .footer_links ul li a {
      color: #fff;
      font-weight: 300;
      text-decoration: none; }
      .footer_links ul li a:hover {
        color: #FB5E5E; }

.footer_contacts {
  display: inline-block;
  vertical-align: top; }
  .footer_contacts h3 {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 22px; }
  .footer_contacts p {
    margin-bottom: 20px; }
  .footer_contacts a {
    color: #fff;
    font-weight: 300;
    text-decoration: none; }

.we_accept {
  float: right;
  width: 224px;
  position: relative; }
  .we_accept:before {
    border-left: #1B274D 1px solid;
    content: '';
    display: block;
    width: 1px;
    height: 112px;
    position: absolute;
    top: 0;
    left: -105px; }
  .we_accept h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 12px; }

.accept_item {
  float: left;
  width: 50px;
  margin: 0 37px 26px 0; }
  .accept_item:nth-child(3n) {
    margin-right: 0; }
  .accept_item img {
    max-width: 100%;
    height: auto; }

.footer_bottom {
  border-top: #1B274D 1px solid;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 18px;
  margin-top: -5px; }

.copyright {
  color: #5668A3;
  float: left;
  margin-top: 2px; }

.footer_social {
  float: right;
  margin-right: 7px; }
  .footer_social a {
    float: left;
    margin-left: 43px; }
    .footer_social a:hover {
      opacity: 0.7; }
    .footer_social a.fb {
      background: url(/assets/footer_fb_icon.png) no-repeat;
      background-size: 8px;
      width: 8px;
      height: 15px; }
    .footer_social a.twit {
      background: url(/assets/footer_twitter_icon.png) no-repeat;
      background-size: 17px;
      width: 17px;
      height: 14px; }
    .footer_social a.google {
      background: url(/assets/footer_google_icon.png) no-repeat;
      background-size: 15px;
      width: 15px;
      height: 16px; }

.sidebar {
  width: 251px;
  float: right;
  margin-right: 50px; }

.content {
  width: 719px;
  float: left;
  margin-left: 50px; }

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

.sidebar_item {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #FBFCFF;
  border: #E4E7F0 1px solid;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px; }

.content_title {
  margin-bottom: 25px; }
  .content_title:after {
    border-bottom: #5C79D4 1px solid;
    content: '';
    display: block;
    width: 306px;
    height: 1px;
    margin: 4px 0 0 -48px; }
  .content_title h1,
  .content_title h3 {
    color: #555862;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 60%; }

.pagination {
  border-top: #E9E9E9 1px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding-top: 19px; }
  .pagination ul {
    list-style: none;
    display: inline-block;
    vertical-align: top; }
    .pagination ul li {
      float: left;
      margin: 0 14px; }
      .pagination ul li > span.active {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border: #9DADE0 1px solid;
        color: #3D5395;
        display: block;
        font-weight: 500;
        text-decoration: none;
        width: 25px;
        height: 25px;
        line-height: 25px; }
      .pagination ul li a {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border: #E9E9E9 1px solid;
        color: #8296A0;
        display: block;
        font-weight: 500;
        text-decoration: none;
        width: 25px;
        height: 25px;
        line-height: 25px; }
        .pagination ul li a.previous {
          background: url(/assets/pag_prev_icon.png) center center no-repeat;
          background-size: 7px;
          border-color: transparent;
          font-size: 0; }
        .pagination ul li a.next {
          background: url(/assets/pag_next_icon.png) center center no-repeat;
          background-size: 7px;
          border-color: transparent;
          font-size: 0; }

.breadcrumbs {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: #E9E9E9 1px solid;
  margin-top: -6px;
  padding-bottom: 8px;
  margin-bottom: 9px; }
  .breadcrumbs ul {
    list-style: none; }
    .breadcrumbs ul li {
      float: left;
      font-size: 10px;
      font-weight: 500;
      line-height: 12px;
      position: relative;
      padding-right: 6px;
      margin-right: 6px; }
      .breadcrumbs ul li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .breadcrumbs ul li:last-child:after {
          display: none; }
      .breadcrumbs ul li:after {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        background-color: #BAC5E9;
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        position: absolute;
        top: 3px;
        right: 0; }
      .breadcrumbs ul li a {
        display: block;
        text-decoration: none; }
        .breadcrumbs ul li a span {
          color: #365DD7; }
      .breadcrumbs ul li span {
        color: #979797; }

ol.list {
  margin: 15px; }
  ol.list li {
    color: #4A4C4D;
    line-height: 18px;
    margin-bottom: 10px; }

ul.list {
  margin: 15px; }
  ul.list li {
    color: #4A4C4D;
    line-height: 18px;
    margin-bottom: 10px; }

.back_to {
  background: url(/assets/back_icon.png) left 0 no-repeat;
  background-size: 14px;
  color: #365DD7;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
  padding-left: 20px;
  margin-bottom: 13px; }

.social .like-block {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.profile_nav {
  margin-top: -20px;
  border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  box-shadow: 0 1px 0 #C5D2E4;
  -moz-box-shadow: 0 1px 0 #C5D2E4;
  -webkit-box-shadow: 0 1px 0 #C5D2E4;
  background-color: #ECF2FB;
  display: inline-block;
  vertical-align: top; }
  .profile_nav ul {
    list-style: none; }
    .profile_nav ul li {
      float: left;
      margin: 0 24px;
      padding: 10px 0 8px 0; }
      .profile_nav ul li.active a {
        color: #355695; }
      .profile_nav ul li a {
        color: #899BBE;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-decoration: none; }

.container > .profile_nav {
  width: calc(100% - 100px);
  margin: -20px 50px 20px 50px; }
  .container > .profile_nav ul {
    padding-left: 10px; }
    .container > .profile_nav ul li {
      margin: 0 15px; }
  .container > .profile_nav + .content_title {
    margin: 0 50px; }
  .container > .profile_nav > span {
    color: #9399A3;
    float: right;
    font-size: 10px;
    font-style: italic;
    line-height: 18px;
    margin: 10px 24px 0 0; }

.header_profile_nav {
  display: none; }

.profile_nav_title {
  display: none; }

.chat_now {
  background: url(/assets/chat_now_icon.png) no-repeat;
  background-size: 230px;
  width: 230px;
  height: 70px;
  position: fixed;
  top: 170px;
  right: -158px;
  z-index: 100;
  transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease; }
  .chat_now:hover {
    right: 0; }

.cookie_policy-overlay:not([style="display: none;"]) {
  background-color: #142e5f;
  font-size: 14px;
  line-height: 17px;
  padding: 3px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999; }
  .cookie_policy-overlay:not([style="display: none;"]) + script + .wrapper {
    margin-top: 137px; }
    .cookie_policy-overlay:not([style="display: none;"]) + script + .wrapper .header {
      top: 57px; }
  .cookie_policy-overlay:not([style="display: none;"]) p {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 117px);
    width: calc(100% - 117px);
    padding-right: 20px;
    box-sizing: border-box; }
    .cookie_policy-overlay:not([style="display: none;"]) p a {
      color: #477BC0;
      text-decoration: none;
      padding-left: 4px; }
      .cookie_policy-overlay:not([style="display: none;"]) p a:hover {
        text-decoration: underline; }
  .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden; }
  .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    text-transform: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    outline: none;
    width: 111px;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none; }

.remove_data_block {
  padding: 20px 0 20px 20px;
  clear: both;
  position: relative; }
  .remove_data_block .download_button {
    display: inline-block;
    vertical-align: top;
    margin-right: 64px; }
    .remove_data_block .download_button p {
      font-size: 13px;
      line-height: 15px;
      font-style: italic;
      color: #606060;
      width: 221px;
      margin-top: 7px; }
  .remove_data_block .tooltip_block {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 5px;
    float: none; }
  .remove_data_block .button {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    min-width: 150px;
    height: 39px;
    padding: 0 10px 0 10px;
    line-height: 39px;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: none; }
    .remove_data_block .button.blue {
      vertical-align: top;
      width: 191px;
      background: #6db4d3;
      box-shadow: none; }
      .remove_data_block .button.blue:hover {
        background: #6db4d3;
        box-shadow: none; }
    .remove_data_block .button.green {
      line-height: 42px;
      vertical-align: middle;
      width: 221px;
      display: inline-block;
      background: #304C8C;
      border: none;
      box-shadow: none; }
      .remove_data_block .button.green:hover {
        background: #304C8C;
        border: none;
        box-shadow: none; }
    .remove_data_block .button.disabled, .remove_data_block .button.disabled:hover {
      text-shadow: none !important;
      box-shadow: none !important;
      border: none !important;
      background: #86836b !important;
      color: #fff !important; }

.popup.info_account {
  width: 515px;
  padding: 18px 27px 0;
  overflow: visible; }
  .popup.info_account.confirmed .popup_content {
    text-align: center; }
    .popup.info_account.confirmed .popup_content p {
      padding-bottom: 0; }
  .popup.info_account .popup_content {
    padding: 15px 0 27px;
    text-align: left; }
    .popup.info_account .popup_content p {
      color: #5E5122;
      font-size: 14px;
      line-height: 19px;
      padding-bottom: 22px; }
  .popup.info_account .buttons {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important; }
    .popup.info_account .buttons .button {
      display: inline-block;
      vertical-align: top;
      width: 190px;
      height: 44px;
      color: #fff;
      text-align: center;
      line-height: 41px;
      font-size: 15px;
      font-weight: 400;
      text-decoration: none;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      outline: none;
      box-sizing: border-box; }
      .popup.info_account .buttons .button.blue {
        margin-right: 23px;
        background: #6db4d3; }
      .popup.info_account .buttons .button.yellow {
        background: #304C8C; }
  .popup.info_account .popup_title {
    padding: 0 0 15px;
    text-align: center; }
    .popup.info_account .popup_title span {
      color: #5F5F5F;
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      text-transform: uppercase; }

.popup_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999; }
  .popup_overlay:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .popup_overlay .popup {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 489px;
    position: relative; }

.meeting {
  padding-top: 55px; }

.meeting_top {
  border-bottom: #E9E9E9 1px solid;
  padding-bottom: 18px; }
  .meeting_top span {
    color: #434444;
    font-size: 31px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    text-align: left;
    padding-right: 5%; }
  .meeting_top p {
    color: #5B5C5D;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    padding-right: 5%; }

.meeting_bottom {
  padding: 28px 0 0 50px; }

.resume_types {
  padding-bottom: 24px; }
  .resume_types p {
    color: #4A4C4D;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px; }
  .resume_types h3 {
    color: #434444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px; }

.writing_types {
  border-top: #2D4884 1px solid;
  position: relative;
  padding-top: 20px; }
  .writing_types:before {
    background: url(/assets/border_arrow.png) center top no-repeat;
    background-size: 16px;
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -8px; }

.writing_types_container .slick-list {
  padding: 20px 70px; }

.writing_item {
  border-radius: 9px 9px 34px 34px;
  -moz-border-radius: 9px 9px 34px 34px;
  -webkit-border-radius: 9px 9px 34px 34px;
  background-color: #F4F7FF;
  padding: 18px 10px;
  margin: 0 10px; }
  .writing_item:hover {
    box-shadow: 0 7px 20px #C4CDE7;
    -moz-box-shadow: 0 7px 20px #C4CDE7;
    -webkit-box-shadow: 0 7px 20px #C4CDE7;
    background-color: #fff;
    padding-bottom: 12px; }
    .writing_item:hover span strong {
      color: #304C8C; }
    .writing_item:hover .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      font-weight: 500;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      background-color: #FF5F5F; }
      .writing_item:hover .button:hover {
        background-color: #FA4B4B; }
  .writing_item > span {
    color: #A4AFC9;
    display: block;
    font-size: 14px;
    margin-top: 26px; }
    .writing_item > span strong {
      color: #4A4C4D;
      font-size: 21px;
      font-weight: 500; }
  .writing_item .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border: #C4D0EA 1px solid;
    background-color: #fff;
    color: #304C8C;
    width: 100%;
    margin: 42px auto 0;
    text-transform: lowercase; }
    .writing_item .button:hover {
      background-color: #F7FBFF; }
    .writing_item .button:first-letter {
      text-transform: uppercase; }

.writing_title {
  color: #4A4C4D;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500; }

.writing_content {
  margin-top: 33px; }
  .writing_content p {
    color: #4A4C4D;
    font-size: 13px;
    line-height: 18px;
    min-height: 252px; }

.product_container {
  border-radius: 115px;
  -moz-border-radius: 115px;
  -webkit-border-radius: 115px;
  background-color: #F4F7FF;
  height: 115px;
  margin-top: 23px;
  padding-top: 33px; }

.product_title {
  color: #304C8C;
  display: inline-block;
  vertical-align: middle;
  font-size: 38px;
  line-height: 42px;
  width: 60%;
  text-align: center;
  margin-top: 5px;
  text-transform: capitalize; }

.product_content {
  width: 38%;
  display: inline-block;
  vertical-align: middle;
  float: right; }
  .product_content .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #304C8C;
    width: 284px;
    margin: 0 auto; }
    .product_content .button:hover {
      background-color: #4C69AB; }

.wishes_container {
  border-bottom: #E9E9E9 1px solid;
  text-align: center;
  padding: 52px 0 45px 0; }
  .wishes_container .wishes {
    padding: 0 50px; }
    .wishes_container .wishes > span {
      color: #434444;
      font-size: 31px;
      line-height: 35px;
      text-transform: capitalize; }
  .wishes_container .button_get_started {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #FF5F5F;
    width: 335px;
    margin: 54px auto 0; }
    .wishes_container .button_get_started:hover {
      background-color: #FA4B4B; }

.wishes_item_photo {
  text-align: center; }
  .wishes_item_photo .wishes_item_align {
    display: inline-block;
    vertical-align: middle; }

.wishes_carousel {
  padding-top: 38px; }

.wishes_item > span {
  color: #4A4C4D;
  font-size: 15px; }
  .wishes_item > span:before {
    border-top: #FF9797 1px solid;
    content: '';
    width: 100px;
    height: 1px;
    margin: 32px auto 23px;
    display: block; }
.wishes_item:first-child .wishes_item_photo img {
  width: 30px; }
.wishes_item:nth-child(2) .wishes_item_photo img {
  width: 26px; }
.wishes_item:nth-child(3) .wishes_item_photo img {
  width: 34px; }
.wishes_item:nth-child(4) .wishes_item_photo img {
  width: 26px; }

.why_choose {
  text-align: center;
  padding: 43px 0 50px 0; }
  .why_choose .choose_us {
    padding: 0 45px; }
    .why_choose .choose_us > span {
      color: #434444;
      font-size: 31px;
      line-height: 35px;
      text-transform: capitalize; }

.choose_us_carousel {
  padding-top: 38px; }

.choose_us_item img {
  width: 83px;
  margin: 0 auto; }
.choose_us_item span {
  color: #4A4C4D;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-top: 17px; }

.info_content {
  border-top: #2D4884 1px solid;
  padding: 51px 0 30px 0;
  position: relative; }
  .info_content:before {
    background: url(/assets/border_arrow.png) center top no-repeat;
    background-size: 16px;
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: -1px;
    left: 220px; }

.stay_informed > span {
  border-right: #D9E0F3 1px solid;
  color: #434444;
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  line-height: 62px;
  text-align: center;
  padding: 0 20px 0 50px;
  margin-right: 15px;
  max-width: 39%; }
.stay_informed p {
  color: #434444;
  display: inline-block;
  vertical-align: middle;
  width: 59%;
  font-size: 17px;
  line-height: 25px; }
.stay_informed .subscriber_wrapper_bg {
  border-radius: 115px;
  -moz-border-radius: 115px;
  -webkit-border-radius: 115px;
  background-color: #F4F7FF;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 115px;
  margin-top: 10px;
  padding: 35px 50px 0 50px; }
  .stay_informed .subscriber_wrapper_bg strong {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: #CEE9DA 1px solid;
    background-color: #fff;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 110px 0 20px;
    color: #418E65;
    font-size: 14px;
    font-weight: 500;
    position: relative; }
    .stay_informed .subscriber_wrapper_bg strong:after {
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      background: #D0F2DF url(/assets/success_done_icon.png) center center no-repeat;
      background-size: 26px;
      content: '';
      display: block;
      width: 99px;
      height: 50px;
      position: absolute;
      top: -1px;
      right: 0; }
    .stay_informed .subscriber_wrapper_bg strong span {
      color: #58A87D;
      font-size: 25px;
      margin-right: 8px; }

.new_subscriber {
  border-radius: 115px;
  -moz-border-radius: 115px;
  -webkit-border-radius: 115px;
  background-color: #F4F7FF;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 115px;
  margin-top: 10px;
  padding: 35px 50px 0 50px; }
  .new_subscriber .input {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: none;
    width: 100%;
    height: 50px;
    padding: 0 110px 0 20px; }
  .new_subscriber .input_error .input {
    border: #FC9595 1px solid; }
  .new_subscriber .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #304C8C;
    background-image: url(/assets/button_arrow.png);
    background-size: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 52px;
    line-height: 52px;
    width: 99px;
    float: right;
    margin-top: -51px;
    font-size: 0; }
    .new_subscriber .button:hover {
      background-color: #4C69AB; }

.text_main {
  padding: 0 50px 0 50px; }
  .text_main p {
    color: #4A4C4D;
    line-height: 18px;
    margin-bottom: 18px; }
    .text_main p strong {
      color: #434444;
      display: block;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      margin-bottom: 10px; }

.lets_chat {
  border-top: #E9E9E9 1px solid;
  padding: 0 50px;
  margin-bottom: 20px;
  padding-top: 20px; }
  .lets_chat p {
    color: #434444;
    font-size: 40px;
    line-height: 67px; }
    .lets_chat p a {
      color: #365DD7;
      text-decoration: none;
      position: relative; }
      .lets_chat p a:after {
        background: url(/assets/lets_chat_icon.png) no-repeat;
        background-size: 22px;
        content: '';
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        top: -16px;
        right: -18px; }

.bottom_info_content {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto 30px; }

.bottom_info_item {
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  background-color: #FBFCFF;
  border: #ECEFF6 1px solid;
  width: 352px;
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  padding: 10px;
  margin-top: 25px;
  position: relative; }
  .bottom_info_item:last-child {
    background: none; }
  .bottom_info_item.testimonials {
    margin-right: 10px; }
    .bottom_info_item.testimonials:before {
      background: url(/assets/customer_testimonials_icon.png) no-repeat;
      background-size: 37px;
      content: '';
      display: block;
      width: 37px;
      height: 37px;
      position: absolute;
      top: 5px;
      right: 8px; }
    .bottom_info_item.testimonials p {
      font-style: italic;
      margin-bottom: 12px; }
  .bottom_info_item:last-child {
    border: none;
    margin-right: 0;
    margin-top: 0;
    width: 254px; }
    .bottom_info_item:last-child img {
      width: 252px; }
    .bottom_info_item:last-child .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      font-weight: 500;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      background-color: #FF5F5F;
      width: 235px;
      margin: 20px auto 0; }
      .bottom_info_item:last-child .button:hover {
        background-color: #FA4B4B; }
  .bottom_info_item span {
    color: #4A4C4D;
    display: block;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 4px;
    min-height: 48px; }
  .bottom_info_item p {
    color: #4A4C4D;
    line-height: 18px; }
  .bottom_info_item .work_info,
  .bottom_info_item .name {
    color: #4A4C4D;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px; }
  .bottom_info_item .see_all {
    background: url(/assets/see_all_icon.png) left center no-repeat;
    background-size: 20px;
    color: #365DD7;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    line-height: 15px;
    text-decoration: none;
    padding-left: 35px;
    margin-top: 20px; }

.get_level {
  background: #304C8C;
  background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
  height: 60px;
  padding: 8px 22px; }
  .get_level .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 220px;
    height: 44px;
    line-height: 46px; }
    .get_level .button:hover {
      background-color: #FA4B4B; }

.get_level_title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  padding-right: 2%; }
  .get_level_title br {
    display: none; }
  .get_level_title span {
    color: #A4FF7D;
    font-weight: 700; }

.special_offers_container {
  border-top: #2D4884 1px solid;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-top: 30px;
  padding: 37px 30px 0 30px; }
  .special_offers_container:before {
    background: url(/assets/border_arrow.png) center top no-repeat;
    background-size: 16px;
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -8px; }

.special_offer {
  border-radius: 9px 9px 34px 34px;
  -moz-border-radius: 9px 9px 34px 34px;
  -webkit-border-radius: 9px 9px 34px 34px;
  box-shadow: 0 5px 18px #DDE8EF;
  -moz-box-shadow: 0 5px 18px #DDE8EF;
  -webkit-box-shadow: 0 5px 18px #DDE8EF;
  border: #DAEAF3 1px solid;
  margin: 21px 20px 15px 20px;
  padding: 10px 10px 16px 10px;
  position: relative; }
  .special_offer.popular {
    box-shadow: 0 6px 30px #B5D1E0;
    -moz-box-shadow: 0 6px 30px #B5D1E0;
    -webkit-box-shadow: 0 6px 30px #B5D1E0;
    margin-top: 0; }
  .special_offer .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #FF5F5F;
    width: 85%;
    margin: 16px auto 0; }
    .special_offer .button:hover {
      background-color: #FA4B4B; }

.special_offer_title {
  border-bottom: #B5E0F7 1px solid;
  text-align: center;
  min-height: 75px;
  padding: 2px 0 14px 0; }
  .special_offer_title span {
    color: #27376B;
    display: block;
    font-size: 21px;
    font-weight: 500;
    line-height: 23px; }
  .special_offer_title strong {
    color: #6B7EA8;
    display: block;
    font-weight: 500;
    margin-top: 9px; }

.special_offer_badge {
  width: 65px;
  position: absolute;
  top: 115px;
  right: -22px; }
  .special_offer_badge img {
    max-width: 100%;
    height: auto; }

.special_offer_content {
  padding-top: 16px; }
  .special_offer_content ul {
    list-style: none; }
    .special_offer_content ul li {
      background: url(/assets/list_green_icon.png) left 2px no-repeat;
      background-size: 10px;
      color: #4A4C4D;
      font-size: 12px;
      line-height: 16px;
      padding-left: 20px;
      margin-bottom: 10px; }
      .special_offer_content ul li.blank {
        background: none; }

.special_offer_prices {
  margin-top: 6px;
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.offer_original_price {
  border-top: #B5E0F7 1px solid;
  text-align: center;
  margin-bottom: 10px; }
  .offer_original_price span {
    color: #27376B;
    display: block;
    font-size: 50px;
    line-height: 52px;
    font-weight: 700; }
    .offer_original_price span sup {
      color: #5C6B9C;
      font-size: 31px; }
  .offer_original_price strong {
    color: #7E92B7;
    display: block;
    font-size: 18px; }

.offer_line_content {
  border-top: #E9EDF9 1px solid;
  border-bottom: #E9EDF9 1px solid;
  font-size: 10px;
  font-weight: 500;
  overflow: hidden;
  padding: 8px 0 5px 0; }

.offer_sale_price {
  color: #6B7EA8;
  float: left;
  text-decoration: line-through; }

.offer_save_price {
  color: #31A590;
  float: right; }

.resume_now {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: #F4F7FF;
  padding: 30px;
  margin: 30px 0;
  position: relative; }
  .resume_now span {
    color: #304C8C;
    display: block;
    font-size: 34px;
    line-height: 40px;
    text-align: center; }
  .resume_now .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #FF5F5F;
    box-shadow: 0 4px 13px #CAD1E4;
    -moz-box-shadow: 0 4px 13px #CAD1E4;
    -webkit-box-shadow: 0 4px 13px #CAD1E4;
    border: #fff 4px solid;
    height: 58px;
    line-height: 54px;
    width: 60%;
    margin-left: -30%;
    position: absolute;
    top: 80%;
    left: 50%; }
    .resume_now .button:hover {
      background-color: #FA4B4B; }

.sidebar_blog {
  padding: 19px 10px 0 10px; }
  .sidebar_blog .sidebar_content .input {
    width: 100%;
    height: 37px; }
  .sidebar_blog .discount_form_posts {
    margin: 22px 0 30px 0;
    position: relative; }
    .sidebar_blog .discount_form_posts > span {
      color: #434444;
      display: block;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500;
      margin-bottom: 7px; }
    .sidebar_blog .discount_form_posts .input {
      border-radius: 4px 37px 37px 4px;
      -moz-border-radius: 4px 37px 37px 4px;
      -webkit-border-radius: 4px 37px 37px 4px;
      padding-right: 80px; }
    .sidebar_blog .discount_form_posts .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #304C8C;
      background-image: url(/assets/button_arrow.png);
      background-size: 24px;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      top: 25px;
      right: 0;
      width: 70px;
      height: 37px;
      line-height: 37px;
      font-size: 0; }
      .sidebar_blog .discount_form_posts .button:hover {
        background-color: #4C69AB; }
  .sidebar_blog .subscriber_wrapper_bg {
    background: url(/assets/success_done_icon.png) left 15px no-repeat;
    background-size: 26px;
    padding: 10px 0 10px 36px; }
    .sidebar_blog .subscriber_wrapper_bg strong {
      color: #418E65;
      font-size: 11px;
      font-weight: 500;
      line-height: 12px; }
    .sidebar_blog .subscriber_wrapper_bg span {
      color: #58A87D;
      display: block;
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      margin-bottom: 3px; }

.sidebar_blog_item {
  border-top: #E3E7F0 1px solid;
  padding-top: 14px;
  margin-bottom: 19px; }
  .sidebar_blog_item span {
    color: #434444;
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 12px; }
  .sidebar_blog_item ul {
    list-style: none; }
    .sidebar_blog_item ul li {
      background: url(/assets/list_triagle.png) left 2px no-repeat;
      background-size: 4px;
      padding-left: 13px;
      margin-bottom: 9px; }
      .sidebar_blog_item ul li a {
        color: #365DD7;
        line-height: 16px;
        text-decoration: none; }

.sidebar_testimonials {
  padding: 23px 11px;
  position: relative; }
  .sidebar_testimonials:before {
    background: url(/assets/widget_testimonials_icon.png) no-repeat;
    background-size: 26px;
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -12px;
    left: 10px; }
  .sidebar_testimonials .sidebar_title > p {
    color: #4A4C4D;
    font-style: italic;
    line-height: 18px; }
  .sidebar_testimonials .sidebar_title > span {
    margin-top: 10px;
    display: block; }
  .sidebar_testimonials .sidebar_title > span,
  .sidebar_testimonials .sidebar_title .sidebar_slider_title {
    color: #4A4C4D;
    font-size: 14px;
    font-weight: 500; }
  .sidebar_testimonials .sidebar_title .sidebar_slider_title {
    display: none; }
  .sidebar_testimonials .rating_form {
    margin-top: 5px; }

.sidebar_speed {
  background: #F8F9FE;
  background: -moz-linear-gradient(45deg, #F8F9FE 0%, #FCFDFF 100%);
  background: -webkit-linear-gradient(45deg, #F8F9FE 0%, #FCFDFF 100%);
  background: linear-gradient(45deg, #F8F9FE 0%, #FCFDFF 100%);
  padding: 20px 10px 10px 10px; }
  .sidebar_speed .sidebar_title {
    color: #385E9C;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px; }
    .sidebar_speed .sidebar_title:before {
      background: url(/assets/checked_green.png) no-repeat;
      background-size: 225px;
      content: '';
      display: block;
      width: 225px;
      height: 57px;
      position: absolute;
      bottom: -35px;
      left: -10px; }
  .sidebar_speed .sidebar_content p {
    color: #3FB5A0;
    font-size: 16px;
    font-weight: 700;
    padding-left: 50px; }
  .sidebar_speed .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    box-shadow: 0 3px 6px #B4C4F1;
    -moz-box-shadow: 0 3px 6px #B4C4F1;
    -webkit-box-shadow: 0 3px 6px #B4C4F1;
    font-size: 14px;
    width: 100%;
    margin: 12px auto 0; }
    .sidebar_speed .button:hover {
      background-color: #FA4B4B; }

.payment_security {
  padding: 26px 10px 10px 10px;
  position: relative; }
  .payment_security:before {
    background: url(/assets/widget_payment_icon.png) no-repeat;
    background-size: 26px;
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: -12px;
    left: 10px; }
  .payment_security .sidebar_title {
    color: #717890;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px; }
  .payment_security .sidebar_content p {
    color: #4A4C4D;
    font-size: 12px;
    line-height: 18px; }
  .payment_security .payment_security_icons {
    border-bottom: #E4E7F0 1px solid;
    overflow: hidden;
    margin-bottom: 14px;
    padding-bottom: 7px; }
    .payment_security .payment_security_icons img {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      width: 50px;
      float: left;
      margin: 0 39px 10px 0; }
      .payment_security .payment_security_icons img:nth-child(3n) {
        margin-right: 0; }
  .payment_security .payment_security_item {
    margin-top: 12px; }
    .payment_security .payment_security_item .icon {
      width: 26px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      .payment_security .payment_security_item .icon img {
        max-width: 100%;
        height: auto; }
    .payment_security .payment_security_item p {
      color: #77797A;
      display: inline-block;
      vertical-align: middle;
      width: 188px;
      font-size: 10px;
      line-height: 14px; }

.badges {
  text-align: center; }

.badges_item {
  display: inline-block;
  vertical-align: top;
  width: 96px;
  margin: 0 12px; }
  .badges_item:first-child {
    margin-left: 0; }
  .badges_item:last-child {
    margin-right: 0; }
  .badges_item img {
    max-width: 100%;
    height: auto; }

.sidebar_item.questions {
  background: #fbfffa;
  background: -moz-linear-gradient(45deg, #fbfffa 0%, #fffffc 100%);
  background: -webkit-linear-gradient(45deg, #fbfffa 0%, #fffffc 100%);
  background: linear-gradient(45deg, #fbfffa 0%, #fffffc 100%);
  padding: 12px 0 6px 0; }
  .sidebar_item.questions .sidebar_title {
    color: #38791F;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    padding-left: 57px;
    position: relative;
    margin-bottom: 14px; }
    .sidebar_item.questions .sidebar_title:after {
      background: url(/assets/call_line_icon.png) no-repeat;
      background-size: 228px;
      content: '';
      display: block;
      width: 228px;
      height: 50px;
      position: absolute;
      bottom: -34px;
      left: 3px; }
  .sidebar_item.questions .sidebar_content .info {
    padding-left: 57px; }
    .sidebar_item.questions .sidebar_content .info span {
      color: #7D7F78;
      font-size: 10px;
      font-weight: 700;
      line-height: 14px;
      text-transform: uppercase; }
    .sidebar_item.questions .sidebar_content .info a {
      color: #365DD7;
      display: inline-block;
      vertical-align: top;
      font-size: 11px;
      text-decoration: none;
      margin-top: 4px; }

.sidebar_chances {
  padding: 13px 0; }
  .sidebar_chances .chances_top {
    color: #0076B4;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    padding-left: 57px;
    position: relative;
    margin-bottom: 14px; }
    .sidebar_chances .chances_top:after {
      background: url(/assets/linkedin_line_icon.png) no-repeat;
      background-size: 228px;
      content: '';
      display: block;
      width: 228px;
      height: 50px;
      position: absolute;
      bottom: -34px;
      left: 3px; }

.chances_bottom {
  padding-left: 57px; }
  .chances_bottom .button {
    color: #FF5F5F;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    position: relative;
    margin-right: 5px; }
  .chances_bottom p {
    color: #62747D;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top; }
  .chances_bottom span {
    color: #365DD7;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.blog_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 29px; }

.blog_item_content {
  overflow: hidden; }

.blog_item_photo {
  float: left;
  width: 335px;
  margin-right: 20px; }
  .blog_item_photo img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 100%;
    height: auto; }

.blog_item_info {
  overflow: hidden; }
  .blog_item_info > p {
    color: #4A4C4D;
    line-height: 19px; }

.blog_item_title > a {
  color: #4A4C4D;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none; }
.blog_item_title span {
  color: #434444;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px; }
  .blog_item_title span:after {
    border-bottom: #5C79D4 1px solid;
    content: '';
    display: block;
    width: 306px;
    height: 1px;
    margin: 7px 0 0 -48px; }

.blog_item_date {
  color: #B8BBC4;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin: 5px 0 15px 0; }
  .blog_item_date:first-letter {
    text-transform: lowercase; }
  .blog_item_date a {
    color: #4A4C4D;
    text-decoration: none; }
    .blog_item_date a:hover {
      text-decoration: underline; }

.blog_item_link {
  background: url(/assets/blog_link_icon.png) left 3px no-repeat;
  background-size: 19px;
  padding-left: 30px;
  color: #365DD7;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  margin-top: 18px; }

.blog_item_tags {
  overflow: hidden;
  margin-top: 17px;
  padding-left: 3px; }
  .blog_item_tags span {
    color: #4A4C4D;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 14px; }
  .blog_item_tags a {
    color: #7E99EE;
    float: left;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    margin-right: 10px; }
    .blog_item_tags a:last-child {
      margin-right: 0; }

.blog_read .blog_item_info {
  overflow: visible; }
.blog_read .blog_item_date {
  margin: 9px 0 18px 0; }

.blog_item_description {
  margin-top: 23px; }
  .blog_item_description h3 {
    color: #434444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
  .blog_item_description p {
    color: #4A4C4D;
    line-height: 18px;
    margin-bottom: 20px; }
  .blog_item_description img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center; }

.testimonials_content {
  margin-bottom: 32px; }
  .testimonials_content p {
    color: #4A4C4D;
    line-height: 18px; }

.testimonials_item {
  border-top: #E9E9E9 1px solid;
  padding-top: 21px;
  position: relative;
  margin-bottom: 34px; }
  .testimonials_item:before {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff url(/assets/widget_testimonials_icon.png) center center no-repeat;
    background-size: 26px;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: -7px;
    width: 40px;
    height: 40px; }

.testimonials_item_content p {
  color: #4A4C4D;
  line-height: 19px; }

.testimonials_item_name {
  margin-top: 16px; }
  .testimonials_item_name strong {
    color: #4A4C4D;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px; }
  .testimonials_item_name i {
    color: #4A4C4D;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    line-height: 18px;
    margin-left: 5px; }
  .testimonials_item_name span {
    color: #B0B0B0;
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px; }

.testimonials_item_title .rating_form {
  margin-top: 9px; }

.write_review h2 {
  color: #555862;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px; }

.free_samples_description {
  margin-bottom: 15px; }
  .free_samples_description p {
    color: #4A4C4D;
    line-height: 18px; }
  .free_samples_description h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px; }

.free_samples_item {
  border-bottom: #E9E9E9 1px solid;
  padding-bottom: 20px;
  margin-bottom: 26px; }

.free_samples_image {
  width: 36px;
  float: left;
  margin-right: 42px; }
  .free_samples_image img {
    max-width: 100%;
    height: auto; }

.free_samples_content {
  overflow: hidden;
  padding-top: 6px; }
  .free_samples_content > a {
    color: #434444;
    font-size: 22px;
    line-height: 26px;
    text-decoration: none; }
  .free_samples_content ul {
    list-style: none;
    margin-top: 11px; }
    .free_samples_content ul li {
      line-height: 20px;
      margin-bottom: 4px; }
      .free_samples_content ul li p {
        color: #4A4C4D;
        width: 168px;
        float: left;
        padding-right: 10px; }
      .free_samples_content ul li span {
        color: #4A4C4D;
        overflow: hidden; }
      .free_samples_content ul li a {
        color: #4A4C4D;
        text-decoration: none;
        overflow: hidden; }
  .free_samples_content .button_block {
    overflow: hidden;
    margin-top: 17px; }
    .free_samples_content .button_block .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      font-weight: 500;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      background-color: #FF5F5F;
      width: 335px;
      float: left; }
      .free_samples_content .button_block .button:hover {
        background-color: #FA4B4B; }
    .free_samples_content .button_block .download_pdf {
      float: right;
      margin-top: 33px; }
      .free_samples_content .button_block .download_pdf span {
        color: #ACB0B5;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle; }
      .free_samples_content .button_block .download_pdf a {
        background: url(/assets/download_icon.png) no-repeat;
        background-size: 17px;
        width: 17px;
        height: 17px;
        font-size: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }

.samples_read_content {
  margin-top: 20px; }
  .samples_read_content > h2 {
    color: #434444;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px; }
  .samples_read_content > p {
    color: #4A4C4D;
    line-height: 18px;
    margin-bottom: 10px; }
  .samples_read_content h3 {
    color: #434444;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px; }
  .samples_read_content ul.list {
    border-left: #B2C0EC 1px solid;
    padding-left: 15px;
    list-style: none; }

.samples_read_author {
  margin-bottom: 20px; }

.samples_read_author_name {
  color: #434444;
  font-size: 22px;
  line-height: 24px; }

.samples_read_author_info {
  color: #4A4C4D;
  font-size: 11px;
  line-height: 12px; }

.contact_us_information p {
  color: #4A4C4D;
  line-height: 18px; }
  .contact_us_information p img {
    display: block;
    margin-bottom: 10px; }

.toll_free_line {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #F9FBFF;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
  padding: 10px; }

.contact_us_email {
  background: url(/assets/contact_email_icon.png) left center no-repeat;
  background-size: 26px;
  display: inline-block;
  vertical-align: middle;
  color: #434444;
  line-height: 26px;
  text-decoration: none;
  padding-left: 32px; }

.contact_us_phone {
  border-left: #D5DAE7 1px solid;
  display: inline-block;
  vertical-align: middle;
  width: 470px;
  padding-left: 20px;
  margin-left: 15px; }
  .contact_us_phone p {
    background: url(/assets/contact_phone_icon.png) left center no-repeat;
    background-size: 26px;
    color: #434444;
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    font-size: 12px;
    padding-left: 32px;
    text-transform: uppercase; }
    .contact_us_phone p a {
      color: #434444;
      text-decoration: none; }
  .contact_us_phone .phone_drop {
    float: right;
    position: relative;
    width: 68px; }
    .contact_us_phone .phone_drop.active:before {
      background: url(/assets/phone_drop_up.png) no-repeat;
      background-size: 26px; }
    .contact_us_phone .phone_drop.active ul {
      display: block; }
    .contact_us_phone .phone_drop:before {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: #fff 4px solid;
      background: url(/assets/phone_drop_down.png) no-repeat;
      background-size: 26px;
      content: '';
      display: block;
      width: 26px;
      height: 26px;
      position: absolute;
      top: -1px;
      left: 0;
      z-index: 1; }
    .contact_us_phone .phone_drop > span {
      text-align: right;
      display: block;
      line-height: 34px;
      padding-right: 13px;
      position: relative;
      top: 2px; }
    .contact_us_phone .phone_drop > ul {
      display: none;
      list-style: none;
      position: absolute;
      top: 82%;
      left: 0;
      z-index: 10; }
      .contact_us_phone .phone_drop > ul li {
        background-color: #365DD7;
        text-align: right;
        padding: 5px;
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        .contact_us_phone .phone_drop > ul li:first-child {
          border-radius: 4px 4px 0 0;
          -moz-border-radius: 4px 4px 0 0;
          -webkit-border-radius: 4px 4px 0 0; }
        .contact_us_phone .phone_drop > ul li:last-child {
          border-radius: 0 0 4px 4px;
          -moz-border-radius: 0 0 4px 4px;
          -webkit-border-radius: 0 0 4px 4px; }
        .contact_us_phone .phone_drop > ul li a {
          color: #fff;
          display: block;
          text-decoration: none;
          padding: 6px 8px 4px 8px; }
          .contact_us_phone .phone_drop > ul li a:hover {
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            background-color: #708CE3; }

.contacts_form {
  margin-top: 20px; }
  .contacts_form > strong {
    color: #555862;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 65px;
    margin-bottom: 50px; }
  .contacts_form h2 {
    color: #434444;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    position: relative; }
    .contacts_form h2:after {
      border-bottom: #5C79D4 1px solid;
      content: '';
      display: block;
      width: 306px;
      height: 1px;
      margin: 4px 0 0 -48px; }
  .contacts_form .angular_form {
    margin-top: 33px; }

.contacts_form_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px; }
  .contacts_form_item.contacts_form_item_message .input_error {
    width: 70%; }
  .contacts_form_item.contacts_form_item_button {
    margin-top: 9px; }
    .contacts_form_item.contacts_form_item_button .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      font-weight: 500;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      background-color: #304C8C;
      width: 46.5%;
      margin-left: 11.5%; }
      .contacts_form_item.contacts_form_item_button .button:hover {
        background-color: #4C69AB; }
  .contacts_form_item > label {
    color: #4A5775;
    float: left;
    font-weight: 500;
    width: 8%;
    margin-right: 3.5%;
    line-height: 40px;
    text-align: right; }
  .contacts_form_item .input_error {
    float: left;
    width: 46.5%; }
    .contacts_form_item .input_error .input {
      width: 100%; }
    .contacts_form_item .input_error .textarea {
      width: 100%; }
  .contacts_form_item .textarea {
    float: left;
    width: 70%;
    height: 100px; }
  .contacts_form_item .input {
    float: left;
    width: 46.5%;
    height: 36px; }

.service_info p {
  color: #4A4C4D;
  line-height: 18px; }

.writing_container_title {
  color: #4A4C4D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 10px; }

.service_writing_item {
  overflow: hidden;
  padding: 15px 20px;
  margin: 10px 0; }
  .service_writing_item:nth-child(odd) {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #F9FBFF; }

.service_writing_content {
  border-right: #E4E7F0 1px solid;
  width: 70%;
  float: left;
  padding-right: 2%; }
  .service_writing_content p {
    color: #4A4C4D;
    line-height: 18px; }

.service_writing_title {
  margin-bottom: 5px; }
  .service_writing_title a {
    color: #4A4C4D;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none; }

.service_writing_price {
  overflow: hidden;
  text-align: center;
  padding-top: 10px; }
  .service_writing_price span {
    color: #31A590;
    display: block;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px; }
    .service_writing_price span:first-letter {
      font-size: 16px;
      display: inline-block; }
  .service_writing_price .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    width: 80%;
    margin: 0 auto; }
    .service_writing_price .button:hover {
      background-color: #FA4B4B; }

.service_name > div:not([class=""]) h2 {
  color: #434444;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px; }
.service_name > div:not([class=""]) p {
  color: #4A4C4D;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px; }
.service_name > div:not([class=""]) h3 {
  color: #434444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 24px; }

.service_price_top {
  border-bottom: #E9E9E9 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.service_price_top_wrapper {
  border-radius: 46px;
  -moz-border-radius: 46px;
  -webkit-border-radius: 46px;
  background-color: #FF5F5F;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  height: 46px;
  line-height: 48px; }
  .service_price_top_wrapper span {
    background: url(/assets/service_arrow.png) right center no-repeat;
    background-size: 6px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    padding-right: 15px;
    margin-right: 10px; }
  .service_price_top_wrapper a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none; }

.form_loader.ng-not-ready + .prices_form, .form_loader.ng-cloak + .prices_form {
  display: none; }

.prices .order_urgency .price_item .select2-container {
  min-width: 26.5% !important;
  max-width: 26.5% !important; }
.prices .price_total {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #304C8C;
  background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
  overflow: hidden;
  padding: 9px 26px 6px 33px; }
  .prices .price_total span {
    color: #fff;
    float: left;
    font-size: 19px;
    line-height: 24px;
    margin-top: 11px; }
  .prices .price_total p {
    color: #A4FF7D;
    font-size: 19px;
    font-weight: 700;
    float: left;
    line-height: 24px;
    margin: 11px 0 0 6px; }
  .prices .price_total .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    float: right;
    width: 220px;
    height: 44px;
    line-height: 46px; }
    .prices .price_total .button:hover {
      background-color: #FA4B4B; }
.prices .type_service {
  display: none; }

.price_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 16px; }
  .price_item > label {
    color: #4A5775;
    font-weight: 500;
    float: left;
    width: 26%;
    text-align: right;
    padding-right: 3%;
    margin-top: 15px; }
  .price_item .radio_currency {
    float: left;
    width: 47%; }
  .price_item .select2-container {
    float: left;
    min-width: 47% !important;
    max-width: 47% !important; }

.prices_resume {
  margin-top: 3px; }

.prices_resume_thead {
  display: none; }

.prices_resume_title img {
  position: absolute;
  top: -10px;
  left: 25px;
  width: 99px; }

.prices_resume_tbody {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: #EAEFF8 1px solid;
  padding: 5px;
  position: relative;
  margin-bottom: 20px; }
  .prices_resume_tbody.other .prices_resume_title img {
    width: 44px; }

.prices_resume_item {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  padding: 12px 10px 8px 0;
  line-height: 20px;
  margin: 4px 0;
  cursor: pointer; }
  .prices_resume_item > * {
    cursor: pointer; }
  .prices_resume_item.active {
    background-color: #E6F8F5; }
    .prices_resume_item.active .prices_resume_services {
      background: url(/assets/checked_icon.png) 5px 1px no-repeat;
      background-size: 15px; }
  .prices_resume_item:nth-child(odd) {
    background-color: #F9FBFF; }
    .prices_resume_item:nth-child(odd).active {
      background-color: #E6F8F5; }
  .prices_resume_item:hover {
    background-color: #EAF1FF; }

.prices_resume_services {
  color: #4A5775;
  float: left;
  font-weight: 500;
  padding-left: 26px;
  max-width: 70%; }

.prices_resume_time {
  float: right; }
  .prices_resume_time a {
    color: #31A590;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none; }

.prices_discount h3 {
  display: none; }
.prices_discount .subscriber_wrapper_bg {
  border-radius: 115px;
  -moz-border-radius: 115px;
  -webkit-border-radius: 115px;
  background-color: #F4F7FF;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 60px;
  margin-top: 56px;
  padding: 10px 9px 0 9px; }
  .prices_discount .subscriber_wrapper_bg strong {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: #CEE9DA 1px solid;
    background-color: #fff;
    width: 100%;
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 110px 0 20px;
    color: #418E65;
    font-size: 14px;
    font-weight: 500;
    position: relative; }
    .prices_discount .subscriber_wrapper_bg strong:after {
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      background: #D0F2DF url(/assets/success_done_icon.png) center center no-repeat;
      background-size: 26px;
      content: '';
      display: block;
      width: 99px;
      height: 42px;
      position: absolute;
      top: -1px;
      right: -1px; }
    .prices_discount .subscriber_wrapper_bg strong span {
      color: #58A87D;
      font-size: 25px;
      margin-right: 8px; }

.prices_discount_form {
  position: relative;
  margin-top: 20px; }
  .prices_discount_form:before {
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background-color: #F4F7FF;
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 36px;
    left: 0; }
  .prices_discount_form > label {
    color: #434444;
    display: block;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px; }
  .prices_discount_form .input {
    background-color: #fff;
    border-radius: 36px;
    -moz-border-radius: 36px;
    -webkit-border-radius: 36px;
    display: block;
    width: 686px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
  .prices_discount_form .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background-color: #304C8C;
    background-image: url(/assets/button_arrow.png);
    background-size: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 36px;
    line-height: 36px;
    width: 99px;
    font-size: 0;
    position: absolute;
    top: 48px;
    right: 17px;
    z-index: 10; }
    .prices_discount_form .button:hover {
      background-color: #4C69AB; }

.content.certified {
  width: calc(100% - 90px); }

.certified_content {
  margin-bottom: 20px; }
  .certified_content h3 {
    color: #434444;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px; }
  .certified_content p {
    color: #4A4C4D;
    line-height: 18px;
    margin-bottom: 12px; }

.certified_settings {
  border-bottom: #E9E9E9 1px solid;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .certified_settings .select_industry .select2-container {
    float: left; }
    .certified_settings .select_industry .select2-container .select2-choice {
      min-width: 245px;
      max-width: 245px; }
  .certified_settings .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    float: right;
    width: 125px; }
    .certified_settings .button:hover {
      background-color: #4C69AB; }

.certified_container {
  border-bottom: #E9E9E9 1px solid;
  overflow: hidden; }

.certified_item {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border: #E4E7F0 1px solid;
  background-color: #FBFCFF;
  width: 306px;
  display: inline-block;
  vertical-align: top;
  margin: 0 42px 30px 0;
  padding: 17px 11px; }
  .certified_item:nth-child(3n) {
    margin-right: 0; }
  .certified_item a {
    background: url(/assets/certified_arrow.png) left 0px no-repeat;
    background-size: 16px;
    color: #365DD7;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    text-decoration: none;
    padding-left: 23px;
    margin-top: 37px; }

.certified_title {
  color: #4A4C4D;
  font-size: 21px;
  font-weight: 500; }
  .certified_title:after {
    border-bottom: #5C79D4 1px solid;
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    margin: 6px 0 15px 0; }

.certified_text {
  color: #696B6C;
  font-size: 14px;
  font-weight: 500; }

.writer > p {
  color: #4A4C4D;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px; }
  .writer > p img {
    margin-top: 20px; }

.writer_read_top {
  margin-bottom: 15px;
  position: relative; }
  .writer_read_top .social {
    position: absolute;
    top: -50px;
    right: -30px; }

.writer_testimonial .text_title {
  color: #434444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px; }

.writer_testimonial_item {
  border-top: #E9E9E9 1px solid;
  padding-top: 21px;
  position: relative;
  margin-bottom: 34px; }
  .writer_testimonial_item:before {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #fff url(/assets/widget_testimonials_icon.png) center center no-repeat;
    background-size: 26px;
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: -7px;
    width: 40px;
    height: 40px; }
  .writer_testimonial_item p {
    color: #4A4C4D;
    font-size: 13px;
    line-height: 19px; }
  .writer_testimonial_item span {
    color: #4A4C4D;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 10px; }

.content.login {
  width: 100%;
  margin-left: 0; }

.login_title {
  border-bottom: #5C79D4 1px solid;
  padding-bottom: 6px;
  margin-bottom: 30px; }
  .login_title span {
    color: #555862;
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }

.login_wrapper {
  width: 335px;
  margin: 57px auto 0; }

.login_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px; }
  .login_item > label {
    display: none; }
  .login_item .input {
    width: 100%; }

.login_form .button {
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: #304C8C;
  width: 100%;
  margin-top: 10px; }
  .login_form .button:hover {
    background-color: #4C69AB; }

.login_info {
  width: 1100px;
  margin: 0 auto 80px;
  position: relative; }
  .login_info:before {
    border-top: #F4F7FF 1px solid;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 5px;
    left: 0; }
  .login_info:after {
    background: url(/assets/authorization_arrow_icon.png) no-repeat;
    background-size: 143px;
    content: '';
    display: block;
    width: 143px;
    height: 143px;
    position: absolute;
    top: -65px;
    left: 40px; }

.login_info_wrapper {
  width: 335px;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden; }
  .login_info_wrapper.login_info_align p {
    text-align: center; }
  .login_info_wrapper p {
    color: #365DD7;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    text-align: right; }
    .login_info_wrapper p span {
      background-color: #fff;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px;
      position: relative;
      z-index: 10; }
  .login_info_wrapper a {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #F4F7FF;
    color: #7489CA;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    height: 44px;
    line-height: 46px;
    margin: 10px 1.5% 0 1.5%; }
    .login_info_wrapper a:hover {
      background-color: #E4EAFB; }
    .login_info_wrapper a + a {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #F4F7FF;
      color: #7489CA;
      display: inline-block;
      vertical-align: top;
      width: 47%;
      height: 44px;
      line-height: 46px; }
      .login_info_wrapper a + a:hover {
        background-color: #E4EAFB; }

.container_wrapper {
  position: relative; }
  .container_wrapper .message.notification_message {
    position: absolute;
    top: 8px;
    background: #304C8C;
    background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
    background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
    background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
    width: 100%;
    border-radius: 5px;
    padding: 10px 0; }
    .container_wrapper .message.notification_message .flash_notice {
      text-align: center;
      line-height: 2em;
      font-weight: bold;
      color: #fff; }

.footer_link_page {
  margin-top: 30px; }

.footer_link_page_title {
  margin-bottom: 25px; }
  .footer_link_page_title:after {
    border-bottom: #5C79D4 1px solid;
    content: '';
    display: block;
    width: 306px;
    height: 1px;
    margin: 4px 0 0 -48px; }
  .footer_link_page_title span {
    color: #555862;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }

.footer_link_page_content p {
  color: #4A4C4D;
  line-height: 18px;
  margin-bottom: 15px; }
.footer_link_page_content h2 {
  color: #434444;
  font-size: 22px;
  margin-bottom: 15px; }
.footer_link_page_content h3 {
  color: #434444;
  font-size: 18px;
  margin-bottom: 15px; }
  .footer_link_page_content h3 strong {
    font-weight: 500; }

.compare_page {
  width: calc(100% - 100px); }
  .compare_page table {
    width: 100%;
    border-collapse: collapse; }
    .compare_page table thead th {
      padding: 20px 0; }
      .compare_page table thead th:first-child {
        background-color: #fff;
        text-align: left; }
        .compare_page table thead th:first-child span {
          color: #434444;
          font-size: 22px;
          font-weight: 700;
          line-height: 24px; }
      .compare_page table thead th.second_column {
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        background-color: rgba(243, 247, 255, 0.45); }
      .compare_page table thead th.fourth_column {
        border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        background-color: #FCFFFB; }
      .compare_page table thead th[class] p {
        color: #696B6C;
        font-size: 14px;
        font-weight: 500; }
      .compare_page table thead th[class] span {
        color: #434444;
        font-size: 22px;
        font-weight: 700;
        line-height: 24px; }
    .compare_page table tbody tr td {
      background-color: #fff;
      color: #4A5775;
      font-size: 13px;
      font-weight: 500;
      line-height: 15px;
      height: 38px;
      padding: 10px 0; }
      .compare_page table tbody tr td:first-child {
        border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        padding-left: 30px; }
      .compare_page table tbody tr td[colspan="2"] {
        display: none; }
      .compare_page table tbody tr td.second_column {
        background-color: #FAFCFF;
        text-align: center; }
        .compare_page table tbody tr td.second_column label {
          color: #31A590; }
        .compare_page table tbody tr td.second_column span {
          color: #31A590; }
        .compare_page table tbody tr td.second_column a {
          color: #365DD7;
          text-decoration: none; }
      .compare_page table tbody tr td.fourth_column {
        border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -webkit-border-radius: 0 4px 4px 0;
        background-color: #FCFFFB;
        text-align: center; }
        .compare_page table tbody tr td.fourth_column a {
          color: #365DD7;
          text-decoration: none; }
        .compare_page table tbody tr td.fourth_column label {
          color: #31A590; }
        .compare_page table tbody tr td.fourth_column span {
          color: #31A590; }
      .compare_page table tbody tr td .done {
        background: url(/assets/compare_done_icon.png) center center no-repeat;
        background-size: 14px;
        width: 14px;
        height: 11px;
        margin: 0 auto; }
      .compare_page table tbody tr td .fail {
        background: url(/assets/compare_fail_icon.png) center center no-repeat;
        background-size: 9px;
        width: 9px;
        height: 9px;
        margin: 0 auto; }
      .compare_page table tbody tr td label {
        display: inline-block;
        vertical-align: middle;
        min-width: 60px;
        text-align: left;
        padding-left: 8px; }
    .compare_page table tbody tr:nth-child(4n-2) td {
      background-color: #F7FAFF; }
      .compare_page table tbody tr:nth-child(4n-2) td.second_column {
        background-color: #F2F7FF; }
      .compare_page table tbody tr:nth-child(4n-2) td.fourth_column {
        background-color: #F4FAFB; }
    .compare_page table tbody tr.you_save td:first-child {
      background-color: #F7FAFF;
      color: #434444;
      font-size: 22px;
      font-weight: bold; }
      .compare_page table tbody tr.you_save td:first-child:first-letter {
        text-transform: uppercase; }
    .compare_page table tbody tr.you_save td.second_column {
      background-color: #F2F7FF; }
    .compare_page table tbody tr.you_save td.fourth_column {
      background-color: #F4FAFB; }
    .compare_page table tbody tr.price td {
      padding: 0;
      height: auto; }
      .compare_page table tbody tr.price td:first-child {
        padding-left: 30px; }
        .compare_page table tbody tr.price td:first-child p {
          color: #4A5775;
          font-weight: 300; }
      .compare_page table tbody tr.price td.second_column {
        color: #31A590;
        font-size: 21px; }
      .compare_page table tbody tr.price td.fourth_column {
        color: #31A590;
        font-size: 21px; }
    .compare_page table tbody tr.discount td .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #304C8C;
      font-size: 14px;
      width: 230px; }
      .compare_page table tbody tr.discount td .button:hover {
        background-color: #4C69AB; }
      .compare_page table tbody tr.discount td .button:hover {
        background-color: #273E73; }
      .compare_page table tbody tr.discount td .button span {
        color: #74DFCB; }
    .compare_page table tbody tr.discount td.second_column .button, .compare_page table tbody tr.discount td.fourth_column .button {
      display: none; }
    .compare_page table tbody tr.discount + tr td.second_column .button, .compare_page table tbody tr.discount + tr td.fourth_column .button {
      display: none; }
    .compare_page table tbody tr.table_chat .open_chat_link {
      background: url(/assets/online_chat_button.png) left top no-repeat;
      background-size: 225px;
      content: '';
      display: block;
      width: 225px;
      height: 40px; }
      .compare_page table tbody tr.table_chat .open_chat_link:hover {
        background-position: left bottom; }
    .compare_page table tbody tr.table_chat .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #FF5F5F;
      width: 70%;
      margin: 0 auto; }
      .compare_page table tbody tr.table_chat .button:hover {
        background-color: #FA4B4B; }

.compare_questions_mobile {
  display: none; }

.compare_page_title {
  display: none; }

.resources_item {
  overflow: hidden;
  margin-bottom: 20px; }

.resources_item_wrapper {
  overflow: hidden;
  margin-bottom: 10px; }

.resources_image {
  width: 335px;
  float: left;
  margin-right: 22px;
  position: relative; }
  .resources_image img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
    height: auto; }
  .resources_image .image {
    width: 60px;
    position: absolute;
    top: 10px;
    left: 5px; }
    .resources_image .image img {
      max-width: 100%;
      height: auto; }

.resources_posted {
  color: #B8BBC4;
  font-size: 10px;
  font-weight: 500;
  margin-top: 10px; }

.resources_info {
  overflow: hidden; }
  .resources_info .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #F4F7FF;
    color: #7489CA;
    width: 162px;
    margin-top: 10px; }
    .resources_info .button:hover {
      background-color: #E4EAFB; }

.resources_title {
  color: #4A4C4D;
  font-size: 17px;
  line-height: 20px; }

.resources_text {
  margin-top: 10px; }
  .resources_text p {
    color: #4A4C4D;
    line-height: 19px; }

.resources_content .resources_title {
  margin-top: 10px; }
.resources_content .resources_image {
  margin-bottom: 10px; }
.resources_content .resources_posted {
  margin-bottom: 15px; }
.resources_content .resources_text {
  width: 100%;
  overflow: hidden; }
  .resources_content .resources_text p {
    margin-bottom: 10px; }

.hangouts_item {
  border-top: #E9E9E9 1px solid;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 25px; }
  .hangouts_item p {
    color: #4A4C4D;
    line-height: 19px;
    margin-bottom: 20px; }

.hangouts_title {
  margin-bottom: 10px; }
  .hangouts_title span {
    color: #4A4C4D;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px; }

.error_page {
  background: #304C8C;
  background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  position: relative;
  width: 100%;
  padding: 0 50px;
  height: 520px; }
  .error_page:after {
    background: url(/assets/404_bg.png) no-repeat;
    background-size: 720px;
    content: '';
    width: 720px;
    height: 550px;
    position: absolute;
    top: 2px;
    left: -19px; }

.error_page_content {
  width: 310px;
  float: right;
  margin-top: 100px; }
  .error_page_content h1 {
    color: #FFFFFF;
    font-size: 31px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 80px; }
  .error_page_content p {
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px; }
  .error_page_content .button {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: #5877AA 1px solid;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    width: 335px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin-top: 80px; }

.faq > h2 {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  color: #5EAD43;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding: 0 10px;
  top: 28px;
  left: 10px;
  margin-bottom: 20px; }

.accordion {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: #EAEFF8 1px solid;
  padding: 10px; }
  .accordion > h3 {
    background: url(/assets/accordion_arrow.png) right center no-repeat;
    background-size: 26px;
    border-bottom: #F0F3F9 1px solid;
    color: #434444;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 11px;
    padding: 10px 0;
    outline: none; }
    .accordion > h3.ui-state-active {
      background: url(/assets/accordion_arrow_up.png) right center no-repeat;
      background-size: 26px;
      border-bottom: none; }
    .accordion > h3:nth-last-child(2) {
      border-bottom: none; }

.ui-accordion-content {
  padding: 15px; }
  .ui-accordion-content p {
    color: #5B5C5D;
    font-size: 13px;
    font-style: italic;
    line-height: 20px; }
  .ui-accordion-content ul,
  .ui-accordion-content ol {
    margin: 10px 20px; }
    .ui-accordion-content ul li,
    .ui-accordion-content ol li {
      color: #5B5C5D;
      font-size: 13px;
      line-height: 15px;
      margin-bottom: 6px; }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .writing_types_container {
    margin-top: 20px; }
    .writing_types_container .slick-list {
      padding: 0; }

  .product_container {
    margin: 23px 15px 0 15px;
    padding: 15px 15px 0 15px;
    height: 79px; }

  .product_title {
    font-size: 25px; }

  .product_content .button {
    width: 100%; }

  .meeting {
    padding-top: 0; }

  .meeting_top span {
    width: 55%;
    font-size: 28px;
    line-height: 30px; }
  .meeting_top p {
    width: 40%; }

  .meeting_bottom {
    padding: 28px 0 0 0; }

  .wishes_container .wishes {
    padding: 0 15px; }

  .info_content {
    padding-bottom: 10px; }

  .stay_informed > span {
    padding: 0 20px 0 14px;
    margin-right: 10px;
    max-width: 36%;
    font-size: 40px;
    line-height: 44px; }
  .stay_informed p {
    padding-left: 2%; }
  .stay_informed .subscriber_wrapper_bg strong {
    font-size: 13px; }
    .stay_informed .subscriber_wrapper_bg strong span {
      font-size: 23px; }

  .new_subscriber {
    margin: 20px 15px 0 15px;
    width: calc(100% - 30px); }

  .subscriber_wrapper_bg {
    margin: 20px 15px 0 15px;
    width: calc(100% - 30px); }

  .prices_discount .subscriber_wrapper_bg {
    margin: 20px 0; }

  .text_main {
    padding: 0 15px; }

  .lets_chat {
    padding: 20px 15px 0 15px; }

  .bottom_info_content {
    width: 768px;
    padding: 0 15px; }

  .bottom_info_item:last-child {
    margin-top: 17px;
    width: 100%; }
    .bottom_info_item:last-child img {
      width: 30%;
      float: right;
      margin-top: -77px; }
    .bottom_info_item:last-child .button {
      width: 65%;
      margin: 0;
      float: left; }

  .resume_now {
    padding: 26px; }
    .resume_now span {
      font-size: 27px; }

  .special_offer.popular {
    box-shadow: 0 6px 30px #B5D1E0;
    -moz-box-shadow: 0 6px 30px #B5D1E0;
    -webkit-box-shadow: 0 6px 30px #B5D1E0;
    margin-top: 21px; }

  .payment_security .payment_security_icons img:nth-child(3n) {
    margin-right: 39px; }

  html.open_nav body {
    overflow: hidden; }
  html.open_nav .header_nav {
    right: 0; }

  .header_nav_button {
    width: 28px;
    float: right;
    text-align: right;
    line-height: 0;
    position: relative;
    padding-top: 5px;
    margin: 5px 0 0 26px; }
    .header_nav_button:before {
      border-left: #C4D0EA 1px solid;
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      position: absolute;
      top: 0;
      left: -15px; }
    .header_nav_button span {
      background-color: #fff;
      width: 28px;
      display: inline-block;
      vertical-align: top;
      height: 2px;
      margin-bottom: 5px; }
      .header_nav_button span:nth-child(2) {
        width: 23px; }

  .header_welcome .header_nav_button span {
    background-color: #304C8C; }
  .header_welcome .header_nav ul li a {
    color: #fff; }

  .header_welcome .header_content {
    width: 768px;
    padding: 20px 44px; }

  .header_content {
    width: 738px;
    padding: 20px 34px; }

  .header_carousel_content {
    width: 750px; }

  .header_carousel .slick-dots {
    right: 11px; }
    .header_carousel .slick-dots li {
      width: 100%; }
  .header_carousel:before {
    background-size: 646px;
    width: 646px;
    top: -9px;
    left: -43px; }
  .header_carousel:after {
    left: 27px; }

  .header_carousel_item {
    padding: 0 15px 0 470px; }

  .carousel_item_content_wrapper .button:before {
    width: 212px; }

  .header_nav {
    background-color: #2B477F;
    position: fixed;
    top: 0;
    right: -100%;
    margin: 0;
    width: 215px;
    height: calc(100% + 500px);
    z-index: 1000;
    overflow-y: scroll;
    transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease; }
    .header_nav > ul > li.drop_item > a:after {
      background: url(/assets/nav_down_icon.png) no-repeat;
      background-size: 7px;
      content: '';
      width: 7px;
      height: 4px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px; }
    .header_nav > ul > li.drop_item:hover > a:after {
      background: url(/assets/nav_up_icon.png) no-repeat;
      background-size: 7px; }
    .header_nav ul {
      padding: 40px 15px 15px 15px; }
      .header_nav ul ul {
        padding: 0; }
      .header_nav ul li {
        border-bottom: #3B5891 1px solid;
        float: none;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 10px 0; }
        .header_nav ul li a {
          font-size: 15px;
          line-height: 18px; }
      .header_nav ul .drop {
        position: static;
        margin-left: 0;
        padding-top: 0;
        width: 195px; }
        .header_nav ul .drop ul {
          background: none; }
          .header_nav ul .drop ul > li {
            border: none;
            padding: 5px 0; }
            .header_nav ul .drop ul > li a,
            .header_nav ul .drop ul > li span {
              color: #82AEF0;
              font-size: 13px;
              font-weight: 400;
              padding: 0; }
              .header_nav ul .drop ul > li a:hover,
              .header_nav ul .drop ul > li span:hover {
                border-radius: 0px;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                background-color: transparent; }
                .header_nav ul .drop ul > li a:hover:before,
                .header_nav ul .drop ul > li span:hover:before {
                  display: none; }

  .header_profile_nav {
    padding-top: 40px;
    display: block; }
    .header_profile_nav + ul {
      padding-top: 0; }
    .header_profile_nav .logout_button {
      background-color: #395F9D;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      border: #7693D7 1px solid;
      color: #fff;
      font-size: 13px;
      display: block;
      width: 90%;
      margin: -8px auto 10px;
      line-height: 40px;
      height: 40px;
      text-align: center;
      text-decoration: none; }
    .header_profile_nav ul {
      padding-top: 0; }
      .header_profile_nav ul li a {
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        text-decoration: none; }
    .header_profile_nav > ul > li:last-child {
      border-bottom: none; }

  .header_nav_close {
    background: url(/assets/close_nav_icon.png) no-repeat;
    background-size: 18px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 15px; }

  .container_wrapper {
    width: 768px; }

  .content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 15px;
    margin-left: 0; }

  .content_title:after {
    margin-left: 0; }

  .container > .profile_nav {
    width: calc(100% - 50px);
    margin: -20px 25px 20px 25px; }
    .container > .profile_nav > span {
      width: 175px;
      text-align: right;
      line-height: 11px;
      position: relative;
      top: -3px; }
    .container > .profile_nav + .content_title {
      margin: 0 15px; }

  .profile_nav {
    margin: -20px 15px 0 15px; }

  .sidebar {
    padding: 0 15px;
    margin-right: 0;
    width: 100%;
    margin-top: 25px; }

  .footer_content {
    width: 738px;
    padding: 24px 15px; }

  .footer_nav {
    padding-left: 15px; }

  .we_accept {
    border-top: #1B274D 1px solid;
    float: none;
    width: 100%;
    padding: 15px 0 12px 0; }
    .we_accept:before {
      display: none; }
    .we_accept h3 {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      padding: 0 10px 0 15px; }

  .accept_item {
    margin-bottom: 0; }
    .accept_item:nth-child(3n) {
      margin-right: 37px; }

  .accept_block {
    display: inline-block;
    vertical-align: middle; }

  .footer_bottom {
    margin-top: 0; }

  .copyright {
    padding-left: 15px; }

  .slick-dots {
    text-align: center;
    margin-top: 20px; }
    .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px; }
      .slick-dots li button {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        background-color: #fff;
        border: #D4DBEE 1px solid;
        font-size: 0;
        width: 8px;
        height: 8px; }
      .slick-dots li.slick-active button {
        background-color: #D4DBEE; }

  .chat_now {
    background: url(/assets/chat_now_mobile_icon.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: inherit;
    left: 0; }

  .scroll_top {
    background: url(/assets/scroll_top_icon.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 100; }

  .footer_link_page_title:after {
    margin-left: 0; }

  .login_info {
    width: 768px; }

  .error_page {
    margin: 0 15px;
    height: 456px;
    width: calc(100% - 30px);
    padding: 0 10px; }
    .error_page:after {
      background-size: 560px;
      width: 560px; }

  .error_page_content .button {
    width: 100%; }

  .content.certified {
    width: 100%; }

  .certified_item {
    margin: 0 30px 30px 0;
    width: 338px;
    float: none;
    display: inline-block;
    vertical-align: top; }
    .certified_item:nth-child(2n) {
      margin-right: 0; }
    .certified_item:nth-child(3n) {
      margin-right: 30px; } }
@media screen and (min-width: 0px) and (max-width: 767px) {
  .cookie_policy-overlay:not([style="display: none;"]) {
    background-color: #F5EDDC;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 3%;
    z-index: 9999999;
    min-height: 172px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .cookie_policy-overlay:not([style="display: none;"]) + script + .wrapper {
      margin-top: 232px; }
      .cookie_policy-overlay:not([style="display: none;"]) + script + .wrapper .header {
        top: 172px; }
      .cookie_policy-overlay:not([style="display: none;"]) + script + .wrapper .chat_now {
        top: 270px; }
      .cookie_policy-overlay:not([style="display: none;"]) + script + .wrapper .order_agreement .order_agreement_text .validation_error {
        left: 8.5%; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
      width: 100%;
      margin: 0 auto; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p {
        font-size: 14px;
        line-height: 16px;
        color: #787775;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 0;
        max-width: 100%; }
        .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p a {
          color: #477BC0;
          text-decoration: none; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane .cookie_policy-button {
        background-color: transparent;
        color: #665F54;
        border: 1px solid #BAB2A0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        width: 111px;
        height: 30px;
        line-height: 28px;
        display: block;
        margin: 10px auto 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

  .remove_data_block {
    margin-bottom: 15px;
    padding-left: 0; }
    .remove_data_block .tooltip_block {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0;
      margin-left: 5px;
      float: none; }
    .remove_data_block .download_button {
      display: block;
      margin-bottom: 10px; }
      .remove_data_block .download_button .button {
        vertical-align: middle; }
      .remove_data_block .download_button p {
        font-size: 12px;
        line-height: 14px;
        color: #A2A7AC;
        margin-top: 10px; }
    .remove_data_block .button {
      display: inline-block;
      vertical-align: top;
      box-shadow: none;
      height: 40px;
      font-size: 15px;
      line-height: 40px;
      text-transform: none;
      text-decoration: none;
      cursor: pointer;
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; }
      .remove_data_block .button.green {
        background: #fa5028;
        border: none;
        width: 85%;
        display: inline-block;
        vertical-align: middle; }
      .remove_data_block .button.blue {
        width: 100%;
        background: #304C8C; }
      .remove_data_block .button.disabled, .remove_data_block .button.disabled:hover {
        background: #eeebf3 !important;
        color: #918890 !important; }

  .popup.info_account {
    padding: 0; }
    .popup.info_account.confirmed .popup_content {
      padding-bottom: 45px; }
    .popup.info_account .popup_title {
      padding: 14px 20px;
      text-align: center;
      position: relative;
      background-color: #807abb; }
      .popup.info_account .popup_title span {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        color: #fff; }
    .popup.info_account .popup_content {
      padding: 10px 20px 30px; }
      .popup.info_account .popup_content p {
        font-size: 14px;
        line-height: 19px;
        color: #616A71;
        text-align: left;
        padding: 0; }
    .popup.info_account .buttons {
      margin-top: 20px; }
      .popup.info_account .buttons .button {
        display: inline-block;
        vertical-align: top;
        width: 220px;
        font-size: 15px;
        height: 45px;
        line-height: 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0; }
        .popup.info_account .buttons .button.blue {
          margin-bottom: 15px;
          margin-right: 0; }

  .popup_overlay .popup.info_account {
    width: 100%; }

  .meeting {
    padding-top: 9px; }

  .meeting_top span {
    width: 100%;
    padding-right: 0;
    text-align: left;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 19px; }
  .meeting_top p {
    line-height: 22px;
    padding-right: 0;
    width: 100%; }

  .meeting_bottom {
    padding: 10px 0 0 0; }

  .writing_types_container .slick-list {
    padding: 20px 0; }

  .writing_item {
    margin: 0; }

  .product_container {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: auto;
    padding: 14px 0 20px 0; }

  .product_title {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    padding: 0 24px; }

  .product_content {
    float: none;
    width: 100%;
    padding: 17px 8px 0 8px; }
    .product_content .button {
      width: 100%; }

  .wishes_container .wishes {
    padding: 0; }
  .wishes_container .button_get_started {
    width: 100%; }

  .why_choose .choose_us {
    padding: 0; }

  .info_content:before {
    display: none; }

  .stay_informed > span {
    border: none;
    display: block;
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    max-width: 100%;
    text-align: center; }
    .stay_informed > span:after {
      border-bottom: #D9E0F3 1px solid;
      content: '';
      display: block;
      width: 60px;
      height: 1px;
      margin: 5px auto 15px; }
  .stay_informed p {
    font-size: 14px;
    line-height: 20px;
    width: 100%; }
  .stay_informed .subscriber_wrapper_bg {
    padding: 10px 10px 0 10px;
    height: 70px; }
    .stay_informed .subscriber_wrapper_bg strong {
      font-size: 10px;
      line-height: 11px;
      padding: 6px 50px 0 20px; }
      .stay_informed .subscriber_wrapper_bg strong:after {
        width: 50px; }
      .stay_informed .subscriber_wrapper_bg strong span {
        display: block;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 2px; }

  .new_subscriber {
    padding: 10px 10px 0 10px;
    height: 70px; }
    .new_subscriber .input {
      padding-right: 55px; }
    .new_subscriber .button {
      width: 52px; }

  .text_main {
    padding: 0; }

  .lets_chat {
    padding: 20px 0 0 0; }
    .lets_chat p {
      font-size: 28px;
      line-height: 36px; }
      .lets_chat p a:after {
        background-size: 14px;
        width: 14px;
        height: 14px;
        top: -11px;
        right: -13px; }

  .bottom_info_bg {
    padding: 0 10px; }

  .bottom_info_content {
    width: 100%; }

  .bottom_info_item {
    width: 100%; }
    .bottom_info_item:last-child {
      padding: 0;
      width: 100%; }
      .bottom_info_item:last-child .button {
        width: 100%; }

  .resume_now {
    padding: 20px 30px;
    margin-bottom: 70px; }
    .resume_now span {
      font-size: 17px;
      line-height: 25px; }
    .resume_now .button {
      width: 80%;
      margin-left: -40%; }

  .get_level {
    height: auto;
    padding: 14px 12px; }
    .get_level .button {
      width: 100%; }

  .get_level_title {
    width: 100%;
    margin-bottom: 10px; }

  .special_offers_container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px; }
    .special_offers_container .slick-arrow.slick-prev {
      background-size: 38px;
      top: inherit;
      bottom: -50px;
      width: 38px;
      height: 38px;
      left: 50%;
      margin-left: -60px; }
      .special_offers_container .slick-arrow.slick-prev:after {
        background-color: #DCE9F0;
        content: '';
        display: block;
        width: 1px;
        height: 48px;
        position: absolute;
        top: -5px;
        right: -23px; }
    .special_offers_container .slick-arrow.slick-next {
      background-size: 38px;
      top: inherit;
      bottom: -50px;
      width: 38px;
      height: 38px;
      right: 50%;
      margin-right: -60px; }

  .payment_security .payment_security_icons img:nth-child(3n) {
    margin-right: 39px; }

  html.open_nav body {
    overflow: hidden; }
  html.open_nav .header_nav {
    right: 0; }

  .header_content {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 0 10px; }

  .header_welcome .header_nav_button span {
    background-color: #304C8C; }
  .header_welcome .header_nav ul li a {
    color: #fff; }
  .header_welcome .button_login {
    width: 74px; }
  .header_welcome .header_phone {
    border-top: #C4D0EA 1px solid;
    color: #8497C3; }
    .header_welcome .header_phone:before {
      background-size: 15px;
      width: 15px;
      height: 15px;
      top: 2px;
      left: 0; }

  .header_nav_button {
    width: 28px;
    float: right;
    text-align: right;
    line-height: 0;
    position: relative;
    padding-top: 5px;
    margin: 5px 0 0 20px; }
    .header_nav_button:before {
      border-left: #C4D0EA 1px solid;
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      position: absolute;
      top: 0;
      left: -12px; }
    .header_nav_button span {
      background-color: #fff;
      width: 28px;
      display: inline-block;
      vertical-align: top;
      height: 2px;
      margin-bottom: 5px; }
      .header_nav_button span:nth-child(2) {
        width: 23px; }

  .carousel_item_content {
    height: 279px; }

  .header_carousel_content {
    width: calc(100% - 20px);
    margin: 57px 10px 0 10px; }

  .header_carousel {
    height: 279px; }
    .header_carousel .slick-dots {
      margin-top: -30px;
      right: 2%; }
      .header_carousel .slick-dots li {
        width: 100%; }
    .header_carousel:before {
      display: none; }
    .header_carousel:after {
      display: none; }

  .header_carousel_item {
    padding: 0 20px 0 10px; }

  .carousel_item_content_wrapper > span,
  .carousel_item_content_wrapper h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 14px; }
  .carousel_item_content_wrapper p {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 16px; }
  .carousel_item_content_wrapper .button {
    width: 100%; }
    .carousel_item_content_wrapper .button:before {
      display: none; }

  .logo_welcome {
    width: 106px;
    margin-top: 0; }

  .logo {
    width: 106px;
    margin-top: 0; }

  .button_login {
    margin-left: 0;
    width: 74px;
    height: 34px;
    line-height: 34px;
    margin-top: 3px; }

  .header_phone {
    border-top: #C4D0EA 1px solid;
    float: left;
    font-size: 10px;
    margin-top: 2px;
    padding-top: 2px;
    width: 50%;
    padding-left: 21px; }
    .header_phone:before {
      background-size: 15px;
      width: 15px;
      height: 15px;
      top: 2px;
      left: 0; }

  .header_nav_close {
    background: url(/assets/close_nav_icon.png) no-repeat;
    background-size: 18px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 15px; }

  .header_links .user {
    max-width: 85px;
    margin: 0 0 0 15px;
    padding-top: 19px; }
    .header_links .user:before {
      background-size: 15px;
      width: 15px;
      height: 15px;
      position: absolute;
      top: 1px;
      right: -14px; }
  .header_links .logout_button {
    display: none; }
  .header_links .notification {
    left: inherit;
    right: 20px; }

  .container_wrapper {
    width: 100%;
    padding: 0 10px;
    margin-top: 46px; }

  .header_nav {
    background-color: #2B477F;
    position: fixed;
    top: 0;
    right: -100%;
    margin: 0;
    width: 215px;
    height: 100%;
    z-index: 1000;
    overflow-y: scroll;
    transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease; }
    .header_nav > ul > li.drop_item > a:after {
      background: url(/assets/nav_down_icon.png) no-repeat;
      background-size: 7px;
      content: '';
      width: 7px;
      height: 4px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px; }
    .header_nav > ul > li.drop_item:hover > a:after {
      background: url(/assets/nav_up_icon.png) no-repeat;
      background-size: 7px; }
    .header_nav ul {
      padding: 40px 15px 15px 15px; }
      .header_nav ul ul {
        padding: 0; }
      .header_nav ul li {
        border-bottom: #3B5891 1px solid;
        float: none;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 10px 0; }
        .header_nav ul li a {
          font-size: 15px;
          line-height: 18px; }
      .header_nav ul .drop {
        position: static;
        margin-left: 0;
        padding-top: 0;
        width: 195px; }
        .header_nav ul .drop ul {
          background: none; }
          .header_nav ul .drop ul > li {
            border: none;
            padding: 5px 0; }
            .header_nav ul .drop ul > li a,
            .header_nav ul .drop ul > li span {
              color: #82AEF0;
              font-size: 13px;
              font-weight: 400;
              padding: 0; }
              .header_nav ul .drop ul > li a:hover,
              .header_nav ul .drop ul > li span:hover {
                border-radius: 0px;
                -moz-border-radius: 0px;
                -webkit-border-radius: 0px;
                background-color: transparent; }
                .header_nav ul .drop ul > li a:hover:before,
                .header_nav ul .drop ul > li span:hover:before {
                  display: none; }

  .header_profile_nav {
    display: block;
    padding-top: 40px; }
    .header_profile_nav + ul {
      padding-top: 0; }
    .header_profile_nav .logout_button {
      background-color: #395F9D;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      border: #7693D7 1px solid;
      color: #fff;
      font-size: 13px;
      display: block;
      width: 90%;
      margin: -8px auto 10px;
      line-height: 40px;
      height: 40px;
      text-align: center;
      text-decoration: none; }
    .header_profile_nav ul {
      padding-top: 0; }
      .header_profile_nav ul li a {
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        text-decoration: none; }
    .header_profile_nav > ul > li:last-child {
      border-bottom: none; }

  .slick-dots {
    text-align: center; }
    .slick-dots li {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px; }
      .slick-dots li button {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        background-color: #fff;
        border: #D4DBEE 1px solid;
        font-size: 0;
        width: 8px;
        height: 8px; }
      .slick-dots li.slick-active button {
        background-color: #D4DBEE; }

  .slick-arrow {
    border: none;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    outline: none;
    margin-top: -16px;
    z-index: 10; }
    .slick-arrow.slick-prev {
      background: url(/assets/carousel_prev_icon.png) no-repeat;
      background-size: 32px;
      font-size: 0;
      left: 0; }
    .slick-arrow.slick-next {
      background: url(/assets/carousel_next_icon.png) no-repeat;
      background-size: 32px;
      font-size: 0;
      right: 0; }

  .footer_content {
    width: 100%;
    padding: 21px 10px 10px 10px; }

  .footer_links,
  .footer_nav {
    padding-left: 10px; }

  .footer_contacts {
    border-top: #1B274D 1px solid;
    border-bottom: #1B274D 1px solid;
    width: 100%;
    padding: 22px 0 0 10px; }

  .we_accept {
    width: 100%;
    padding: 25px 10px 0 10px; }

  .accept_item {
    margin: 0 64px 24px 0; }

  .footer_social a {
    margin-left: 31px; }

  .content {
    width: 100%;
    margin: 0;
    position: relative; }

  .content_title {
    margin-bottom: 18px; }
    .content_title:after {
      margin-left: 0;
      width: 100%; }
    .content_title h1,
    .content_title h3 {
      max-width: 100%; }

  .sidebar {
    width: 100%;
    margin-right: 0;
    margin-top: 30px; }

  .profile_nav_title {
    background: url(/assets/accordion_arrow_down.png) right center no-repeat;
    background-size: 26px;
    display: block;
    border-bottom: #5C79D4 1px solid;
    padding: 10px 0; }
    .profile_nav_title span {
      color: #555862;
      font-size: 22px;
      line-height: 20px;
      font-weight: bold; }
    .profile_nav_title.active {
      background: url(/assets/accordion_arrow_top.png) right center no-repeat;
      background-size: 26px; }
      .profile_nav_title.active + .profile_nav {
        display: block; }

  .profile_nav {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    border: none;
    display: none;
    margin: 0 -10px;
    position: absolute;
    top: 33px;
    left: 0;
    width: calc(100% + 20px);
    padding-top: 9px; }
    .profile_nav ul {
      box-shadow: 0 6px 10px rgba(171, 187, 219, 0.46);
      -moz-box-shadow: 0 6px 10px rgba(171, 187, 219, 0.46);
      -webkit-box-shadow: 0 6px 10px rgba(171, 187, 219, 0.46);
      border-radius: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      background-color: #fff;
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      .profile_nav ul li {
        padding: 10px 20px 8px 10px;
        width: 100%;
        margin: 0; }
        .profile_nav ul li a {
          font-size: 15px; }
    .profile_nav + .footer_link_page .footer_link_page_content_title {
      display: none; }

  .container > .profile_nav + .content_title {
    margin: 0; }

  .chat_now {
    background: url(/assets/chat_now_mobile_icon.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: inherit;
    left: 0; }

  .scroll_top {
    background: url(/assets/scroll_top_icon.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 100; }

  .blog_item_title span:after {
    width: 100%;
    margin-left: 0; }

  .blog_item_photo {
    width: 100%;
    margin: 0 0 20px 0; }

  .blog_item_info {
    width: 100%; }

  .blog_item_description img {
    max-width: 100%;
    height: auto; }

  .free_samples_image {
    margin-right: 15px; }

  .free_samples_content {
    overflow: visible; }
    .free_samples_content > a {
      font-size: 20px;
      line-height: 23px; }
    .free_samples_content .button_block .button {
      width: 58%; }
    .free_samples_content .button_block .download_pdf {
      margin-top: 17px; }

  .contact_us_information img {
    max-width: 100%;
    height: auto; }

  .contacts_form .angular_form {
    margin-top: 15px; }
  .contacts_form h2:after {
    margin-left: 0;
    width: 100%; }

  .contacts_form_item {
    margin-bottom: 10px; }
    .contacts_form_item.contacts_form_item_message .input_error {
      width: 100%; }
    .contacts_form_item.contacts_form_item_button .button {
      width: 100%;
      margin-left: 0; }
    .contacts_form_item > label {
      width: 100%;
      margin: 0 0 0 0;
      line-height: 26px;
      text-align: left; }
    .contacts_form_item .input_error {
      width: 100%; }
    .contacts_form_item .textarea,
    .contacts_form_item .input {
      width: 100%; }

  .contact_us_phone {
    border: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px; }

  .prices .order_urgency {
    margin-bottom: 20px; }
    .prices .order_urgency .price_item .select2-container {
      min-width: 100% !important;
      max-width: 100% !important; }
  .prices .price_total {
    text-align: center;
    padding-bottom: 15px; }
    .prices .price_total span {
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .prices .price_total p {
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .prices .price_total .button {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin-top: 10px; }

  .price_item {
    margin-bottom: 8px; }
    .price_item > label {
      width: 100%;
      text-align: left;
      margin-bottom: 4px; }
    .price_item .radio_currency {
      width: 100%; }
    .price_item .select2-container {
      min-width: 100% !important;
      max-width: 100% !important; }

  .prices_discount_form:before {
    top: 66px; }
  .prices_discount_form .input {
    width: 92%; }
  .prices_discount_form .button {
    background-size: 18px;
    top: 76px;
    right: 4%;
    width: 36px; }

  .prices_discount .subscriber_wrapper_bg {
    padding: 10px 10px 0 10px;
    line-height: 22px;
    margin-top: 30px; }
    .prices_discount .subscriber_wrapper_bg strong {
      padding-top: 4px;
      padding-right: 45px;
      font-size: 9px;
      line-height: 9px; }
      .prices_discount .subscriber_wrapper_bg strong:after {
        width: 42px; }
      .prices_discount .subscriber_wrapper_bg strong span {
        display: block;
        font-size: 13px;
        line-height: 14px; }

  .service_writing_content {
    border-right: none;
    width: 100%; }

  .service_writing_price {
    border-top: #E4E7F0 1px solid;
    overflow: visible;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 12px;
    padding-top: 14px; }
    .service_writing_price span {
      float: left; }
    .service_writing_price .button {
      float: right;
      width: 60%; }

  .service_price_top_wrapper {
    width: 100%;
    text-align: center; }

  .content.certified {
    width: 100%; }

  .certified_item {
    width: 100%; }

  .certified_settings .select_industry .select2-container {
    width: 55%; }
    .certified_settings .select_industry .select2-container .select2-choice {
      min-width: 100%;
      max-width: 100%; }
  .certified_settings .button {
    width: 42%; }

  .writer > p img {
    max-width: 100%;
    height: auto; }

  .writer_read_top .social {
    position: static; }

  .accordion > h3 {
    padding-right: 30px;
    line-height: 14px; }

  .resources_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px; }

  .resources_info {
    width: 100%; }

  .resources_content .resources_text iframe {
    width: 100%;
    height: 250px; }

  .hangouts_item p iframe {
    width: 100%;
    height: 210px; }

  .login_wrapper {
    width: 100%; }

  .login_info {
    width: 100%; }
    .login_info:after {
      display: none; }

  .login_info_wrapper {
    width: 100%; }

  .container_wrapper .message.notification_message {
    width: 94%; }
    .container_wrapper .message.notification_message .flash_notice {
      line-height: 16px; }

  .compare_page table thead tr th:first-child, .compare_page table thead tr th.none, .compare_page table thead tr th.none_second {
    display: none; }
  .compare_page table tbody tr td[colspan="2"] {
    background: #ECF1F9;
    display: table-cell !important;
    text-align: center;
    padding-left: 0; }
  .compare_page table tbody tr td:first-child, .compare_page table tbody tr td.none, .compare_page table tbody tr td.none_second {
    display: none; }

  .compare_questions_mobile {
    text-align: center;
    display: block;
    margin-top: 25px; }
    .compare_questions_mobile span {
      color: #4A5775;
      display: block;
      font-size: 17px;
      font-weight: 500; }
    .compare_questions_mobile p {
      color: #4A5775;
      font-size: 11px;
      line-height: 14px;
      margin-top: 7px; }
    .compare_questions_mobile .open_chat_link {
      background: url(/assets/online_chat_button.png) left top no-repeat;
      background-size: 225px;
      content: '';
      display: block;
      width: 225px;
      height: 40px;
      margin: 10px auto 0; }
      .compare_questions_mobile .open_chat_link:hover {
        background-position: left bottom; }

  .compare_page table tbody tr:nth-child(4n-2) td {
    background: #fff; }
  .compare_page table tbody tr.discount + tr td .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    display: block !important;
    font-size: 14px;
    line-height: 15px;
    padding-top: 7px;
    width: 86%;
    margin: 12px auto; }
    .compare_page table tbody tr.discount + tr td .button:hover {
      background-color: #4C69AB; }
    .compare_page table tbody tr.discount + tr td .button span {
      color: #74DFCB; }
  .compare_page table tbody tr.you_save td[colspan="2"] {
    background-color: #fff;
    text-align: left;
    padding: 20px 10px 15px 10px; }

  .compare_page_title {
    display: block;
    margin-bottom: 15px; }
    .compare_page_title span {
      color: #434444;
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }

  .error_page {
    padding: 0;
    height: 370px; }
    .error_page:after {
      background-size: 200px;
      width: 100%;
      height: 200px;
      top: 20px;
      left: 65px; }

  .error_page_content {
    float: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    text-align: center;
    margin-top: 180px; }
    .error_page_content h1 {
      font-size: 22px;
      line-height: 25px;
      margin-bottom: 20px; }
    .error_page_content .button {
      width: 100%;
      margin-top: 20px; } }
.popup_overlay {
  background-color: rgba(21, 35, 58, 0.72);
  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: ''; }

.popup {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  width: 568px;
  padding-top: 20px; }
  .popup.succesfull .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    width: 220px;
    margin: 10px auto 15px;
    text-transform: uppercase; }
    .popup.succesfull .button:hover {
      background-color: #4C69AB; }
  .popup .input_error .close {
    display: none; }
  .popup .close {
    background: url(/assets/close_popup_icon.png) no-repeat;
    background-size: 11px;
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: -20px;
    right: -12px; }
  .popup h2 {
    color: #555862;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 5px; }
    .popup h2:after {
      border-bottom: #5C79D4 1px solid;
      content: '';
      display: block;
      width: 70%;
      height: 1px;
      margin: 10px auto 10px; }
  .popup p {
    color: #4A4C4D;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 5px 20px 10px 20px; }
  .popup .select2-container {
    min-width: 55% !important;
    max-width: 55%; }
  .popup .order_phone_number .phone_number_item {
    width: 70% !important;
    margin-left: -4px; }
    .popup .order_phone_number .phone_number_item .input {
      float: left;
      width: 54.2% !important; }
      .popup .order_phone_number .phone_number_item .input.country_code {
        width: 21% !important;
        margin-right: 3%; }
    .popup .order_phone_number .phone_number_item .input_error {
      width: 54.2% !important; }
      .popup .order_phone_number .phone_number_item .input_error .input {
        width: 100% !important; }
  .popup .buttons {
    margin-left: 27.5%;
    width: 55%;
    padding-bottom: 20px; }
    .popup .buttons .button {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #304C8C;
      width: 100%; }
      .popup .buttons .button:hover {
        background-color: #4C69AB; }
  .popup .verification_code .input {
    display: block;
    width: 70%;
    margin: 0 auto 24px; }
  .popup .verification_code .input_error {
    width: 70%;
    margin: 0 auto; }
    .popup .verification_code .input_error .input {
      width: 100%; }
  .popup .verification_code + .buttons {
    margin-left: 0;
    text-align: center;
    width: 100%; }
    .popup .verification_code + .buttons .button.blue {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #FF5F5F;
      width: 40%;
      display: inline-block;
      vertical-align: top;
      margin: 0 2%; }
      .popup .verification_code + .buttons .button.blue:hover {
        background-color: #FA4B4B; }
    .popup .verification_code + .buttons .button.yellow {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #304C8C;
      width: 40%;
      display: inline-block;
      vertical-align: top;
      margin: 0 2%; }
      .popup .verification_code + .buttons .button.yellow:hover {
        background-color: #4C69AB; }

.popup.violation > p {
  color: #555862;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 5px; }
  .popup.violation > p:after {
    border-bottom: #5C79D4 1px solid;
    content: '';
    display: block;
    width: 70%;
    height: 1px;
    margin: 10px auto 10px; }
.popup.violation .violation_content span {
  color: #4A4C4D;
  display: block;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  padding: 5px 20px 10px 20px; }
.popup.violation .violation_content .form_block {
  margin: 20px 0; }
  .popup.violation .violation_content .form_block .form-submit {
    text-align: center; }
  .popup.violation .violation_content .form_block .button.green {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
    .popup.violation .violation_content .form_block .button.green:hover {
      background-color: #4C69AB; }
  .popup.violation .violation_content .form_block .button.yellow {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
    .popup.violation .violation_content .form_block .button.yellow:hover {
      background-color: #FA4B4B; }

.form_loader.ng-not-ready, .form_loader.ng-cloak {
  background: url(/assets/form_preloader.svg) center center no-repeat;
  display: block !important;
  background-size: 60px;
  width: 100%;
  height: 300px; }
  .form_loader.ng-not-ready ~ *, .form_loader.ng-cloak ~ * {
    display: none; }

.order_form .order_type_service {
  display: none; }
.order_form > .tabs {
  margin-top: 10px; }
  .order_form > .tabs > .ui-tabs-nav {
    display: flex;
    border-radius: 46px;
    -moz-border-radius: 46px;
    -webkit-border-radius: 46px;
    box-shadow: 0 4px 14px #C6CCE6;
    -moz-box-shadow: 0 4px 14px #C6CCE6;
    -webkit-box-shadow: 0 4px 14px #C6CCE6;
    list-style: none;
    height: 46px;
    padding: 10px 0 0;
    margin-bottom: 46px; }
    .order_form > .tabs > .ui-tabs-nav .ui-state-default {
      width: 100%;
      float: left;
      text-align: center; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default.ui-state-active a {
        background-color: #9BDDB8;
        border: #74CA9A 1px solid; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default.ui-state-active p {
        color: #355695; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default.completed a {
        background: #9BDDB8 url(/assets/step_done_icon.png) center center no-repeat;
        background-size: 12px;
        border: #74CA9A 1px solid;
        font-size: 0; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default.completed p {
        color: #355695; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default:last-child {
        margin-right: 0; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default a {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border: transparent 1px solid;
        background-color: #C5D6E6;
        color: #fff;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        line-height: 27px;
        text-align: center;
        text-decoration: none; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default p {
        color: #A5B9CA;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        margin: 2px 0 0 9px;
        text-transform: capitalize; }
.order_form .field_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px; }
  .order_form .field_item > label {
    color: #4A5775;
    float: left;
    width: 26%;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    padding-right: 2%;
    margin-top: 11px; }
    .order_form .field_item > label sup {
      color: #FF5F5F; }
    .order_form .field_item > label i {
      color: #4A5775;
      display: block;
      font-weight: 300;
      margin-top: 2px; }
  .order_form .field_item .select2-container {
    min-width: 46.5% !important;
    max-width: 46.5%;
    float: left; }
  .order_form .field_item .radio_currency,
  .order_form .field_item .radio_method {
    float: left;
    width: 46.5%; }
  .order_form .field_item .radio_currency .radio_currency {
    width: 100%; }
  .order_form .field_item .spinner_block {
    width: 15%; }
    .order_form .field_item .spinner_block .ui-spinner .spinner {
      text-indent: -10px; }
  .order_form .field_item.duedate-field .select2-container {
    min-width: 26.5% !important;
    max-width: 26.5%; }
  .order_form .field_item.duedate-field .tooltip_block {
    float: left;
    margin: 8px 0 0 12px; }
  .order_form .field_item .input {
    float: left;
    width: 46.5%; }
  .order_form .field_item .input_error {
    width: 46.5%;
    float: left; }
    .order_form .field_item .input_error .input {
      width: 100%; }
.order_form .order_additional_materials .files_list {
  margin-left: 26%; }
.order_form .order_discount_code .input_error {
  padding-left: 26%;
  margin-top: 10px;
  width: 100%; }
  .order_form .order_discount_code .input_error span {
    color: #FF3F3F; }
.order_form .discount-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 26%;
  padding-right: 26%;
  margin-top: 10px;
  color: #4A5775; }
.order_form .order_agreement {
  padding-left: 26%;
  margin-top: 6px; }
  .order_form .order_agreement .checker span {
    background-size: 20px;
    width: 20px;
    height: 20px; }
  .order_form .order_agreement label {
    color: #58616B;
    font-size: 11px;
    font-weight: 300;
    margin-left: 7px; }
    .order_form .order_agreement label a {
      color: #365DD7;
      text-decoration: none; }
.order_form .order_save .field_item p {
  color: #4A5775;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  margin-top: 9px;
  margin-right: 5px; }
.order_form .order_save .field_item span {
  color: #4A5775;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 9px; }
.order_form .order_total {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #304C8C;
  background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
  overflow: hidden;
  padding: 7px 10% 8px 26%;
  position: relative;
  margin-top: 30px;
  min-height: 59px; }
  .order_form .order_total .total_price {
    float: left;
    font-size: 19px;
    margin-top: 16px; }
    .order_form .order_total .total_price p {
      color: #FFFFFF;
      display: inline-block;
      vertical-align: middle;
      font-size: 19px; }
    .order_form .order_total .total_price span {
      color: #A4FF7D;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700; }
  .order_form .order_total .zero_price {
    position: absolute;
    color: #fff;
    bottom: 3px;
    left: 7%; }
  .order_form .order_total .savings {
    font-size: 16px;
    float: left;
    clear: both;
    margin-top: 6px; }
    .order_form .order_total .savings p {
      color: #FFFFFF;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px; }
    .order_form .order_total .savings span {
      color: #A4FF7D;
      display: inline-block;
      vertical-align: middle;
      font-weight: 700; }
  .order_form .order_total .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    float: right;
    width: 175px;
    height: 44px;
    line-height: 46px;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -22px; }
    .order_form .order_total .button:hover {
      background-color: #FA4B4B; }
    .order_form .order_total .button[value="Proceed to safe payment"] {
      width: 233px; }
.order_form .tooltip_block {
  margin-left: 12px; }
.order_form .plus {
  display: none; }
.order_form .phone_number_item {
  float: left;
  margin-right: 3%; }
  .order_form .phone_number_item label {
    color: #ADB9CD;
    font-size: 10px;
    font-style: italic; }
  .order_form .phone_number_item .input_error {
    width: 100%; }
  .order_form .phone_number_item .validation_error {
    position: static; }
  .order_form .phone_number_item .input {
    width: 100%; }
  .order_form .phone_number_item.country_code {
    width: 8.5%; }
  .order_form .phone_number_item.state_area_code {
    width: 8.5%; }
  .order_form .phone_number_item.phone_number {
    width: 23.5%; }

.order_select_block {
  float: left;
  width: 74%;
  margin-top: 5px;
  position: relative; }
  .order_select_block:after {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background-color: #E6F8F5;
    content: '';
    display: block;
    width: 76px;
    height: 105%;
    position: absolute;
    top: -4%;
    right: 0; }

.order_additional_services .order_select_block:after {
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px; }

.order_select_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 17px; }
  .order_select_item .checker {
    margin-right: 11px; }
  .order_select_item label {
    color: #4A5775;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    max-width: 76%; }
  .order_select_item .price {
    color: #31A590;
    font-size: 14px;
    font-weight: 500;
    float: right;
    min-width: 76px;
    text-align: center;
    margin-top: 8px;
    position: relative;
    z-index: 10; }
  .order_select_item .counter {
    margin-left: -35.2%; }
    .order_select_item .counter > div {
      margin-top: 10px;
      margin-bottom: -16px; }
      .order_select_item .counter > div.ng-hide {
        margin-top: 0;
        margin-bottom: 0; }
    .order_select_item .counter .field_item > label {
      color: #358634;
      margin-top: 13px; }

.customers_tabs .ui-tabs-nav {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: #F1F4FC 1px solid;
  list-style: none;
  padding: 0 0 10px 26%; }
  .customers_tabs .ui-tabs-nav .ui-state-default {
    float: left;
    margin-right: 20px; }
    .customers_tabs .ui-tabs-nav .ui-state-default.ui-state-active a {
      color: #5275C6; }
      .customers_tabs .ui-tabs-nav .ui-state-default.ui-state-active a:after {
        border-bottom: #5275C6 1px solid;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -12px;
        left: 0; }
      .customers_tabs .ui-tabs-nav .ui-state-default.ui-state-active a:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3px 4px 3px;
        border-color: transparent transparent #5275c6 transparent;
        position: absolute;
        top: 19px;
        left: 50%;
        margin-left: -3px; }
    .customers_tabs .ui-tabs-nav .ui-state-default a {
      color: #A9B8DC;
      font-size: 12px;
      font-weight: 500;
      text-decoration: none;
      position: relative; }

.customer_item h3 {
  border-top: #F1F4FC 1px solid;
  color: #ADBCCD;
  font-size: 10px;
  font-weight: 500;
  padding-left: 26%;
  margin-top: -1px;
  padding-top: 10px;
  margin-bottom: 12px; }

.radio_method input {
  display: none; }
.radio_method .ui-state-default {
  width: 33.33%;
  height: 60px; }
  .radio_method .ui-state-default span {
    font-size: 0; }
  .radio_method .ui-state-default.ui-state-active {
    background-color: #355695; }
  .radio_method .ui-state-default.paypal {
    background-image: url(/assets/paypal_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 57px; }
    .radio_method .ui-state-default.paypal.ui-state-active {
      background-image: url(/assets/paypal_active_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 57px; }
  .radio_method .ui-state-default.credit_card {
    background-image: url(/assets/creditcard_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 29px; }
    .radio_method .ui-state-default.credit_card.ui-state-active {
      background-image: url(/assets/creditcard_active_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 29px; }
  .radio_method .ui-state-default.wire_transfer {
    background-image: url(/assets/transfer_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 43px; }
    .radio_method .ui-state-default.wire_transfer.ui-state-active {
      background-image: url(/assets/transfer_active_icon.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 43px; }

.order_finish {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(/assets/finish_photo.png) no-repeat;
  background-size: cover;
  border: #EFEFE5 1px solid;
  padding: 20px 2% 20px 43%; }
  .order_finish h2 {
    color: #385E9C;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 10px; }
  .order_finish span {
    color: #57A177;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 10px; }
  .order_finish p {
    color: #4A4C4D;
    font-size: 13px;
    line-height: 18px; }
    .order_finish p a {
      color: #365DD7;
      font-style: italic;
      text-decoration: none; }

.order_finish_buttons {
  border-top: #E0E0D4 1px solid;
  padding-top: 18px;
  margin-top: 18px;
  overflow: hidden; }
  .order_finish_buttons .button.blue {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    float: left;
    width: 45%; }
    .order_finish_buttons .button.blue:hover {
      background-color: #4C69AB; }
  .order_finish_buttons .button.yellow {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    float: right;
    width: 45%; }
    .order_finish_buttons .button.yellow:hover {
      background-color: #FA4B4B; }

.order_finish_photo {
  display: none; }

.settings {
  width: 680px;
  margin: 14px 0 0 50px; }

.edit_account .form > div > .field_item:last-child {
  border-bottom: #E9E9E9 1px solid;
  padding-bottom: 32px; }
.edit_account .field_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 19px; }
  .edit_account .field_item > label {
    color: #4A5775;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    width: 27.5%;
    text-align: right;
    padding-right: 3%; }
  .edit_account .field_item .input {
    width: 49.3%;
    display: inline-block;
    vertical-align: middle; }
  .edit_account .field_item .phone_number_item {
    width: 49.3%;
    display: inline-block;
    vertical-align: middle; }
    .edit_account .field_item .phone_number_item .input {
      width: 100%; }
  .edit_account .field_item .chosen_type {
    width: 49.3%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px; }
    .edit_account .field_item .chosen_type .select2-container {
      min-width: 100% !important;
      max-width: 100% !important; }
  .edit_account .field_item .input_error {
    width: 49.3%;
    display: inline-block;
    vertical-align: middle; }
    .edit_account .field_item .input_error .input {
      width: 100%; }
  .edit_account .field_item .tooltip_block {
    margin-left: 10px; }
  .edit_account .field_item .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    width: 49.3%;
    height: 46px;
    line-height: 48px;
    margin-left: 27.5%; }
    .edit_account .field_item .button:hover {
      background-color: #4C69AB; }

.setting_title {
  border-bottom: #D5DBE5 1px solid;
  margin: 20px 0 28px 27.5%;
  width: 49.3%;
  display: inline-block;
  vertical-align: top; }
  .setting_title h2 {
    color: #7686A9;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px; }

.balance {
  padding: 0 50px; }

.current_balance {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #F4F7FF;
  overflow: hidden;
  padding: 8px 20px 8px 33px;
  margin: 20px 0 15px 0; }
  .current_balance span {
    color: #555862;
    float: left;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 12px; }
  .current_balance p {
    color: #31A590;
    float: left;
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 12px;
    margin-left: 5px; }
  .current_balance .order_now_button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    float: right;
    height: 44px;
    line-height: 46px;
    width: 220px;
    text-transform: lowercase; }
    .current_balance .order_now_button:hover {
      background-color: #FA4B4B; }
    .current_balance .order_now_button:first-letter {
      text-transform: uppercase; }

.balance_filters {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .balance_filters .button_export {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    background-color: #6D90E0;
    width: 118px;
    height: 36px;
    line-height: 36px;
    float: left; }
    .balance_filters .button_export:hover {
      background-color: #4C69AB; }
  .balance_filters .balance_filters_dates {
    float: left;
    margin-left: 16px; }
    .balance_filters .balance_filters_dates .button_set {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      background-color: #304C8C;
      background-color: #6D90E0;
      width: 127px;
      height: 36px;
      line-height: 36px;
      float: left;
      margin-left: 51px; }
      .balance_filters .balance_filters_dates .button_set:hover {
        background-color: #4C69AB; }
  .balance_filters .date_item {
    float: left;
    position: relative;
    margin-right: 15px; }
    .balance_filters .date_item > label {
      color: #4A5775;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .balance_filters .date_item .date_filter {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      border: #C4D0EA 1px solid;
      display: inline-block;
      vertical-align: middle;
      color: #4A5775;
      width: 120px;
      height: 36px;
      font-size: 12px;
      font-weight: 400;
      font-family: "Gotham", sans-serif;
      outline: none;
      padding: 0 10px;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
    .balance_filters .date_item .ui-datepicker-trigger {
      width: 16px;
      position: absolute;
      top: 11px;
      right: 7px; }

.balance_search label {
  display: none; }
.balance_search .input {
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background-image: url(/assets/search_icon.png);
  background-position: 95% center;
  background-size: 21px;
  background-repeat: no-repeat;
  float: right;
  width: 251px;
  height: 36px;
  padding-right: 40px; }

.balance_table {
  border-top: #D5DBE5 1px solid;
  margin-top: 15px;
  padding-top: 36px; }
  .balance_table .row {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .balance_table .row > div {
      float: left; }
      .balance_table .row > div.balance_date {
        width: 20%; }
      .balance_table .row > div.balance_transaction {
        width: 13%; }
      .balance_table .row > div.balance_type {
        width: 12%; }
      .balance_table .row > div.balance_credits {
        width: 10%; }
      .balance_table .row > div.balance_price {
        width: 10%; }
      .balance_table .row > div.balance_description {
        width: 35%; }
  .balance_table .thead {
    margin-bottom: 1px; }
    .balance_table .thead .row > div {
      color: #8598BB;
      font-size: 12px;
      font-weight: 500;
      padding-left: 20px; }
  .balance_table .tbody .row {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: #C4D0EA 1px solid;
    margin-bottom: 10px; }
    .balance_table .tbody .row > div {
      border-right: #C4D0EA 1px solid;
      padding: 21px 20px;
      color: #4A5775;
      font-size: 13px;
      font-weight: 500; }
      .balance_table .tbody .row > div a {
        color: #365DD7;
        text-decoration: none; }
      .balance_table .tbody .row > div:last-child {
        border-right: 0; }

.balance_navigation {
  border-top: #D5DBE5 1px solid;
  padding-top: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 14px; }
  .balance_navigation p {
    color: #8598BB;
    font-size: 12px;
    font-weight: 500;
    float: left;
    margin-top: 12px; }
  .balance_navigation .balance_pages_nav {
    float: right; }
    .balance_navigation .balance_pages_nav > a {
      border: none;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'Gotham', sans-serif;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      position: relative;
      outline: none;
      border-radius: 40px;
      -moz-border-radius: 40px;
      -webkit-border-radius: 40px;
      font-weight: 500;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
      border: #C4D0EA 1px solid;
      background-color: #fff;
      color: #304C8C;
      border-color: #E9E9E9;
      color: #8296A0;
      height: 34px;
      line-height: 34px;
      min-width: 78px;
      padding: 0 10px; }
      .balance_navigation .balance_pages_nav > a:hover {
        background-color: #F7FBFF; }

.order_table {
  padding: 0 50px;
  margin-top: 38px; }

.order_table_title {
  color: #434444;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px; }
  .order_table_title span {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #75A6E0;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    margin-left: 6px; }

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

.order_header {
  border-collapse: collapse;
  display: table;
  width: 100%; }
  .order_header .order_header_wrapper {
    display: table-row; }
    .order_header .order_header_wrapper > div {
      color: #8598BB;
      font-size: 12px;
      font-weight: 500;
      display: table-cell;
      vertical-align: top;
      padding: 0 0 1px 15px; }

.order_content {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-collapse: separate;
  display: table;
  width: 100%;
  margin-bottom: 10px; }
  .order_content .order_content_wrapper {
    display: table-row; }
    .order_content .order_content_wrapper > div {
      border: #C4D0EA 1px solid;
      border-right: none;
      color: #4A5775;
      font-size: 13px;
      font-weight: 500;
      display: table-cell;
      vertical-align: top;
      padding: 15px; }
      .order_content .order_content_wrapper > div.order_id {
        border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        padding-right: 2px; }
      .order_content .order_content_wrapper > div.order_progress, .order_content .order_content_wrapper > div.order_deadline {
        border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        border-right: #C4D0EA 1px solid; }
      .order_content .order_content_wrapper > div.order_deadline i {
        color: #ACB0B5;
        font-style: normal; }
  .order_content .notification {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px; }
    .order_content .notification img {
      max-width: 100%;
      height: auto; }

.order_id {
  width: 13%; }

.order_details {
  width: 32%; }

.order_cost {
  width: 15%; }
  .order_cost p span {
    color: #31A590;
    margin-left: 5px; }

.order_time {
  width: 18%; }

.order_progress {
  width: 22%; }

.order_product a {
  color: #365DD7;
  text-decoration: none; }
.order_product p {
  margin-top: 8px;
  text-transform: uppercase; }

.order_payment_message {
  border: #FCC4C4 1px solid !important;
  background-color: #FFF9F9;
  text-align: center; }
  .order_payment_message p {
    font-size: 10px;
    line-height: 12px; }
  .order_payment_message .order_now {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    width: 90%;
    margin: 10px auto 0; }
    .order_payment_message .order_now:hover {
      background-color: #FA4B4B; }

.order_view {
  padding: 0 50px;
  overflow: hidden; }

.order_view_wrapper {
  float: left;
  width: 680px;
  margin-top: 20px; }

.order_file_info_wrapper {
  border-bottom: #C4D0EA 1px solid;
  padding-bottom: 2px;
  margin-bottom: 21px; }
  .order_file_info_wrapper .order_info_item {
    float: left;
    padding: 5px 0;
    margin-right: 35px; }
    .order_file_info_wrapper .order_info_item.order_info_id p b {
      color: #8598BB;
      font-size: 12px;
      font-weight: 500; }
    .order_file_info_wrapper .order_info_item.order_info_id p span {
      color: #4A5775;
      font-weight: 500; }
    .order_file_info_wrapper .order_info_item.order_info_price p {
      color: #4A5775;
      font-weight: 500; }
      .order_file_info_wrapper .order_info_item.order_info_price p span {
        color: #31A590; }
    .order_file_info_wrapper .order_info_item.order_info_deadline p {
      color: #4A5775;
      font-weight: 500;
      display: inline-block;
      vertical-align: middle; }
      .order_file_info_wrapper .order_info_item.order_info_deadline p b {
        color: #8598BB;
        font-size: 12px;
        font-weight: 500;
        margin-right: 5px; }
    .order_file_info_wrapper .order_info_item.order_info_deadline span {
      color: #4A5775;
      font-weight: 500; }

.order_still_payment {
  border-radius: 4px 35px 35px 4px;
  -moz-border-radius: 4px 35px 35px 4px;
  -webkit-border-radius: 4px 35px 35px 4px;
  background-color: #FFF9F9;
  border: #FCC4C4 1px solid;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 22px; }
  .order_still_payment p {
    color: #E25B5B;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-style: italic;
    margin: 9px 0 0 8px; }
  .order_still_payment .order_info_total_pay {
    color: #E94747;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 0 4px; }
  .order_still_payment .order_now {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #FF5F5F;
    height: 35px;
    line-height: 37px;
    width: 182px;
    float: right;
    margin: -1px; }
    .order_still_payment .order_now:hover {
      background-color: #FA4B4B; }

.order_file_info_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.order_view_item {
  border-bottom: #D5DBE5 1px solid;
  margin-bottom: 16px;
  padding-bottom: 5px; }
  .order_view_item:last-child {
    border-bottom: none; }
  .order_view_item h3 {
    color: #7686A9;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 21px; }
  .order_view_item ul {
    list-style: none; }
    .order_view_item ul li {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-bottom: 16px; }
      .order_view_item ul li span {
        color: #4A4C4D;
        float: left;
        font-weight: 500;
        width: 38%;
        padding-right: 2%; }
      .order_view_item ul li p {
        color: #4A4C4D;
        float: left;
        width: 60%; }
  .order_view_item .total_price {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #F4F7FF;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 10px 20px; }
    .order_view_item .total_price span {
      color: #555862;
      float: left;
      font-size: 19px;
      font-weight: 500;
      margin-right: 5px;
      text-transform: capitalize; }
    .order_view_item .total_price p {
      color: #31A590;
      float: left;
      font-size: 19px;
      font-weight: 500; }

.order_view_files {
  position: relative; }
  .order_view_files h3 {
    color: #7686A9;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 34px;
    position: relative;
    top: 8px; }
  .order_view_files .file_format_error {
    padding-left: 0; }
  .order_view_files .order_upload.fileinput-button {
    position: absolute;
    top: 0;
    right: 0; }
  .order_view_files .uploader_list_files .file_item {
    margin-bottom: 15px; }
    .order_view_files .uploader_list_files .file_item .photo {
      display: inline-block;
      vertical-align: middle;
      width: 42px;
      margin-right: 12px; }
      .order_view_files .uploader_list_files .file_item .photo img {
        max-width: 100%;
        height: auto; }
    .order_view_files .uploader_list_files .file_item .file_details {
      display: inline-block;
      vertical-align: middle;
      width: 90%; }
      .order_view_files .uploader_list_files .file_item .file_details p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #58616B;
        font-size: 14px;
        margin-bottom: 6px; }
      .order_view_files .uploader_list_files .file_item .file_details .file_info .download {
        background: url(/assets/file_download_icon.png) no-repeat;
        background-size: 17px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        width: 17px;
        height: 17px;
        margin-right: 5px; }
      .order_view_files .uploader_list_files .file_item .file_details .file_info span {
        color: #ACB0B5;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle; }
      .order_view_files .uploader_list_files .file_item .file_details .file_info .delete {
        background: url(/assets/delete_file_icon.png) no-repeat;
        background-size: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        float: right;
        margin-top: 3px; }

.chat_block {
  float: right;
  width: 281px; }

.chat {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 9px 11px rgba(202, 213, 231, 0.73);
  -moz-box-shadow: 0 9px 11px rgba(202, 213, 231, 0.73);
  -webkit-box-shadow: 0 9px 11px rgba(202, 213, 231, 0.73);
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.chat_top .chat_title {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  background: #304C8C;
  background: -moz-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: -webkit-linear-gradient(left, #304C8C 0%, #395E9C 100%);
  background: linear-gradient(to right, #304C8C 0%, #395E9C 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 14px 0 12px 0; }

.order_view_completed {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #E6F8F5;
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 25px; }
  .order_view_completed span {
    color: #58B8A8;
    font-size: 20px;
    font-weight: 700;
    float: left;
    margin-top: 4px;
    text-transform: uppercase; }
  .order_view_completed .file {
    float: right; }
    .order_view_completed .file a {
      background: url(/assets/filed_download_icon.png) no-repeat;
      background-size: 25px;
      display: block;
      width: 25px;
      height: 25px;
      font-size: 0; }

.order_file_item {
  margin-bottom: 15px; }
  .order_file_item .photo {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    margin-right: 12px; }
    .order_file_item .photo img {
      max-width: 100%;
      height: auto; }
  .order_file_item .file_details {
    display: inline-block;
    vertical-align: middle;
    width: 90%; }
    .order_file_item .file_details p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #58616B;
      font-size: 14px;
      margin-bottom: 6px; }
    .order_file_item .file_details .file_info .download {
      background: url(/assets/file_download_icon.png) no-repeat;
      background-size: 17px;
      display: inline-block;
      vertical-align: middle;
      font-size: 0;
      width: 17px;
      height: 17px;
      margin-right: 5px;
      margin-left: 5px; }
    .order_file_item .file_details .file_info span {
      color: #ACB0B5;
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin: 2px 10px 0 0; }
    .order_file_item .file_details .file_info .delete {
      background: url(/assets/delete_file_icon.png) no-repeat;
      background-size: 10px;
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      float: right;
      margin-top: 3px; }

.writers_id {
  position: absolute;
  top: 0;
  right: 0; }
  .writers_id span {
    color: #A5B1CB;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle; }
  .writers_id p {
    color: #A5B1CB;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle; }

.chat_content {
  overflow-y: scroll;
  max-height: 250px; }

.now_connected {
  display: none; }

.chat_message {
  display: table;
  width: 100%;
  padding: 10px; }
  .chat_message.chat_user {
    background-color: #EFF8F4; }
    .chat_message.chat_user .message_block p {
      color: #7D9886; }
  .chat_message .from_who {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    padding-right: 10px; }
    .chat_message .from_who p {
      display: none; }
  .chat_message .photo {
    width: 36px;
    height: 36px; }
    .chat_message .photo img {
      max-width: 100%;
      height: auto; }
  .chat_message .time {
    display: none; }
  .chat_message .message_block {
    display: table-cell;
    vertical-align: middle; }
    .chat_message .message_block p {
      color: #8593AB;
      font-size: 11px;
      line-height: 13px; }

.message_order_form {
  width: 90%;
  margin: 15px auto; }
  .message_order_form .textarea {
    width: 100%; }
  .message_order_form .input_error {
    width: 100%; }
  .message_order_form .button {
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    outline: none;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #304C8C;
    background-color: #6D90E0;
    width: 90%;
    margin: 22px auto 0; }
    .message_order_form .button:hover {
      background-color: #4C69AB; }

.non_deleteable_papers p {
  color: #FF3F3F; }

.show_all_events {
  color: #304C8C;
  text-decoration: none; }

.discount_block {
  text-align: center;
  margin-top: 30px; }
  .discount_block .sidebar_item {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 4px 14px #D9DEEF;
    -moz-box-shadow: 0 4px 14px #D9DEEF;
    -webkit-box-shadow: 0 4px 14px #D9DEEF;
    background-color: #fff;
    border: none;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 0 2%;
    text-align: left;
    padding: 10px; }
    .discount_block .sidebar_item .sidebar_title {
      color: #4A4C4D;
      font-size: 21px;
      font-weight: 500;
      line-height: 24px;
      text-align: center;
      padding: 7px 0;
      text-transform: lowercase; }
      .discount_block .sidebar_item .sidebar_title:first-letter {
        text-transform: uppercase; }
    .discount_block .sidebar_item .discount_item {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px; }
      .discount_block .sidebar_item .discount_item:nth-child(odd) {
        background-color: #F9FBFF; }
    .discount_block .sidebar_item .discount_description {
      display: table;
      width: 100%;
      padding: 10px 0 10px 15px; }
      .discount_block .sidebar_item .discount_description .description_text {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        padding-right: 3%; }
        .discount_block .sidebar_item .discount_description .description_text p {
          color: #304C8C;
          font-size: 17px;
          font-weight: 500;
          line-height: 20px; }
        .discount_block .sidebar_item .discount_description .description_text span {
          color: #4A4C4D;
          font-size: 12px;
          line-height: 13px; }
      .discount_block .sidebar_item .discount_description .procent {
        border-left: #D8E0EF 1px solid;
        display: table-cell;
        vertical-align: middle;
        width: 30%;
        text-align: center;
        color: #FF5F5F;
        font-weight: 700;
        font-size: 17px;
        line-height: 20px;
        text-transform: uppercase; }
        .discount_block .sidebar_item .discount_description .procent p {
          display: inline-block;
          vertical-align: middle;
          margin-right: 4px; }
          .discount_block .sidebar_item .discount_description .procent p:before {
            background-color: #FF5F5F;
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 5px;
            height: 2px; }
  .discount_block .no_discounts {
    text-align: center;
    color: #304C8C;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding: 50px 0; }

.discount_topic {
  text-align: center;
  padding: 10px 10px 5px 10px; }
  .discount_topic span {
    color: #304C8C;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px; }
    .discount_topic span b {
      color: #31A590;
      font-size: 16px;
      display: block;
      line-height: 15px;
      margin: 10px 0; }
    .discount_topic span strong {
      text-transform: uppercase;
      color: #FF5F5F;
      font-size: 17px;
      border-left: #D8E0EF 1px solid;
      border-right: #D8E0EF 1px solid;
      padding: 5px 10px;
      margin: 0 5px; }

.discount_use {
  text-align: center;
  padding: 10px 10px; }
  .discount_use p {
    color: #304C8C;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 3px; }
  .discount_use span {
    color: #FF5F5F;
    font-size: 17px;
    line-height: 16px;
    font-weight: 700; }

.discount_item.discount_subitem {
  padding-bottom: 15px; }
.discount_item .button {
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  position: relative;
  outline: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  font-weight: 500;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  background-color: #FF5F5F;
  height: 44px;
  line-height: 44px;
  width: 60%;
  margin: 12px auto 0; }
  .discount_item .button:hover {
    background-color: #FA4B4B; }

.payments_order {
  margin-top: 20px;
  width: 90%; }
  .payments_order .field_item > label {
    text-align: left;
    width: 30%; }
  .payments_order .order_description_item ul {
    list-style: none; }
    .payments_order .order_description_item ul li {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin-bottom: 8px; }
      .payments_order .order_description_item ul li span {
        color: #4A5775;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        float: left;
        width: 30%; }
      .payments_order .order_description_item ul li p {
        color: #4A5775;
        font-size: 13px;
        line-height: 16px;
        float: left;
        width: 60%; }
  .payments_order .order_details_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 8px; }
    .payments_order .order_details_item span {
      color: #4A5775;
      font-size: 13px;
      font-weight: 500;
      line-height: 16px;
      float: left;
      width: 30%; }
    .payments_order .order_details_item p {
      color: #4A5775;
      font-size: 13px;
      line-height: 16px;
      float: left;
      width: 60%; }
  .payments_order .order_total {
    padding: 7px 10% 8px 3%; }
    .payments_order .order_total .button {
      float: left;
      position: static;
      margin: 0 0 0 20px; }
    .payments_order .order_total .total_price span {
      margin-right: 6px; }

.payment_form > p {
  color: #4A5775;
  line-height: 16px;
  margin-bottom: 10px; }

.payment_total_price {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #F4F7FF;
  padding: 10px 20px;
  margin-bottom: 15px; }
  .payment_total_price span {
    color: #555862;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px; }
  .payment_total_price p {
    color: #31A590;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
    margin-left: 5px; }

.payment_view_text + h3 {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #F4F7FF;
  padding: 10px 20px;
  color: #555862;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 15px; }

.balance_method {
  width: 335px;
  margin: 0 auto; }
  .balance_method .radio_buttons .before {
    background-image: url(/assets/balance_icon1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 127px;
    width: 50%;
    height: 60px; }
    .balance_method .radio_buttons .before.ui-state-active {
      background-image: url(/assets/balance_icon1_active.png); }
  .balance_method .radio_buttons .after {
    background-image: url(/assets/balance_icon2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 88px;
    width: 50%;
    height: 60px; }
    .balance_method .radio_buttons .after.ui-state-active {
      background-image: url(/assets/balance_icon2_active.png); }

.payment_method h3 {
  border-top: #F1F4FC 1px solid;
  color: #ADBCCD;
  font-size: 10px;
  font-weight: 500;
  padding-left: 30%;
  margin-top: -1px;
  padding-top: 10px;
  margin-bottom: 12px; }

.covered_balance {
  color: #fff;
  position: absolute;
  right: 3%;
  top: calc(50% - 5px); }
  .covered_balance span {
    display: inline-block;
    vertical-align: middle; }
  .covered_balance p {
    display: inline-block;
    vertical-align: middle; }

.order_form .pp_express_submit .xcomponent-outlet,
.payment_form .pp_express_submit .xcomponent-outlet {
  width: 200px !important; }

.order_form .pp_express_submit {
  margin-left: 20px;
  float: left; }

.payment_form .pp_express_submit {
  margin-left: 20px;
  display: inline-block; }

.hurry_form .pp_express_submit {
  margin-left: 20px; }

@media screen and (min-width: 768px) and (max-width: 999px) {
  .order_table {
    padding: 0 15px;
    word-break: break-word; }

  .order_content .order_content_wrapper > div {
    padding: 15px 7px; }

  .order_view {
    padding: 0 15px; }

  .order_view_wrapper {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }

  .chat_block {
    width: 80%;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px; }

  .discount_block .sidebar_item {
    width: 45%; }

  .balance {
    padding: 0 15px; }

  .balance_search .input {
    background-position: 98% center;
    width: 100%;
    margin-top: 15px; }

  .balance_table .thead .row {
    padding-bottom: 5px; }
    .balance_table .thead .row > div {
      padding-left: 5px; }
  .balance_table .tbody .row > div {
    padding: 15px 5px;
    font-size: 12px; } }
@media screen and (min-width: 0px) and (max-width: 767px) {
  .popup_overlay .popup {
    width: 88%; }
    .popup_overlay .popup p {
      font-size: 12px;
      line-height: 15px;
      padding: 0px 20px 10px 20px; }
    .popup_overlay .popup .field_item {
      padding: 0 10px; }
    .popup_overlay .popup .select2-container {
      min-width: 100% !important;
      max-width: 100%; }
    .popup_overlay .popup .order_phone_number .phone_number_item {
      width: 100% !important;
      margin-left: 0; }
      .popup_overlay .popup .order_phone_number .phone_number_item .input {
        width: 72% !important; }
        .popup_overlay .popup .order_phone_number .phone_number_item .input.country_code {
          width: 25% !important; }
      .popup_overlay .popup .order_phone_number .phone_number_item .input_error {
        width: 72% !important; }
        .popup_overlay .popup .order_phone_number .phone_number_item .input_error .input {
          width: 100% !important; }
    .popup_overlay .popup .buttons {
      margin-left: 0;
      margin: 0 auto; }
      .popup_overlay .popup .buttons .button {
        margin-top: 18px; }

  .popup.violation .violation_content .form_block {
    margin-bottom: 10px; }
    .popup.violation .violation_content .form_block .button.green {
      width: 90%;
      margin: 0 0 10px 0; }
    .popup.violation .violation_content .form_block .button.yellow {
      width: 90%;
      margin: 0; }

  .order_form > .tabs > .ui-tabs-nav {
    margin-bottom: 28px; }
    .order_form > .tabs > .ui-tabs-nav .ui-state-default {
      margin-right: 0;
      text-align: center; }
      .order_form > .tabs > .ui-tabs-nav .ui-state-default p {
        display: none; }
  .order_form .field_item > label {
    width: 100%;
    padding-right: 0;
    text-align: left;
    margin: 0 0 4px 0; }
  .order_form .field_item .input {
    width: 100%; }
  .order_form .field_item .select2-container {
    min-width: 100% !important;
    max-width: 100%; }
  .order_form .field_item .radio_currency,
  .order_form .field_item .radio_method {
    width: 100%; }
  .order_form .field_item.duedate-field .select2-container {
    min-width: 70% !important;
    max-width: 70%; }
  .order_form .field_item .input_error {
    width: 100%; }
  .order_form .field_item .spinner_block {
    width: 100%; }
  .order_form .order_agreement {
    padding-left: 0; }
  .order_form .order_total {
    padding: 7px 12px 8px 12px; }
    .order_form .order_total .savings {
      width: 100%;
      text-align: center;
      margin-top: 12px; }
    .order_form .order_total .total_price {
      width: 100%;
      float: none;
      text-align: center;
      margin: 8px 0; }
    .order_form .order_total .button {
      float: none;
      margin: 0 auto;
      width: 100%;
      position: static !important;
      margin: 10px auto; }
    .order_form .order_total .zero_price {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      position: static;
      margin-bottom: 5px; }
  .order_form .order_discount_code .input_error {
    padding-left: 0; }
  .order_form .order_additional_materials .files_list {
    margin-left: 0; }
  .order_form .discount-info {
    padding: 0; }
  .order_form .order_additional_materials {
    position: relative; }
  .order_form .fileinput-button {
    position: absolute;
    top: -14px;
    right: 0;
    width: 50%; }
    .order_form .fileinput-button .button {
      width: 100%; }
  .order_form .phone_number_item.country_code {
    width: 20%; }
  .order_form .phone_number_item.state_area_code {
    width: 20%; }
  .order_form .phone_number_item.phone_number {
    width: 53.5%;
    margin-right: 0; }

  .order_select_block {
    width: 100%; }
    .order_select_block:after {
      display: none; }

  .order_select_item label {
    max-width: 60%; }
  .order_select_item .counter {
    margin-left: 0; }
    .order_select_item .counter .field_item label {
      width: 48%;
      display: inline-block;
      vertical-align: middle;
      float: none;
      padding-right: 3%; }
    .order_select_item .counter .field_item .order_select_block {
      float: none;
      width: 50%;
      display: inline-block;
      vertical-align: top; }

  .files_list ul li:first-child {
    margin-top: 30px; }

  .customers_tabs .ui-tabs-nav {
    padding-left: 0; }
    .customers_tabs .ui-tabs-nav .ui-state-default {
      margin-right: 0;
      width: 50%; }
      .customers_tabs .ui-tabs-nav .ui-state-default a {
        display: block;
        text-align: center; }

  .customer_item h3 {
    padding-left: 0;
    margin-top: 0;
    padding-top: 12px; }

  .order_finish {
    background: url(/assets/finish_photo_mobile.jpg) center top no-repeat;
    background-size: contain;
    width: 100%;
    border: none;
    padding: 92% 2% 20px 2%; }

  .order_finish_buttons .button.blue {
    width: 100%;
    margin-bottom: 15px; }
  .order_finish_buttons .button.yellow {
    width: 100%; }

  .payments_order {
    width: 100%; }

  .payment_method h3 {
    padding-left: 0; }

  .covered_balance {
    position: static;
    text-align: center; }

  .order_form .pp_express_submit,
  .payment_form .pp_express_submit {
    margin: 10px auto;
    width: 250px;
    display: block;
    float: none; }
    .order_form .pp_express_submit .xcomponent-outlet,
    .payment_form .pp_express_submit .xcomponent-outlet {
      width: 250px !important;
      z-index: 98; }

  .hurry_form .pp_express_submit {
    margin: 10px auto;
    width: 250px; }
    .hurry_form .pp_express_submit .xcomponent-outlet {
      width: 250px !important;
      z-index: 98; }

  .order_table {
    padding: 0; }

  .order_header {
    display: none; }

  .order_content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: #5C79D4 1px solid;
    padding-top: 28px; }
    .order_content .order_content_wrapper {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      .order_content .order_content_wrapper > div {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: #C4D0EA 1px solid;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 30px;
        position: relative; }
        .order_content .order_content_wrapper > div:first-child {
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px; }
        .order_content .order_content_wrapper > div:before {
          color: #8598BB;
          font-size: 12px;
          font-weight: 500;
          position: absolute;
          top: -15px;
          left: 14px; }
        .order_content .order_content_wrapper > div.order_details {
          border-radius: 3px 3px 0 0;
          -moz-border-radius: 3px 3px 0 0;
          -webkit-border-radius: 3px 3px 0 0;
          margin-bottom: -1px; }
        .order_content .order_content_wrapper > div.order_cost {
          border-radius: 0 0 3px 3px;
          -moz-border-radius: 0 0 3px 3px;
          -webkit-border-radius: 0 0 3px 3px; }
        .order_content .order_content_wrapper > div.order_progress {
          margin-bottom: 10px; }
        .order_content .order_content_wrapper > div.order_deadline, .order_content .order_content_wrapper > div.order_progress {
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px; }

  .order_id:before {
    content: 'ID'; }

  .order_details:before {
    content: 'Details'; }

  .order_cost:before {
    display: none; }

  .order_time:before {
    content: 'Urgency'; }

  .order_progress:before {
    content: 'Progress'; }

  .order_deadline:before {
    content: 'Deadline'; }

  .order_view {
    padding: 0; }

  .order_view_wrapper {
    width: 100%; }

  .chat_block {
    width: calc(100% - 16px);
    margin: 20px 8px; }

  .order_file_info_wrapper {
    border-bottom: none; }
    .order_file_info_wrapper .order_info_item.order_info_deadline {
      border-top: #D5DBE5 1px solid;
      margin-right: 0;
      padding-top: 10px;
      margin-top: 5px; }

  .order_view_item h3 {
    font-size: 16px;
    line-height: 15px; }
  .order_view_item ul li {
    margin-bottom: 12px; }
    .order_view_item ul li span {
      width: 100%;
      margin-bottom: 5px; }
    .order_view_item ul li p {
      width: 100%; }

  .order_view_files .uploader_list_files .file_item .file_details {
    width: 75%; }

  .order_still_payment {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center; }
    .order_still_payment p {
      margin-left: 0; }
    .order_still_payment .order_info_total_pay {
      margin-left: 0;
      margin-top: 7px; }
    .order_still_payment .order_now {
      float: none;
      margin: -10px auto 0;
      position: relative;
      top: 20px; }

  .order_view_files .order_upload.fileinput-button {
    position: relative;
    width: 100%;
    margin: 10px 0; }
  .order_view_files .fileinput-button .button {
    width: 100%; }

  .writers_id {
    top: 8px; }

  .order_file_item .file_details {
    width: 80%; }

  .discount_block .sidebar_item {
    width: 100%;
    margin: 0 0 20px 0; }
    .discount_block .sidebar_item .discount_description .description_text {
      width: 66%; }
    .discount_block .sidebar_item .discount_description .procent {
      width: 34%;
      font-size: 16px; }

  .settings {
    width: 100%;
    margin: 14px 0 0 0; }

  .setting_title {
    margin: 20px 0 28px 0;
    width: 100%; }

  .edit_account .field_item {
    margin-bottom: 12px; }
    .edit_account .field_item > label {
      width: 100%;
      text-align: left;
      margin-bottom: 3px; }
    .edit_account .field_item .input {
      width: 100%; }
    .edit_account .field_item .input_error {
      width: 100%; }
    .edit_account .field_item .phone_number_item {
      width: 100%; }
    .edit_account .field_item .button {
      width: 100%;
      margin-left: 0;
      margin-top: 10px; }
    .edit_account .field_item .chosen_type {
      width: 87%;
      margin-left: 0; }

  .balance {
    padding: 0; }

  .current_balance {
    padding: 12px 12px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center; }
    .current_balance span {
      font-size: 16px;
      margin-top: 0;
      float: none;
      display: inline-block;
      vertical-align: top; }
    .current_balance p {
      font-size: 16px;
      margin-top: 0;
      float: none;
      display: inline-block;
      vertical-align: top; }
    .current_balance .order_now_button {
      margin-right: 0;
      margin: 10px auto 5px;
      width: 90%;
      float: none;
      display: table; }

  .balance_filters {
    position: relative; }
    .balance_filters .button_export {
      width: 48%; }
    .balance_filters .balance_filters_dates {
      margin-left: 0;
      margin-top: 15px;
      width: 100%; }
      .balance_filters .balance_filters_dates .date_item {
        margin-right: 4%;
        width: 48%; }
        .balance_filters .balance_filters_dates .date_item .ui-datepicker-trigger {
          top: 22px; }
        .balance_filters .balance_filters_dates .date_item + .date_item {
          margin-right: 0; }
        .balance_filters .balance_filters_dates .date_item > label {
          display: block; }
        .balance_filters .balance_filters_dates .date_item .date_filter {
          width: 100%; }
      .balance_filters .balance_filters_dates .button_set {
        position: absolute;
        top: 0;
        right: 0;
        width: 48%; }

  .balance_search {
    margin-top: 14px;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .balance_search .input {
      width: 100%; }

  .ui-datepicker {
    width: 23em; }

  .balance_table {
    border-top: none;
    margin-top: 20px;
    padding-top: 0; }
    .balance_table .thead {
      display: none; }
    .balance_table .tbody .row {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border: none;
      border-top: #5C79D4 1px solid;
      padding-top: 36px;
      margin-bottom: 0; }
      .balance_table .tbody .row > div {
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: #C4D0EA 1px solid;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 12px 10px;
        margin-bottom: 30px;
        position: relative; }
        .balance_table .tbody .row > div:before {
          color: #8598BB;
          font-size: 12px;
          font-weight: 500;
          position: absolute;
          top: -15px;
          left: 10px; }
        .balance_table .tbody .row > div:last-child {
          border-right: #C4D0EA 1px solid; }
        .balance_table .tbody .row > div.balance_date:before {
          content: "Date"; }
        .balance_table .tbody .row > div.balance_transaction:before {
          content: "Transaction ID"; }
        .balance_table .tbody .row > div.balance_type:before {
          content: "Type"; }
        .balance_table .tbody .row > div.balance_credits:before {
          content: "Credits"; }
        .balance_table .tbody .row > div.balance_price:before {
          content: "Price"; }
        .balance_table .tbody .row > div.balance_description:before {
          content: "Description"; } }
.fraud {
  height: 275px;
  text-align: center;
  display: table;
  width: 510px;
  margin: 0 auto; }
  .fraud .fraud_title {
    display: table-cell;
    vertical-align: middle; }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 *


 *

 *



 */


