/*
Theme Name: Default Essay theme
Author: Essay
Version: 1.0
Text Domain: Essay
*/

/*!*Reset Table*!*/
/*html,*/
/*body,*/
/*div,*/
/*span,*/
/*applet,*/
/*object,*/
/*iframe,*/
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6,*/
/*p,*/
/*blockquote,*/
/*pre,*/
/*a,*/
/*abbr,*/
/*acronym,*/
/*address,*/
/*big,*/
/*cite,*/
/*code,*/
/*del,*/
/*dfn,*/
/*em,*/
/*img,*/
/*ins,*/
/*kbd,*/
/*q,*/
/*s,*/
/*samp,*/
/*small,*/
/*strike,*/
/*strong,*/
/*sub,*/
/*sup,*/
/*tt,*/
/*var,*/
/*b,*/
/*u,*/
/*i,*/
/*center,*/
/*dl,*/
/*dt,*/
/*dd,*/
/*ol,*/
/*ul,*/
/*li,*/
/*fieldset,*/
/*form,*/
/*label,*/
/*legend,*/
/*table,*/
/*caption,*/
/*tbody,*/
/*tfoot,*/
/*thead,*/
/*tr,*/
/*th,*/
/*td,*/
/*article,*/
/*aside,*/
/*canvas,*/
/*details,*/
/*embed,*/
/*figure,*/
/*figcaption,*/
/*footer,*/
/*header,*/
/*hgroup,*/
/*menu,*/
/*nav,*/
/*output,*/
/*ruby,*/
/*section,*/
/*summary,*/
/*time,*/
/*mark,*/
/*audio,*/
/*video {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  border: 0;*/
/*  font-size: 100%;*/
/*  vertical-align: baseline;*/
/*  -webkit-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*}*/
/*article,*/
/*aside,*/
/*details,*/
/*figcaption,*/
/*figure,*/
/*footer,*/
/*header,*/
/*hgroup,*/
/*menu,*/
/*nav,*/
/*section {*/
/*  display: block;*/
/*}*/
/*body {*/
/*  line-height: 1;*/
/*}*/
/*ol,*/
/*ul {*/
/*  list-style: none;*/
/*}*/
/*blockquote,*/
/*q {*/
/*  quotes: none;*/
/*}*/
/*blockquote:before,*/
/*blockquote:after,*/
/*blockquote q:before,*/
/*blockquote q:after {*/
/*  content: '';*/
/*  content: none;*/
/*}*/
/*table {*/
/*  border-collapse: collapse;*/
/*  border-spacing: 0;*/
/*}*/
/*!*Reset Table END*!*/

::-moz-selection {
  background: #6cab2a;
  color: #fff;
}
::selection {
  background: #6cab2a;
  color: #fff;
}
html,
body {
  /*overflow-x: hidden;*/
}

/*-------Main Cta-------*/
.backAnim {
  -webkit-animation: animateBack 1s;
          animation: animateBack 1s;
}
.main__cta {
  background: #6cab2a;
  color: #fff;
}
.main__cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0 20px;
  background: url("/img/img_cta_1.svg") no-repeat 19% 100%, url("/img/img_cta_2.svg") no-repeat 80% 100%;
  background-size: 120px 110px,120px 114px;
  overflow: hidden;
}

.main__cta .container_none-bg-img{
  background-image: none;
}

