@font-face {
  font-family: 'icomoon';
  src: url("/styles/split-v4/fonts/icomoon.eot?iuyxw3");
  src: url("/styles/split-v4/fonts/icomoon.eot?iuyxw3#iefix") format("embedded-opentype"), url("/styles/split-v4/fonts/icomoon.ttf?iuyxw3") format("truetype"), url("/styles/split-v4/fonts/icomoon.woff?iuyxw3") format("woff"), url("/styles/split-v4/fonts/icomoon.svg?iuyxw3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\e912";
}

.icon-header-logout:before {
  content: "\e911";
}

.icon-Communication:before {
  content: "\e902";
}

.icon-Computer:before {
  content: "\e903";
}

.icon-Economics:before {
  content: "\e904";
}

.icon-Education:before {
  content: "\e905";
}

.icon-Entertainment:before {
  content: "\e906";
}

.icon-Environment:before {
  content: "\e907";
}

.icon-Finance:before {
  content: "\e908";
}

.icon-Government:before {
  content: "\e909";
}

.icon-Health:before {
  content: "\e90a";
}

.icon-History:before {
  content: "\e90b";
}

.icon-Literature:before {
  content: "\e90c";
}

.icon-Philosophy:before {
  content: "\e90d";
}

.icon-Psychology:before {
  content: "\e90e";
}

.icon-Science:before {
  content: "\e90f";
}

.icon-Sociology:before {
  content: "\e910";
}

.icon-Religion:before {
  content: "\e900";
}

.icon-menu:before {
  content: "\e913";
}

.icon-cross:before {
  content: "\e901";
}

@font-face {
  font-family: 'Impact';
  src: local("Impact"), url("/fonts/subset-Impact.woff2") format("woff2"), url("/fonts/subset-Impact.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.custom-btn, .header-login .btn_login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: none;
  text-shadow: 0.423px 0.906px 2px rgba(60, 80, 22, 0.43);
  text-decoration: none;
  color: #ffffff;
}

.custom-btn:focus, .header-login .btn_login:focus {
  outline: none;
}

.custom-btn:hover, .header-login .btn_login:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-orange, .header-login .btn_login {
  background: #ff9355;
  background: -webkit-linear-gradient(top, #ff9355 0%, #ff843d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9355), to(#ff843d));
  background: linear-gradient(to bottom, #ff9355 0%, #ff843d 100%);
  border-bottom: 1px solid #b55525;
  border-top: 1px solid #ffb88f;
}

.btn-orange:focus, .header-login .btn_login:focus {
  background: #ff843c;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff843c), to(#ff9354));
  background: -webkit-linear-gradient(top, #ff843c 0%, #ff9354 100%);
  background: linear-gradient(to bottom, #ff843c 0%, #ff9354 100%);
}

.btn-orange:hover, .header-login .btn_login:hover {
  background: #ff833b;
}

.btn-yellow {
  background: #fda103;
  background: -webkit-linear-gradient(top, #fda103 0%, #d19226 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fda103), to(#d19226));
  background: linear-gradient(to bottom, #fda103 0%, #d19226 100%);
}

.btn-yellow:focus {
  background: #ff843c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #d19226), color-stop(0%, #fda103));
  background: -webkit-linear-gradient(top, #d19226 100%, #fda103 0%);
  background: linear-gradient(to bottom, #d19226 100%, #fda103 0%);
}

.btn-yellow:hover {
  background: #fda612;
  background: -webkit-linear-gradient(top, #fda612 0%, #d8992c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fda612), to(#d8992c));
  background: linear-gradient(to bottom, #fda612 0%, #d8992c 100%);
}

body {
  font: 15px "Open Sans";
  background: #fafafa;
  overflow-x: hidden;
}

/********************************************/
/*                  Header                  */
/********************************************/
.header {
  position: relative;
  height: 560px;
  background-color: #6289e6;
  margin-bottom: 47px;
}

.header-container {
  height: 100%;
  overflow: hidden;
}

.header-container:after {
  content: '';
  display: inline-block;
  background: url(/images/split-v4/header-woman.jpg) no-repeat center;
  height: 455px;
  width: 594px;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1;
}

.header-logo {
  display: inline-block;
}

.header-logo__link {
  display: inline-block;
  width: 200px;
  height: 60px;
  float: left;
  background: url(/images/split-v4/header-logo.png) no-repeat center;
  text-decoration: none;
}

.header-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: right;
  color: #ffffff;
  height: 60px;
  vertical-align: middle;
}

.header-login .login-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(98, 137, 230, 0.62);
}

.header-login .form_login_box {
  position: absolute;
  min-height: 370px;
  max-width: 390px;
  width: 100%;
  background: #ffffff;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 30px 50px;
  text-align: center;
  border-radius: 2px;
}

.header-login .btn_login {
  color: #ffffff;
  border-radius: 6px;
  margin: 15px auto;
  height: 42px;
  width: 146px;
  font-size: 18px;
  font-weight: bold;
}

.header-login input:not(.btn_login) {
  width: 100%;
  height: 45px;
  border: 1px solid #ebebeb;
  padding-left: 60px;
  border-radius: 8px;
}

.header-login input:not(.btn_login):focus {
  outline: none;
}

.header-login .name {
  display: inline-block;
  font-size: 18px;
  color: #737a80;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.header-login__close {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #fff;
  right: -30px;
  top: -30px;
  background: url(/images/split-v4/cross.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  cursor: pointer;
}

.header-login__close:hover {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.header-login__input-wrap {
  padding: 12px 0;
  position: relative;
  overflow: hidden;
}

.header-login__input-wrap:before {
  content: '';
  display: inline-block;
  height: 45px;
  width: 46px;
  background: #6289e6;
  position: absolute;
  left: 0;
  top: 0;
  margin: 12px 0;
  border-radius: 8px 0 0 8px;
}

.header-login__input-wrap:after {
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  height: 45px;
  width: 46px;
  margin: 12px 0;
  position: absolute;
}

.header-login__input-email:after {
  background: url(/images/split-v4/login-email.png) no-repeat center;
}

.header-login__input-pass:after {
  background: url(/images/split-v4/login-pass.png) no-repeat center;
}

.header-login__btn {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 6px 3px 12px;
  border-radius: 4px;
  border: 1px solid #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

.header-login__btn:hover {
  background: rgba(255, 255, 255, 0.38);
}

.header-login__btn:hover .header-login__btn-icon {
  fill: #6289E6;
}

.header-login__btn-wrap {
  display: inline-block !important;
}

.header-login__btn-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  background: url(/images/split-v4/header-logout.svg) no-repeat center;
}

.header-login__btn_mobile {
  border: none;
  font-size: 42px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.13);
  padding: 4px;
}

.header-order {
  height: 400px;
  position: absolute;
  width: 680px;
  bottom: 0;
  padding: 0 110px;
  color: #ffffff;
  z-index: 2;
}

.header-order__title {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
}

.header-order__title-top {
  font-size: 16px;
}

.header-order__title-main {
  font-size: 100px;
  margin-top: -20px;
  font-family: Impact;
  text-shadow: 0 6px 10px rgba(138, 138, 138, 0.3);
}

.header-order__select {
  background-color: #fff;
  height: 54px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 12px;
  color: #577077;
  width: 100%;
  border: 1px solid #d7d7d7;
  border-bottom: 1px solid #93d4e7;
  cursor: pointer;
}

.header-order__select::-ms-expand {
  display: none;
}

.header-order__select-area {
  border-radius: 7px 6px 6px 7px;
  overflow: hidden;
  -webkit-box-shadow: 4px 7px 32px rgba(81, 125, 141, 0.84);
          box-shadow: 4px 7px 32px rgba(81, 125, 141, 0.84);
}

.header-order__select-wrap {
  display: inline-block;
  width: 340px;
  float: left;
  position: relative;
}

.header-order__select-wrap:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  background-image: url(/images/sprite_split-v4/allin-spritesheet-min.png);
  background-repeat: no-repeat;
  width: 12px;
  height: 6px;
  background-position: -186px -5px;
}

.header-order__select-label {
  margin-top: -10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.header-order__btn-order {
  font-weight: bold;
  width: 120px;
  height: 54px;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(60, 80, 22, 0.53);
}

.form_login_profile {
  color: #fff;
}

.form_login_profile:hover {
  color: #fff;
}

#remember_me {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.remember_me_label {
  color: #000;
  margin-bottom: 0;
  vertical-align: middle;
}

/********************************************/
/*                Navigation                */
/********************************************/
.navigation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 94px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #fff;
  list-style: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 3.381px 7.25px 17px 0 rgba(138, 138, 138, 0.22);
          box-shadow: 3.381px 7.25px 17px 0 rgba(138, 138, 138, 0.22);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
  padding-right: 36px;
  position: relative;
  z-index: 3;
}

.navigation__link {
  color: #4b666e;
  text-transform: capitalize;
  font-size: 16px;
}

.navigation__link:hover {
  text-decoration: none;
}

.navigation__pipe {
  height: 20px;
  width: 1px;
  background: #eeeeee;
}

/********************************************/
/*                  Section                 */
/********************************************/
.title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #737a80;
}

.sub-title {
  font-size: 13px;
  color: #959fa6;
}

.full-line {
  width: 100%;
  margin-bottom: 20px;
}

.section-labels {
  background: #fff;
  border-bottom: 1px solid #e1e4e5;
  padding: 60px 0 50px;
  margin-bottom: 50px;
}

.section-labels__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-labels__circle {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 120px;
  height: 120px;
  max-width: 120px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 4px 3px 22px rgba(0, 0, 0, 0.18);
          box-shadow: 4px 3px 22px rgba(0, 0, 0, 0.18);
  margin: 0 20px;
  position: relative;
}

.section-labels__circle:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url(/images/sprite_split-v4/allin-spritesheet-min.png);
  background-repeat: no-repeat;
  width: 47px;
  height: 56px;
  background-position: -129px -5px;
}

.section-labels__circle_discount:after {
  width: 56px;
  height: 56px;
  background-position: -328px -5px;
}

.section-labels__context {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 20px 0;
}

.section-labels__h {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #419ad9;
  font-size: 20px;
  margin: 0;
}

.section-labels__h_upper {
  text-transform: uppercase;
}

.section-labels__sub-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #959fa6;
  font-size: 12px;
  margin: 12px 0 6px;
}

.section-labels__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  color: #737a80;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.section-labels__arrow {
  vertical-align: middle;
  margin-top: -2px;
}

.category {
  text-align: center;
}

.category__table {
  margin: 30px 0 40px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.category span {
  color: #419ad9;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 5px;
}

.category__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  text-align: left;
  color: #737a80;
  font-size: 14px;
  list-style-type: none;
  position: relative;
}

.category__item > a {
  padding: 20px 0 20px 40px;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.category__item::before {
  content: '';
  background-image: url(/images/sprite_split-v4/category-spritesheet-min.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 10px;
}

.category__item.sprite-article-critique::before {
  background-position: 0 0;
}

.category__item.sprite-book-report::before {
  background-position: -40px 0;
}

.category__item.sprite-book-review::before {
  background-position: -80px 0;
}

.category__item.sprite-case-study::before {
  background-position: -120px 0;
}

.category__item.sprite-coursework::before {
  background-position: -160px 0;
}

.category__item.sprite-dissertation::before {
  background-position: -200px 0;
}

.category__item.sprite-editing::before {
  background-position: -240px 0;
}

.category__item.sprite-essay::before {
  background-position: -280px 0;
}

.category__item.sprite-lab-report::before {
  background-position: -320px 0;
}

.category__item.sprite-powerpoint-presentation::before {
  background-position: -360px 0;
}

.category__item.sprite-problem-solving::before {
  background-position: -400px 0;
}

.category__item.sprite-research-paper::before {
  background-position: -440px 0;
}

.category__item.sprite-research-proposal::before {
  background-position: -480px 0;
}

.category__item.sprite-speech-presentation::before {
  background-position: -520px 0;
}

.category__item.sprite-term-paper::before {
  background-position: -560px 0;
}

.category__item.sprite-thesis::before {
  background-position: -600px 0;
}

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

.best-writers__table {
  margin: 20px -15px 40px;
}

.best-writers__card {
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 3.381px 7.25px 17px 0 rgba(138, 138, 138, 0.22);
          box-shadow: 3.381px 7.25px 17px 0 rgba(138, 138, 138, 0.22);
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.best-writers__card:hover {
  -webkit-box-shadow: 3px 3px 17px 0 rgba(138, 138, 138, 0.42);
          box-shadow: 3px 3px 17px 0 rgba(138, 138, 138, 0.42);
}

.card-photo {
  padding: 10px;
  border-bottom: 1px solid #ebedee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-photo__image {
  height: 88px;
  width: 88px;
  border-radius: 50%;
  background: #fff no-repeat center;
  background-size: contain;
}

.card-photo__image_boudreau {
  background-image: url(/images/split-v4/boudreau.png);
}

.card-photo__image_terry-rice {
  background-image: url(/images/split-v4/terry_rice.png);
}

.card-photo__image_devon {
  background-image: url(/images/split-v4/devon.png);
}

.card-photo__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 15px;
}

.card-photo__title-name {
  color: #737a80;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.card-photo__title-status {
  color: #737a80;
  font-size: 14px;
}

.card-comment {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ebedee;
}

.card-comment__label {
  font-size: 14px;
  color: #737a80;
  font-weight: bold;
  margin: 10px 0;
}

.card-comment__area {
  padding: 20px 20px 15px;
  font-size: 12px;
  color: #979797;
  position: relative;
}

.card-comment__area:before {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: 7px;
  left: 5px;
  background: url(/images/split-v4/brackets.png) no-repeat center;
}

.card-comment__area:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: 10px;
  right: 5px;
  background: url(/images/split-v4/brackets.png) no-repeat center;
}

.card-hire {
  padding: 10px;
  border-bottom: 1px solid #ebedee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-hire__rate-orange {
  color: #ff8d4b;
}

.card-hire__rate-rows {
  color: #737a80;
  margin: 5px 0;
  text-align: left;
  font-size: 13px;
}

.card-hire__btn {
  width: 130px;
  height: 44px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 18px;
}

.card-hire__btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why-us {
  text-align: center;
  margin: 50px 0;
}

.why-us__context {
  padding: 0;
  text-align: left;
  float: left;
  color: #959fa6;
  font-size: 13px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}

.why-us__box {
  display: inline-block;
  width: 100px;
  height: 100px;
  float: left;
  -webkit-box-shadow: 4px 3px 22px rgba(0, 0, 0, 0.18);
          box-shadow: 4px 3px 22px rgba(0, 0, 0, 0.18);
  margin: 10px 20px 10px 0;
  position: relative;
}

.why-us__box:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url(/images/sprite_split-v4/allin-spritesheet-min.png);
  background-repeat: no-repeat;
}

.why-us__box_record:after {
  width: 52px;
  height: 59px;
  background-position: -394px -5px;
}

.why-us__box_feedback:after {
  width: 56px;
  height: 56px;
  background-position: -63px -5px;
}

.why-us__h {
  color: #737a80;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.why-us__title {
  max-height: 158px;
  overflow: hidden;
  color: #959fa6;
  font-size: 13px;
  margin: 10px 0 0;
  float: left;
}

.why-us__table {
  margin-top: 25px;
}

.about-us {
  text-align: center;
  margin: 60px 0 40px;
}

.about-us__table {
  margin-top: 40px;
}

.about-us__slide {
  text-align: left;
}

.about-us__description {
  color: #959fa6;
  font-size: 13px;
  max-height: 54px;
  margin-bottom: 8px;
  overflow: hidden;
}

.about-us__date {
  font-size: 12px;
  color: #419ad9;
  margin: 0;
}

.about-us__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.about-us__header-pic {
  height: 47px !important;
  width: 47px !important;
  border-radius: 5px;
  background-image: url(/images/sprite_split-v4/allin-spritesheet-min.png);
  background-repeat: no-repeat;
}

.about-us__header-pic_fox {
  background-position: -271px -5px;
}

.about-us__header-pic_dana {
  background-position: -5px -5px;
}

.about-us__header-pic_hector {
  background-position: -208px -5px;
}

.about-us__header-title {
  padding-left: 20px;
  margin-bottom: 10px;
}

.about-us__header-name {
  color: #419ad9;
  font-weight: bold;
  font-size: 16px;
  margin: 4px 0 6px;
}

.about-us__header-text {
  font-size: 12px;
  color: #979797;
  margin: 0;
}

.section-order {
  height: 200px;
  background-color: #6289e6;
  overflow: hidden;
  position: relative;
}

.section-order__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-order__inner:after {
  content: '';
  display: block;
  position: absolute;
  height: 189px;
  width: 250px;
  right: 100px;
  top: 12px;
  background: url(/images/split-v4/footer-girl.jpg) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.section-order__wrap {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -120px;
  z-index: 2;
}

.section-order__title {
  font-size: 25px;
  text-transform: capitalize;
  color: #ffffff;
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.32);
  font-weight: 600;
  margin-bottom: 15px;
}

/********************************************/
/*                  Footer                  */
/********************************************/
.footer {
  background: #303940;
  min-height: 175px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 0;
  list-style: none;
  margin: 20px 0 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer__nav-elem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-size: 14px;
  margin: 0 10px;
  color: #ffffff;
  height: 40px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__nav-elem a {
  color: #fff;
}

.footer__nav-elem:last-child:after {
  display: none;
}

.footer__nav-elem:after {
  content: '';
  display: inline-block;
  position: absolute;
  float: right;
  right: 0;
  height: 10px;
  width: 1px;
  margin-top: 5px;
  margin-right: -10px;
  vertical-align: middle;
  background: #4b5257;
}

.footer__disclamer {
  margin: 21px 0;
  color: #4b5257;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.footer__disclamer::before {
  content: "DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers";
}

.footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  border-top: 1px solid #4b5257;
  height: 40px;
  width: 310px;
  color: #4b5257;
  font-size: 13px;
  text-align: center;
  margin: 10px auto 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/****************** Sizes *******************/
/********************************************/
/*                  Large                   */
/********************************************/
@media (min-width: 1200px) {
  .best-writers__card {
    padding-bottom: 72px;
  }
}

@media (max-width: 1199px) {
  .card-hire {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-hire__rate {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .card-hire__btn-wrap {
    margin: 10px 0;
  }
  .section-order__wrap {
    margin-left: -175px;
  }
  .section-order__inner:after {
    right: 0;
  }
  .header-container {
    overflow: visible;
  }
  .header-container::after {
    right: -70px;
  }
}

/********************************************/
/*                  Medium                  */
/********************************************/
@media (max-width: 991px) {
  .header {
    height: 490px;
  }
  .header-container {
    height: 490px;
  }
  .header-container:after {
    display: none;
  }
  .header-order {
    height: 360px;
  }
  .section-order__wrap {
    margin-left: -200px;
  }
  .section-order__inner:after {
    right: -55px;
  }
  .section-labels__slide {
    padding: 0;
  }
  .section-labels__circle {
    margin: 0 10px;
  }
  .section-labels__context {
    padding: 15px 0 15px 10px;
  }
  .section-labels__h {
    font-size: 18px;
  }
  .card {
    overflow: hidden;
  }
  .card-photo__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 42px;
        -ms-flex: 1 0 42px;
            flex: 1 0 42px;
    height: 42px;
    width: 42px;
  }
  .card-photo__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .card-photo__title-name {
    font-size: 16px;
  }
  .card-photo__title-name {
    font-size: 14px;
  }
  .category__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
        -ms-flex: 1 0 33%;
            flex: 1 0 33%;
  }
  .why-us__context {
    padding: 0;
    margin-left: 8px;
  }
}

/********************************************/
/*                   Small                  */
/********************************************/
@media (min-width: 768px) and (max-width: 1199px) {
  .best-writers__card {
    padding-bottom: 136px;
  }
}

@media (min-width: 768px) {
  .best-writers__card {
    height: 100%;
  }
  .card-hire {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ebedee;
  }
  .card-comment {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .header {
    margin-bottom: 0;
  }
  .header-logo__link {
    float: none;
    background-position: center left;
  }
  .header-order {
    margin-top: 30px;
    width: 100%;
    padding: 0;
    position: static;
  }
  .header-order__title {
    text-align: left;
  }
  .header-order__title-main {
    margin-top: 0;
    font-size: 90px;
    margin-bottom: 30px;
    line-height: 80px;
    width: 350px;
  }
  .header-order__select-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .header-order__select-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 75%;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
  }
  .header-order__btn-order {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
  }
  .header-login__btn {
    display: inline-block !important;
  }
  .navigation {
    display: block !important;
    left: -100% !important;
    position: fixed !important;
    top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    width: 100%;
    z-index: 1000;
    height: 100%;
    padding-top: 40px;
    position: relative;
  }
  .navigation.active {
    left: 0px !important;
  }
  .navigation:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/images/split-v4/cross_gray.svg) no-repeat center;
    width: 20px;
    height: 20px;
  }
  .navigation__list {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navigation__list li {
    width: 100%;
  }
  .navigation__pipe {
    display: none;
  }
  .navigation__link {
    font-size: 24px;
    padding: 15px 0;
    display: block;
  }
  .section-labels {
    padding-bottom: 40px;
  }
  .section-labels__slide {
    margin: 20px 0;
  }
  .section-labels__circle {
    width: 50px;
    height: 50px;
    -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
  }
  .section-labels__circle:after {
    -webkit-transform: scale(0.5) translateX(-100%) translateY(-100%);
            transform: scale(0.5) translateX(-100%) translateY(-100%);
  }
  .section-labels__context {
    padding-top: 0;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .category__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .best-writers__table {
    padding: 0 30px;
  }
  .card {
    margin-bottom: 20px;
  }
  .about-us__table {
    margin: 0;
  }
  .about-us__slide {
    margin-bottom: 25px;
  }
  .section-order {
    min-height: 305px;
  }
  .section-order__inner {
    min-height: 305px;
  }
  .section-order__inner:after {
    display: none;
  }
  .section-order__wrap {
    margin-left: 0;
  }
  .why-us__box {
    height: 50px;
    width: 50px;
  }
  .why-us__box:after {
    -webkit-transform: scale(0.5) translateX(-100%) translateY(-100%);
            transform: scale(0.5) translateX(-100%) translateY(-100%);
  }
  .why-us__h {
    margin: 28px 0;
  }
}

/********************************************/
/*                Extra Small               */
/********************************************/
@media (max-width: 575px) {
  .header {
    height: 520px;
  }
  .header-container {
    height: 520px;
  }
  .header-login__close {
    right: 20px;
    top: 20px;
    background: url(/images/split-v4/cross_gray.svg) no-repeat center;
    background-size: contain;
  }
  .header-login .form_login_box {
    padding: 30px;
  }
  .header-order__select-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .header-order__select-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .header-order__btn-order {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-top: 20px;
    width: 240px;
    border-radius: 5px;
  }
  .category__item {
    text-align: center;
    padding: 20px 0;
  }
  .category__item > a {
    padding: 40px 0 0;
  }
  .category__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 20px;
  }
  .category__item span {
    width: 100%;
  }
  .section-order__wrap {
    width: 100%;
    padding: 0 20px;
    max-width: 380px;
  }
  .section-order__title {
    text-align: center;
    width: 240px;
    margin: 0 auto 15px;
  }
  .footer__nav-elem {
    width: 100%;
    font-size: 15px;
  }
  .footer__nav-elem:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 8px;
    background: #4b5257;
    bottom: 0;
    margin: 0 auto;
  }
  .footer__nav-elem:after {
    display: none;
  }
  .footer__nav-elem:last-child:before {
    display: none;
  }
}

.fb-mess__link{
  display: flex;
  align-items: center;
}

.fb-mess__img{
  margin-right: 7px;
}

.fb-mess__text{
  margin-bottom:0;
}

.fb-mess{
  margin-right: 20px;
}

.fb-mess__link{
  color:white;
  text-decoration: none;
}

.fb-mess__link:hover{
  color:white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .fb-mess__text{
    font-size: 0;
    display: none;
  }
  .fb-mess__img{
    margin-right: 0;
  }
  .fb-mess{
    margin-right: 0;
  }
}

.full-version-login.header-login{
  display: flex;
  align-items: center;
}

.full-version-login.header-login .hidden-sm-down{
  margin-top: 3px;
}

@media (max-width: 767px) {
  .header-logo__link {
    width: 178px;
  }

  .header-logo{
    margin-left: -14px;
    width: 118px;
  }

  .full-version-login.header-login .hidden-sm-down{
    font-size: 0;
  }

  .logo_header{
    margin-left: -92px!important;
    width: 118px!important;
  }


}


/*# sourceMappingURL=styles.css.map */

