@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik.ttf) format("truetype");
}
@keyframes buttons-toggle-wrapper {
  0% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  26% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  51% {
    transform: rotate(270deg);
  }
  75% {
    transform: rotate(270deg);
  }
  76% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes buttons-toggle-inner {
  0% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(-90deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  26% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  51% {
    transform: rotate(-270deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  76% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes dot-bounce {
  0%,47%,53%,to {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px)
  }
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{opacity:1;-webkit-transform:translate3d(0,-170%,0);transform:translate3d(0,-170%,0)}}
@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translate3d(0,-170%,0);transform:translate3d(0,-170%,0)}to{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
body {
  font-family: Rubik, sans-serif;
  margin: 0;
  color: #1c2236;
}
header {
  width: 100%;
  box-shadow: 0 0 7px 0 rgba(81, 81, 81, 0.17);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #fff;
}
h3 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.29;
}
h4 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.47;
}
p {
  font-size: 14px;
  line-height: 1.71;
  color: #51555a;
}
a {
  text-decoration: none;
}
.customize-support .navbar {
  margin-top: 32px;
}
.btn-big-1 {
  display: inline-block;
  width: 200px;
  height: 50px;
  padding: 18px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  background-color: #fa6620;
  border: solid 1px #fa6620;
  transition: background-color .3s;
}
.btn-big-1:active,
.btn-big-1:focus,
.btn-big-1:hover {
  background-color: #fc8751;
  color: #fff;
  text-decoration: none;
}
.main-ul {
  width: 100%;
  margin-top: 28px;
  padding-left: 28px;
  list-style: none;
  columns: 2;
}
.main-ul li {
  position: relative;
  margin-bottom: 25px;
}
.main-ul li::before {
  position: absolute;
  left: -28px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  content: '';
  background: url(../img/assignments-types.svg) center/contain no-repeat;
}
.navbar {
  width: 100%;
  max-width: 1671px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.navbar-brand  {
  width: 231px;
  margin-right: 26px;
  padding: 7px 26px 7px 52px;
  position: relative;
  background: url(../img/wewriteonline-logo.svg) left center/contain no-repeat;
  font-size: 23px;
  color: #1c2236;
}
.navbar-brand:hover {
  color: #1c2236;
}
.navbar-brand::after {
  position: absolute;
  content: '';
  right: 0;
  top: calc(50% - 25px);
  width: 1px;
  height: 50px;
  background: rgba(81, 81, 81, 0.17);
}
.navbar-brand span {
  font-weight: 600;
  color: #29765c;
}
.navbar-collapse {
  width: 100%;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.navbar-tel {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.32px;
  color: #1c2236;
  min-width: 150px;
  transition: color .3s;
}
.navbar-tel:hover {
  text-decoration: none;
  color: #29765c;
}
.navbar-tel svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
}
.header-tel {
  display: none;
}
.navbar-nav {
  max-width: 718px;
  max-height: 101px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.navbar-nav .menu-item {
  display: inline-block;
}
.navbar-nav .menu-item a {
  display: block;
  padding: 43px 12px;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.28px;
  color: #1c2236;
}
.navbar-livechat {
  position: relative;
  color: #1c2236;
  font-size: 14px;
  letter-spacing: 0.28px;
  padding: 10px 36px;
  min-width: 174px;
}
.navbar-livechat:hover {
  text-decoration: none;
  color: #1c2236;
}
.navbar-livechat::before {
  position: absolute;
  content: '';
  left: 10px;
  top: calc(50% - 25px);
  width: 1px;
  height: 50px;
  background: rgba(81, 81, 81, 0.17);
}
.navbar-livechat span {
  color: #37af3a;
  font-weight: 600;
}
.navbar-btns {
  display: flex;
  justify-content: space-between;
  width: 231px;
  margin-left: 26px;
}
.navbar-login {
  width: 45%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 12px 0;
  border-radius: 3px;
  border: solid 1px #b3b4b4;
}
.navbar-order {
  height: 40px;
  width: 45%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 12px 0;
  border-radius: 3px;
  background-color: #fa6620;
  border: solid 1px #fa6620;
  transition: background-color .3s;
}
.navbar-order:active,
.navbar-order:focus,
.navbar-order:hover {
  background-color: #fc8751;
  text-decoration: none;
  color: #fff;
}
.navbar-nav .menu-item-231 a {
  color: #fa6620;
}
.navbar-nav .menu-item-231:hover a {
  color: #fc8751;
}

.btn-menu {
  order: 4;
  display: none;
  display: none;
  position: relative;
  overflow: hidden;
  height: 22px;
  width: 37px;
  border-radius: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-menu .menu-btn-txt {
  position: absolute;
  color: #1c2236;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  top: calc(50% - 6px);
  left: 0;
  width: 100%;
  height: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(22px);
  -ms-transform: translateY(22px);
  transform: translateY(22px);
}
.btn-menu .menu-btn-sep {
  top: calc(50% - 1px);
}
.btn-menu .menu-btn-sep,
.btn-menu:after,
.btn-menu:before {
  position: absolute;
  background: #1c2236;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-menu:after,
.btn-menu:before {
  content: "";
  top: 0;
  bottom: auto;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.btn-menu:after {
  top: auto;
  bottom: 0;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-menu:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-menu:hover .menu-btn-txt {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn-menu:hover .menu-btn-sep {
  -webkit-transform: translateY(22px);
  -ms-transform: translateY(22px);
  transform: translateY(22px);
}
.btn-menu:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-menu.active:before {
  left: 9px;
  width: 27px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-menu.active:after {
  left: 9px;
  width: 27px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-menu.active .menu-btn-sep,
.btn-menu.active .menu-btn-txt {
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.assignments {
  position: relative;
  background: url(../img/bg1_blue_elements.svg) left top no-repeat;
  background-size: contain;
  min-height: 680px;
  overflow: hidden;
  margin-top: 101px;
}
.assignments::after {
  position: absolute;
  content: '';
  background: url(../img/green-bg-elements.svg) center/contain no-repeat;
  width: 798px;
  height: 747px;
  top: -12px;
  right: 0;
}
.assignments-hdr {
  margin-top: 146px;
  font-size: 46px;
  letter-spacing: -0.94px;
}
.assignments-hdr span {
  color: #29765c;
}
.assignments-sbhdr {
  margin-top: 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #51555a;
}

.description {
  padding: 40px 0 0;
}
.description-img {
  width: 100%;
}

.features {
  padding: 185px 0 0;
  background: url(../img/bg2_with_elements.svg) left top no-repeat;
  background-size: cover;
  min-height: 850px;
}
.features-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.features-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
}
.features-item-v {
  width: 220px;
  height: 265px;
  padding: 50px 0;
}
.features-item-h {
  width: 265px;
  height: 217px;
  padding: 25px 0 30px;
}
.features-item-po {
  align-self: flex-end;
}
.features-yoe {
  width: 85px;
  height: 79px;
}
.features-aw {
  width: 98px;
  height: 70px;
}
.features-po {
  width: 108px;
  height: 83px;
}
.features-pf {
  width: 104px;
  height: 75px;
}
.features-item-img {
  display: block;
  margin-bottom: 10px;
}
.features-item-count {
  font-size: 36px;
  line-height: 1;
  color: #29765c;
  font-weight: 600;
}
.features-item-txt {
  line-height: 1;
  color: #1c2236;
  margin: 0;
}
.features-lst {
  font-size: 14px;
}
.features-lst li {
  letter-spacing: -0.4px;
}
.how-it-works h3 {
  text-align: center;
}
.how-it-works-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.how-it-works-item {
  position: relative;
  width: 119px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.how-it-works-img {
  width: 117px;
  height: 95px;
  background: url(../img/how-it-works-img.svg) center/contain no-repeat;
}
.how-it-works-pic {
  display: block;
  margin: 28px auto 0 auto;
}
.how-it-works-op {
  width: 40px;
}
.how-it-works-r {
  width: 49px;
}
.how-it-works-wp {
  width: 45px;
}
.how-it-works-c {
  width: 45px;
}
.how-it-works-uw {
  width: 45px;
}
.how-it-works-hdr {
  font-weight: 600;
}
.how-it-works-txt {
  font-size: 14px;
  color: #51555a;
  text-align: center;
}
.how-it-works-btn {
  display: block;
  margin: 45px auto 0;
}

.how-it-works {
  padding-top: 80px;
}

.fod-shortcode {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 185px;
  padding: 0 59px 0 25%;
  background: url(../img/fod-bg.svg) center/contain no-repeat;
}
.fod-shortcode::before {
  position: absolute;
  content: "NEW CUSTOMER?";
  font-size: 17px;
  line-height: 1;
  width: 140px;
  height: 14px;
  color: #fff;
  top: 59px;
  left: 59px;
}
.fod-txt {
  position: relative;
  max-width: 306px;
  font-size: 29px;
  line-height: 1.55;
  color: #fff;
}
.fod-txt::after {
  position: absolute;
  content: '';
  background: url(../img/rocket.svg) center/contain no-repeat;
  width: 219px;
  height: 167px;
  top: -20px;
  right: -240px;
}
.fod-strong {
  font-weight: 600;
}

.guarantee {
  padding-top: 60px;
}
.guarantee-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 634px;
  margin-top: 60px;
  padding: 60px 70px 20px 70px;
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background: #fff;
}
.guarantee-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 250px;
  width: 260px;
  margin-bottom: 40px;
}
.guarantee-img {
  margin-bottom: 20px;
}
.guarantee-moneyback {
  width: 131px;
  height: 103px;
}
.guarantee-revision {
  width: 125px;
  height: 108px;
}
.guarantee-delivery {
  width: 123px;
  height: 112px;
}
.guarantee-citation {
  width: 118px;
  height: 114px;
}
.guarantee-graduate {
  width: 110px;
  height: 112px;
}
.guarantee-sources {
  width: 137px;
  height: 110px;
}
.guarantee-hdr {
  width: 180px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #1c2236;
}
.guarantee-txt {
  width: 253px;
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #51555a;
}

.save {
  margin-top: -158px;
  padding-top: 228px;
  min-height: 850px;
  background: url(../img/bg3_blue_element.svg) center/contain no-repeat;
}

.discounts {
  margin-top: -65px;
}
.discount-shortcode {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.discount-hdr {
  text-align: center;
  width: 100%;
}
.discount-item {
  padding-top: 49px;
  width: 244px;
  height: 262px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: url(../img/discount-item-bg.svg) center/contain no-repeat;
  border-radius: 3px;
}
.discount-num {
  max-width: 83px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.discount-num-orange {
  color: #f5662e;
}
.discount-num-light {
  color: #75d250;
}
.discount-num-normal {
  color: #4dbc42;
}
.discount-num-dark {
  color: #3fb43d;
}
.discount-item p.discount-txt {
  width: 100%;
  text-align: center;
  color: #1c2236;
}
.discount-txt strong {
  display: block;
  font-size: 17px;
}
.discount-read {
  margin: 75px 0;
  width: 100%;
  text-align: center;
}

.testimonials {
  margin-top: -50px;
  padding-top: 120px;
  background: url(../img/bg-green-2.svg) left center/contain no-repeat;
  min-height: 766px;
}
.testimonials-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 70px;
}
.testimonials h3,
.testimonials h4 {
  width: 100%;
  max-width: 365px;
}
.testimonials h3 {
  margin: 0;
}
.testimonials h4 {
  margin-top: 10px;
}
.testimonials-picture {
  max-width: 504px;
  max-height: 316px;
}
.text-page .testimonials-slider ul.glide__slides {
  padding: 0;
}
ul.glide__slides li.testimonials-slide::before {
  display: none;
}
.testimonials-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 293px;
  margin: 60px 0 40px;
  padding: 45px 50px 35px 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #fff;
}
.testimonials-slide-header {
  display: flex;
  justify-content: space-between;
}
.testimonials-slide-rating {
  font-size: 12px;
  color: #f5662e;
}
.testimonials-slide-rating .fa {
  margin: 0 2px;
}
.testimonials-slide-date {
  font-size: 13px;
  font-weight: 300;
}
.testimonials-slide-footer {
  display: flex;
  justify-content: flex-start;
}
.testimonials-slide-pic {
  width: 55px;
  height: 55px;
  margin-right: 25px;
}
.testimonials-slide-author {
  margin: 0;
  padding-top: 3px;
  font-size: 17px;
  font-weight: bold;
  color: #1c2236;
}
.testimonials-slide-employment {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #51555a;
}
.testimonials-slider .post-item-header {
  height: 30px;
}
.testimonials-slider .post-item-text {
  height: 180px;
}
.testimonials-slider .blog-post-item {
  margin: 0;
  height: 465px;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
.footer-nav .navbar-brand::after {
  display: none;
}

.footer-links {
  padding: 41px 0;
  border-bottom: 1px solid #e8e8e8;
}
.footer-socials {
  display: flex;
  justify-content: flex-start;
  max-width: 167px;
  margin-bottom: 24px;
}
.footer-social {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #37ae39;
  width: 32px;
  height: 32px;
  border: 1px solid #37ae39;
  border-radius: 50%;
  transition: .3s;
}
.footer-social:hover {
  border-color: #29765c;
  color: #29765c;
}

.footer-phones {
  margin-bottom: 30px;
}
.footer-emails {
  margin-bottom: 30px;
}
.footer-email {
  font-size: 14px;
  color: #1c2236;
}

.footer-header {
  display: block;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: bold;
  color: #1c2236;
}
.footer-content-menu {
  list-style: none;
  padding: 0;
  font-family: Rubik;
  font-size: 13px;
}
.menu-item {
  margin-bottom: 13px;
}
.menu-item a {
  color: #1e2021;
  transition: color .3s;
}
.menu-item a:hover {
  color: #29765c;
  text-decoration: none;
}
.menu-free-essays-container,
.menu-services-container {
  max-height: 210px;
  overflow-y: scroll;
}
.menu-free-essays-container::-webkit-scrollbar,
.menu-services-container::-webkit-scrollbar {
  width: 7px;
}
.menu-free-essays-container::-webkit-scrollbar-thumb,
.menu-services-container::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  background: #37ae39;
}
.menu-free-essays-container::-webkit-scrollbar-track,
.menu-services-container::-webkit-scrollbar-track {
  box-shadow:inset 0 0 0 3px #fff;
  background:#e8e8e8;
}
.footer-center-menu {
  column-count: 2;
}

.footer-bottom {
  padding: 40px 0;
}
.bottom-left,
.bottom-center,
.bottom-right {
  display: flex;
  align-items: center;
}
.bottom-left {
  justify-content: flex-start;
}
.bottom-center {
  justify-content: center;
}
.bottom-right {
  justify-content: flex-end;
}
.footer-info {
  width: 100%;
  height: auto;
  max-width: 360px;
  max-height: 28px;
}
.footer-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
}
.footer-terms {
  width: 100%;
  max-width: 195px;
  display: flex;
  justify-content: space-between;
}
.footer-terms-link {
  font-size: 13px;
  color: #1c2236;
  transition: color .3s;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.4;
}
.footer-terms-link:hover {
  color: #29765c;
}

.sliding-menu {
  top: 121px;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 285px;
  padding: 17px 30px 0 40px;
  background: #fff;
  z-index: 100000;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: auto;
}
.sliding-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sliding-menu-overlay {
  display: none;
  background: rgba(91, 84, 82, 0);
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh - 121px);
  z-index: 99999;
}
.sliding-menu-overlay.active {
  display: block;
  background: rgba(91, 84, 82, 0.5);
  -webkit-animation-name: darken;
  animation-name: darken;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.side-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.side-menu li {
  position: relative;
  padding-left: 35px;
}
.side-menu li::before {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  font-family: fontAwesome;
  text-align: center;
}
.side-menu li.menu-item-238::before {
  content: '\f046';
}
.side-menu li.menu-item-239::before {
  content: '\f085';
}
.side-menu li.menu-item-240::before {
  content: '\f291';
  color: #fa6620;
}
.side-menu li.menu-item-241::before {
  content: '\f155';
}
.side-menu li.menu-item-242::before {
  content: '\f0d6';
}
.side-menu li.menu-item-1288::before {
  content: '\f091';
}
.side-menu li.menu-item-1287::before {
  content: '\f0e6';
}
.side-menu li.menu-item-1289::before {
  content: '\f2b5';
}
.side-menu li.menu-item-1285::before {
  content: '\f24e';
}
.side-menu li.menu-item-243::before {
  content: '\f128';
}
.side-menu li.menu-item-244::before {
  content: '\f2b7';
}
.side-menu li.menu-item-245::before {
  content: '\f016';
}
.side-menu li.menu-item-240 a {
  color: #fa6620;
}
a.slider-btn {
  width: 100%;
}
a.slider-chat {
  display: block;
  padding: 10px 0;
}
a.slider-chat::before {
  display: none;
}
.slider-phones,
.slider-emails {
    margin-bottom: 10px;
}
.slider-text {
  margin: 10px 0 20px;
  display: block;
  padding: 10px 0 0;
  border-top: 1px solid #e8e8e8;
}
.slider-tel {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.32px;
  color: #1c2236;
  min-width: 150px;
  margin: 10px 0 0;
}

.slider-email {
  font-size: 14px;
  color: #1c2236;
}

.text-page {
  margin-top: 101px;
}
.text-page h1 {
  margin-top: 100px;
  font-size: 35px;
  max-width: 75%;
}
.text-page h2 {
  font-size: 28px;
}
.text-page h3 {
  font-size: 24px;
}
.text-page h4 {
  font-size: 20px;
}
.text-page li {
  font-size: 14px;
  line-height: 1.71;
  color: #51555a;
  text-align: justify;
}
.text-page p {
  text-align: justify;
}
.text-page .testimonials {
  margin-top: 0;
}
.text-page .heading {
  min-height: 305px;
  background: url(../img/text-page-hdr.svg) left top/122% no-repeat;
}
.text-page .first-p {
  font-size: 19px;
  line-height: 1.47;
  color: #1c2236;
  margin-bottom: 46px;
}
.what-we-do-items {
  padding: 45px 60px;
  background-image: linear-gradient(to bottom, #f1f6f9, #f1f6f9), linear-gradient(to top, #f1f6f9, #fafdfe);
  border-radius: 10px;
}
h3.what-we-do-header {
  font-size: 23px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.what-we-do-items {
  margin: 40px 0;
}
.what-we-do-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what-we-do-list li {
  position: relative;
  font-size: 14px;
  width: 256px;
  color: #1c2236;
  border-bottom: 1px solid #e8e8e8;
}
.what-we-do-list li::before {
  display: block;
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: calc(50% - 8px);
  background: url(../img/assignments-types.svg) center/contain no-repeat;
}
.what-we-do-list li a {
  display: block;
  color: #1c2236;
  font-weight: bold;
  padding: 17px 35px;
  transition: color .3s;
}
.what-we-do-list li a:hover {
  color: #29765c;
}
.page-404 {
  background: url(../img/bg-404.svg) 100% 0%/contain no-repeat;
  margin-top: 101px;
}
.page-404-img {
  display: block;
  max-width: 599px;
  margin: 192px auto 15px;
}
.page-404 h1{
  display: block;
  max-width: 302px;
  margin: 0 auto 25px;
  font-size: 35px;
  color: #1c2236;
  text-align: center;
}
.page-404 p {
  display: block;
  max-width: 332px;
  margin: 0 auto;
  font-size: 20px;
  color: #1c2236;
  text-align: center;
}
.page-404 .testimonials {
  display: none;
}
.page-404-actions {
  display: flex;
  justify-content: space-between;
  max-width: 220px;
  margin: 30px auto 100px;
}
.page-404-btn-back {
  width: 45%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 12px 0;
  border-radius: 3px;
  border: solid 1px #b3b4b4;
  background: #fff;
  cursor: pointer;
}
.page-404-btn-home {
  height: 40px;
  width: 45%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 12px 0;
  border-radius: 3px;
  background-color: #fa6620;
  border: solid 1px #fa6620;
  transition: background-color .3s;
}
.page-404-btn-home:hover,
.page-404-btn-home:active,
.page-404-btn-home:focus {
  background-color: #fc8751;
}
.blog-categories {
  display: flex;
  border-bottom: 2px solid #f0f0f1;
  margin-bottom: 40px;
}
.blog-category {
  padding: 24px 35px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #29765c;
}
a.blog-category {
  text-decoration: none;
  color: #29765c;
}
.blog-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-post-item {
  margin: 0 10px 20px;
  width: 300px;
  height: 505px;
  border-radius: 5px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  overflow: hidden;
}
.blog-post-item a {
  display: block;
  color: #1c2236;
  text-decoration: none;
  transition: color .3s;
}
.blog-post-item a:hover {
  text-decoration: none;
  color: #29765c;
}
.post-item-img {
  display: block;
  max-width: 100%;
}
.post-item-content {
  padding: 0 26px 45px;
  background: #fff;
}
.post-item-header {
  height: 65px;
  display: flex;
  align-items: center;
}
.post-item-author {
  display: inline-block;
  padding: 0 10px 0 48px;
  margin-right: 10px;
  position: relative;
  font-size: 13px;
  font-weight: bold;
}
.post-item-author::before {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  top: calc(50% - 17px);
  left: 0;
  background: url('../img/male-icon.svg') center/contain no-repeat;
}
.post-item-author::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  right: 0;
  top: calc(50% - 2px);
  background: #29765c;
  border-radius: 50%;
}
.post-item-date {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  letter-spacing: -0.13px;
  color: #a3a6a9;
}
.post-item-date::before {
  position: absolute;
  content: '\f017';
  font-family: 'FontAwesome';
  font-size: 13px;
  color: #a3a6a9;
  left: 0;
  top: 0;
}
h3.post-item-title {
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.17px;
}
.post-item-text {
  height: 234px;
  overflow: hidden;
}
div.wp-pagenavi {
  margin-top: 20px;
}
div.wp-pagenavi a, div.wp-pagenavi span {
  color: #1c2236;
  border: none;

}
div.wp-pagenavi span.current {
  color: #fa6620;
  border: none;
}
.accordion-item {
  border: solid 1px #d8dadb;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 5px;
  transition: background .3s;
}
.accordion-item.active {
  background: #f5f9fb;
}
.accordion-header {
  position: relative;
  padding: 22px 22px 22px 54px;
  cursor: pointer;
}
.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  left: 22px;
  top: calc(50% - 2px);
  background: #29765c;
  transition: .3s;
}
.accordion-header::after {
  transform: rotate(90deg);
}
.accordion-item.active .accordion-header::after {
  transform: rotate(0deg);
}
h4.accordion-header-text {
  line-height: 1;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.accordion-content {
  padding: 0 54px;
  overflow: hidden;
  transition: .3s;
  height: 0;
}
.sidebar-login-block {
  border-radius: 5px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #fff;
  min-height: 403px;
  overflow: hidden;
}
.sidebar-fod-block {
  margin-top: 55px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
}
.sidebar-fod-block .fod-shortcode {
  padding: 110px 15px 25px;
  background: url('../img/fod-bg.svg') center/cover no-repeat;
  flex-direction: column
}
.sidebar-fod-block .fod-txt::after {
  width: 159px;
  height: 121px;
  top: -150px;
  right: 72px;
}
.sidebar-fod-block .fod-shortcode::before {
  top: 82px;
  left: 100px;
}
.sidebar-categories-block,
.sidebar-tags-block,
.sidebar-related-block {
  margin-top: 20px;
  padding: 29px;
  border-radius: 5px;
  box-shadow: 0px 8px 40px 0 rgb(82 121 174 / 12%);
  background-color: #fff;
  overflow: hidden;
}
h4.sidebar-categories-hdr,
h4.sidebar-tags-hdr,
h4.sidebar-related-hdr {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.18px;
}
.sidebar-related-posts {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-related-post {
  margin-top: 25px;
}
.sidebar-related-post figure {
  margin: 0;
}
.crp_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #1c2236;
  line-height: 1.2;
}
.crp_link:hover {
  color: #1c2236;
}
.crp_title {
  display: block;
  text-align: left;
  width: 173px;
  margin-right: 20px;
}
h4.sidebar-tags-hdr {
  margin-bottom: 7px;
}
.tag-cloud-link {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid #d8dadb;
  border-radius: 1px;
  color: #1c2236;
  text-align: center;
  line-height: 1;
  margin: 13px 8px 0 0;
}
.tag-cloud-link:hover {
  color: #1c2236;
}
.featured-image {
  max-width: 100%;
  display: block;
  margin-bottom: 25px;
}
.article-sharing {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid #b3b4b4;
}
.addtoany_list {
  padding: 10px;
  border-radius: 3px;
  background-color: #f5f9fb;
}
.addtoany_list a {
  padding: 10px !important;
}
ul.sidebar-categories {
  width: 100%;
  margin: 0;
  padding-left: 28px;
  list-style: none;
}
li.sidebar-category {
  position: relative;
  margin-top: 20px;
  font-size: 15px;
  color: #1e2021;
  line-height: 1.71;
  text-align: justify;
}
li.sidebar-category::before {
  position: absolute;
  left: -28px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  content: '';
  background: url("../img/assignments-types.svg") center/contain no-repeat;
}
a.sidebar-category-link,
a.sidebar-category-link:hover {
  color: #1e2021;
}
.entry-item {
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
}
.entry-item-text {
  position: relative;
  padding-left: 68px;
}
.entry-item-text::before {
  position: absolute;
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 318.43 357.42'%3E%3Cdefs/%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2337ae39%7D%3C/style%3E%3C/defs%3E%3Cpath d='M275.47 197.67V85.58v-.4a6.81 6.81 0 00-.35-1.74s0-.09-.05-.13a6.15 6.15 0 00-.83-1.56l-.11-.15c-.18-.23-.37-.46-.58-.68l-79-79a5.89 5.89 0 00-.65-.57l-.19-.14q-.35-.21-.71-.44a6 6 0 00-.73-.33L192 .35a6.77 6.77 0 00-1.67-.35h-172A18.34 18.34 0 000 18.32v305.34A18.34 18.34 0 0018.32 342h165.59a85.54 85.54 0 1091.56-144.31zm-79-175.19L253 79h-51.37a5.16 5.16 0 01-5.15-5.16zM13.16 323.66V18.32a5.16 5.16 0 015.16-5.15h165v60.67a18.35 18.35 0 0018.33 18.32h60.65v99.32a85.54 85.54 0 00-93.23 137.33H18.32a5.16 5.16 0 01-5.16-5.15zm219.69 20.59a72.42 72.42 0 1172.42-72.41 72.49 72.49 0 01-72.42 72.41z' class='cls-1'/%3E%3Cpath d='M264.24 240.85l-48 48-14.75-14.75a6.59 6.59 0 00-9.32 9.31l19.41 19.4a6.58 6.58 0 009.31 0l52.66-52.66a6.58 6.58 0 00-9.3-9.31z' class='cls-1'/%3E%3C/svg%3E") center no-repeat;
  width: 19px;
  height: 21px;
  top: calc(50% - 10px);
  left: 0;
}
.entry-item-header {
  font-size: 17px;
  font-weight: bold;
  color: #1c2236;
}
.entry-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 145px;
  width: 145px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #29765c;
  background-color: #29765c;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  margin-left: 20px;
  transition: background-color .3s;
}
.entry-item-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #57917e;
}
.sidebar-vip-block {
  margin-top: 20px;
}
.sidebar-vip-info {
  padding: 15px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url('../img/sidebar-vip-bg.svg') center/contain no-repeat;
  cursor: pointer;
}
.sidebar-vip-info:hover {
  text-decoration: none;
}
.sidebar-vip-text {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}
.sidebar-vip-crown {
  width: 32px;
  height: 32px;
  background: #29765c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.06 14.97'%3E%3Cdefs/%3E%3Cpath fill='%23f78c35' d='M8.04 0L1.42 11.47h13.25L8.04 0z'/%3E%3Cpath fill='%23e7a537' d='M16.06 2.73L3.77 11.47h10.92l1.37-8.74z'/%3E%3Cpath fill='%23f8c440' d='M0 2.73l12.29 8.74H1.38L0 2.73z'/%3E%3Cpath fill='%23f28c34' d='M1.42 12.31h13.25v2.67H1.42z'/%3E%3C/svg%3E") center/64% no-repeat;
  border-radius: 50%;
}
.sidebar-vip-read {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
}
.single .article-text ul {
  width: 100%;
  margin-top: 28px;
  padding-left: 28px;
  list-style: none;
}
.single .article-text ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
  color: #1e2021;
}
.single .article-text ul li::before {
  position: absolute;
  left: -28px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  content: '';
  background: url("../img/assignments-types.svg") center/contain no-repeat;
}
.single .article-text blockquote {
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: #29765c;
}
.single .article-text blockquote::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  background: #29765c;
}
.single .article-text blockquote p {
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
  color: #29765c;
}
.affiliate-options-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.affiliate-options-img {
  display: inline-block;
  height: 235px;
  width: auto;
}
.affiliate-options-img-place,
.affiliate-options-img-share {
  margin-right: 50px;
}
.affiliate-options-img-invite {
  margin-left: 50px;
}
.affiliate-page-hdr {
  padding: 40px 0;
  margin: 40px 0 0 0;
  border-top: 1px solid #e8e8e8;
}
.main-guarantees {
  margin-top: 60px;
  position: relative;
  min-height: 580px;
}
.main-guarantees::before,
.main-guarantees::after {
  display: block;
  position: absolute;
  content: '';
  width: 380px;
  height: 211px;
  z-index: -2;
}
.main-guarantees::before {
  left: 0;
  bottom: 0;
  background: url("../img/building.svg") -280px 0% no-repeat;
  background-size: 550px 211px;
}
.main-guarantees::after {
  right: 0;
  top: 155px;
  background: url("../img/building.svg") 30px 0% no-repeat;
  background-size: 550px 211px;
}
.main-guarantees-info {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 80px 106px;
  z-index: -1;
  background: #fff;
}
.main-guarantees-info-cnt {
  max-width: 450px;
}
.main-guarantees-info-hdr {
  margin-bottom: 30px;
}
.main-guarantees-info-txt {
  font-size: 14px;
  line-height: 1.71;
  color: #51555a;
}
.accent-1 {
  color: #fa6620;
}
.main-guarantees-info-img {
  width: 287px;
}
.how-get-bonuses {
  background: url("../img/how-get-bonuses-bg.svg") top center/contain no-repeat;
  min-height: 710px;
  padding-top: 200px;
  margin-top: -255px;
}
.how-get-bonuses-hdr {
  text-align: center;
  margin-bottom: 40px;
}
.how-get-bonuses-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.how-get-bonuses-item {
  position: relative;
  width: 205px;
  height: 210px;
  align-items: center;
}
.how-get-bonuses-img {
  width: 117px;
  height: 95px;
  background: url(../img/how-get-bonuses-img.svg) center/contain no-repeat;
  margin: 0 auto 34px;
  padding: 1px;
}
.how-get-bonuses-pic {
  display: block;
  margin: 28px auto 0 auto;
  width: 49px;
}
.hgb-go .how-get-bonuses-pic {
  margin-top: 35px;
}
.hgb-ap .how-get-bonuses-pic {
  margin-top: 22px;
}
.how-get-bonuses-txt {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
}
.shortcode-how-get-bonuses p.how-get-bonuses-small-txt {
  margin-top: 40px;
  font-size: 13px;
  color: #51555a;
  font-style: italic;
  line-height: 1.1;
  text-align: center;
}
.hgb-go .how-get-bonuses-txt,
.hgb-ty .how-get-bonuses-txt,
.hgb-cl .how-get-bonuses-txt {
  width: 145px;
}
.how-get-bonuses-num {
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 53px;
  left: 30px;
  background-color: #37ae39;
  border-radius: 50%;
  color: #fff;
  padding-top: 4px;
  line-height: 1;
  text-align: center;
}
.reviews-adv {
  position: relative;
  padding-bottom: 165px;
  overflow: hidden;
}
.reviews-adv::before,
.reviews-adv::after {
  display: block;
  position: absolute;
  content: '';
  width: 380px;
  height: 211px;
  z-index: -2;
}
.reviews-adv::before {
  left: 0;
  bottom: 0;
  background: url("../img/building.svg") -280px 0% no-repeat;
  background-size: 550px 211px;
}
.reviews-adv::after {
  right: 0;
  bottom: 215px;
  background: url("../img/building.svg") 30px 0% no-repeat;
  background-size: 550px 211px;
}
.reviews-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviews-adv-hdr {
  flex: 0 0 100%;
}
.reviews-adv-p {
  flex: 0 0 100%;
  margin-bottom: 40px;
}
.reviews-adv-left {
  flex: 0 0 48%;
}
.reviews-adv-img {
  display: block;
  max-width: 465px;
  margin: 0 auto 30px;
}
.reviews-adv-info {
  position: relative;
  flex: 0 0 48%;
  background: linear-gradient(to top, #84da55, #3fb33d);
  list-style: none;
  margin: 27px 0 1rem;
  padding: 36px 43px 46px 99px;
  border-radius: 10px;
}
.reviews-adv-info::before {
  position: absolute;
  content: '';
  width: 206px;
  height: 252px;
  right: -140px;
  top: -50px;
  background: url("../img/reviews-adv-info.svg") center/contain no-repeat;
}
.reviews-adv-info li {
  position: relative;
  margin: 0;
  padding: 18px 15px;
  font-size: 17px;
  line-height: 1.47;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.reviews-adv-info li:nth-child(5) {
  border-bottom-color: transparent;
}
.reviews-adv-info li::before {
  position: absolute;
  content: '';
}
.reviews-adv-info li:nth-child(1)::before {
  background: url("../img/rev-adv-deliver.svg") center/contain no-repeat;
  width: 48px;
  height: 23px;
  left: -62px;
  top: calc(50% - 11px);
}
.reviews-adv-info li:nth-child(2)::before {
  background: url("../img/rev-adv-authentic.svg") center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: -54px;
  top: calc(50% - 20px);
}
.reviews-adv-info li:nth-child(3)::before {
  background: url("../img/rev-adv-format.svg") center/contain no-repeat;
  width: 36px;
  height: 36px;
  left: -50px;
  top: calc(50% - 18px);
}
.reviews-adv-info li:nth-child(4)::before {
  background: url("../img/rev-adv-prices.svg") center/contain no-repeat;
  width: 39px;
  height: 39px;
  left: -53px;
  top: calc(50% - 19px);
}
.reviews-adv-info li:nth-child(5)::before {
  background: url("../img/rev-adv-support.svg") center/contain no-repeat;
  width: 35px;
  height: 35px;
  left: -49px;
  top: calc(50% - 17px);
}
.reviews-qa {
  background: url("../img/how-get-bonuses-bg.svg") top center/contain no-repeat;
  min-height: 710px;
  padding-top: 200px;
  margin-top: -255px;
}
.reviews-qa-img {
  width: 425px;
  float: right;
  margin: 0 30px 0 80px;
}
.reviews-mas {
  margin-bottom: 50px;
}
.grid {
  margin-left: auto;
  margin-right: auto;
}
.reviews-items {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #e8e8e8;
}
.review-item {
  padding: 37px 40px 55px;
  border-radius: 5px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background: #fff;
}
.grid-item {
  width: 346px;
  margin-bottom: 36px;
}
.leave-review {
  margin-bottom: 60px;
}
.review-item-header {
  margin-bottom: 20px;
}
.tst-form {
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background: #fff;
  padding: 50px 60px;
  border-radius: 10px;
}
.tst-form .acf-form-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tst-form .acf-field .acf-label label {
  font-size: 14px;
  font-weight: normal;
  color: #1c2236;
  line-height: 1;
}
.tst-form div.tst-form-item {
  border: none;
  padding: 0;
  margin-bottom: 28px;
}
.tst-form span.tst-header {
  display: block;
  flex: 0 0 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 33px;
}
.tst-form div.tst-your-name {
  flex: 0 0 38%;
}
.tst-form div.tst-email {
  flex: 0 0 38%;
}
.tst-form div.tst-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 18%;
  margin-top: 29px;
}
.tst-form div.tst-rate .acf-label {
  margin: 0;
}
.tst-form div.field_type-star_rating_field ul.star-rating {
  margin: 0;
}
.tst-form div.field_type-star_rating_field ul.star-rating li {
  color: #f5662e;
}
.tst-rate .clear-button {
  display: none;
}
.tst-form div.tst-message {
  flex: 0 0 100%;
}
.tst-form .acf-field input[type="text"],
.tst-form .acf-field textarea {
  border-radius: 3px;
  border: solid 1px #d8dadb;
  font-size: 14px;
  padding: 15px 17px 14px;
  color: #a3a6a9;
  outline: none;
}
.tst-form .acf-field input[type="text"]:focus,
.tst-form .acf-field textarea:focus {
  border: 1px solid #a3a6a9;
}
.tst-form div.tst-required {
  display: inline-block;
  font-size: 15px;
  margin-left: 40px;
}

/* ESSAYATOR */
.popup-user-area {
  text-decoration: none;
  color: #1c2236;
  transition: color .3s;
}
.popup-user-area:hover {
  text-decoration: none;
  color: #29765c;
}
.step {
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #fff;
  padding: 48px 78px;
  margin-bottom: 20px;
}
body .essay-component,
body .essay-component *,
body .order-form-wrapper,
body .order-form-wrapper .data-table > .row.service-revision > .col:first-child::after {
  font-family: Rubik !important;
}
body .order-form-wrapper .header {
  text-align: center;
  font-family: Rubik;
  font-size: 25px;
  font-weight: 600;
  color: #1c2236;
}
body .order-form-wrapper .material-hint > i:after,
body .order-form-wrapper .material-hint > b:after {
  border: solid #29765c 1px;
  background-color: #29765c;
  color: #fff;
}
body .essay-component.order-form-wrapper label.radio-label,
body .essay-component.order-form-wrapper .checkbox-input input+label {
  position: relative;
}
body .essay-component [type="checkbox"].filled-in + label:before {
  position: absolute;
  content: '';
  left: -17px;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #fa6620;
  border-radius: 2px;
  background: #fff;
}
body .essay-component [type="checkbox"].filled-in:checked + label:before {
  background: #fa6620 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434 434'%3E%3Cdefs/%3E%3Cpath fill='%23fff' d='M151.8 369.1c-5.5 0-10.9-2.1-15.1-6.2L6.2 232.4c-8.3-8.3-8.3-21.8 0-30.1s21.8-8.3 30.1 0l115.4 115.4L397.6 71.8c8.3-8.3 21.8-8.3 30.1 0s8.3 21.8 0 30.1l-260.9 261c-4.1 4.1-9.6 6.2-15 6.2z'/%3E%3C/svg%3E") center/80% no-repeat;
  width: 16px;
  height: 16px;
}
body .essay-component.order-form-wrapper .checkbox-input input {
  opacity: 0;
}
body .essay-component [type="radio"] + label:before {
  position: absolute;
  content: '';
  left: -17px;
  top: 0;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #fa6620;
  border-radius: 50%;
  background: #fff;
}
body .essay-component [type="radio"]:checked + label:before {
  background: #fa6620 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cdefs/%3E%3Cpath fill='%23fff' d='M256 0C115 0 0 115.1 0 256c0 141 115.1 256 256 256 141 0 256-115 256-256S397 0 256 0zm0 482C131.4 482 30 380.6 30 256S131.4 30 256 30s226 101.4 226 226-101.4 226-226 226z'/%3E%3C/svg%3E") center/85% no-repeat;
}
body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] + label.radio-label.checked {
  border: 1px solid #fa6620;
}
body .essay-component [type="radio"][name="language_id"] {
  opacity: 0;
}
body .essay-component [type="radio"][name="language_id"] + label:before {
  left: 0;
}
body .vip-services-list .wrapper.bg-color-1 {
  background-color: #f1f6f9;
  border: 1px solid transparent;
}
body .vip-services-list .wrapper.checked {
  border: 1px solid #fa6620;
}
body .essay-component .ws-vip-services .new-vip:before {
  top: 10px;
  border: none;
  background: #fa6620;
  width: 33px;
  height: 14px;
}
body .essay-component .ws-vip-services .new-vip .wrapper:before {
  transform: none;
  right: 14px;
  top: 8px;
}
body .services-package .wrapper {
  background-color: #feefe8;
}
body .essay-component .ws-vip-services .services-package .package-price-wrapper .text-color-2,
body .essay-component .ws-vip-services .offer-label b {
  color: #fa6620;
  margin: 0;
}
body .essay-component .ws-vip-services .services-package .package-price-wrapper s span,
body .essay-component .ws-vip-services .services-package .package-price-wrapper .price,
body .essay-component .ws-vip-services .services-package .package-price-wrapper .currency {
  font-weight: 400;
}
body .essay-component .ws-vip-services .services-package .package-price-wrapper .package-service-text {
  font-weight: 400;
  margin: 0 0 15px;
}
body .essay-component .ws-vip-services .services-package label.checkbox-label:before,
body .essay-component .ws-vip-services .services-package label.checkbox-label:after {
  top: calc(50% - 22px);
  left: 20px;
}
body .essay-component .offer-label span:last-child {
  margin-top: 16px;
}
body .order-form-wrapper {
  padding: 0;
}
body .order-form-wrapper .total-price b {
  color: #fa6620;
}
.home-miniorder {
  margin-top: 65px;
  position: relative;
  max-width: 516px;
  max-height: 581px;
  padding: 42px 32px;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #ffffff;
}
.miniorder-heading {
  text-align: center;
  font-size: 25px;
  font-weight: 600  ;
  margin-bottom: 24px;
}
.home-miniorder-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  min-height: 50px;
}
.home-miniorder-col.price-col {
  min-height: 20px;
  margin-bottom: 0;
}
.miniorder-label {
  width: 130px;
  text-align: right;
  font-size: 14px;
}
.home-miniorder .currency,
.home-miniorder .miniorder-select,
.home-miniorder select {
  width: 100%;
  max-width: 282px;
}
.home-miniorder .miniorder-select {
  position: relative;
}
.home-miniorder .m,
.home-miniorder .p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: -1px;
  transition: .3s;
  border-radius: 3px;
  border: 1px solid #d8dadb;
  cursor: pointer;
}
.home-miniorder .m {
  left: -1px;
}
.home-miniorder .p {
  right: -1px;
}
.home-miniorder .m:hover,
.home-miniorder .p:hover {
  background: #37ae39;
  color: #fff;
  border-color: #37ae39;
}
.home-miniorder .select-pages {
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #a3a6a9;
}
.home-miniorder .currency {
  display: flex;
  justify-content: space-between;
}
.currency input[type=button] {
  width: 25%;
  height: 50px;
  font-size: 14px;
  color: #a3a6a9;
  background: #fff;
  border-radius: 3px;
  border: solid 1px #d8dadb;
  outline: none;
  transition: .3s;
}
.currency input[type=button]:nth-child(1) {
  border-radius: 3px 0 0 3px;
  border-right: 1px solid transparent;
}
.currency input[type=button]:nth-child(2),
.currency input[type=button]:nth-child(3) {
  border-radius: 0;
  border-right: 1px solid transparent;
}
.currency input[type=button]:nth-child(4) {
  border-radius: 0 3px 3px 0;
}
.currency input[type=button].active {
  background: #37ae39;
  color: #fff;
  border-color: #37ae39;
}
.home-miniorder .miniorder-select,
.home-miniorder select {
  height: 50px;
  border: 1px solid #d8dadb;
  font-size: 14px;
  color: #a3a6a9;
  border-radius: 3px;
  padding: 0 17px;
}
.mini-order-total-price {
  text-decoration: line-through;
}
.mini-order-first-price {
  font-size: 18px;
  font-weight: 600;
  color: #fa6620;
}
.miniorder-submit {
  margin: 0 0 0 auto;
}
.contact-us-form {
  padding: 50px 60px 45px;
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #fff;
}
.contact-us-form h3 {
  font-size: 25px;
  text-align: center;
}
body .button.button-primary-1,
body .profile-wrapper.essay-component .submit-b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body .button.button-primary-1,
body .essay-component .submit-b,
body .essay-component.essay-contact-form .submit-b {
  width: 220px;
  height: 50px;
  background-color: #fa6620;
  border: solid 1px #fa6620;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  outline: none;
  color: #fff;
  transition: background-color .3s;
}
body .essay-component.essay-contact-form .submit-b:hover {
  background-color: #fc8751;
  text-decoration: none;
  color: #fff;
}
body .button.button-primary-1.yes,
body .button.button-primary-1.no {
  display: inline-block;
  margin-bottom: 10px;
}
body .button.button-primary-1.no {
  border: solid 1px #b3b4b4;
  background: #fff;
  color: #1c2236;
}
body .order-form-wrapper .order-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  width: 220px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  background-color: #fa6620;
}
body .mini-wrapper input[type="submit"] {
  height: 50px;
  border-radius: 2px;
  background-color: #29765c;
  border: 1px solid #29765c;
  outline: none;
  transition: background-color .3s;
}
body .mini-wrapper input[type="submit"]:hover {
  background-color: #57917e;
}
body .mini-wrapper .links-list li {
  padding-left: 0;
  background: none;
}
body .mini-wrapper .links-list li a {
  border: none;
  color: #a3a6a9;
  transition: color .3s;
}
body .mini-wrapper .links-list li a:hover {
  color: #8a8d8f;
}
body .ae-prices {
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background: #fff;
  padding: 45px 60px;
}
body .ae-prices .essay-component [type="radio"] + label:before {
  left: 34px;
  top: 23px;
}
body .ae-prices .essay-component .col.valign-wrapper {
  padding-top: 15px;
}
body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .circles {
  margin-top: 9px;
}
body .ae-prices .essay-custom-calculator-wrapper .row input[type="radio"] {
  opacity: 0;
}
body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .price {
  margin-top: 13px;
  display: inline-block;
}
body .ae-prices .essay-component .col.time {
  margin-top: 17px;
}
body .essay-custom-calculator-wrapper input[type="submit"] {
  display: block;
  width: 250px;
  height: 50px;
  margin: 0 0 0 auto;
  border: 1px solid #fa6620;
  border-radius: 2px;
  background-color: #fa6620;
  color: #fff;
}
body .essay-custom-calculator-wrapper .price-list {
  padding: 0;
}
body .essay-vip-account {
  border: none;
  box-shadow: none;
  padding: 20px 0;
  background: none;
}
body .essay-vip-account .vip-levels-wrapper .level {
  border-color: transparent ;
}
body .essay-vip-account .vip-levels-wrapper .level.active {
  background-color: #fa6620;
  color: #fff;
  border-color: #fa6620;
}
body .essay-vip-account .vip-account-list > li {
  border-radius: 4px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  border: none;
}
body .vip-package-item {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period {
  height: 85px;
  background-color: #37ae39;
  color: #fff;
  line-height: 90px;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .price-per-month .currency-of-price,
body .essay-vip-account .vip-account-list > li .vip-package-item .price-per-month .best-price {
  color: #1c2236;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .price-per-month .per-month {
  color: #51555a;
}
body .essay-vip-account .vip-account-list > li .vip-select-button {
  background-color: #fff;
  color: #a3a6a9;
  font-weight: normal;
  border: 1px solid #a3a6a9;
  border-radius: 3px;
}
body .essay-vip-account .vip-account-list > li .vip-select-button::after {
  color: #a3a6a9;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period::after {
  position: absolute;
  content: '';
  background: #f8c440;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -3px;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .rhex {
  width: 50px;
  height: 50px;
  border: 3px solid #f8c440;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.06 14.97'%3E%3Cdefs/%3E%3Cpath fill='%23f78c35' d='M8.04 0L1.42 11.47h13.25L8.04 0z'/%3E%3Cpath fill='%23e7a537' d='M16.06 2.73L3.77 11.47h10.92l1.37-8.74z'/%3E%3Cpath fill='%23f8c440' d='M0 2.73l12.29 8.74H1.38L0 2.73z'/%3E%3Cpath fill='%23f28c34' d='M1.42 12.31h13.25v2.67H1.42z'/%3E%3C/svg%3E") center 40%/55% no-repeat;
  bottom: -30px;
  z-index: 1;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .rhex .vip-mark {
  display: none;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .rhex::before,
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .rhex::after {
  display: none;
}
body .essay-vip-account .vip-account-text .header-our-vip {
  color: #1c2236;
}
body .essay-vip-account ul.vip-select-list {
  background-color: #fff;
}
body .essay-vip-account ul.vip-select-list .vip-account-pay .buy {
  background-color: #29765c;
  color: #fff;
}
body .vip-list {
  padding: 0;
}
body .essay-vip-account .vip-account-text ul.vip-list li {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 50px;
}
body .essay-vip-account .vip-account-text ul.vip-list li::before {
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  content: '';
  background: url(../img/assignments-types.svg) center/contain no-repeat;
}
body .essay-component.mini-wrapper.essay-login-form {
  padding: 29px;
}
body .user-area-wrapper .header {
  background-color: #29765c;
}
body .user-area-wrapper .header a {
  color: #fff;
}
body .user-area-wrapper .info-list br {
  display: none;
}
body .user-area-wrapper .info-list li b {
  color: #1c2236;
}
body .user-area-wrapper .hint a {
  color: #29765c;
  font-weight: normal;
}
body .user-area-wrapper .get-vip-status {
  color: #fa6620;
  font-weight: bold;
}
body .user-area-wrapper .info-list li span.vip-star {
  position: relative;
  max-height: 25px;
  top: -3px;
  left: 3px;
}
body .user-area-wrapper .info-list li span.vip-star:before {
  position: absolute;
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  top: 0;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.06 14.97'%3E%3Cdefs/%3E%3Cpath fill='%23f78c35' d='M8.04 0L1.42 11.47h13.25L8.04 0z'/%3E%3Cpath fill='%23e7a537' d='M16.06 2.73L3.77 11.47h10.92l1.37-8.74z'/%3E%3Cpath fill='%23f8c440' d='M0 2.73l12.29 8.74H1.38L0 2.73z'/%3E%3Cpath fill='%23f28c34' d='M1.42 12.31h13.25v2.67H1.42z'/%3E%3C/svg%3E") center 40%/55% no-repeat;
  border-radius: 50%;
  border: 2px solid #f8c440;
}
body .mini-wrapper .menu-list li .icon:after,
body .user-area-wrapper .menu-list li a {
  color: #1c2236;
}
body .mini-wrapper .menu-list li:hover .icon:after,
body .user-area-wrapper .menu-list li:hover a {
  color: #37ae39;
}
body .essay-component .hint.discounts-hint div ul li {
  color: #1c2236;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 318.43 357.42'%3E%3Cdefs/%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2337ae39%7D%3C/style%3E%3C/defs%3E%3Cpath d='M275.47 197.67V85.58v-.4a6.81 6.81 0 00-.35-1.74s0-.09-.05-.13a6.15 6.15 0 00-.83-1.56l-.11-.15c-.18-.23-.37-.46-.58-.68l-79-79a5.89 5.89 0 00-.65-.57l-.19-.14q-.35-.21-.71-.44a6 6 0 00-.73-.33L192 .35a6.77 6.77 0 00-1.67-.35h-172A18.34 18.34 0 000 18.32v305.34A18.34 18.34 0 0018.32 342h165.59a85.54 85.54 0 1091.56-144.31zm-79-175.19L253 79h-51.37a5.16 5.16 0 01-5.15-5.16zM13.16 323.66V18.32a5.16 5.16 0 015.16-5.15h165v60.67a18.35 18.35 0 0018.33 18.32h60.65v99.32a85.54 85.54 0 00-93.23 137.33H18.32a5.16 5.16 0 01-5.16-5.15zm219.69 20.59a72.42 72.42 0 1172.42-72.41 72.49 72.49 0 01-72.42 72.41z' class='cls-1'/%3E%3Cpath d='M264.24 240.85l-48 48-14.75-14.75a6.59 6.59 0 00-9.32 9.31l19.41 19.4a6.58 6.58 0 009.31 0l52.66-52.66a6.58 6.58 0 00-9.3-9.31z' class='cls-1'/%3E%3C/svg%3E") 0 4px/4% no-repeat;
}
body .essay-component .hint.discounts-hint div ul li i {
  color: #29765c;
}
body .essay-component .hint.discounts-hint div ul li b {
  color: #979ca7;
}
body .ae-affiliate-program-short {
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #fff;
  padding: 50px;
  margin-bottom: 30px;
}
body .affiliate-program-short-wrapper.closeBlock {
  padding: 0;
  margin: 0;
}
body .affiliate-program-wrapper .affiliate-pre-text .title {
  font-size: 25px;
  letter-spacing: -0.25px;
  color: #1c2236;
  line-height: 1;
}
body .affiliate-pre-text .description {
  padding: 10px 0;
}
body .affiliate-program-short-wrapper .to-earning a {
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 16px;
  width: 200px;
  height: 50px;
  background-color: #37ae39;
}
body .affiliate-program-short-wrapper .affiliate-short-wrapper {
  margin-top: 30px;
}
body .ae-affiliate-program-short .affiliate-program-wrapper {
  padding: 0;
}
body .affiliate-program-wrapper.affiliate-program-short-wrapper .side .case.open .case-title::before,
body .affiliate-program-wrapper .side .case .case-title div {
  color: #1c2236;
}
body .affiliate-program-wrapper .side .case .case-content .save-button.print-button,
body .affiliate-program-wrapper .side .case .case-content .affiliate-button {
  border: 1px solid #37ae39;
  background-color: #37ae39;
}
body .affiliate-program-wrapper .side .case .case-content .save-button.more-info {
  color: #37ae39;
  border: 1px solid #37ae39;
}
body .affiliate-program-wrapper .arrow-control a {
  color: #29765c;
}
body .affiliate-program-short-wrapper .arrow-control {
  border-radius: 50%;
  box-shadow: none;
  border: 2px solid #29765c;
  height: 30px;
  width: 30px;
}
body .affiliate-program-short-wrapper.closeBlock .arrow-control a::after {
  top: 10px;
  margin-top: 2px;
  display: inline-block;
}
body .affiliate-program-wrapper .referral-banner {
  display: flex;
  justify-content: space-between;
}
body .affiliate-program-wrapper .referral-banner .row-1 {
  float: none !important;
  height: 65px;
}
body .essay-component .row.component-tabs-controls {
  margin: 0;
  padding: 0;
  max-height: 65px;
}
body .ae-orders .component-tab-content {
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #ffffff;
  padding: 50px;
}
body .essay-component .component-tabs-controls li {
  background-color: #ffffff;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  border-radius: 10px 10px 0 0;
}
body .essay-component .component-tabs-controls li.selected {
  background-color: #126166;
}
body .essay-component .component-tabs-controls li.selected a:hover,
body .essay-component .component-tabs-controls li.selected a {
  color: #fff;
}
body .order-preview .buttons-panel .button {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 12px;
  border-radius: 3px;
  border: solid 1px #b3b4b4;
  background-color: #fff;
  height: 50px;
}
body .order-preview .buttons-panel .button.save-b {
  background-color: #fa6620;
  border: solid 1px #fa6620;
  color: #fff;
  display: inline-block;
}
body .essay-component .blue-status-label,
body .essay-component .back-b:before,
body .essay-component .blue-label {
  color: #29765c;
}
body .essay-component.payments-wrapper .submit-b {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 12px;
  border-radius: 3px;
  background-color: #fa6620;
  border: solid 1px #fa6620;
  color: #fff;
}
body .essay-orders .orders .order-item.vip {
  border: solid 1px #f8c244;
  background-color: #fef0bf;
}
.miniorder-shortcode {
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  background-color: #ffffff;
}
.miniorder-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.miniorder-content .home-miniorder-col {
  display: block;
  width: 49%;
  max-width: 282px;
}
.miniorder-content .miniorder-label {
  display: block;
  width: 100%;
  text-align: left;
}
.miniorder-content .select-pages {
  text-align: center;
}
.miniorder-content .select-pages,
.miniorder-content select {
  width: 100%;
  height: 50px;
  border: 1px solid #d8dadb;
  font-size: 14px;
  color: #a3a6a9;
  border-radius: 3px;
  padding: 0 17px;
}
.miniorder-content .miniorder-select {
  position: relative;
  color: #a3a6a9;
}
.miniorder-content .m,
.miniorder-content .p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 0;
  transition: .3s;
  border-radius: 3px;
  border: 1px solid #d8dadb;
  cursor: pointer;
}
.miniorder-content .m {
  left: -1px;
}
.miniorder-content .p {
  right: -1px;
}
.miniorder-content .miniorder-price {
  padding-top: 8px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
}
.miniorder-content .mini-order-total-price {
  font-size: 23px;
  font-weight: bold;
  color: #fa6620;
  text-decoration: none;
}
.miniorder-content .miniorder-submit {
  width: 100%;
}
.contact-us-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us-footer-item {
  min-width: 35%;
  margin-bottom: 25px;
}
.contact-us-footer-mail,
.contact-us-footer-phone,
.contact-us-footer-mail:hover,
.contact-us-footer-phone:hover {
  color: #1c2236;
}
.contact-us-footer-livechat {
  padding: 10px 0;
}
.contact-us-footer-livechat::before {
  display: none;
}
body .global-cookie .cookie-policy-block {
  bottom: auto;
  top: 105px;
}
.order-steps {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.order-steps-item {
  display: flex;
  width: 282px;
  border-radius: 3px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  margin-bottom: 20px;
}
.order-steps-pic {
  width: 80px;
  height: 65px;
  background: #37ae39;
  border-radius: 3px;
}
.steps-item-1 .order-steps-pic {
  background: #37ae39 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' data-name='Capa 1' viewBox='0 0 512 467.99'%3E%3Cdefs/%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M346.5 278h-181a10 10 0 000 20h181a10 10 0 000-20zM305.5 326h-140a10 10 0 000 20h140a10 10 0 000-20zM346 326h-.11a10 10 0 000 20h.11a10 10 0 000-20zM254.82 228h-.13a10 10 0 000 20h.13a10 10 0 100-20z' class='cls-1' transform='translate(0 -22.01)'/%3E%3Cpath d='M380 228h-91.81a10 10 0 000 20H380a14 14 0 0114 14v100a14 14 0 01-14 14H132a14 14 0 01-14-14V262a14 14 0 0114-14h88.32a10 10 0 000-20H132a34 34 0 00-34 34v100a34 34 0 0034 34h248a34 34 0 0034-34V262a34 34 0 00-34-34z' class='cls-1' transform='translate(0 -22.01)'/%3E%3Cpath d='M470 78.33h-32.91a10.43 10.43 0 00-1.78.17L412.23 28A10 10 0 00399 23.07L277.41 78.64a10.07 10.07 0 00-2.41-.31h-73.42L155.9 25.47a10 10 0 00-7.57-3.47H42A42 42 0 000 64v384a42 42 0 0042 42h428a42 42 0 0042-42V120.33a42.05 42.05 0 00-42-42zm-71.8-32.92L438.69 134H204.41zM20 64a22 22 0 0122-22h101.76l45.67 52.86a10 10 0 007.57 3.47h37.32l-78 35.66H42a41.69 41.69 0 00-22 6.25zm472 133.65V448a22 22 0 01-22 22H42a22 22 0 01-22-22V176a22 22 0 0122-22h428a22 22 0 0122 22zm0-57.41a41.69 41.69 0 00-22-6.24h-9.32l-16.3-35.66H470a22 22 0 0122 22z' class='cls-1' transform='translate(0 -22.01)'/%3E%3C/svg%3E") center/50% no-repeat;
}
.steps-item-2 .order-steps-pic {
  background: #37ae39 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' data-name='Capa 1' viewBox='0 0 495.98 512'%3E%3Cdefs/%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M487.59 299.89h-7.66v-69a32.4 32.4 0 00-13.75-26.48V195a24.74 24.74 0 00-24.72-24.72h-5.72l21.89-32.12a23.65 23.65 0 00-6.22-32.83L302.88 4.11a23.63 23.63 0 00-32.83 6.22l-128.2 188.12h-35.68l8.61-87.13a2.58 2.58 0 011.63-2.16 55.52 55.52 0 0027.05-22 2.58 2.58 0 012.43-1.16l56 5.53A7.3 7.3 0 00203.28 77l-56-5.53a17.09 17.09 0 00-16.17 7.83 40.72 40.72 0 01-19.85 16.2 17.07 17.07 0 00-11 14.39l-8.75 88.56h-9.3l13.61-137.8a9 9 0 019.88-8.11l113.08 11.17a7.3 7.3 0 101.43-14.52L107.14 38A23.66 23.66 0 0081.3 59.21l-11 111.07H51.64A24.75 24.75 0 0026.92 195v6.41A32.47 32.47 0 008 230.88v248.69A32.46 32.46 0 0040.43 512H447.5a32.47 32.47 0 0032.43-32.43v-69h7.66a16.42 16.42 0 0016.4-16.4V316.3a16.42 16.42 0 00-16.4-16.41zm-46.13-115A10.14 10.14 0 01451.59 195v3.71a32.42 32.42 0 00-4.09-.26h-30.95l9.25-13.58zM282.11 18.55a9 9 0 0112.56-2.38L443.2 117.39a9.05 9.05 0 012.38 12.61l-46.69 68.5h-11.2l22.89-33.59a17.06 17.06 0 00.79-18.09 40.77 40.77 0 01-4.89-25.16 17.06 17.06 0 00-7.38-16.38l-77-52.47a17.07 17.07 0 00-17.95-.88A40.81 40.81 0 01279 56.54a17.28 17.28 0 00-16.55 7.35l-91.7 134.56h-11.2zm3.21 123.89a60.21 60.21 0 00-60 56h-37l86.14-126.33A2.61 2.61 0 01276.6 71h.33a55.49 55.49 0 0034.29-6.34 2.58 2.58 0 012.67.17l77 52.47a2.59 2.59 0 011.13 2.43 55.43 55.43 0 006.64 34.22 2.6 2.6 0 01-.14 2.71L370 198.45h-24.7a60.21 60.21 0 00-59.98-56.01zm45.35 56H240a45.54 45.54 0 0190.7 0zM41.51 195a10.15 10.15 0 0110.13-10.13h17.25l-1.34 13.58h-26zM22.6 230.88A17.86 17.86 0 0140.44 213H447.5a17.86 17.86 0 0117.84 17.84v20.24H22.6zm442.74 248.69a17.86 17.86 0 01-17.84 17.84H40.44a17.86 17.86 0 01-17.84-17.84v-20.24h39.34a7.3 7.3 0 100-14.59H22.6v-179h442.74v34.18H396a55.38 55.38 0 00-49.77 31.18c0 .07-.07.13-.1.19l-.21.48a55.13 55.13 0 00-2.76 7.05A55.37 55.37 0 00396 410.56h69.37v34.18H108.65a7.3 7.3 0 000 14.59h356.69zm24.06-85.41a1.81 1.81 0 01-1.81 1.81H396a40.79 40.79 0 01-35.82-21.34c-.31-.58-.61-1.16-.9-1.76a38 38 0 01-1.54-3.65 40.73 40.73 0 010-28c.45-1.24 1-2.46 1.54-3.65.29-.59.59-1.18.9-1.76A40.79 40.79 0 01396 314.48h91.62a1.82 1.82 0 011.81 1.81v77.87z' class='cls-1' transform='translate(-8.01)'/%3E%3Cpath d='M397.68 325.63a29.6 29.6 0 1029.6 29.6 29.64 29.64 0 00-29.6-29.6zm0 44.6a15 15 0 1115-15 15 15 0 01-15 15z' class='cls-1' transform='translate(-8.01)'/%3E%3C/svg%3E") center/50% no-repeat;
}
.steps-item-3 .order-steps-pic {
  background: #37ae39 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 502 394.12'%3E%3Cdefs/%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M448 448.06H54A54.08 54.08 0 010 394V282.89a54 54 0 01108 0V340h286v-57.11a54 54 0 01108 0V394a54.08 54.08 0 01-54 54.06zM54 248.88a34.05 34.05 0 00-34 34V394a34.06 34.06 0 0034 34h394a34.06 34.06 0 0034-34V282.89a34 34 0 00-68 0V350a10 10 0 01-10 10H98a10 10 0 01-10-10v-67.11a34.05 34.05 0 00-34-34.01z' class='cls-1' transform='translate(0 -53.94)'/%3E%3Cpath d='M251 236.94a10 10 0 01-10-10v-163a10 10 0 0120 0v163a10 10 0 01-10 10z' class='cls-1' transform='translate(0 -53.94)'/%3E%3Cpath d='M251 297a10 10 0 01-7.07-2.93l-82-82a10 10 0 0114.15-14.14L251 272.82l75-74.95A10 10 0 01340.1 212l-82 82a10 10 0 01-7.1 3zM300 394H98a10 10 0 010-20h202a10 10 0 010 20zM404 394h-63a10 10 0 010-20h63a10 10 0 010 20z' class='cls-1' transform='translate(0 -53.94)'/%3E%3C/svg%3E") center/50% no-repeat;
}
.order-steps-txt {
  color: #51555a;
  padding: 20px 0 20px 15px;
}
.order-list {
  list-style: none;
  padding-left: 28px;
  margin-bottom: 20px;
}
.order-list li {
  display: block;
  position: relative;
  font-size: 16px;
  color: #51555a;
}
.order-list li.orange {
  color: #fa6620;
}
.order-list li::before {
  position: absolute;
  left: -28px;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
  content: '';
  background: url(../img/assignments-types.svg) center/contain no-repeat;
}
.order-vip {
  max-width: 357px;
  position: relative;
  padding-left: 46px;
  margin: 0 auto 20px;
}
.order-vip::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: 0;
  border-radius: 50%;
  background: #29765c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.06 14.97'%3E%3Cdefs/%3E%3Cpath fill='%23f78c35' d='M8.04 0L1.42 11.47h13.25L8.04 0z'/%3E%3Cpath fill='%23e7a537' d='M16.06 2.73L3.77 11.47h10.92l1.37-8.74z'/%3E%3Cpath fill='%23f8c440' d='M0 2.73l12.29 8.74H1.38L0 2.73z'/%3E%3Cpath fill='%23f28c34' d='M1.42 12.31h13.25v2.67H1.42z'/%3E%3C/svg%3E") center/50% no-repeat;
}
.order-vip-link {
  font-weight: bold;
  color: #37ae39;
  transition: .3s;
}
.order-vip-link:hover {
  color: #29765c;
}
.bookmark-row .wrapper {
  background: #f1f6f9 url(../img/building.svg) center right/contain no-repeat;
}
body .order-form-wrapper .bookmark-row .wrapper {
  padding-left: 178px;
  position: relative;
  border: none;
}
body .order-form-wrapper .bookmark-row .wrapper::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' data-name='Capa 1' viewBox='0 0 511.99 512'%3E%3Cdefs/%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M493.55 4.67a10 10 0 10-2.45 13.93 10 10 0 002.45-13.93zM491.1 322.41a10 10 0 102.45 13.93 10 10 0 00-2.45-13.93zM32.37 2.22a10 10 0 102.46 13.92 10 10 0 00-2.46-13.92zM34.83 324.87a10 10 0 10-2.46 13.92 10 10 0 002.46-13.92zM369.37 43.33A169.83 169.83 0 00236.64 1.08c-36.21 4-71 20.37-98 46.06s-45 59.72-50.56 95.68a169.74 169.74 0 0066 163.11A29.8 29.8 0 01166 329.66v91.49a30.91 30.91 0 0021.54 29.41 70 70 0 00139-.77A31.08 31.08 0 00346 421.15v-91.49A29.65 29.65 0 01357.77 306a171.63 171.63 0 0049.62-58.72A167.68 167.68 0 00426 170a170.26 170.26 0 00-56.63-126.67zM257 492a50 50 0 01-49-40h98a50.07 50.07 0 01-49 40zm69-70.85a10.9 10.9 0 01-9.87 10.8H316a8.25 8.25 0 01-.86 0H196.85a10.87 10.87 0 01-10.85-10.8V409h140v12.15zm0-32.15H186v-23h140v23zm-70-172.46a66.65 66.65 0 0030-7.12V346h-60V209.42a66.65 66.65 0 0030 7.12zm-27.58-29L256 132.37l27.58 55.16a46.66 46.66 0 01-55.16 0zM345.79 290A49.73 49.73 0 00326 329.66V346h-20V190a9.79 9.79 0 00-.07-1.08v-.31c0-.11-.08-.51-.13-.77 0-.11-.06-.22-.08-.32-.07-.26-.14-.5-.23-.75a2.47 2.47 0 00-.1-.29 8 8 0 00-.34-.8 1.11 1.11 0 00-.07-.16l-.07-.15-39.91-79.8a10 10 0 00-17.88 0l-39.91 79.8-.07.15a1.11 1.11 0 00-.07.16c-.12.26-.24.52-.34.8a2.47 2.47 0 00-.1.29c-.09.25-.16.49-.23.75 0 .11 0 .21-.08.32-.05.26-.09.52-.13.77s0 .21 0 .31A9.79 9.79 0 00206 190v156h-20v-16.34a49.89 49.89 0 00-19.86-39.73 150.54 150.54 0 01-58.25-144C118 80.78 173.09 28.24 238.84 21c43.37-4.8 85 8.44 117.19 37.27A150.23 150.23 0 01406 170a148.7 148.7 0 01-60.21 120z' class='cls-1' transform='translate(-.01)'/%3E%3Cpath d='M342.68 73.12A10 10 0 10329.34 88 110.21 110.21 0 01366 170a10 10 0 0020 0 130.24 130.24 0 00-43.32-96.88zM56 160H10a10 10 0 100 20h46a10 10 0 000-20zM502 160h-46a10 10 0 000 20h46a10 10 0 000-20zM100.36 279a10 10 0 00-13.92-2.46l-32.77 22.93a10 10 0 1011.47 16.39l32.77-22.94a10 10 0 002.45-13.92zM460.79 26.61a10 10 0 00-13.93-2.45L414.09 47.1a10 10 0 1011.47 16.38l32.77-22.94a10 10 0 002.46-13.93zM97.91 47.1L65.14 24.16a10 10 0 10-11.47 16.38l32.77 22.94A10 10 0 1097.91 47.1zM458.33 299.47l-32.77-22.94a10 10 0 10-11.47 16.39l32.77 22.94a10 10 0 1011.47-16.39z' class='cls-1' transform='translate(-.01)'/%3E%3C/svg%3E");
  width: 130px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  background: linear-gradient(to right, #7cd652, #37af3a);
}
body .order-form-wrapper .bookmark-row .wrapper p,
body .order-form-wrapper .bookmark-row .wrapper p.for-small {
  display: block;
  text-align: left;
  color: #1c2236;
}
.bookmark-row .wrapper p b {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #1c2236;
}
body .order-form-wrapper .bookmark-row .wrapper p span {
  background: none;
  border: none;
  color: #1c2236;
  font-weight: bold;
  padding: 0;
}
body .essay-component.login-component .submit-b {
  width: 200px;
  height: 50px;
  color: #fff;
  border-radius: 2px;
  background-color: #29765c;
  border: 1px solid #29765c;
  outline: none;
  transition: background-color .3s;
}
body .essay-component.login-component .submit-b:hover {
  background-color: #57917e;
}
body .order-form-wrapper .vip-client {
  margin: 0 auto;
  display: block;
  max-width: 369px;
  border: 1px solid #f1f6f9;
  background-color: #fff;
  color: #1c2236;
  box-shadow: 0px 0px 40px 0 rgb(82 121 174 / 12%);
}
body .order-form-wrapper .vip-client a {
  color: #4dbc42;
  font-weight: bold;
}
body .order-form-wrapper .vip-client .vip-client-icon {
  background-color: #fa6620;
  color: #fff;
}
body .order-preview .buttons-panel {
  max-width: 285px;
  margin: 0 auto;
}
body .promote ul {
  padding: 0;
  list-style: none;
}
body .essay-order-details .nav-list > li:first-child a {
  border-left: solid 1px #b3b4b4;
}
body .essay-order-details .list > li a {
  border: solid 1px #b3b4b4;
  color: #1c2236;
}
body .essay-order-details .nav-list > li:nth-child(2) a {
  border-left-color: transparent;
  border-right-color: transparent;
}
body .essay-order-details .nav-list > li.selected a {
  background: #4dbc42;
  color: #fff;
  border: 1px solid #4dbc42;
  margin: 0;
}
body .essay-order-details .list > li a.pay-now-b {
  background-color: #fa6620;
  border: solid 1px #fa6620;
  color: #fff;
}
.ae-lifetime-discount {
  margin-bottom: 20px;
}
body .lifetime-wrapper {
  padding: 20px;
  border: none;
  box-shadow: none;
}
body .lifetime-wrapper .lifetime .lifetime-line .lifetime-line-status  {
  background-color: #37ae39;
}
body .lifetime-wrapper .lifetime .lifetime-line {
  color: #37ae39;
}
body .essay-component .notice {
  display: block;
}
body .profile-wrapper.essay-component .checkbox-label {
  position: relative;
}
body .profile-wrapper.essay-component [type="checkbox"].filled-in + label:before {
  left: 0;
}
body .profile-wrapper.essay-component .button.cancel-b {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 17px;
  border-radius: 3px;
  border: solid 1px #b3b4b4;
  background-color: #fff;
  height: 50px;
  display: inline-block;
  color: #1c2236;
}
body .request-revision-form-wrapper .file-field .btn {
  padding-left: 0;
}
body .request-revision-form-wrapper .file-path-wrapper {
  display: none;
}
body .request-revision-form-wrapper .checkbox-input i.chek {
  width: 16px;
  height: 16px;
  border: 1px solid #fa6620;
  border-radius: 2px;
  background: #fff;
  z-index: 2;
}
body .request-revision-form-wrapper .checkbox-input.checked i.chek {
  background: #fa6620 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 434 434'%3E%3Cdefs/%3E%3Cpath fill='%23fff' d='M151.8 369.1c-5.5 0-10.9-2.1-15.1-6.2L6.2 232.4c-8.3-8.3-8.3-21.8 0-30.1s21.8-8.3 30.1 0l115.4 115.4L397.6 71.8c8.3-8.3 21.8-8.3 30.1 0s8.3 21.8 0 30.1l-260.9 261c-4.1 4.1-9.6 6.2-15 6.2z'/%3E%3C/svg%3E") center/80% no-repeat;
}
body .request-revision-form-wrapper .checkbox-input input:nth-child(2) {
  opacity: 0;
}
body .essay-component .rating-star .material-icons {
  font-family: 'Material Icons' !important;
}

/* BANNERS */
.shortcode-cnt {
  display: block;
  margin: 40px 0;
}
.shortcode-img {
  margin: 0 auto;
  width: 100%;
}
.img-desktop {
  display: block;
}
.img-tablet {
  display: none;
}
.img-mobile {
  max-width: 320px;
  display: none;
}
.cta-btn {
  display: block;
  margin: 0 auto;
}
.bottom-fixed-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.bottom-fixed-discount {
  position: relative;
  padding-top: 20px;
}
.bottom-fixed-discount .svg-wrapper {
  display: block;
}
.bottom-fixed-discount .icon-close {
  position: absolute;
  width: 21px;
  height: 21px;
  right: 5px;
  top: 10px;
  display: block;
  border-radius: 50%;
  box-shadow: 0px 0px 40px 10px rgb(82 121 174 / 18%);
  background: #fff;
  color: transparent;
}
.bottom-fixed-discount .icon-close::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 15px;
  right: 9px;
  top: 3px;
  background: #29765c;
  transform: rotate(45deg);
}
.bottom-fixed-discount .icon-close::after {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 3px;
  right: 3px;
  top: 9px;
  background: #29765c;
  transform: rotate(45deg);
}
.bottom-fixed-buttons {
  position: relative;
}
.fixed-buttons-cnt {
  padding: 15px 0;
  position: absolute;
  bottom: -180px;
  right: 10px;
  height: auto;
  width: 245px;
  background: #fff;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
  border-radius: 5px;
}
.fixed-buttons-cnt.init {
  opacity: 0;
  transform: translate3d(0,0,0);
}
.fixed-buttons-cnt.hide {
  opacity: 0;
  animation: fadeOutDown .3s ease-in-out;
  transform: translate3d(0,0,0);
}
.fixed-buttons-cnt.show {
  opacity: 1;
  animation: fadeInUp .3s ease-in-out;
  transform: translate3d(0,-170%,0);
}
.fixed-button {
  margin: 0;
  padding: 12px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: normal;
}
.fixed-button i {
  width: 40px;
}
.fixed-button:hover,
a.fixed-button:hover {
  text-decoration: none;
  color: #126166;
}
.fixed-buttons-toggle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50% 50% 0 50%;
  background-color: #4dbc42;
  cursor: pointer;
  transition: .3s;
}
.fixed-buttons-toggle.circle,
.fixed-buttons-toggle:hover,
.fixed-buttons-toggle:active {
  border-radius: 50%;
}
.buttons-toggle-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4dbc42;
  color: #fff;
  line-height: 1;
  font-size: 30px;
  opacity: 0;
  z-index: 1;
}
.fixed-buttons-toggle.circle .buttons-toggle-overlay,
.fixed-buttons-toggle:hover .buttons-toggle-overlay,
.fixed-buttons-toggle:active .buttons-toggle-overlay {
  opacity: 1;
}
.buttons-toggle-wrapper {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  animation: buttons-toggle-wrapper 40s ease-in-out infinite;
}
.buttons-toggle-inner {
  display: inline-block;
  width: 60px;
  height: 60px;
  animation: buttons-toggle-inner 40s ease-in-out infinite;
}
.buttons-toggle-inner i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 1;
}
.buttons-toggle-overlay span,
.buttons-toggle-inner i span {
  width: 5px;
  height: 5px;
  background: #fff;
  margin: 0 2px;
  border-radius: 50%;
}
.how-it-works-num {
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 53px;
  left: 0;
  background-color: #37ae39;
  border-radius: 50%;
  color: #fff;
  padding-top: 4px;
  line-height: 1;
  text-align: center;
}
.shortcode-our-features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.our-features-item {
  width: 320px;
  min-height: 272px;
  margin-bottom: 25px;
  padding: 30px 35px;
  border-radius: 2px;
  background-color: #eef9ff;
}
h4.our-features-hdr {
  font-size: 16px;
  letter-spacing: -0.32px;
  color: #29765c;
  font-weight: bold;
  margin: 0 0 20px;
}
ul.our-features-list {
  list-style: disc;
  padding: 0 0 0 16px;
  margin: 0 !important;
}
ul.our-features-list li.our-features-li {
  margin: 0;
  font-size: 13px;
  color: #1e2021;
  margin-bottom: 5px;
  letter-spacing: -0.26px;
}
li.our-features-li::before {
  display: none;
}
li.our-features-li::marker {
  color: #fa6620;
}
.shortcode-stats {
  display: flex;
  justify-content: space-between;
}
.stats-item {
  width: 231px;
  padding: 21px 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 40px 0 rgba(82, 121, 174, 0.12);
}
.stats-img {
  width: 83px;
  height: 68px;
  background: url("../img/stats-img.svg") center/contain no-repeat;
  margin: 0 auto 18px;
  padding: 1px;
}
.stats-pic {
  display: block;
  margin: 22px auto 0;
  height: 36px;
}
.stats-txt {
  font-size: 14px;
  color: rgba(28, 34, 54, 0.75);
  line-height: 1;
  margin-bottom: 12px;
}
.stats-num {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 21px;
}
.stats-exp .stats-num {
  color: #75d250;
}
.stats-ret .stats-num {
  color: #4dbc42;
}
.stats-rat .stats-num {
  color: #3fb43d;
}
.stats-rev .stats-num {
  color: #29765c;
}
.stats-footer {
  font-size: 14px;
  color: #1c2236;
  line-height: 1;
  padding-top: 19px;
  border-top: 1px dashed #37ae39;
}

/* RESPONSIVE */
@media (max-width: 1800px) {
  .assignments::after {
    right: -95px;
  }
}
@media (max-width: 1600px) {
  .assignments::after {
    right: -161px;
    transform: scale(0.7);
    transform-origin: top;
  }
}
@media (max-width: 1499px) {
  .assignments-hdr {
    margin-top: 275px;
  }
  .navbar-livechat {
    display: none;
  }
  .features-item-v {
    width: 200px;
    height: 250px;
  }
  .features-item-h {
    width: 250px;
    height: 200px;
  }
  .testimonials-slider .post-item-text {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .assignments-hdr {
    margin-top: 220px;
  }
  .assignments {
    min-height: 654px;
    margin-top: 86px;
  }
  .assignments::after {
    width: 706px;
    height: 650px;
    right: -200px;
  }
  .navbar-tel {
    font-size: 14px;
    min-width: 125px;
  }
  .navbar-brand {
    margin-right: 0;
    font-size: 20px;
    padding: 7px 15px 7px 45px;
  }
  .navbar-nav {
    max-height: 85px;
  }
  .navbar-nav .menu-item a {
    padding: 35px 8px;
  }
  .features-item {
    width: 200px;
    height: 220px;
  }
  .features-item-po {
    align-self: auto;
  }
  .features {
    padding: 120px 0 0;
    min-height: 730px;
  }
  .page-404 {
    margin-top: 85px;
  }
  .home-miniorder-col {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .miniorder-label {
    width: 100%;
    text-align: left;
  }
  .home-miniorder .currency,
  .home-miniorder .miniorder-select,
  .home-miniorder select {
    max-width: 100%;
  }
  .home-miniorder {
    margin-top: 30px;
    padding: 30px 32px;
    max-height: 600px;
  }
  .miniorder-heading {
    margin-bottom: 14px;
  }
  .home-miniorder .miniorder-select,
  .miniorder-content .miniorder-select,
  .home-miniorder select,
  .miniorder-content select,
  .miniorder-content .select-pages {
    height: 40px;
  }
  .currency input[type=button] {
    height: 40px;
  }
  .home-miniorder .m, .home-miniorder .p,
  .miniorder-content .m, .miniorder-content .p {
    width: 40px;
    height: 40px;
  }
  .text-page .heading {
    min-height: 331px;
    background: url('../img/text-page-hdr.svg') 25% top/130% no-repeat;
  }
  .entry-item {
    flex-direction: column;
  }
  .entry-item-link {
    margin-left: 0;
    flex: auto;
  }
  .testimonials-slider .post-item-text {
    height: 230px;
  }
  .how-get-bonuses-info,
  .how-it-works-info {
    justify-content: space-around;
  }
  .main-guarantees::after {
    top: 230px;
  }
  .main-guarantees {
    min-height: 670px;
  }
  .stats-item {
    width: 215px;
  }
}
@media (max-width: 1024px) {
  .fod-txt::after {
    display: none;
  }
}
@media (max-width: 1000px) {
  body .affiliate-program-wrapper .referral-banner .row-1 {
    height: 50px;
  }
  body .affiliate-program-wrapper .referral-banner .row-1 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 59px !important;
    font-size: 12px !important;
    line-height: 1.1;
  }
  body .affiliate-program-wrapper .referral-banner .row-1.left:after,
  body .affiliate-program-wrapper .referral-banner .row-1.center:after {
    left: 98%;
    bottom: 2px;
    border-color: #f6fbfe transparent transparent transparent;
    transform: rotate(-90deg);
  }
}
@media (max-width: 991px) {
  .assignments {
    margin-top: 145px;
    background: url(../img/bg1_blue_elements.svg) 40% 0% no-repeat;
    background-size: cover;
    min-height: 500px;
  }
  .assignments::after {
    display: none;
  }
  .assignments-hdr {
    margin-top: 25px;
  }
  .navbar {
    flex-wrap: wrap;
    padding: 20px 20px 0;
  }
  .navbar-brand {
    order: 1;
  }
  .navbar-btns {
    order: 3;
  }
  .navbar-collapse {
    order: 5;
    max-width: 100%;
    padding: 0;
  }
  .header-tel {
    display: block;
    order: 2;
    position: absolute;
    top: 30px;
    left: 225px;
  }
  .navbar-tel:not(.header-tel) {
    display: none;
  }
  .navbar-nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .navbar-brand {
    width: 195px;
  }
  .fod-shortcode::before {
    width: 100px;
    height: 33px;
    left: 35px;
  }
  .fod-shortcode {
    padding: 0 35px 0 21%;
  }
  .fod-txt {
    font-size: 25px;
    line-height: 1.45;
  }
  .btn-big-1 {
    width: 160px;
  }
  .guarantee {
    padding-top: 40px;
  }
  .save-img {
    display: none;
  }
  .save {
    min-height: 840px;
  }
  .discount-item {
    margin-bottom: 20px;
  }
  .testimonials-picture {
    display: none;
  }
  .testimonials-col {
    align-items: center;
  }
  .testimonials h3,
  .testimonials h4 {
    text-align: center;
  }
  .testimonials-slide {
    margin: 0;
  }
  .testimonials {
    min-height: 650px;
  }
  .bottom-left,
  .bottom-right {
    justify-content: center;
  }
  .bottom-center {
    margin: 20px 0;
  }
  .features {
    padding: 0;
  }
  .features-item {
    margin: 0 20px 40px;
  }
  .footer-nav {
    padding-bottom: 15px;
  }
  .footer-nav .navbar-nav {
    display: none;
  }
  .text-page {
    margin-top: 145px;
  }
  .page-404 {
    margin-top: 145px;
  }
  .home-miniorder {
    margin-top: 0;
    max-width: 100%;
  }
  .main-ul li {
    margin-bottom: 10px;
  }
  .text-page .heading {
    min-height: 190px;
    background: url(../img/text-page-hdr.svg) 28% top/180% no-repeat;
  }
  .entry-item-text {
    padding-left: 0;
  }
  .entry-item-text::before {
    display: none;
  }
  .entry-item-header {
    text-align: center;
  }
  body .ae-prices .essay-component .col.time {
    margin-top: 6px;
  }
  body .essay-vip-account .vip-account-list > li {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin: 20px 0;
  }
  body .essay-component .row.component-tabs-controls {
    max-height: unset;
  }
  body .essay-component .component-tabs-controls li:last-child {
    border-radius: 0;
  }
  .img-desktop {
    display: none;
  }
  .img-tablet {
    display: block;
  }
  .shortcode-vip-prices .img-desktop {
    display: block;
  }
  .text-page h1 {
    max-width: 100%;
  }
  body .essay-order-details .actions-list > li:nth-child(2) a {
    border-left-color: transparent;
    border-right-color: transparent;
  }
  body .essay-vip-account ul.vip-account-list {
    display: flex;
    justify-content: space-between;
  }
  .main-guarantees {
    min-height: auto;
  }
  .main-guarantees::before,
  .main-guarantees::after {
    display: none;
  }
  .main-guarantees-info {
    padding: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-guarantees-info-cnt {
    max-width: 100%;
  }
  .how-get-bonuses {
    margin-top: 20px;
    padding-top: 110px;
  }
  .shortcode-stats {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .stats-item {
    width: 231px;
    margin-bottom: 30px;
  }
  .reviews-adv-hdr {
    order: 1;
  }
  .reviews-adv-p {
    order: 2;
    margin-bottom: 1rem;
  }
  .reviews-adv-info {
    flex: 0 0 100%;
    order: 3;
  }
  .reviews-adv-left {
    flex: 0 0 100%;
    order: 4;
  }
  .reviews-adv::before,
  .reviews-adv::after {
    display: none;
  }
  .reviews-qa-img {
    display: none;
  }
  .reviews-qa {
    padding-top: 110px;
    margin-top: -180px;
  }
  .tst-form div.tst-your-name {
    flex: 0 0 49%;
  }
  .tst-form div.tst-email {
    flex: 0 0 49%;
  }
  .tst-form div.tst-rate {
    flex: 0 0 150px;
    margin-top: 0;
  }
  .tst-form div.tst-form-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .testimonials-slider .post-item-text {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .fod-shortcode {
    padding: 30px 15px 15px;
    background: url(../img/fod-bg.svg) center/cover no-repeat;
    flex-direction: column;
  }
  .fod-shortcode::before {
    width: 100%;
    left: 0;
    top: 25px;
    text-align: center;
  }
  .fod-txt {
    text-align: center;
  }
  .features-cnt {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .features {
    background-size: cover;
  }
  .guarantee-features {
    justify-content: center;
  }
  .how-it-works-item {
    margin: 10px;
  }
  .save {
    background: url(../img/bg3_blue_element.svg) center/cover no-repeat;
  }
  .testimonials {
    margin: 0;
    padding-top: 10px;
    background: url(../img/bg-green-2.svg) left center/cover no-repeat;
  }
  .discount-read {
    margin-top: 50px;
  }
  .text-page .heading {
        background: url(../img/text-page-hdr.svg) 25% 0%/255% no-repeat;
  }
  body .essay-component .notice {
    display: block;
  }
  body .essay-component.essay-contact-form .submit-b {
    width: 100%;
  }
  .blog-posts {
    justify-content: center;
  }
  body .essay-custom-calculator-wrapper .price-list .price-item .count {
    margin: 0;
    font-size: 15px;
  }
  body .ae-prices .essay-component .col.valign-wrapper {
    padding-top: 18px;
  }
  body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .price {
    margin-top: 20px;
    font-size: 15px;
  }
  body .essay-custom-calculator-wrapper .price-list .price-item .date {
    font-size: 8px;
  }
  body .essay-custom-calculator-wrapper input[type="submit"] {
    width: 100%;
  }
  body .order-form-wrapper .bookmark-row .wrapper {
    background: #f1f6f9;
    padding: 20px;
  }
  body .order-form-wrapper .bookmark-row .wrapper::before {
    display: none;
  }
  body .essay-order-details .actions-list > li:nth-child(2) a {
    border-left-color: #b3b4b4;
    border-right-color: #b3b4b4;
  }
  body .essay-vip-account ul.vip-account-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body .essay-vip-account .vip-account-list > li {
    max-width: 300px;
  }
  body .affiliate-program-wrapper .referral-banner {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  body .affiliate-program-wrapper .referral-banner .row-1.left:after,
  body .affiliate-program-wrapper .referral-banner .row-1.center:after {
    left: 0;
    bottom: -17px;
    border-color: #E5E5E5 transparent transparent transparent;
    transform: none;
  }
  .blog-categories {
    justify-content: space-between;
  }
  .blog-category {
    padding: 17px 0;
  }
  .testimonials-slider .post-item-text {
    height: 230px;
  }
  .affiliate-options-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .affiliate-options-img{
    order: 1;
    margin: 0 0 20px;
  }
  .affiliate-options-cnt {
    order: 2;
  }
  .tst-form div.tst-email,
  .tst-form div.tst-your-name {
    flex: 0 0 100%;
  }
  .tst-form div.tst-required {
    display: block;
    margin-left: 0;
  }
  .reviews-adv-info::before {
    display: none;
  }
  body .payments-wrapper .radio-input .content-logo{
    display: block !important;
  }
}
@media (max-width: 652px) {
  .navbar-nav {
    display: none;
  }
  .navbar-tel:not(.header-tel) {
    display: flex;
    margin: 30px 0 20px;
  }
  .header-tel {
    display: none;
  }
  .btn-menu {
    display: block;
    margin-right: 70px;
  }
  .navbar-collapse {
    max-width: 142px;
  }
  .assignments {
    margin-top: 126px;
  }
  .text-page {
    margin-top: 126px;
  }
  .text-page .heading {
    min-height: 200px;
  }
  .text-page h1 {
    margin-top: 50px;
  }
  .page-404-img {
    margin: 130px auto 15px;
  }
  .page-404 {
    margin-top: 126px;
  }
  body .essay-vip-account .vip-levels-wrapper .level {
    border-color: transparent;
  }
}
@media (max-width: 640px) {
  body .essay-vip-account .vip-levels-wrapper .level:last-child,
  body .essay-vip-account .vip-levels-wrapper .level {
    border: none;
  }
}
@media (max-width: 575px) {
  .discount-shortcode {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .discounts {
    margin-top: 0;
  }
  .navbar-btns {
    width: 50%;
    margin-left: 0;
  }
  .navbar-brand {
    width: 50%;
    font-size: 16px;
    padding: 4px 0 4px 35px;
  }
  .navbar-brand::after {
    display: none;
  }
  .navbar {
    flex-wrap: wrap;
    padding: 15px 10px 0;
  }
  .navbar-login {
    width: 49%;
  }
  .navbar-order {
    width: 49%;
  }
  .footer-center-menu {
    column-count: 1;
  }
  .assignments {
    margin-top: 121px;
  }
  .assignments-hdr {
    margin-top: 10px;
    font-size: 32px;
  }
  .description {
    padding: 40px 0 48px;
  }
  .page-404 {
    margin-top: 121px;
  }
  .page-404-img {
    margin: 60px auto 15px;
  }
  .miniorder-submit {
    margin: 0;
    width: 100%;
  }
  .home-miniorder {
    padding: 10px;
  }
  .miniorder-heading {
    margin-bottom: 0;
  }
  .home-miniorder-col {
    margin-bottom: 10px;
  }
  .contact-us-form {
    padding: 15px;
  }  
  .essay-component.essay-contact-form .data-table .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .ae-prices {
    padding: 10px;
  }
  body .ae-prices .essay-component .col.valign-wrapper {
    padding: 7px 12px;
  }
  body .ae-prices .essay-custom-calculator-wrapper .price-list .price-item .price {
    margin-top: 8px;
  }
  body .essay-custom-calculator-wrapper .price-list .price-item .date {
    display: block;
  }
  body .ae-orders .component-tab-content,
  body .ae-affiliate-program-short {
    padding: 30px 15px;
  }
  body .affiliate-program-wrapper .left,
  body .affiliate-program-wrapper .right {
    float: none;
    display: block;
    width: 100%;
  }
  body .affiliate-program-short-wrapper .to-earning a {
    width: 100%;
  }
  body .affiliate-program-short-wrapper .arrow-control {
    margin-top: 15px;
    left: calc(50% + 15px);
  }
  body .affiliate-program-wrapper .side .case .case-content .save-button.more-info {
    margin-top: 10px;
    display: inline-block;
  }
  .miniorder-shortcode {
    padding: 25px;
  }
  .miniorder-content .home-miniorder-col {
    width: 100%;
    max-width: 100%;
  }
  .img-desktop {
  display: none;
  }
  .img-tablet {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  .shortcode-vip-prices .img-desktop {
    display: none;
  }
  .mini-wrapper.mini-login-wrapper .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featherlight-user-area {
    max-width: 280px;
  }
  body .essay-component.mini-wrapper.essay-login-form {
    padding: 15px;
  }
  body .step {
    padding: 20px;
  }
  body .order-form-wrapper .essay-order-form .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .ae-orders .essay-component .row .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body .essay-order-details .nav-list > li:nth-child(2) a {
    border-left-color: #b3b4b4;
    border-right-color: #b3b4b4;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  body .essay-component.order-form-wrapper .material-hint .dropdown-content {
    min-width: 235px;
    transform: none !important;
    top: 30% !important;
    will-change: unset;
  }
  body .essay-component.order-form-wrapper .ws-vip-services .material-hint > i {
    margin-left: 5px;
  }
  body .order-form-wrapper .material-hint {
    position: static !important;
  }
  .main-guarantees-info {
    padding: 20px;
  }
  .reviews-adv-info {
    padding: 20px 20px 20px 75px;
  }
  .tst-form {
    padding: 20px;
  }
  .grid-item {
    width: 280px;
  }
  body .mini-wrapper input[type="submit"] {
    width: 100%;
  }
  body .essay-component.affiliate-program-wrapper {
    padding: 20px;
  }
}
body select[name="subject"].error + span .selection .select2-selection--single{
    background-color: #fff3f3;
}
body select[name="subject"].error + span {
    background-color: #fff3f3;
    border: 1px solid #ffd3d3!important;
}
body .ae-order .order-form-wrapper.essay-component .essay-order-form .order-form-data.steps .step .ws-terms{
    margin-bottom:0;
}
body .ae-order .order-form-wrapper.essay-component .essay-order-form .order-form-data.steps .step .row.wrap-order-submit{
	justify-content: center;
	margin-bottom:10px;
}
body .order-form-wrapper .order-submit {
    margin: 0 auto;
}
body #order-form .by-clicking-proceed,
body .order-form-wrapper .total-price-wrapper{
    text-align:center;
}
body .order-form-wrapper .ws-terms .sep {
     margin: 3px 0 10px;
}
body .ae-order .essay-component .ws-pages input[type="text"],
body .ae-order .essay-component .ws-sources input[type="text"],
body .ae-order .essay-component .illustrations input[type="text"],
body .ae-order .essay-component .illustrations input[type="text"]{
   text-align:center;
}
body .ws-pages .number-field.form-slim,
body .ws-sources .number-field.form-slim,
body .illustrations .number-field.form-slim{
    position:relative;
    display: block;
}
body .ws-pages .number-field.form-slim span.m,
body .ws-sources .number-field.form-slim span.m,
body .illustrations .number-field.form-slim span.m{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border: 1px solid #cecece;
    cursor:pointer;
}
body .ws-pages .number-field.form-slim span.m:before,
body .ws-sources .number-field.form-slim span.m:before,
body .illustrations .number-field.form-slim span.m:before{
    content:'-';
    font-size: 20px;
}
body .ws-pages .number-field.form-slim span.p,
body .ws-sources .number-field.form-slim span.p,
body .illustrations .number-field.form-slim span.p{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #cecece;
    cursor:pointer;
}
body .ws-pages .number-field.form-slim span.p:before,
body .ws-sources .number-field.form-slim span.p:before,
body .illustrations .number-field.form-slim span.p:before{
    content:'+';
    font-size: 20px;
}