@media (max-width: 1079px) {
  .main__cta .container {
    background-position: 0% 100%, 100% 100%;
  }
}
@media (max-width: 767px) {
  .main__cta .container {
    background-image: none;
  }
}
.main__cta-title {
  font-size: 35px;
  line-height: 37px;
}
@media (max-width: 1079px) {
  .main__cta-title {
    text-align: center;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .main__cta-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
.main__cta-title--sub {
  font-size: 28px;
  line-height: 45px;
}
@media (max-width: 1079px) {
  .main__cta-title--sub {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .main__cta-title--sub {
    font-size: 20px;
    line-height: 25px;
  }
}
.main__cta a {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .main__cta a {
    margin-top: 7px;
  }
}
/*-------End Main Cta-------*/

/*-------Inner Text-------*/
.text-cont .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text-cont__text {
  /*width: 100%;*/
  margin-bottom: 15px;
}
.text-cont__text.with-sidebar {
  max-width: 914px;
  margin-left: 365px;
}
.text-cont__text .title {
  text-align: center;
  margin-top: 52px;
  margin-bottom: 26px;
}
@media (max-width: 1079px) {
    .text-cont__text .title {
      margin-top: 15px;
      margin-bottom: 20px;
    }
}
.text-cont__text .title span {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #160646;
}
@media (max-width: 767px) {
  .text-cont__text .title span {
    font-size: 24px;
    line-height: 28px;
  }
}
.text-cont__text p,
.text-cont__text ul {
  line-height: 24px;
  margin-bottom: 24px;
}
.text-cont__text ul.check-list {
  text-align: left;
}
.text-cont__text ul.check-list li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #343434;
  padding-left: 25px;
  margin-bottom: 10px;
}
.text-cont__text ul.check-list li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(/img/li-blog.png) no-repeat center;
}
.text-cont__text ol {
  line-height: 18px;
  margin-bottom: 24px;
}
.text-cont__text ol.def-ol {
  text-align: left;
}
.text-cont__text ol.def-ol li {
  position: relative;
  counter-increment: li;
  line-height: 2.5rem;
  margin-bottom: 6px;
  padding-left: 32px;
  font-size: 18px;
}
.text-cont__text ol.def-ol li:before {
  content: counter(li);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 10px;
  background: #ffb800;
}
.text-cont__text a {
  /*color: #6cab2a;*/
}
.text-cont__text .text-post a:hover{
  text-decoration: underline;
}
.text-cont__text a:active {
  color: #3300a7;
}
.inner__cta {
  background: #6cab2a;
  margin-bottom: 60px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .inner__cta {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.inner__cta-title {
  font-size: 35px;
  line-height: 30px;
  font-family: ElektraBold;
  padding: 30px 35px 0 0;
}
@media (max-width: 767px) {
  .inner__cta-title {
    padding: 30px 0 0 0;
  }
}
.inner__cta-title span {
  font-family: Elektra;
  font-size: 25px;
  display: block;
  margin-top: 20px;
  line-height: 30px;
  padding-left: 130px;
  width: 50px;
}
@media (max-width: 767px) {
  .inner__cta-title span {
    padding-left: 0;
    text-align: center;
    width: auto;
  }
}
@media (max-width: 767px) {
  .inner__cta .main__banner-info_btn {
    margin-top: 0;
  }
}
.inner__cta:after {
  content: '';
  position: absolute;
  background: url("/img/img_cat_cta.png") no-repeat center;
  bottom: -22%;
  left: -7%;
  width: 287px;
  height: 142px;
}
@media (max-width: 767px) {
  .inner__cta:after {
    background: #6cab2a;
    top: 0;
    height: 100%;
    left: -20%;
    z-index: -1;
    bottom: unset;
  }
}
@media (max-width: 767px) {
  .inner__cta:before {
    content: '';
    width: 100%;
    position: absolute;
    background: #6cab2a;
    top: 0;
    height: 100%;
    right: -20%;
    z-index: -1;
    bottom: unset;
  }
}
blockquote {
  background: #e5e5e5;
  border-left: 4px solid #6cab2a;
  padding: 10px 25px;
  margin: 0 0 20px 30px;
}
@media (max-width: 767px) {
  blockquote {
    margin-left: 25px;
  }
}
blockquote q {
  font-style: italic;
}
/*-------End Inner Text-------*/

/*-------Contacts-------*/
.contacts {
  width: 100%;
  padding: 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
          justify-content: space-around;
  background: url("/img/img_contacts.png") no-repeat center;
  line-height: 26px;
  height: 185px;
}
@media (max-width: 767px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 30px 0;
    background-size: cover;
  }
}
.contacts__title {
  margin-bottom: 0 !important;
  font-family: ElektraBold;
  color: #6cab2a;
}
.contacts__adress {
  text-align: right;
}
@media (max-width: 767px) {
  .contacts__adress {
    text-align: center;
  }
}
.contacts__adress p {
  width: 228px;
}
@media (max-width: 767px) {
  .contacts__adress p {
    width: auto;
  }
}
.contacts a {
  color: #333;
  text-decoration: none;
}
.contacts p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contacts p {
    text-align: center;
  }
}
/*-------End Contacts-------*/
/*-------Faq-------*/
.faq__items dt {
  font-family: ElektraBold;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq__items dt {
    padding: 20px 25px 20px 0;
  }
}
.faq__items dt span {
  padding: 18px 0 0;
  border-radius: 16px;
  background: #d3d3d3;
  vertical-align: middle;
  margin-right: 14px;
  line-height: 0;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
}
.faq__items dt:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 10px;
  right: 0px;
  top: 43%;
  background: url("/img/ic_dropdown_faq.svg") no-repeat center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.faq__items dt.active {
  border-bottom: none;
}
.faq__items dt.active:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 10px;
  right: 0px;
  top: 43%;
  background: url("/img/ic_dropdown_faq.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.faq__items dt.active span {
  color: #fff;
  background: #6cab2a;
}
.faq__items dt:nth-last-of-type(1) {
  border: none;
}
.faq__items dd {
  padding-left: 50px;
  display: none;
  border-bottom: 1px solid #d3d3d3;
}
.faq__items dd.visible {
  display: block;
}
/*-------End Faq-------*/
/*-------Samples-------*/
.samples__item {
  color: #333 !important;
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 150px;
  padding: 30px 0;
  border-bottom: 1px solid #d3d3d3;
}
.samples__item:nth-last-of-type(1) {
  border: none;
}
.samples__item-title {
  font-family: ElektraBold;
}
.samples__item-title span {
  color: #6cab2a;
}
.samples__item p {
  margin-bottom: 0;
}
.samples__item img {
  margin-right: 20px;
}
.samples__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 90px;
}
.samples__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .samples__item-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.samples__item-info div {
  min-width: 20%;
}
@media (max-width: 767px) {
  .samples__item-info div {
    margin: 10px 0;
    width: 100%
  }
}
@media (min-width: 768px) {
.samples__item-info div:first-child {
    width: 33%;
}
.samples__item-info div:nth-child(2) {
    width: 33%;
}
}
.samples__item-info span {
  font-family: ElektraBold;
  color: #6cab2a;
}
/*-------End Samples-------*/
.testimonials__item {
  padding: 30px 0;
  border-bottom: 1px solid #d3d3d3;
}
.testimonials__item:nth-last-of-type(1) {
  border: none;
}
.testimonials__item-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonials__item-customer .name {
  margin-bottom: 0;
}
.testimonials__item-customer .name span {
  font-family: ElektraBold;
  color: #6cab2a;
}
.testimonials__item-info {
  display: block;
  font-style: italic;
  position: relative;
  padding-top: 15px;
}
.testimonials__item-info:before {
  content: '';
  background: url("/img/ic_quote.svg") no-repeat center;
  position: absolute;
  width: 26px;
  height: 22px;
  z-index: -1;
  top: 5px;
  left: -13px;
}
.testimonials__item-info:after {
  content: '';
  background: url("/img/ic_quote.svg") no-repeat center;
  position: absolute;
  width: 26px;
  height: 22px;
  z-index: -1;
  right: -5px;
  bottom: -5px;
}

/*
@-webkit-keyframes animateBack {
  0%, 20%, 30%{
    background-position: 19% 170%, 80% 170%;
  }
  50%, 80%, 100% {
    background-position: 19% 100%, 80% 100%;
  }
  40% {
    background-position: 19% 150%, 80% 150%;
  }
  60% {
    background-position: 19% 120%, 80% 120%;
  }
}
*/
@keyframes animateBack {
  0%, 20%, 30%{
    background-position: 19% 170%, 80% 170%;
  }
  50%, 80%, 100% {
    background-position: 19% 100%, 80% 100%;
  }
  40% {
    background-position: 19% 120%, 80% 120%;
  }
  60% {
    background-position: 19% 120%, 80% 120%;
  }
}
@media (max-width: 1079px) {
/*
  @-webkit-keyframes animateBack {
  0%, 20%, 30%{
    background-position: 19% 180%, 80% 180%;
  }
      50%, 80%, 100% {
        background-position: 19% 100%, 80% 100%;
      }
    40% {
      background-position: 19% 150%, 80% 150%;
    }
    60% {
      background-position: 0% 110%, 100% 110%;
    }
  }
*/
  @keyframes animateBack {
  0%, 20%, 30%{
    background-position: 19% 170%, 80% 170%;
  }
  50%, 80%, 100% {
    background-position: 19% 100%, 80% 100%;
  }
    40% {
      background-position: 0% 120%, 100% 120%;
    }
    60% {
      background-position: 0% 110%, 100% 110%;
    }
  }
}
.space{
    height: 250px;
}
.header__menu.close {
    opacity: 1;
    line-height: normal;
    float: none;
    text-shadow: none;
    font-size: inherit;
}
.discount__close{
    position: absolute;
    right: 10px;
    top: 15%;
    cursor: pointer;
}
.error-page{
    text-align: center;
}
.error-page .title {
    margin-bottom: 0;
}
.error-page .title span{
    font-size: 60px
}
.sub__title {
    font-family: ElektraBold;
    font-size: 30px;
    font-weight: 600;
}
.error-page .btns {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row wrap;
    max-width: 635px;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
  body{
    -webkit-text-size-adjust: none;
  }
  .error-page p.sub__title{
    line-height: 1.3;
  }
}
.contact .sidebar__item.testimonials, .testimonial .sidebar__item.testimonials {
    display: none;
}
.modal .modal-file-upload .modal-content .modal-body .wrap-select-file{
    line-height: 18px;
}
.text-cont.order,.text-cont.customer {
    padding-top: 0;
}
@media (max-width: 1079px){
    .text-cont.order,.text-cont.customer {
        padding-top: 30px !important;
    }
}
@media (min-width: 772px){
    #order-form .tabs-wrapper .tabs li.active:nth-of-type(1), #order-form .tabs-wrapper .tabs li.active:nth-of-type(2), #order-form .tabs-wrapper .tabs li.active:nth-of-type(3) {
        background-image: url("/img/steps2.png") !important;
    }
}
@media (max-width: 771px){
    #order-form .tabs-wrapper .active{
        background-image: none !important;
        background-color: #6cab2a;
    }
}
#order-form .steps-wrapper .custom-button, #order-form .steps-wrapper .custom-button-second-step, #order-form .steps-wrapper .custom-button-third-step, #main-customer-form .wrap-customer-form .input-wrap button.submit-btn {
    background-image: linear-gradient(to bottom,#fbc240 0,#fcb42d 50%,#fd871b 100%) !important;
    border: 1px solid #824f12 !important;
}
#order-form .steps-wrapper .custom-button:hover, #order-form .steps-wrapper .custom-button-second-step:hover, #order-form .steps-wrapper .custom-button-third-step:hover, #main-customer-form .wrap-customer-form .input-wrap button.submit-btn:hover{
    background-image:linear-gradient(to bottom,#fbc240 0,#F7B432 50%,#EB7D0E 100%)!important;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before{
    opacity: .75;
}

.popup__discount{
  display: block;
  font-family: "Elektra", 'Open Sans', sans-serif;
}

.popup__discount .popup__discount__modal-body{
  font-family: "Elektra", 'Open Sans', sans-serif;
}

.popup__discount .popup__discount__modal{
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 650px;
}

.popup__discount__modal-img,
.popup__discount__modal-body{
  float: left;
}

.popup__discount__modal-img{
  margin-top: 5px;
}

.popup__discount__modal-img{
   width: 30%;
   text-align: center;
}

.popup__discount__modal-body{
  width: 70%;
}

.popup__discount .popup__discount__form-row-submit-button,
.popup__discount .popup__discount__form-row-submit-button:hover{
  background-color: transparent;
  outline: none;
}


.popup__discount .main__banner-info_btn span{
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 27px;
  right: 0;
  font-family: "Elektra", 'Open Sans', sans-serif;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);;
  font-weight: 400;
}

.popup__discount .main__banner-info_btn::before{
  top: 27px;
}

.popup__discount .popup__discount__modal-body-main-text{
  color: #4495cc;
  text-transform: none;
  font-family: Elektra;
  font-weight: 600;
  margin-bottom: 26px;
}

.popup__discount .popup__discount__modal-body-secondary-text{
  font-weight: 400;
  margin-bottom: 45px;
  font-style: normal;
}

.popup__discount .fa-user:before{
  display: none;
}

.popup__discount  .fa-envelope-o:before{
  display: none;
}

.popup__discount .popup__discount__modal-close-button{
  top: -10px;
  right: -20px;
}

.popup__discount .popup__discount__modal-body{
  padding: 20px 50px 0 0;
}

.clearfix:after {
  content: " ";
  clear: both;
  display: table;
}

.popup__discount__modal-innner,
.popup__discount__modal-body-success-inner{
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 15px;
}

.popup__discount__modal-body-success-inner{
  padding-top: 0;
}

.popup__discount .popup__discount__modal,
.popup__discount__modal-body-success{
  background-color: #6dac2a;
  border-radius: 20px;
  padding: 0 5px;
}

.popup__discount .popup__discount__form-row-group{
    border: 1px solid #d8d8d8;
    border-radius: 60px;
    width: 196px;
}

.popup__discount .popup__discount__form-row-group input{
  font-size: 15px;
  font-family: "Elektra", 'Open Sans', sans-serif;
  color: #3d3d3d;
  padding-left: 10px;
  transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
}

.popup__discount .popup__discount__form-row-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d8d8d8;
}
.popup__discount .popup__discount__form-row-group input::-moz-placeholder { /* Firefox 19+ */
  color: #d8d8d8;
}
.popup__discount .popup__discount__form-row-group input:-ms-input-placeholder { /* IE 10+ */
  color: #d8d8d8;
}
.popup__discount .popup__discount__form-row-group input:-moz-placeholder { /* Firefox 18- */
  color: #d8d8d8;
}

.popup__discount .popup__discount__form-row-group-wrapp{

  border-radius: 60px;
  width: 200px;
  margin: 0 auto;
}

.popup__discount .popup__discount__form-row-group{

  padding-top: 6px;
}

.popup__discount .popup__discount__form-row-group.field-error{
    border: 1px solid #e03100;
}

/*.popup__discount__row-group-name.field-error:after{
    content: 'Wrong type of name, try again';
    display: block;
    position: absolute;
    color: #e03100;
    bottom: -26px;
    left: 32px;
    font-size: 12px;
}*/

/*.popup__discount__row-group-email.field-error:after{
  content: 'Wrong type of email, try again';
  display: block;
  position: absolute;
  color: #e03100;
  bottom: -26px;
  left: 32px;
  font-size: 12px;
}*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.popup__discount__modal-body-success{
  display: none;
}

.popup__discount__modal-body-success-img img{
    margin-left: 40px;
    position: relative;
    bottom: -9px;
}

.popup__discount__modal-body-success-img{
  float: left;
}

.popup__discount  .popup__discount__modal-body-success-text{
  display: block;
  float: left;
  margin-top: 28px;
  padding-left: 5px;
}

.popup__discount__modal-body-success{
    padding-left: 0;
    padding-right: 0;
}

.popup__discount__modal-body-success-btn{
  color: #fff;
  margin: 0 auto;
  font-family: "Elektra", 'Open Sans', sans-serif;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  padding-top: 28px;
  font-size: 22px;
  font-weight: 400;
}

.popup__discount__form-row-group{
  padding: 10px 12px 7px 20px;
}

.popup__discount .popup__discount__form-row{
  margin-bottom: 0;
  height: 84px;
}


.popup__discount .popup__discount__form-btn{
  margin-bottom: 30px;
  padding-top: 5px;
}

.popup__discount .popup__discount__form-row-group.field-error{
  height: 38px;
}

.error-page .btns{
  margin-bottom: 50px;
}


.label__input,
.popup__callback-label-field {
    font-size: 14px;
}

.popup__callback-label-field{
	padding-left: 10px;
}

.error__name {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}
.popup__discount__form-row-group.field-error .error__name {
    color: #ed796a;
}
.popup__discount__form-row-group.field-error input {
    border-color: #ed796a;
}

.sidebar-calc .main-calc__row_type_bottom p {
    margin: auto;
}

.js-bottom-blocks{
	background-color: #1f5f91;
}

.clearfix:after{
	content: "";
    display: table;
    clear: both;
}

.callback-icon{
    height: 60px;
    width: 60px;
    display: block;
    background: url(/img/callback/button.png) no-repeat;
    position: fixed;
    z-index: 1;
    left: 30px;
    bottom: 50px;
    border-bottom: 0;
}

.callback-icon img{
    width: 30px;
    display: block;
    z-index: 2;
    margin: 15px auto 0;
}

.callback-icon:hover img{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.ripple-1{
	width: 60px;
    height: 60px;
    margin: -45px auto 0;
    color: #e2e2e2;

    -webkit-border-radius: 32px;
    border-radius: 32px;
    height: 60px;
    width: 60px;
    background-size: contain;


    animation: pulse-shadow-collection 1.7s linear;
    animation-delay: .1s;
    animation-iteration-count: infinite;

    -webkit-animation: pulse-shadow-collection 1.7s linear;
    -webkit-animation-delay: .1s;
    -webkit-animation-iteration-count: infinite;

    -moz-animation: unset;
}

.ripple-2{
	width: 60px;
    height: 60px;
    margin: -60px auto 0;
    color: #e2e2e2;

    -webkit-border-radius: 32px;
    border-radius: 32px;
    height: 60px;
    width: 60px;
    background-size: contain;


    animation: pulse-shadow-collection 1.7s linear .7s forwards;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;

    -webkit-animation: pulse-shadow-collection 1.7s linear .7s forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;

    -moz-animation: unset;
}



.callback-icon .phone {

    display: block;

    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}



@-webkit-keyframes pulse-shadow-collection {
    0% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    60% {
        -webkit-box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);
        box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);

        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    70%{
    	box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);

        opacity: 0;

        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);

    }
}

@keyframes pulse-shadow-collection {
    0% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    60% {
        -webkit-box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);
        box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);

        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    70%{
    	box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);

        opacity: 0;

        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);

    }
}


@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

.popup-callback-from-wrap {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.popup-callback-from-wrap_active{
    z-index: 323232323232;
    opacity: 1;
    position: fixed;
    overflow: auto;
}


@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.callback-icon{
	display: none;
}

.popup__callback__modal-body-success-text{
	position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    display: none;
}

@media (max-width: 767px){
	/*.callback-icon{
		display: none !important;
	}*/
}

.popup__discount_hide{
	display: none !important;
}



.popup__callback {
    width: 550px;
    min-height: 311px;
    position: relative;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 25px;
    border-left: 5px solid #6dac2a;
    border-right: 5px solid #6dac2a;
    padding: 35px 72px 0;
}
.popup__callback__modal-body-main-text,.popup__callback__modal-body-success-text {
    font-size: 36px;
    color: #4596cd;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}
.popup__callback__modal-close-button.js-callback-form-cancel {
    position: absolute;
    background: url(/img/callback/ic_close.svg) no-repeat;
    width: 10px;
    height: 10px;
    top: -20px;
    right: -30px;
}
.popup__callback__modal-body-secondary-text, .popup__callback__modal-body-third-text, .popup__callback__modal-body-success-text p {
    text-align: center;
    font-size: 24px;
    color: #464646;
    font-weight: 400;
}
.popup__callback__form-row input{
    width: 100%;
    max-width: 200px;
    color: #464646;
    outline: none;
}
.popup__callback__form-row input::-webkit-input-placeholder {
  color: #ddd;
}
.popup__callback__form-row input::-moz-placeholder {
  color: #ddd;
}
.popup__callback__form-row input:-ms-input-placeholder {
  color: #ddd;
}
.popup__callback__form-row input:-moz-placeholder {
  color: #ddd;
}
.popup__callback__form-half-group_left {
    width: 170px;
}
.popup__callback__form-half-group{
  position: relative;
}
.popup__callback-text-field {
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 14px;
}
.popup__callback__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 410px;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.popup__callback__form {
    margin-top: 40px;
}
.popup-callback-from .flag-container {
    margin-left: 10px;
}
.popup__callback__form-row-group {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}
.popup__callback-select-field {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 15px;
    background: url(/img/callback/dropangle.svg) no-repeat 95% 50%;
    cursor: pointer;
    outline: none;
}
.popup__callback__form button {
    border: none;
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    align-self: center;
    justify-self: center;
    -moz-appearance: none;
    grid-column-start: 1;
    grid-column-end: 3;
    outline: none;
    cursor: pointer;
}
.popup__callback__form button span {
    position: relative;
    top: -13px;
    padding: 0;
}
.popup__callback__modal-body {
    position: relative;
}
.popup__callback__modal-body::before {
    content: '';
    position: absolute;
    background: url(/img/callback/cat.svg) no-repeat;
    width: 164px;
    height: 173px;
    top: -55px;
    left: -130px;
}
.popup__callback__modal-body-success-text p {
    margin-top: 33px;
}
.popup__callback__modal-body-success-text button span {
    padding: 0;
    position: relative;
    margin: 0;
    top: -12px;
}
.popup__callback__modal-body-success-text button {
    border: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.popup__callback__modal-body-success-text {
    line-height: normal;
}
.phone-help-block {
  color: #e03100;
  font-size: 12px;
  position: absolute;
  line-height: normal;
  bottom: -30px;
  padding-left: 8px;
}
.popup__callback-text-field_error {
    border: 1px solid #e03100;
}
.row_popup_data{
  display: flex;
}

.popup__discount__form-row-group input{
  height: 25px !important;
}
.popup__discount__form-row-group{
  padding: 5px 12px 4px 7px !important;
}
.popup_data{
  width: 50%;
  margin: 0 6px;
}
.title_popup_data{
  margin-left: 12px;
}
.popup__discount__modal-body-success-inner{
  display: flex;
  align-items: flex-end;
}
/*.popup__discount .popup__discount__modal-body-main-text{
  font-family: Elektra;
  font-weight: bold;
}*/
.popup__discount__modal-body-success-inner{
  overflow: hidden;
}

a.main__banner-info_btn:hover{
  color: #fff;
}

/********** blog **********/
.blog__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
    .blog__items .item {
        max-width: 345px;
        padding: 20px 20px 0;
        /*border: 1px solid #d1d1d1;*/
        height: 300px;
        margin-bottom: 23px;
        margin-right: 20px;
        width: 100%;
        position: relative;
      border-top: 13px solid #A27FFF;
    }
    .text-cont__text{
      display: flex;
      flex-direction: column;
    }
    .header-post{
      order: -1;
    }
    .text-post{
      order: 2;
      margin-bottom: 20px;
    }
    .sidebar{
      order: 3;
    }
    .header-rate__info{
      order: 1;
    }

        .item__thumbnail img{
          max-width: 100%;
        }
        .item__thumbnail {
            margin-bottom: 20px;
            /*border-radius: 15px;*/
            display: block;
            overflow: hidden;
            max-width: 321px;
          max-height: 180px;
            /*height: 150px;*/
            background-size: 100%;
        }
        .item__title {
          font-weight: 900;
          font-size: 24px;
          line-height: 28px;
          text-align: center;
          color: #160646;
          max-width: 200px;
          margin-right: auto;
          margin-left: auto;
        }
        @media (max-width: 767px) {
          .item__title {
            font-size: 20px;
          }
        }
        .item__description {
            color: #555;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 15px;
          min-height: 122px;
        }

        .item__info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            /*border-top: 1px solid #d1d1d1;*/
            padding-top: 15px;
          margin-bottom: 20px;
            position: absolute;
    width: calc(100% - 40px);
    bottom: 15px;
        }

        p.item__info-date {
            color: #aaa;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            margin: 0;
        }

        a.item__info-link {
            color: #ff6400;
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
            text-decoration: underline;
        }
            a.item__info-link:hover {
                text-decoration: none;
            }

    .blog__items .item.cta {
        background: #B89EFF;
        padding: 40px 25px;
        background-image: url(/reviews/wp-content/themes/essaywriterservices/img/cta-back.png);
        background-repeat: no-repeat;
        background-position: top;
      border-radius: 17px;
      border-top: none;
    }
        .item__cta-title {
            color: #fff;
            text-align: center;
            font-size: 30px;
            font-weight: 400;
            line-height: 32px;
        }
        p.item__cta-subtitle {
            color: #fff;
            font-size: 24px;
            font-weight: 400;
            line-height: 34px;
            text-align: center;
            margin-bottom: 13px;
        }
        p.item__cta-info {
            text-align: center;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
        }
        .item.cta .main__banner-info_btn {
            margin: 0px auto !important;
        }
        .blog__items .item:not(.cta):nth-child(3) {margin-right: 0;}
        /*.blog__items .item:not(.cta):nth-child(5) {margin-right: 0;}*/
        .blog__items .item:nth-child(3) {
            margin-right: 0;
        }
        .dots {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
            .page-numbers {
                display: block;
                width: 40px;
                text-align: center;
                background: #eeeeee;
                color: #333 !important;
                text-decoration: none;
                border-radius: 50%;
                margin-right: 10px;
                font-size: 16px;
                font-weight: 600;
                height: 40px;
                line-height: 40px;
            }
                .prev.page-numbers, .next.page-numbers {
                    font-size: 23px;
                    line-height: 40px;
                }
                .prev.page-numbers{
                    padding-right: 3px;
                }
                .next.page-numbers {
                    padding-left: 3px;
                }
                .page-numbers:hover {
                    color: #fff !important;
                    background-color: #ff6400;
                }
                .current.page-numbers {
                    background: #ff6400;
                    color: #fff !important;
                }

.sidebar__item.post {
    border-color: #6cab2a;
    padding: 20px 23px 15px;
}
    .sidebar__post-title {
        font-size: 16px;
        color: #00000a;
        line-height: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .sidebar__post-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
        .sidebar__post-info--date {
            font-size: 14px;
            color: #aaa;
            line-height: 24px;
        }
        .sidebar__post-info--link {
            color: #ff6400;
            text-decoration: underline;
            line-height: 25px;
            font-size: 14px;
/*
            padding-right: 10px;
            background: url(/blog/wp-content/themes/meowessay/img/arrow_orange.svg) no-repeat right;
*/
        }
            .sidebar__post-info--link:hover{
                text-decoration: none;
            }
.blog-nav__link {
    margin-top: 45px;
    display: block;
    color: #ff6400 !important;
    text-decoration: none;
    font-size: 14px;
}
.item-date {
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.text-cont__text .title.post{
    margin-top: 22px;
    margin-bottom: 0;
    text-align: left;
}
.sidebar__item.calculator form {
    padding: 20px 24px;
}
.calculator .main__banner-info_btn span {
    top: -23px;
    position: relative;
}
.calculator .main__banner-info_btn {
    -moz-appearance: none;
    border: none;
    margin-top: 20px;
    width: 220px;
    height: 77px;
    background-position: -8px 0;
    background-size: cover;
    cursor: pointer;
}
.calculator .main__banner-info_btn:hover{
    background-position: -243px 0;
}
.calculator .main__banner-info_btn:before,.calculator .main__banner-info_btn:hover::before{
    top: 17px;
}
.calculate-select {
    display: block;
    border: 1px solid #6cab2a;
    border-radius: 20px;
    margin-bottom: 15px;
    background: url(/blog/wp-content/themes/meowessay/img/selD.svg) no-repeat;
    background-position: 90% 34%;
    background-size: 10px 15px;

}
.calculate-select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background: transparent;
    padding: 5px 37px 5px 20px;
    cursor: pointer;
}
.calculate-select select:focus{
  outline: none;
}
select::-ms-expand {
    display: none;
}
.pages {
    margin: 10px 0 20px;
}

@media (max-width: 1136px){
  .post-container{
    display: flex;
    flex-direction: column;
  }
    .blog__items{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
        justify-content: center;
    }
    .blog__items .item{
      margin-right: 20px!important;
    }
}
@media (max-width: 767px){
    .blog__items {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .blog__items .item{
        padding: 20px 15px;
        margin-bottom: 25px;
    }
    .item__thumbnail{
        width: 100%; /* 270 */
        /*height: 148px;*/
        margin: 0 auto 20px;
    }
    .blog__items .item.cta{
        padding: 40px 7px;
    }
    .blog-nav__link{
        margin-top: 25px;
    }
}
.cta-btn{
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.text-cont__text.with-sidebar img.alignnone {
    width: 100%;
}
a.item__info-link:active {
    color: #ff6400;
}

.text-cont img{
  height: auto;
}
.container.footer_container {
    max-width: 1200px;
}
.popup__callback__modal-body-soon-text{
  text-align: center;
}
.popup__callback__modal-body-soon-text p{
  text-align: center;
  font-size: 24px;
  color: #464646;
  font-weight: 400;
}
.popup__callback__modal-body-soon-text button{
  border: none;
  margin: 0 auto;
  margin-top: 20px;
}
.popup__callback__modal-body-soon-text button:hover{
  cursor: pointer;
}
.popup__callback__modal-body-soon-text button:focus{
  outline: none;
}
.popup__callback__modal-body-soon-text button span{
  margin-top: -37px;
  display: block;
}
.popup__callback__modal-body-soon-text .popup__callback__modal-close-button:hover{
  cursor: pointer;
}
@media (max-width: 1199px){
    .container.footer_container{
      max-width: 850px;
      flex-wrap: nowrap;
      align-items: stretch;
    }
    .footer__links.terms{
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .footer__links.terms{
      margin-left: 40px;
    }
    .footer__info{
    }
    .footer__links.terms ul{
      margin-right: 30px;
      width: calc(50% - 50px);
      margin-bottom: 20px;
    }
    .footer__links.terms ul li{
      line-height: 16px;
      margin: 8px 0;
    }
  }
  @media (max-width: 887px){
    .container.footer_container{
      max-width: 95%;
    }
  }
  .footer__links.inner{
    display: flex;
    justify-content: space-between;
  }
  .footer__links.inner ul{
    margin-right: 24px;
  }
  .footer__links.inner a{
    color: #b7b7b7;
  }
  .right_footer{
    display: flex;
  }
  .footer__links.terms{
    display: flex;
  }
  .footer__links.terms ul li a{
    color: #b7b7b7;
  }

  .footer__links.terms ul:first-child li a{
    color: #fff;
  }
  .footer__links.terms ul{
    margin-right: 24px;
  }
  .footer__links.terms ul:first-child{
    margin-right: 40px;
  }
  .footer__info.logo_footer{
    border-right: none;
  }
  @media (max-width: 767px){
    .footer__links.terms{
      display: none;
    }
    .container.footer_container{
      flex-direction: column-reverse;
    }
    .footer__pay p{
      text-align: center;
    }
  }
.body_n-scroll{
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px){
  .popup__callback{
    max-width: 300px;
    width: 100%;
    padding: 35px 10px 0;
  }
  .popup__callback__modal-body::before{
    background-image: none;
  }
  .popup__callback__form-row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .popup__callback__form-half-group{
    width: 100% !important;
    position: relative;
  }
  .popup__callback__form-half-group input{
    min-width: 100%;
    box-sizing: border-box;
  }
  .intl-tel-input{
    width: 100%;
  }
  .popup__callback__modal-body-secondary-text, .popup__callback__modal-body-third-text, .popup__callback__modal-body-success-text p{
    font-size: 20px;
  }
  .popup__callback__modal-body-main-text{
    margin-bottom: 15px;
  }
  .popup__callback__form{
    margin-top: 10px;
  }
  .popup__callback__modal-close-button.js-callback-form-cancel{
    right: 5px;
  }
  .popup__callback__form .popup__callback__form-row:nth-child(2){
    margin-bottom: 15px;
  }
  .popup__callback__form button:before, .popup__callback__modal-body-soon-text button:before{
    content: none;
  }
  .popup__callback__form .main__banner-info_btn:hover span, .popup__callback__modal-body-soon-text .main__banner-info_btn:hover span{
    padding: 0;
  }
  .popup__callback__form .main__banner-info_btn, .popup__callback__modal-body-soon-text .main__banner-info_btn{
    width: 100%;
    background-size: 320%;
  }
  .popup__callback__form .main__banner-info_btn:active, .popup__callback__form .main__banner-info_btn:hover, .popup__callback__modal-body-soon-text .main__banner-info_btn:active, .popup__callback__modal-body-soon-text .main__banner-info_btn:hover{
    background-position: -10px 0;
  }
}
@media (max-width: 780px) and (orientation: landscape){
  .popup__callback{
    top: 85%;
  }
}
.calculator select {
  background-image: url(/img/arrow-down1.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 10px 8px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  padding: 0 45px 0 15px;
  outline: none;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  color: #000;
  background: transparent
}

.calculator .pages{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.pages .total__value{
  color: #6cab2a;
  display: block;
  width: 68px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.pages input{
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 58px;
  height: 40px;
  text-align: center;
  outline: none;
  margin: 0 15px 0 10px;
  font-family: "Elektra", 'Open Sans', sans-serif;
}
.sidebar__item.calculator .main__banner-info_btn{
  border: none;
  outline: none;
}
.sidebar__item.calculator .main__banner-info_btn:hover:before{
  right: 35px;
}
.calculator .main__banner-info_btn{
  background-position: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 74px;
  padding: 0 0 18px;
  margin: 0;
  text-shadow: 0 1px 3px rgba(134, 74, 18, 0.47);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  transition: padding-right 0.3s;
}
.calculator .main__banner-info_btn:hover {
  background-position: center;
  padding-right: 28px;
}



.wp-block-image img{
  max-width: 100%;
}


.container{
  max-width: 1115px;
  width: 100%;
  margin: auto;
}

.top-reviews{
  width: 100%;
  padding: 36px 18px 32px 20px;
  margin-bottom: 105px;
  border: 1px solid #512CBD;
  display: table;
  flex-direction: column;
  justify-content: flex-start;
}

.top-review__block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.top-review__block:last-child{
  margin-bottom: 0;
}

.top-info{
  display: flex;
  justify-content: space-between;
  max-width: 280px;
  width: 100%;

}

.top-info span{
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */

  text-align: center;

  /* black */

  color: #343434;
}

.top-title{
  width: 340px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #160646;
}


.post-container{
  max-width: 1152px;
  position: relative;
  min-height: 1100px;
}
.bread-post-container{
  max-width: 1152px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-container-box{
  margin-top: 72px;
}
.post-date{
  position: absolute;
  margin: 0;
}
.shadow-box{
  box-shadow: 0px 4px 30px rgba(81, 44, 189, 0.1);
}

.header-post{
  width: 100%;
  padding: 36px 56px 27px 56px;
  margin-bottom: 36px;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.title-post span{
  font-weight: bold;
}

.title-post h1{
}
.title-post{
  font-weight: normal;
  font-size: 28px;
  line-height: 42px;
  text-align: left;
  color: #160646;
  margin: 0;
  margin-bottom: 23px;
}

.header-post__info{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-post__info .left-block{
  /*width: 470px;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
}

@media (max-width: 767px){
  .header-post__info .left-block{
    margin-right: unset;
  }
}

.img-block{
  display: flex;
  align-items: center;
}
.logo-post{
  margin-right: 53px;
  /*height: 56px;*/
}
.rate-post-img{
  margin-right: 21px;
}

.disc-info{
  display: flex;
  align-items: center;
}

.disc-btn{
  display: block;
}

/*.nav-post span {*/
/*  font-weight: bold;*/
/*}*/
/*.nav-post a{*/
/*  color: #343434;*/
/*}*/
/*.nav-post{*/
/*  display: block;*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*  font-size: 16px;*/
/*  line-height: 28px;*/
/*  margin: 36px 0 10px 0;*/
/*  color: #343434;*/
/*}*/

.header-rate__info {
  width: 100%;
  padding: 26px 56px 33px 56px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.rate-adv{
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.rate-adv li:not(.deadline):before{
  position: absolute;
  content: "";
  background-image: url(/reviews/wp-content/themes/essaywriterservices/img/li-adv.png);
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
}
.rate-adv .deadline:before{
  position: absolute;
  content: "";
  background-image: url(/reviews/wp-content/themes/essaywriterservices/img/li-deadline.png);
  width: 22px;
  height: 22px;
  left: -1px;
  top: 0;
}
.rate-adv li{
  padding-left: 30px;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  color: #343434;
  margin-bottom: 18px
}

.start-price{
  display: block;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 23px;
  /* black */
  color: #343434;
}

.rate-right{
  display: flex;
  flex-direction: column;
  width: 302px;
}

.rate__info-block{
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.rate-title{
  font-size: 18px;
  line-height: 21px;

  /* black */

  color: #343434;
  width: 66px;
  margin-right: 22px;
}

.rate__info-block .rating{
}

.rate-text{
  font-size: 18px;
  line-height: 21px;

  /* black */

  color: #343434;
}

.sidebar{
  width: 345px;
  position: fixed;
  top: 78px;
  display: flex;
  flex-direction: column;
  margin-bottom: 39px;
}

.side-block{
  width: 100%;
  padding: 20px 53px 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.logo-block .rate-post-img{
  margin-right: 30px;
}
.logo-block .logo-post{
  margin-right: 0;
  max-width: 200px;
}
.logo-block{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.side-btns{
  width: 300px;
  display: flex;
  justify-content: space-between;
}


.text-post{
  padding: 32px 56px;
}

.text-post h2{
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;

  /* Purple_dark */

  color: #160646;
}

.text-post h3{
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;

  /* Purple_dark */

  color: #160646;
}

.text-post p{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2.5rem;

  /* black */

  color: #343434;
}

.header-post{
  position: sticky;
  top: 108px;
  background: #fff;
  z-index: 9999999;
}

span.top-price {
  width: 55px;
}

.header-wrap{
  max-width: 1152px;
}

.faq_list {
  padding: 0 0 14px 0
}

.faq_list_t {
  padding: 10px 46px 10px 26px;
  background: #f9f9f9 url('/wp-content/themes/honeypress/img/faq.png') no-repeat right center;
  border-bottom: 2px solid #dcdcdc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #232c3b;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  cursor: pointer
}

.faq_list_t:hover {
  text-decoration: underline
}

.faq_list.active .faq_list_t {
  background: #232c3b url('/wp-content/themes/honeypress/img/faq_o.png') no-repeat right center;
  color: #fff;
  border-bottom: 0
}

.faq_list_e {
  display: none;
  padding: 20px 26px 12px 26px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400
}

.faq_list.open .faq_list_e {
  display: block
}
.ui-accordion .ui-accordion-header{
  outline: 0;
}
.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top{
  -webkit-box-shadow: inset 0 2px 0 #919be6;
  box-shadow: inset 0 2px 0 #919be6;
  border-radius: 6px;
  background-color: #f1f1f1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e5fb), to(#f1f1f1));
  background-image: linear-gradient(to top, #e2e5fb 0%, #f1f1f1 100%);
}

.ui-accordion .ui-accordion-header{
  /*height: 50px;*/
  -webkit-box-shadow: inset 0 2px 0 #919be6;
  box-shadow: inset 0 2px 0 #919be6;
  border-radius: 6px;
  background-color: #f1f1f1;
  position: relative;
  z-index: 5;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #303030;
  margin-bottom: 30px!important;

}

.ui-accordion .ui-accordion-header:after{
  position: absolute;
  width: 13px;
  height: 7px;
  right: 20px;
  content: '';
  background-image: url(/img/ic_arrow_down.svg);
  background-repeat: no-repeat;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ui-accordion .ui-accordion-header h3{
}


.ui-accordion .ui-accordion-content{
  width: auto;
  margin-left: 0;
  position: relative;
  z-index: 2;
  padding: 0px 20px 35px;
  color: #303030;
  font-size: 16px;
  margin-bottom: 10px;
  border: 0;
}
.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e, .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{
  display: none;
}

.post-author{
  order: -1;
  background: #FFFFFF;
  border-bottom: 6px solid #A27FFF;
  box-shadow: 0px 2px 26px rgba(220, 213, 239, 0.55);
  border-radius: 0px 6px 0px 0px;
  padding: 24px;
  margin-bottom: 34px;
}
.post-author-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-author-content{
  display: flex;
  align-items: center;
}
.post-author-image{
  width: 100px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.post-author-pos{
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #784FEB;
}
.post-author-name{
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #343434;
}
.post-author-date{
  font-size: 16px;
  line-height: 24px;
  color: #343434;
  margin-top: 10px;
}
.post-author-nums{
  display: flex;
  align-items: center;
}
.post-author-shares,
.post-author-revs{
  width: 115px;
}
.post-author-shares-num,
.post-author-revs-num{
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #784FEB;
  display: block;
}
.post-author-shares-text,
.post-author-revs-text{
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.post-hwr{
  order: 2;
  background: #F6F2FF;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 34px;
}
.post-hwr-title{
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #160646;
}
.post-hwr-subtitle{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #343434;
  margin-top: 8px;
}
.post-hwr-subtitle a{
  color: #784FEB;
}
.post-hwr-subtitle a:hover{
  text-decoration: underline;
}

/* Media */

@media (max-width: 1136px){
  .container{
    padding: 0 40px;
  }
  .sidebar{
    position: unset;
    width: 100%;
  }

  .text-cont__text.with-sidebar{
    margin-left: 0;
    max-width: 100%;
  }

  .side-block{
    flex-direction: row;
    align-items: center;
  }
  .logo-block{
    margin-bottom: 0;
  }

  .post-date{
    position: initial;
    margin: 16px;
  }
  .review-post-date{
    display: none;
  }
}
@media (max-width: 970px){
  .top-info{
    display: none;
  }

  .left-block .logo-post{
    margin-right: 12px;
  }
}
@media (max-width: 800px){
  .container{
    padding: 0 25px;
  }
  .header-rate__info{
    padding: 26px 17px 30px 28px;
  }
  .header-post{
    padding: 32px 34px 44px 61px;
  }
  .header-wrap{
    max-width: 695px;
  }
}
@media (max-width: 767px){
  .blog__items .item{
    margin-right: 0!important;
  }
}
@media (max-width: 767px){
  .top-review__block{
    flex-direction: column;
  }
  .top-title{
    text-align: center;
    margin-bottom: 4px;
    width: 270px;
  }
  .rating{
    margin-bottom: 10px;
  }

  .title-post{
    font-size: 18px;
    line-height: 21px;

    text-align: center;
  }
  .left-block{
    margin-bottom: 7px;
    position: relative;
  }

  .left-block, .header-post__info, .header-rate__info{
    flex-direction: column;
  }

  .img-block{
    flex-direction: row-reverse;
    margin-bottom: 21px;
  }

  .header-post{
    height: auto;
    padding: 24px 0 30px;
    position: static;
  }
  .header-rate__info{
    padding: 20px;
  }

  .rate-left, .rate-right{
    /*margin: auto;*/
  }
  .side-block{
    flex-direction: column;
    padding: 20px;
  }
  .logo-block{
    margin-bottom: 30px;
    width: 290px;
  }
  .text-post{
    padding: 20px 10px;
  }

  /*.nav-post{*/
  /*  font-size: 18px;*/
  /*  line-height: 21px;*/
  /*}*/
  .container.post-container{
    padding: 0 10px;
  }
  .post-container-box{
    margin-top: 34px;
  }
  .post-author-box{
    flex-direction: column;
  }
  .post-author-nums{
    margin-top: 20px;
  }
  .post-hwr{
    padding: 24px 12px;
  }
  .post-hwr-title{
    font-size: 18px;
    line-height: 25px;
  }
  .post-hwr-subtitle{
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1136px){
  .blog__items{
    padding-left: 20px;
  }
}

@media (max-width: 1136px) {
  .blog__items .item:nth-child(even) {
    margin-right: 0!important;
  }
}

@media (max-width: 414px) {
  .ui-accordion .ui-accordion-header{
    font-size: 13px!important;
  }
  .header-post__info .left-block + a {
    align-self: flex-end;
    margin-right: 5px;
  }
  .disc-text{
    position: absolute;
    bottom: -32px;
    left: 0;
  }
  .container{
    padding: 0 5px;
  }

  .top-title{
    font-size: 18px;
  }

  .top-reviews{
    padding: 36px 0 32px 0;
  }
  .rate__info-block{
    justify-content: unset;
  }
  .rate__info-block .rating{
    margin-right: 10px;
  }
  .rate-text{
    font-size: 16px;
  }
  .post-author-box{
    align-items: flex-start;
  }
}

/*new-com-area*/
.new-com-area .comment-meta.commentmetadata{
  display: none!important;
}
.new-com-area .post-comments{
  margin-top: 50px;
}
.new-com-area .comment{
  padding: 10px;
  border: 1px solid #c5c5c5;
  box-shadow: inset 0 2px 0 #919be6;
  border-radius: 6px;
}
.new-com-area .comment:not(:last-child){
  margin-bottom: 24px;
}
.new-com-area .comments-title,
.new-com-area .comment-reply-title{
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #343434;
}
.new-com-area .comment-list{
  margin-top: 24px;
}
.new-com-area .comment-author.vcard{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.new-com-area .comment-author.vcard .avatar{
  margin-right: 10px;
}
.new-com-area .comment-author.vcard .fn{
  margin-right: 3px;
}
.new-com-area .comment p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.new-com-area .reply{
  margin-top: 24px;
}
.new-com-area .comment-form-comment{
  display: flex;
  flex-direction: column;
}
.new-com-area .logged-in-as,
.new-com-area .comment-notes{
  line-height: 28px;
  margin-bottom: 0;
}
.new-com-area textarea{
  padding: 10px;
  border: 1px solid #c5c5c5;
  height: 200px;
}
.new-com-area .form-submit #submit{
  color: #fff;
  background: #784FEB;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  transition: 0.2s;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0 16px;
}
.new-com-area .form-submit #submit:hover{
  opacity: 0.85;
}
.new-com-area .comment-form-author,
.new-com-area .comment-form-email{
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-com-area .comment-form-author input,
.new-com-area .comment-form-email input{
  padding: 5px;
  border: 1px solid #c5c5c5;
}
.new-com-area .comment-form-url,
.new-com-area .comment-form-cookies-consent{
  display: none!important;
}
.new-com-area .comment-awaiting-moderation{
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
}
.new-com-area .comment-body{
  display: block;
  font-weight: 400;
  font-size: 16px;
}