/* title color */
/* yellow */
/* green */
/* grey border */
/*title color */
/* grey */
/* bg btn */
/* orange */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');

html {
  height: 100%;
}

.home .wrapper-holder:not(.home.blog-page .wrapper-holder) {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #343A40;
  font: 16px/24px "Poppins", Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-height: 100%;
  height: 100%;
}

img {
  border-style: none;
}

a {
  text-decoration: none;
  color: #343A40;
  outline: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  opacity: 0.8;
}

p {
  margin: 0 0 25px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

select {
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input,
button,
select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

input,
textarea,
select {
  font: 100% "Poppins", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #a1a1a4;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

q {
  quotes: none;
}

q:before {
  content: '';
}

q:after {
  content: '';
}

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block;
}

figure {
  margin: 0;
  padding: 0;
}

input[type=submit] {
  cursor: pointer;
}

input[type=emal] {
  -webkit-appearance: caret;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}

.mobile-visible {
  display: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #212529;
  margin: 0 0 33px;
  position: relative;
}

h1 span {
  display: block;
}

h1 .info {
  display: inline-block;
  padding: 5px;
  background: #F8F9FA;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #212529;
  margin: 0 0 36px;
  position: relative;
  text-align: left;
}

h2 span {
  display: block;
}

h2 .info {
  display: inline-block;
  padding: 5px;
  background: #F8F9FA;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 26px;
  position: relative;
  color: #212529;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 18px;
  position: relative;
  color: #212529;
  font-weight: 700;
}

/*.wrapper-holder {*/
/*  overflow: hidden; }*/

.wrapper-frame {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px;
}

.logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
  margin-top: -9px;
}

#header {
  padding: 34px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 4px 8px rgba(33, 37, 41, 0.08);
}

#header.fixed {
  background: #fff;
}

#header .wrapper-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.samples-page #header {
  background: linear-gradient(124.89deg, rgba(76, 164, 237, 0.1) 10.27%, rgba(123, 97, 255, 0.1) 100%);
  box-shadow: none;
}

.home #header:not(.home.samples-page #header) {
  box-shadow: none;
}

.header_frame {
  flex: 1;
  display: flex;
  align-items: center;
}

.header_frame .btn {
  font-weight: 600;
  background: #F8F9FA;
  border: 1px solid #D8DDE6;
  color: #00BC77;
  min-width: 50px;
  padding: 11px 16px 11px;
}

#nav {
  flex: 1;
  padding: 0 4% 0 6%;
}

#nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

#nav a {
  color: #343A40;
}

#nav a.active,
#nav a:hover {
  color: #FFE98D;
  text-decoration: none;
}

#nav .active a {
  color: #FFE98D;
  position: relative;
}

.btn-menu {
  display: none;
}

.btn {
  background: #00BC77;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 15px 33px 15px;
  min-width: 168px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s;
  font-weight: 600;
  text-transform: capitalize;
}

.btn.style01 {
  background: #F8F9FA;
  border: 1px solid #D8DDE6;
  color: #00BC77;
}

.btn.style01:hover {
  color: #fff;
  background: #D8DDE6;
  border-color: #D8DDE6;
  color: #00BC77;
}

.btn.style02 {
  color: #fff;
  background: none;
  border-color: #D8DDE6;
  color: #343A40;
}

.btn:hover {
  background: #fff;
  text-decoration: none;
  border-color: #00BC77;
  color: #00BC77;
}

.main-container {
  background: linear-gradient(276.74deg, rgba(0, 188, 119, 0.06) 0%, rgba(24, 183, 240, 0.06) 100%);
  padding-top: 187px;
  position: relative;
}

.main-container.inner01 .wrapper-frame {
  padding-bottom: 0;
}

.main-container.testimonials {
  background: #F8F9FA;
}

.main-container.testimonials p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

.main-container.testimonials .social-rating {
  padding-top: 30px;
}

.main-container.testimonials .wrapper-frame {
  padding-bottom: 15px;
}

.main-container h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
}

.main-container h1.inner {
  font-size: 44px;
  line-height: 48px;
}

.main-container h1 .decor {
  position: relative;
}

.main-container h1 .decor:after {
  position: absolute;
  content: '';
  left: -14px;
  top: -9px;
  background-image: url(../images/bg_text.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 487px;
  height: 106px;
  z-index: -1;
}

.main-container .wrapper-frame {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-bottom: 80px;
}

.main-container .description {
  padding-right: 11%;
  flex: 1;
  max-width: 800px;
}

.main-container .description .inform {
  padding: 115px 0 0;
  margin: 0;
  list-style: none;
  color: #212529;
  font-weight: 600;
}

.main-container .description .inform span {
  display: block;
}

.main-container .description .inform .heading {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  color: #677988;
  font-size: 14px;
  margin-bottom: 7px;
}

.main-container .description .inform li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 51px 0 0;
  margin: 0 42px 0 0;
}

.main-container .description .inform li:last-child:after {
  display: none;
}

.main-container .description .inform li:after {
  position: absolute;
  content: '';
  right: 0;
  top: -5px;
  bottom: -5px;
  width: 1px;
  background: #D8DDE6;
}

.main-container p {
  margin-bottom: 48px;
}

.main-container p .color {
  color: #267DFF;
  font-weight: 600;
}

.main-container .calc-block {
  width: 100%;
  max-width: 386px;
}

.main-container .social-rating {
  padding-top: 70px;
}

.main-container .img-holder {
  max-width: 488px;
}

.main-container .img-holder img {
  display: block;
  width: 100%;
}

.main.inner {
  padding-top: 102px;
}

.content-holder {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 60px;
  /*.aside{
  	padding-top: 80px;
  } */
}

.content-holder.border {
  border-top: 1px solid #D8DDE6;
  padding-top: 50px;
}

.content-holder .aside {
  padding-top: 55px;
  width: 384px;
  margin-left: 20px;
}

.blog-page .content-holder .aside {
  padding-top: 10px;
}

.content-holder .content {
  flex: 1;
}

.content-holder .content h2 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 26px;
  margin-bottom: 28px;
}

.content-holder .content .breadcrumbs {
  padding-bottom: 21px;
}

.content-holder .content .inform {
  padding: 0 0 50px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.content-holder .content .inform .heading {
  display: block;
  text-transform: uppercase;
  color: #677988;
  margin-bottom: 6px;
  font-size: 14px;
}

.content-holder .content .inform .number {
  color: #212529;
  font-weight: 600;
}

.content-holder .content .inform .topic {
  display: inline-block;
  vertical-align: top;
  background: #F8F9FA;
  padding: 1px 3px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 5px;
}

.content-holder .content .inform li {
  position: relative;
  min-width: 18%;
  padding-right: 20px;
}

.content-holder .content .inform li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: 0;
  background: #D8DDE6;
}

.content-holder .content .inform li:last-child {
  padding-right: 0;
}

.content-holder .content .inform li:last-child:after {
  display: none;
}

.content-holder .content .box-inform {
  background: #F8F9FA;
  box-shadow: inset 8px 0px 0px #00BC77;
  border-radius: 16px;
  padding: 35px 41px;
  margin: 0 0 48px;
}

.content-holder .content .box-inform .title {
  display: block;
  color: #00BC77;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.content-holder .content .box-inform p:last-child {
  margin-bottom: 0;
}

.aside .box-info {
  border: 1px solid #00BC77;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px rgba(40, 40, 39, 0.1);
  border-radius: 16px;
  padding: 31px 20px;
  text-align: center;
  margin-bottom: 50px;
}

.aside .box-info .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin-bottom: 9px;
}

.aside .box-info .btn {
  padding: 11px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.aside .box-info .inform {
  padding: 0 0 24px;
  margin: 0;
  list-style: none;
  text-align: left;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.aside .box-info .inform li {
  display: inline-block;
  vertical-align: top;
}

.aside .box-info .inform .info {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0045BC;
}

.aside .box-info .info-list {
  display: flex;
  justify-content: space-between;
  color: #677988;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0 0;
}

.aside .box-info .info-list li {
  padding: 0;
  margin-bottom: 0;
}

.aside .box-info .info-list li:after {
  display: none;
}

.aside .box-info .info-list li .strong {
  display: inline-block;
  font-weight: bolder;
  color: #212529;
}

.aside .box-info .info-list strong {
  color: #212529;
}

.aside .box-info .info-list .rmp-results-widget {
  display: inline-block;
}

.aside .box-info .info-list .rmp-results-widget__visual-rating,
.aside .box-info .info-list .rmp-results-widget__vote-count {
  display: none;
}

.samples {
  margin: 0;
  padding: 0;
  list-style: none;
}

.samples li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 25px;
}

.samples li:last-child {
  margin-bottom: 0;
}

.samples li:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  background: url(../images/arrow05.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.like-box {
  background: #FFFFFF;
  border: 1px dashed #00BC77;
  box-sizing: border-box;
  border-radius: 16px;
  max-width: 488px;
  box-sizing: border-box;
  padding: 47px 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.like-box .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212529;
  display: block;
  margin-bottom: 26px;
}

.cta-block {
  display: flex;
  align-items: center;
  background: linear-gradient(124.89deg, rgba(150, 124, 215, 0.1) 10.27%, rgba(255, 209, 28, 0.1) 100%);
  border-radius: 24px;
  padding: 3px 5px 3px 49px;
  margin-bottom: 20px;
}

.cta-block.inner02 {
  background: #D9E8FF;
  border-radius: 24px;
  padding: 10px 10px 5px 48px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.cta-block.inner02:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url(../images/line.png) no-repeat;
  width: 672px;
  height: 249px;
}

.cta-block.inner02 .heading {
  margin-bottom: 30px;
}

.cta-block.inner02 .img-holder {
  width: 100%;
  max-width: 385px;
  position: relative;
  z-index: 1;
}

.cta-block.inner02 .img-holder img {
  display: block;
  width: 100%;
}

.cta-block.inner02 .description {
  position: relative;
  z-index: 1;
}

.cta-block.inner {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 65px;
}

.blog-page .cta-block.inner {
  /*width: auto;*/
}

.blog-page .cta-block.inner .img-holder img {
  max-width: initial
}

.cta-block.inner .img-holder {
  width: 52%;
}

.cta-block.inner span {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 47px;
}

.cta-block.inner .heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 30px;
}

.cta-block.inner01 {
  padding: 14px 23px 0 62px;
  margin-bottom: 54px;
  background: linear-gradient(124.89deg, rgba(76, 164, 237, 0.1) 10.27%, rgba(123, 97, 255, 0.1) 100%);
}

.cta-block.inner01 .description {
  max-width: 659px;
  padding-top: 42px;
}

.cta-block.inner01 .description p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 48px;
}

.cta-block.inner01 .description .btn:not(.samples-page .cta-block.inner01 .description .btn) {
  width: 220px;
  height: 56px;
  line-height: 42px;
}

.cta-block.inner01 .heading {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: block;
}

.cta-block.inner01 .heading .color {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #267DFF;
}

.cta-block.inner01 .heading .color:after {
  position: absolute;
  content: '';
  top: -6px;
  left: -9px;
  background: url(../images/bg_text01.png) no-repeat;
  width: 253px;
  height: 58px;
}

.cta-block .img-holder {
  order: 1;
}

.cta-block .img-holder img {
  display: block;
  width: 100%;
}

.cta-block .heading {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 10px;
}

.cta-block span {
  display: block;
  margin-bottom: 30px;
}

.cta-block .btn,
.samples-area .cta-block .btn {
  padding: 11px;
  min-width: 220px;
}

.reviews-holder {
  padding-top: 80px;
}

.reviews-holder h2 {
  text-align: center;
  font-size: 44px;
  line-height: 48px;
}

.reviews-holder .content {
  display: flex;
  padding-bottom: 50px;
}

.reviews-holder .testimonials-holder {
  padding: 0;
  flex: 1;
}

.reviews-holder .testimonials-holder .blocks {
  display: block;
}

.reviews-holder .testimonials-holder .block {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  box-sizing: border-box;
  margin: 0 32px 32px 0;
}

.reviews-holder .aside {
  width: 394px;
  margin-left: 20px;
}

.pricing-block {
  border: 2px solid #00BC77;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(40, 40, 39, 0.05);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
}

.pricing-block .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 13px;
  display: block;
  text-align: left;
}

.pricing-block .pricing {
  padding: 0;
  margin: 0 0 21px;
  list-style: none;
}

.pricing-block .pricing li {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  position: relative;
  border-bottom: 1px solid #F8F9FA;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-block .pricing li:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 22px;
  background: url(../images/attach.svg) no-repeat;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.pricing-block .pricing .heading {
  font-weight: 600;
  color: #212529;
}

.pricing-block .pricing .price-holder {
  color: #677988;
}

.pricing-block .pricing .free {
  font-weight: 700;
  color: #00BC77;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 18px;
}

.pricing-block .btn {
  padding: 11px;
}

.box {
  box-shadow: 0px 8px 24px rgba(40, 40, 39, 0.1);
  border-radius: 16px;
  padding: 29px 27px;
  margin-bottom: 50px;
}

.box .heading {
  font-size: 24px;
  line-height: 32px;
  color: #212529;
  font-weight: 700;
  display: block;
  margin-bottom: 26px;
  text-align: left;
}

.box .img-holder {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
}

.box .img-holder img {
  display: block;
  width: 100%;
}

.box .btn {
  padding: 11px;
}

.box .testimonials-holder {
  padding: 0;
}

.box .testimonials-holder .block {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.box.style02 {
  border: 2px solid #18B7F0;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(40, 40, 39, 0.05);
}

.box.style02 .heading {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 17px;
}

.steps-inform {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 32px;
}

.steps-inform li {
  margin-bottom: 31px;
  position: relative;
}

.steps-inform li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 24px;
  background: #D8DDE6;
  bottom: -28px;
  left: 15px;
}

.steps-inform li:last-child:after {
  display: none;
}

.steps-inform .number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #0045BC;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  border-radius: 50%;
}

.social-rating {
  display: flex;
  font-weight: 600;
}

.social-rating .block {
  margin-right: 30px;
  display: flex;
}

.social-rating .block:last-child {
  margin-right: 0;
}

.social-rating .block .description {
  padding-right: 0;
  padding-top: 4px;
}

.social-rating .block .img-holder {
  width: 60px;
  margin-right: 19px;
}

.social-rating .block .img-holder img {
  display: inline-block;
  vertical-align: top;
}

.social-rating .block .heading {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.calc-block {
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #D8DDE6;
  padding: 23px 23px 4px;
  box-sizing: border-box;
  position: relative;
}

.calc-block .decor {
  position: absolute;
  left: 100%;
  bottom: 109px;
}

.calc-block .decor01 {
  position: absolute;
  left: 575px;
  bottom: 139px;
}

.calc-block .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 19px;
  display: block;
  text-align: center;
  color: #111827;
}

.calc-block .label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #677988;
}

.calc-block .number-spinner {
  position: relative;
  flex: 1;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 15px;
}

.calc-block .number-spinner input[type=text] {
  width: 100%;
  text-align: center;
  height: 48px;
  background: none;
  border: 1px solid #D8DDE6;
  color: #002D6D;
  font-size: 16px;
  padding: 13px 13px 12px;
  margin: 0 8px;
  border-radius: 4px;
  flex: 1;
}

.calc-block .number-spinner .plus,
.calc-block .number-spinner .minus {
  background: none;
  border: none;
  height: 48px;
  width: 48px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #D8DDE6;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}

.calc-block .number-spinner .minus:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: url(../images/minus.svg) no-repeat;
}

.calc-block .number-spinner .plus:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/plus.svg) no-repeat;
}

.calc-block .bottom {
  display: flex;
  justify-content: space-between;
  padding: 19px 0;
}

.calc-block .bottom .price-holder .price {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #212529;
}

.disc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #212529
}

.calc-block .bottom .price-holder .label {
  margin-bottom: 3px;
}

.calc-block .bottom .continue {
  background: #FD7E14;
  border-radius: 4px;
  width: 188px;
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  color: #fff;
}

.calc-block .bottom .continue:hover {
  cursor: pointer;
  background: #fff;
  color: #FD7E14;
  border: 1px solid #FD7E14;
}

.calc-block .row-frame.color {
  background: #DEF6F0;
  border-top: 1px dashed #00BC77;
  border-bottom: 1px dashed #00BC77;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 9px 23px;
  margin-left: -23px;
  margin-right: -23px;
}

.calc-block .row-frame .heading {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
}

.calc-block .row-frame .heading img {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-top: 6px;
}

.calc-block .row-frame .holder {
  display: flex;
  align-items: center;
}

.calc-block .row-frame .holder input[type=email] {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D8DDE6;
  margin-bottom: 0;
  margin-right: 5px;
  flex: 1;
}

.email-block,
#sub-dis {
  width: 100%;
}

.email-block input.email {
  height: 40px;
}

.calc-block #submit-disc {
  width: 80px;
  height: 40px;
  cursor: pointer;
  margin-left: 5px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #D8DDE6;
  border-radius: 4px;
  color: #00BC77;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}

.calc-block #submit-disc:hover {
  background: #00BC77;
  color: #fff;
}

.about-writes {
  display: flex;
  padding-top: 78px;
  margin-bottom: 68px;
  position: relative;
}

.about-writes-title:before {
  content: 'writers';
  display: inline-block;
  padding: 5px;
  background: #F8F9FA;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.about-writes .description {
  flex: 1;
  margin-right: 50px;
  padding-top: 96px;
}

.about-writes .description p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 48px;
}

.about-writes .description .btn {
  background: #fff;
  border: 1px solid #D8DDE6;
  color: #212529;
  padding: 11px 33px 11px;
}

.about-writes .description .btn:hover {
  background: #D8DDE6;
}

.about-writes .writers-gallery {
  max-width: 65%;
}

.about-writes .carousel-prev {
  position: absolute;
  right: 119px;
  bottom: 29px;
}

.about-writes .carousel-next {
  position: absolute;
  right: 25px;
  bottom: 29px;
}

.writers-gallery {
  background: #FFFFFF;
  border: 2px solid #00BC77;
  box-shadow: 0px 8px 48px rgba(33, 37, 41, 0.12);
  border-radius: 16px;
  position: relative;
}

.writers-gallery:after {
  position: absolute;
  content: '';
  background: #F8F9FA;
  border-radius: 16px;
  transform: matrix(1, -0.09, 0.09, 1, 0, 0);
  width: 793px;
  height: 490px;
  top: 15px;
  left: -15px;
  z-index: -1;
}

.writers-gallery .block {
  padding: 20px;
  display: flex;
  position: relative;
}

.writers-gallery .block:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 310px;
  border-left: 1px solid #D8DDE6;
}

.writers-gallery .block .block-holder {
  width: 290px;
  box-sizing: border-box;
  padding: 4px 23px 20px 4px;
  margin-right: 25px;
}

.writers-gallery .block .block-holder .img-holder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  overflow: hidden;
}

.writers-gallery .block .block-holder .img-holder img {
  display: block;
  width: 100%;
}

.writers-gallery .block .block-holder .btn {
  width: 100%;
  padding: 11px 33px 11px;
  width: 100%;
}

.writers-gallery .block .block-holder .name {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #111827;
  margin-bottom: 1px;
}

.writers-gallery .block .block-holder .reviews-info {
  color: #677988;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 0 0 7px;
}

.writers-gallery .block .block-holder .reviews-info strong {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
}

.writers-gallery .block .block-holder .heading {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #677988;
}

.writers-gallery .block .block-frame {
  flex: 1;
  padding-bottom: 50px;
  max-height: 350px;
  overflow-y: auto;
  position: relative;
}

.writers-gallery .block .block-frame .btn {
  position: absolute;
  left: 0;
  bottom: 2px;
}

.writers-gallery .block .block-frame .title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #111827;
  margin: 0 0 17px;
}

.writers-gallery .block .block-frame .panel {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.writers-gallery .block .block-frame .panel .img-holder {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.writers-gallery .block .block-frame .panel .img-holder img {
  display: block;
  width: 100%;
}

.writers-gallery .block .block-frame .panel .user {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #18B7F0;
  margin: 0 5px 0 0;
}

.writers-gallery .block .block-frame .panel .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #677988;
}

.writers-gallery .block .block-frame .heading {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.writers-gallery .block .block-frame .btn {
  padding: 11px 33px 11px;
}

.writers-gallery .block .inform {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  color: #677988;
}

.writers-gallery .block .inform .info {
  color: #111827;
  font-weight: 600;
}

.writers-gallery .block .inform li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 8px;
}

.writers-gallery .rating {
  margin: 0 0 14px;
  color: #677988;
}

.writers-gallery .inform-list {
  padding: 9px 25px 17px;
  margin: 0 -25px 15px;
  list-style: none;
  color: #00BC77;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #D8DDE6;
}

.writers-gallery .inform-list li {
  display: inline-block;
  vertical-align: top;
  background: #F0FBF7;
  padding: 2px 11px;
}

.writers-gallery .custom_paging {
  position: absolute;
  right: 73px;
  bottom: 30px;
}

.custom_paging {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
}

.custom_paging li {
  display: none;
}

.custom_paging .slick-active {
  display: block;
}

.inform-blocks {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D8DDE6;
  padding-top: 80px;
  padding-bottom: 133px;
}

.inform-blocks .block {
  margin-right: 10px;
  box-sizing: border-box;
  width: 23%;
}

.inform-blocks .block:last-child {
  margin-right: 0;
}

.inform-blocks .block .heading {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 13px;
  font-weight: 700;
}

.inform-blocks .block .heading .ico-holder {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  margin-right: 5px;
  float: left;
}

.steps-holder {
  position: relative;
  padding: 50px 0 0;
}

.steps-holder .nav-panel {
  position: absolute;
  left: 51%;
  bottom: 8px;
  display: flex;
  align-items: center;
}

.steps-gallery .slide {
  display: flex;
}

.steps-gallery .slide .img-holder {
  width: 46%;
  margin-right: 64px;
}

.steps-gallery .slide .img-holder img {
  display: block;
  width: 100%;
}

.steps-gallery .slide .description {
  flex: 1;
  padding-bottom: 100px;
}

.steps-gallery .slide .description .heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #212529;
  display: block;
  margin-bottom: 25px;
}

.steps-gallery .slide p {
  margin-bottom: 20px;
}

.step-number {
  padding: 0;
  margin: 0 0 48px;
  list-style: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8DDE6;
  text-align: center;
}

.step-number li {
  color: #343A40;
  width: 33.3%;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.step-number .active:after {
  position: absolute;
  content: "";
  background: #00BC77;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
}

.step-number .active span,
.step-number li:hover span {
  color: #00BC77;
}

.info-block {
  background: #F8F9FA;
  border-radius: 24px;
  padding: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  overflow: hidden;
}

h3.info-block-title {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 18px;
  position: relative;
  color: #212529;
  font-weight: 700;
}

.info-block .description {
  padding-right: 30px;
}

.info-block .img-holder {
  text-align: center;
}

.info-block .img-holder.margin_bottom {
  margin-bottom: -63px;
}

.blocks {
  display: flex;
  justify-content: space-between;
}

.blocks .info-block {
  display: block;
  width: 48%;
  box-sizing: border-box;
}

.blocks .info-block p {
  margin-bottom: 48px;
}

.advantages-holder {
  padding-top: 32px;
}

.advantages-holder .title {
  display: block;
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #212529;
}

.advantages-holder .advantages {
  padding: 0;
  margin: 0;
  list-style: none;
}

.advantages-holder .advantages li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
}

.advantages-holder .advantages li:after {
  position: absolute;
  content: "";
  background: url(../images/bullet.svg) no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}

.advantages-holder .advantages li:last-child {
  padding-right: 0;
}

.text-inform {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 23px;
}

.text-inform .column {
  width: 48%;
}

.slick-list {
  padding: 0 !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -34px;
  right: -20px;
  cursor: pointer;
  z-index: 1000;
}

.slick-prev {
  right: auto;
  left: -20px;
}

.feedback-gallery {
  position: relative;
  padding-top: 25px;
}

.feedback-gallery .block {
  outline: none;
  padding: 20px;
}

.feedback-gallery .block .block-holder {
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  min-height: 424px;
  border-radius: 10px;
  transition: 0.3s;
  padding: 32px 30px;
}

.feedback-gallery .block.slick-center {
  padding-top: 0;
  padding-bottom: 0;
}

.feedback-gallery .block.slick-center .block-holder {
  height: 465px;
}

.feedback-gallery .user-info {
  display: flex;
  align-items: center;
  color: #A8AEB5;
  font-size: 14px;
  padding-bottom: 26px;
}

.feedback-gallery .user-info .photo-holder {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  width: 75px;
  height: 75px;
}

.feedback-gallery .user-info .photo-holder img {
  display: block;
  width: 100%;
}

.feedback-gallery .user-info .heading {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #343A40;
}

.feedback-gallery .slick-slide .photo-holder {
  width: 69px;
  height: 69px;
}

.feedback-gallery .slick-slide.slick-center .photo-holder {
  width: 75px;
  height: 75px;
}

.feedback-gallery .rating {
  padding-bottom: 33px;
}

.feedback-gallery .rating li {
  width: 18px;
  height: 18px;
}

.writers-holder {
  margin: 0 -15px;
  padding: 26px 0 54px;
}

.writers-holder .block {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 15px 28px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  min-height: 414px;
  padding: 42px 26px;
}

.writers-holder .block.top:after {
  position: absolute;
  content: '';
  right: -1px;
  top: 0;
  background: url(../images/top.png) no-repeat;
  width: 123px;
  height: 123px;
}

.writers-holder .user-holder {
  display: flex;
  align-items: center;
  padding: 0 0 41px;
}

.writers-holder .name {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}

.writers-holder .img-holder {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.writers-holder .img-holder img {
  display: block;
  width: 100%;
}

.writers-holder .rating li {
  width: 18px;
  height: 18px;
}

.writers-holder .info {
  padding: 0 0 31px;
  margin: 0 -15px 0 0;
  list-style: none;
  font-size: 14px;
  color: #F8F9FA;
}

.writers-holder .info li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

.writers-holder .info .number {
  font-size: 20px;
  color: #5A96C7;
  font-family: "Roboto";
  font-weight: 700;
}

.specialisations {
  padding: 0 0 16px;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.specialisations li {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  background: #EBF4FE;
  border-radius: 5px;
  margin: 0 12px 19px 0;
}

.how-it-work {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 21px;
  padding-top: 30px;
}

.how-it-work .tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 43%;
  position: relative;
}

.how-it-work .tabs:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #CAD1D9;
}

.how-it-work .tabs .heading {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.how-it-work .tabs li {
  outline: none;
  padding-bottom: 46px;
  padding-right: 65px;
  position: relative;
}

.how-it-work .tabs li:last-child {
  padding-bottom: 0;
}

.how-it-work .tabs li.ui-tabs-active {
  position: relative;
}

.how-it-work .tabs li.ui-tabs-active:after {
  position: absolute;
  content: '';
  top: 0;
  left: -1px;
  bottom: 0;
  width: 3px;
  background: #FFE98D;
  border-radius: 5px;
  z-index: 2;
}

.how-it-work .tabs li.ui-tabs-active:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 30px 27px 0;
  border-color: transparent #F8F9FA transparent transparent;
  top: 70px;
  right: 0;
}

.how-it-work .tabs li.ui-tabs-active p {
  display: block;
}

.how-it-work .tabs li.ui-tabs-active .number {
  color: #FFDE79;
}

.how-it-work .tabs li p {
  display: none;
}

.how-it-work .tabs .number {
  position: absolute;
  left: 31px;
  top: 16px;
  z-index: -1;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFDE79;
}

.how-it-work .tabs a {
  display: block;
  text-decoration: none;
  color: #343A40;
  position: relative;
  padding-left: 75px;
  padding-top: 11px;
}

.how-it-work .tab-content {
  width: 57%;
}

.how-it-work .tab-content .block {
  box-sizing: border-box;
  background: #F8F9FA;
  border-radius: 20px;
  min-height: 100%;
}

.how-it-work .tab-content .block .block-holder {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.how-it-work .tab-content .block img {
  display: inline-block;
  vertical-align: top;
}

.advantages-section .holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 28px;
}

.advantages-section .holder .box-features {
  width: 433px;
  box-sizing: border-box;
  margin-left: 20px;
  position: relative;
}

.advantages-section .holder .advatnages {
  flex: 1;
}

.box-features {
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 48px 66px 40px;
  position: relative;
}

.box-features:after {
  position: absolute;
  content: '';
  top: 38px;
  right: 25px;
  background: url(../images/icon20.png) no-repeat;
  width: 106px;
  height: 98px;
}

.box-features .heading {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  font-family: "Roboto";
  margin-bottom: 30px;
}

.box-features .btn {
  display: block;
  padding: 9px;
  width: 169px;
  margin: 0 auto;
}

.features {
  background: #FEF9E8;
  border: 1px solid #D8DDE6;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 48px;
  margin-bottom: 30px;
}

.features .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #212529;
  text-align: center;
  margin-bottom: 28px;
}

.features .pricing {
  padding: 0 0 19px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.features .pricing li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
  width: 45%;
  margin-right: 30px;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}

.blog-page .features .pricing li:after {
  position: absolute;
  content: '';
  background: url(../images/attach.svg) no-repeat;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 0;
}

.features .pricing li .heading {
  font-weight: 600;
}

.features .pricing li del {
  color: #677988;
}

.features .pricing li .free {
  font-weight: 700;
  color: #00BC77;
}

.features .btn {
  padding: 11px;
  min-width: 220px;
}

.advantages-blocks {
  width: 58%;
}

.advantages-blocks .block {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  transition: 0.3s;
  overflow: hidden;
}

.advantages-blocks .block:last-child {
  margin: 0;
}

.advantages-blocks .block:hover {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
}

.advantages-blocks .block:hover .heading {
  color: #5A96C7;
}

.advantages-blocks .block .img-holder {
  width: 200px;
  height: 145px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 10px 0 0 10px;
  position: relative;
}

.advantages-blocks .block .img-holder img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantages-blocks .block .heading {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.advantages-blocks .block .description {
  flex: 1;
  padding: 15px 20px 15px 0;
}

.btns {
  text-align: center;
}

.btns .btn {
  margin-bottom: 5px;
}

.inform-section {
  padding-top: 83px;
}

.inform-section h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 63px;
}

.inform-section .inform {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  margin-bottom: 52px;
}

.prices-info {
  text-align: center;
  padding: 0 0 67px;
  margin: 0;
  list-style: none;
}

.prices-info li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  box-sizing: border-box;
  padding: 0 5%;
}

.prices-info .ico-holder {
  height: 50px;
  margin-bottom: 17px;
}

.prices-info .heading {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

.table-holder {
  overflow: auto;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 0 0;
}

.table-holder table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.table-holder table th {
  background: #FFDE79;
  color: #131313;
  font-weight: 500;
  padding: 17px 5px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  width: 16.67%;
}

.table-holder table tr:nth-child(2n) td {
  background: #F8F9FA;
}

.table-holder table tr th:first-child {
  border-radius: 5px 0 0 0;
  border: none;
}

.table-holder table tr th:last-child {
  border-radius: 0 5px 0 0;
}

.table-holder table td {
  padding: 16px 5px;
  border-left: 1px solid #CAD1D9;
  text-align: center;
  cursor: pointer;
}

.table-holder table tr td:first-child {
  border: none;
  font-weight: 500;
}

.table-holder table tr:hover td {
  background: #EBF4FE;
}

.table-holder table tr:hover td.default {
  cursor: inherit;
}

.table-holder table tr:hover td:hover {
  background: #5A96C7;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
}

.error-section {
  text-align: center;
  padding: 50px 9999px 76px;
  margin-left: -9999px;
  margin-right: -9999px;
  background: #F8F9FA;
}

.error-section .img-holder {
  margin-bottom: 38px;
}

.error-section .text-error {
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #212529;
}

.error-section p {
  margin-bottom: 50px;
}

.error-section .btns .btn {
  margin: 0 5px 15px;
  min-width: 202px;
}

.text-holder.error {
  position: relative;
}

.text-holder.error:after {
  position: absolute;
  content: '';
  top: 8px;
  right: 8px;
  background: url(../images/error.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.text-holder.error:before {
  position: absolute;
  content: 'Such email is exists';
  background: #FF3636;
  color: #fff;
  right: 0;
  bottom: -10px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px;
}

.text-holder.error input[type=text] {
  border: 1px solid #FF3636;
}

.slick-next,
.slick-prev {
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 34px;
  background: url(../images/arrow.svg) no-repeat;
  border: none;
  outline: none;
  transition: 0.3s;
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 0.6;
}

.slick-prev {
  transform: rotate(180deg);
}

.aligncenter {
  text-align: center;
}

ul {
  padding: 0 0 40px;
  margin: 0;
  list-style: none;
}

.list {
  list-style: circle;
  padding: 0 0 0 19px;
}

.list-info.inner {
  padding-left: 20px;
}

.list-info.inner li {
  padding-left: 40px;
  margin-bottom: 24px;
}

.list-info.inner li:last-child {
  margin-bottom: 0;
}

.list-info.inner li:after {
  width: 8px;
  height: 8px;
}

.blog-page .content ul li,
.policy-page .content ul li {
  position: relative;
  padding-left: 30px;
}

.policy-page h2 {
  margin-top: 20px;
}

.content ul li:last-child {
  margin: 0;
}

/*.blog-page .content ul li:after, .policy-page .content ul li:after {*/
/*      content: '';*/
/*      position: absolute;*/
/*      width: 6px;*/
/*      height: 6px;*/
/*      background: #212529;*/
/*      top: 9px;*/
/*      left: 14px;*/
/*      border-radius: 50%; }*/

.video-block img {
  display: block;
  width: 100%;
}

.articles-holder {
  max-width: 735px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  padding-left: 50px;
  padding-right: 50px;
}

.articles-holder .info {
  display: block;
  color: #A8AEB5;
  padding-top: 20px;
  text-align: center;
}

.articles-holder .img-holder {
  position: relative;
}

.articles-holder .img-holder img {
  display: block;
  width: 100%;
}

.articles-holder .block-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
  padding: 12px;
  visibility: hidden;
  opacity: 0;
}

.articles-holder .block-hover .heading {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

.articles-holder .block-hover .btn {
  padding: 8px 19px 7px;
  min-width: 50px;
  width: 100%;
  margin-bottom: 24px;
}

.articles-holder .block-hover .link {
  font-weight: 700;
  color: #FFE98D;
  text-decoration: underline;
}

.articles-holder .block-hover .link:hover {
  text-decoration: none;
}

.articles-holder .item-holder {
  outline: none;
}

.articles-holder .item-holder:hover .block-hover {
  visibility: visible;
  opacity: 1;
}

.articles-holder .item-holder .img-holder {
  position: relative;
}

.articles-holder .title {
  display: block;
  text-align: center;
  font-size: 14px;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.articles-holder .slick-prev {
  left: -71px;
}

.articles-holder .slick-next {
  right: -71px;
}

.footer-frame {
  border-top: 1px solid #D8DDE6;
  border-bottom: 1px solid #D8DDE6;
  display: flex;
  padding-top: 75px;
  padding-bottom: 54px;
}

.footer-frame .holder {
  width: 33%;
  padding-right: 30px;
}

.footer-frame .holder .heading {
  text-transform: uppercase;
  display: block;
  color: #212529;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.footer-frame .holder address {
  font-style: normal;
  line-height: 36px;
  margin-bottom: 7px;
}

.footer-frame .link {
  font-weight: 600;
  color: #00BC77;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  background: #F8F9FA;
  border-radius: 4px;
  padding: 2px 7px;
}

.footer-frame .tel {
  display: block;
  padding-top: 12px;
}

.footer-frame p {
  color: #677988;
  margin-bottom: 36px;
}

.footer-frame .social-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-frame .social-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.footer-frame .social-nav li img {
  display: inline-block;
  vertical-align: top;
}

.footer-holder {
  border-bottom: 1px solid #D8DDE6;
  padding: 48px 0;
}

.footer-holder .heading {
  text-transform: uppercase;
  color: #677988;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.footer-holder .holder {
  display: flex;
}

.footer-holder .text-holder {
  width: 31.5%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}

.footer-holder .text-holder.has-error-field input {
  border: 1px solid red;
}

.error-alert {
  margin-top: 10px;
}

.footer-holder input[type=submit],
.footer-form_btn {
  background: #F8F9FA;
  border: 1px solid #D8DDE6;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  height: 48px;
  color: #00BC77;
  text-transform: capitalize;
  font-weight: 700;
  width: 140px;
  line-height: 43px;
  text-align: center;
}

.footer-form {
  display: flex;
}

.footer-bottom {
  font-size: 16px;
  color: #677988;
  padding: 20px 0;
}

.testimonials-blocks .block {
  border: 1px solid #B1C8FF;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 29px 30px;
  background: #fff;
}

.testimonials-blocks .top-panel {
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 13px;
}

.testimonials-blocks .top-panel .heading {
  font-size: 18px;
  color: #00BC77;
  font-weight: 700;
}

.testimonials-blocks p {
  margin-bottom: 19px;
}

.testimonials-blocks .bottom-panel .info {
  position: relative;
  margin-right: 56px;
}

.testimonials-blocks .bottom-panel .info:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  background: #FFD8C5;
  left: -30px;
  top: -1px;
}

.testimonials-blocks .bottom-panel .info:last-child {
  margin: 0;
}

.testimonials-blocks .bottom-panel .info:first-child:after {
  display: none;
}

.testimonials-blocks .bottom-panel .info strong {
  color: #00BC77;
}

.rating-holder {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.rating-holder .rating {
  margin-left: 6px;
}

.rating {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}

.rating.inner li {
  margin: 0 5px;
}

.rating.inner01 {
  text-align: center;
}

.rating.inner01 li {
  width: 32px;
  height: 32px;
  text-align: center;
  background-image: url(../images/star06.svg);
  margin: 0 2px;
}

.rating.inner01 li.active {
  background-image: url(../images/star06.svg);
}

.rating li {
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: left;
  background: url(../images/star02.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 -1px;
}

.rating li.active {
  background-image: url(../images/star.svg);
}

.rating li.half {
  background-image: url(../images/star01.svg);
  background-size: 23px 23px;
}

.sevice-holder {
  padding-top: 138px;
}

.sevice-holder h2 {
  text-align: center;
}

.sevice {
  display: flex;
  justify-content: space-between;
  padding-top: 11px;
}

.sevice .block {
  width: 31.5%;
  box-sizing: border-box;
  background: #FFE98D;
  border-radius: 24px;
  padding: 48px 29px;
  text-align: center;
}

.sevice .block .ico-holder {
  width: 72px;
  height: 72px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sevice .block .title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sevice .block .btn {
  padding: 11px 23px 11px;
  min-width: 50px;
}

.inform-area {
  display: flex;
  align-items: flex-start;
}

.inform-area.color {
  background: #F8F9FA;
  margin-top: -200px;
  padding-left: 9999px;
  padding-right: 9999px;
  margin-left: -9999px;
  margin-right: -9999px;
  padding-top: 358px;
  padding-bottom: 100px;
}

.inform-area.color .img-holder {
  position: relative;
  width: 40%;
  margin-right: 140px;
}

.inform-area.color .img-holder .decor {
  position: absolute;
  bottom: -87px;
  right: -70px;
}

.inform-area.color .img-holder .radius {
  display: block;
  width: 100%;
  border-radius: 25px;
}

.inform-area.color .description {
  flex: 1;
  padding-top: 38px;
}

.inform-area.color .description p {
  margin-bottom: 15px;
}

.advantages-inform {
  padding-top: 71px;
  padding-bottom: 122px;
}

.advantages-inform-title h2 {
  text-align: center;
}

.advantages-inform .title {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.advantages-inform .blocks {
  display: flex;
  justify-content: space-between;
}

.advantages-inform .blocks .block {
  width: 31%;
  box-sizing: border-box;
  color: #fff;
  background: #00BC77;
  border-radius: 24px;
  padding: 25px 23px;
}

.advantages-inform .blocks .block .heading {
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 13px;
  font-weight: 700;
}

.advantages-inform .blocks .block p {
  margin-bottom: 0;
}

.advantages-inform .blocks .block:nth-child(2) {
  background: #267DFF;
}

.advantages-inform .blocks .block:nth-child(3) {
  background: #967CD7;
}

.advantages-inform .advantage {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantages-inform .advantage li {
  width: 30%;
  margin-bottom: 70px;
  box-sizing: border-box;
}

.advantages-inform .advantage .ico-holder {
  width: 96px;
  height: 96px;
  background: #F8F9FA;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.advantages-inform .advantage .heading {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 24px;
}

.why_us h2 {
  text-align: center;
}

.why_us .blocks {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.why_us .blocks .block {
  width: 49%;
  border: 1px solid #D8DDE6;
  box-sizing: border-box;
  padding: 50px 47px 46px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.why_us .blocks .block .img-holder {
  order: 1;
  margin-left: 30px;
}

.why_us .blocks .block .heading {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
  line-height: 24px;
}

.why_us .blocks .block p {
  margin: 0;
}

.inform-block h2 {
  margin-bottom: 48px;
}

.inform-block.color {
  background: #F8F9FA;
  padding: 80px 9999px;
  margin-left: -9999px;
  margin-right: -9999px;
}

.inform-block .text {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 45px;
}

.inform-block .columns {
  display: flex;
  justify-content: space-between;
}

.inform-block .columns .column {
  width: 48.8%;
}

.inform-block .columns .column:first-child {
  background: #fff;
  border-radius: 16px;
}

/*.inform-block .columns .column:first-child ul.list-info{*/
/*  padding: 0 0 24px;*/
/*}*/
.inform-block .columns .column:first-child p:last-child {
  margin: 0;
}

.inform-block .columns .column:nth-child(2) .block {
  margin-bottom: 30px;
}

.inform-block .columns .column:nth-child(2) .block:last-child {
  margin-bottom: 0;
}

.inform-block .columns .column:nth-child(2) .block p:last-child {
  margin-bottom: 0;
}

.inform-block .columns .column .block {
  background: #fff;
  padding: 31px 24px;
  border-radius: 16px;
}

.inform-block .columns .column .heading {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.content ul {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
}

.blog-page .content ul li,
.policy-page .content ul li,
.policy-page .content ol li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 9px;
}

.blog-page .content ul li:after,
.policy-page .content ul:not(.counter) li:after {
  position: absolute;
  content: '';
  top: 15px;
  margin-top: -10px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/check01.svg) no-repeat;
}

.policy-page .content ul.counter li {
  padding-left: 0;
}

.info-section {
  padding-bottom: 150px;
}

.info-section h2 {
  text-align: center;
}

.info-section>p {
  font-size: 20px;
  line-height: 32px;
}

.info-section .blocks {
  padding-top: 30px;
}

.steps-info {
  padding-top: 130px;
  padding-bottom: 70px;
}

.steps-info h2 {
  text-align: center;
}

.slick-dots {
  padding: 40px 0 23px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: none !important;
  border: none;
  text-indent: -9999px;
  margin: 0 6px !important;
  padding: 0 !important;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #F8F9FA;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #F8F9FA !important;
}

.steps {
  padding-bottom: 117px;
  padding-top: 7px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.steps:after {
  position: absolute;
  content: '';
  height: 1px;
  background: #D6E7FF;
  right: 26px;
  left: -9999px;
  bottom: 47px;
}

.steps p {
  margin-bottom: 12px;
}

.steps .step_block {
  font-size: 16px;
  background: #fff;
  position: relative;
  line-height: 23px;
  box-sizing: border-box;
  padding: 18px;
  width: 21%;
  background: #F0F6FF;
  border-radius: 0px 2px 0px 30px;
}

.steps .step_block:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #D6E7FF transparent transparent transparent;
  top: 100%;
  right: 0;
}

.steps .step_block:nth-child(2n) .step_heading {
  background: #48CFAF;
}

.steps .step_block:nth-child(2n):before {
  background: #48CFAF;
}

.steps .step_block:last-child .step_heading:before {
  width: 16px;
  height: 12px;
  background-image: url(../images/check.svg);
}

.steps .step_block:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #212529;
  border-radius: 50%;
  bottom: -77px;
  right: 24px;
  z-index: 10;
}

.steps .step_heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  padding: 2px 37px 4px;
  color: #fff;
  display: block;
  background: #212529;
  border-radius: 2px 2px 2px 0px;
  margin-left: -36px;
  margin-top: -27px;
  margin-bottom: 28px;
  position: relative;
}

.steps .step_heading:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #D6E7FF transparent transparent;
  left: 0;
  top: 100%;
}

.steps .step_heading:before {
  content: '';
  position: absolute;
  background: url(../images/arrow02.svg) no-repeat;
  top: 50%;
  margin-top: -6px;
  right: 12px;
  width: 14px;
  height: 12px;
}

.steps .step_heading span {
  display: inline-block;
  margin-right: 35px;
}

.testimonials-section h2 {
  text-align: center;
}

.testimonials-section .btns {
  padding-bottom: 40px;
}

.aside .testimonials-holder .btn {
  margin-top: 15px;
}

.testimonials-holder {
  padding-top: 77px;
  padding-bottom: 156px;
}

.testimonials-holder h2 {
  text-align: center;
}

.testimonials-holder .slick-list {
  overflow: visible;
}

.testimonials-holder .block {
  box-shadow: 0px 8px 24px rgba(40, 40, 39, 0.1);
  border-radius: 16px;
  padding: 30px 25px 25px 36px;
  margin-left: 13px;
  margin-right: 13px;
  outline: none;
}

.testimonials-holder .block .heading {
  display: block;
  font-weight: 600;
  margin-bottom: 13px;
}

.testimonials-holder .block .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonials-holder .block .inform {
  border-top: 1px solid #C8DFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}

.testimonials-holder .block .rating {
  padding-bottom: 14px;
}

.testimonials-holder .block .rating li {
  margin-right: 9px;
}

.testimonials-holder .panel {
  margin-bottom: 19px;
}

.testimonials-holder .customer {
  position: relative;
  display: block;
  font-weight: 600;
  margin-bottom: 7px;
}

.testimonials-holder .info {
  color: #267DFF;
}

.testimonials-holder:not(.search-samples-holder) p:not(.home.samples-page .testimonials-holder p, .home.blog-page .testimonials-holder p) {
  min-height: 180px;
  margin-bottom: 15px;
}

.testimonials-gallery {
  padding-bottom: 63px;
}

.nav-panel {
  text-align: center;
}

.nav-panel .carousel-prev,
.nav-panel .carousel-next {
  text-indent: -9999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background: url(../images/ico_gallery.svg) no-repeat;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.nav-panel .carousel-next {
  transform: rotate(180deg);
}

.news__dots {
  display: inline-block;
  vertical-align: top;
}

.news__dots-list {
  padding: 12px 12px 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.news__dots-list li {
  text-indent: -9999px;
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D8DDE6;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.news__dots-list li.slick-active {
  background: #00BC77;
}

.info-list {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
}

.info-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 23px;
}

.info-list li:last-child {
  margin: 0;
}

.info-list li:after {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #5A96C7;
  border-radius: 50%;
}

.info-area {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 125px;
}

.info-area h2 {
  text-align: center;
}

.info-blocks {
  padding-top: 24px;
}

.info-blocks .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 58px;
}

.info-blocks .block:last-child {
  padding-bottom: 10px;
}

.info-blocks .block .img-holder {
  width: 50%;
  margin-right: 20px;
  text-align: left;
}

.info-blocks .block .img-holder img {
  display: inline-block;
  vertical-align: top;
}

.info-blocks .block .description {
  flex: 1;
}

.info-blocks .block:nth-child(2n) .img-holder {
  order: 1;
  margin-right: 0;
  margin-left: 20px;
  text-align: right;
}

.info-blocks .block .heading {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #212529;
}

.aligncentr {
  text-align: center;
}

.writter-block {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
  box-sizing: border-box;
  padding: 29px 40px 40px;
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.writter-block .photo-holder {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
  float: left;
}

.writter-block .photo-holder img {
  display: block;
  width: 100%;
}

.writter-block .description {
  overflow: hidden;
  color: #72787D;
  padding-top: 3px;
}

.writter-block .description p {
  margin: 0;
}

.writter-block .author {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  color: #343A40;
  margin-bottom: 13px;
  display: block;
}

.writter-block .author .name {
  color: #FDAC10;
}

.recomender-holder {
  border-top: 1px solid #A8AEB5;
  padding-top: 74px;
  padding-bottom: 48px;
}

.breadcrumbs {
  padding: 55px 0 5px !important;
  margin: 0;
  list-style: none;
  color: #677988;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.breadcrumbs li:after {
  position: absolute;
  content: '';
  background: #677988;
  width: 1px;
  height: 16px;
  top: 3px;
  right: -4px;
  transform: rotate(15deg);
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: #00BC77;
}

.posts {
  padding: 0;
  margin: 0;
  list-style: none;
}

.posts li {
  margin-bottom: 19px;
  display: flex;
}

.posts .img-holder {
  width: 72px;
  height: 62px;
  border-radius: 5px;
  float: left;
  margin-right: 23px;
  overflow: hidden;
}

.posts .img-holder.yellow {
  background: #FFE98D;
}

.posts .img-holder.blue {
  background: #5299FF;
}

.posts .img-holder.light-blue {
  background: #C8DFFF;
}

.posts .img-holder img {
  display: block;
  width: 100%;
}

.posts .title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #343A40;
}

.posts .date {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
  margin-top: -5px;
}

.posts a:hover {
  text-decoration: none;
}

.blog-holder {
  margin: 0 -15px;
}

.blog-holder.inner .block {
  min-height: 342px;
  padding-bottom: 20px;
}

.blog-holder.inner .block.block-cta {
  background: #fff;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.05);
}

.blog-holder.inner .block.block-cta .block-hover {
  display: none;
}

.blog-holder.inner .block.block-cta .title-holder {
  background: #FFDE79;
}

.blog-holder.inner .block.block-cta .block-holder {
  display: block;
}

.blog-holder.inner .block .heading {
  min-height: 60px;
}

.blog-holder.inner .block-holder .bottom {
  border: none;
  position: static;
  padding-top: 0;
}

.blog-holder .block {
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  width: 30.5%;
  box-sizing: border-box;
  margin: 0 13px 25px;
  padding: 20px 25px 80px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: relative;
  min-height: 500px;
}

.blog-holder .block.block-cta {
  background: url(../images/bg_block_hover.png) no-repeat;
  box-shadow: none;
}

.blog-holder .block.block-cta .title-holder {
  background: none;
}

.blog-holder .block.block-cta .block-holder {
  display: none;
}

.blog-holder .block.block-cta .block-hover {
  visibility: visible;
  opacity: 1;
}

.blog-holder .block-hover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 195px;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 5px 5px;
  text-align: center;
  padding: 20px;
}

.blog-holder .block-hover span {
  display: block;
  margin-bottom: 40px;
}

.blog-holder .block-hover .info {
  display: block;
  font-size: 20px;
  line-height: 23px;
  padding: 20px 10px 19px;
  background: #fff;
  margin-bottom: 40px;
  font-weight: 700;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.blog-holder .title-holder {
  height: 195px;
  margin-left: -25px;
  margin-top: -20px;
  margin-right: -25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDE79;
  padding: 20px;
  box-sizing: border-box;
}

.blog-holder .title-holder .title {
  font-size: 30px;
  line-height: 45px;
  display: block;
  color: #212529;
  font-weight: 700;
  font-family: "Roboto";
  text-align: center;
}

.blog-holder .heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.blog-holder .img-holder {
  margin: -20px -20px 28px;
  height: 232px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002D6D;
}

.blog-holder .bottom {
  border-top: 1px solid #A8AEB5;
  display: flex;
  justify-content: space-between;
  padding: 25px 0 15px;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 12px;
}

.blog-holder .date {
  font-size: 14px;
  color: #A8AEB5;
  display: inline;
  padding: 0;
  margin: 0;
}

.blog-holder .link-more {
  position: relative;
  color: #FDAC10;
  font-weight: 700;
  text-decoration: underline;
}

.blog-holder .link-more:hover {
  text-decoration: none;
}

.blog-holder p {
  margin-bottom: 14px;
}

.contacts-area {
  font-size: 20px;
  line-height: 32px;
}

.contacts-area .contacts-frame {
  padding: 84px 9999px 50px;
  margin-left: -9999px;
  margin-right: -9999px;
  background: linear-gradient(124.89deg, rgba(0, 188, 119, 0.1) 10.27%, rgba(76, 164, 237, 0.1) 100%);
}

.contacts-area-title:before {
  content: 'contacts';
  display: inline-block;
  padding: 5px;
  background: #F8F9FA;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contacts-area h1 {
  font-size: 60px;
  line-height: 72px;
}

.contacts-area .contacts-holder {
  justify-content: center;
  padding-bottom: 80px;
}

.contacts-area .contacts-holder .block {
  width: 40%;
  padding: 0 20px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.contacts-area .contacts-holder .block .title {
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #212529;
}

.contacts-area .contacts-holder .block .img-holder {
  margin-bottom: 25px;
  min-height: 190px;
}

.contacts-area .contacts-holder .block .btn {
  padding: 11px 27px 11px;
  min-width: 156px;
}

.contacts-area .contacts-info {
  justify-content: center;
  padding-top: 82px;
  padding-bottom: 160px;
}

.contacts-area .contacts-info .block {
  width: 30%;
  box-sizing: border-box;
  padding: 0 30px;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  padding-left: 140px;
}

.contacts-area .contacts-info .block:first-child {
  position: relative;
  padding-left: 0;
}

.contacts-area .contacts-info .block:first-child:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -37px;
  width: 1px;
  background: #D8DDE6;
}

.contacts-area .contacts-info .block .heading {
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #212529;
  position: relative;
}

.contacts-area .contacts-info .block .heading .ico {
  position: absolute;
  left: -26px;
  top: 5px;
}

.contacts-area .contacts-info .block address {
  font-style: normal;
}

.testimonials-frame {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonials-frame .box {
  width: 370px;
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 34px 28px;
  margin-left: 26px;
}

.testimonials-frame .box .heading {
  display: block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.testimonials-frame .box .label {
  display: block;
  font-size: 14px;
  color: #72787D;
  margin-bottom: 5px;
}

.testimonials-frame .box .rating {
  padding-bottom: 9px;
}

.testimonials-frame .box textarea,
.testimonials-frame .box input[type=password],
.testimonials-frame .box input[type=text],
.testimonials-frame .box input[type=tel],
.testimonials-frame .box input[type=email] {
  background: #fff;
  border: 1px solid #A8AEB5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 19px 7px;
}

.testimonials-frame .box textarea {
  height: 113px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.testimonials-frame .box .btn {
  width: 100%;
  padding: 8px 19px 8px;
}

.testimonials-frame .feedback-gallery {
  flex: 1;
  padding-top: 0;
  margin-right: -20px;
}

.testimonials-frame .feedback-gallery .block {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin: 0 20px 32px 0;
}

.testimonials-frame .feedback-gallery .block .block-holder {
  min-height: 466px;
}

.error-block {
  text-align: center;
}

.error-block .error-img {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 97px;
}

.error-block .error-img img {
  display: block;
  width: 100%;
}

.error-block .btns .btn {
  margin: 0 14px 10px;
}

.writter-holder {
  padding-top: 25px;
}

.navigation-holder {
  position: fixed;
  bottom: 75px;
  left: 0;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.08);
  border-radius: 0px 5px 5px 0px;
  z-index: 10000;
}

.navigation-holder.open .navigation-list {
  position: static;
  visibility: visible;
  opacity: 1;
}

.navigation-holder.open .btn-navigation {
  display: none;
}

.navigation-holder .btn-navigation {
  background: #FFDE79;
  font-weight: 500;
  font-size: 20px;
  color: #212529;
  padding: 15px;
  display: block;
  width: 208px;
  box-sizing: border-box;
  text-align: center;
}

.navigation-holder .btn-navigation:hover {
  text-decoration: none;
  box-shadow: none;
}

.navigation-holder .heading {
  font-weight: bold;
  font-size: 20px;
}

.navigation-holder .navigation-list {
  position: absolute;
  width: 279px;
  background: #fff;
  padding: 34px 12px 34px 25px;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}

.navigation-holder .navigation-list .heading {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #212529;
  margin-bottom: 22px;
  font-weight: 700;
  font-family: "Roboto";
}

.navigation-holder .close {
  position: absolute;
  top: 20px;
  right: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/close01.svg) no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.navigation-holder .list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navigation-holder .list li {
  margin-bottom: 6px;
}

.navigation-holder .list a {
  color: #131313;
}

.navigation-holder .list a:hover {
  text-decoration: none;
}

.navigation-holder .list a:hover em {
  text-decoration: underline;
}

.navigation-holder .list em {
  font-style: normal;
}

.navigation-holder .list .number {
  color: #FDAC10;
}

select {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.faq-page {
  margin-top: 120px;
}

.faq-area-title {
  text-align: center;
}

.faq-area-title:before {
  content: 'faq';
  display: inline-block;
  padding: 5px;
  background: #F8F9FA;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.faq-area-title h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #212529;
  margin: 0 0 36px;
  position: relative;
}

.faq-area h2 {
  text-align: center;
}

.faq-area h3 {
  padding: 20px 55px 20px 23px;
  color: #2F2F2F;
  cursor: pointer;
  position: relative;
  color: #212529;
  outline: none;
  background: #F8F9FA;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  transition: .4s;
}

.faq-area h3.active {
  margin-bottom: 0;
}

/* .faq-area h3.heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
} */

.faq-area h3.last {
  border: none;
}

.faq-area h3:last-child {
  border: none;
}

.faq-area h3:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  top: 50%;
  margin-top: -3px;
  right: 25px;
  background: url(../images/arrow03.svg) no-repeat;
  transform: rotate(180deg);
}

.faq-area h3.active {
  border-color: transparent;
  border-radius: 16px 16px 0 0;
  margin-bottom: 0;
}

.faq-area h3.active:after {
  transform: rotate(0deg);
}

.faq-area p {
  display: none;
  font-size: 16px;
  line-height: 24px;
  border-top: none;
  padding: 0 55px 18px 23px;
  margin: 0 0 32px;
  border-radius: 0 0 16px 16px;
  position: relative;
  background: #F8F9FA;
}

.faq-holder {
  display: flex;
  justify-content: space-between;
}

.faq-holder .faq-area {
  width: 48%;
}

.question-holder {
  padding-top: 177px;
  padding-bottom: 162px;
  background: url(../images/block01.jpg) no-repeat 50% 18px;
  text-align: center;
}

.question-holder h2 {
  text-align: center;
}

.question-holder p {
  font-size: 20px;
  margin-bottom: 52px;
}

.services-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 32px;
}

.text-area {
  padding-top: 32px;
}

.text-area p {
  margin-bottom: 25px;
}

.paging {
  padding: 60px 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #747496;
}

.paging li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}

.paging li:last-child a {
  text-indent: -999px;
  overflow: hidden;
  position: relative;
}

.paging li:last-child a:after {
  text-indent: 0;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  background: url(../images/arrow03.svg) no-repeat;
  transform: translate(-50%, -50%);
}

.paging li:last-child a:hover:after {
  background-image: url(../images/arrow02.svg);
}

.paging a {
  display: block;
  width: 43px;
  height: 43px;
  border: 1px solid #A8AEB5;
  box-sizing: border-box;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #A8AEB5;
}

.paging a:hover {
  text-decoration: none;
  color: #fff;
  background: #212529;
  border-color: #212529;
}

.paging .active a {
  cursor: default;
  color: #fff;
  background: #5A96C7;
  border-color: #5A96C7;
  cursor: default;
}

.paging .prev-link a,
.paging .next-link a {
  border: none;
}

.paging .prev-link {
  transform: rotate(180deg);
}

.rating-info {
  text-align: center;
}

.rating-info .info {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 37px;
}

.rating-info .info span {
  font-size: 18px;
}

.rating-info .rating-list {
  padding-top: 10px;
  margin-bottom: 23px;
}

.rating-info .rating-list li {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  margin: 0 2px;
}

.login-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 25px 24px 30px;
  background: #FCFCFC;
  border: 1px solid #BABABA;
}

.login-form .btn-login {
  display: block;
  width: 100%;
  text-transform: none;
  padding: 8px 5px 7px;
  margin: 0 0 22px;
}

.login-form textarea,
.login-form input[type=password],
.login-form input[type=text],
.login-form input[type=tel],
.login-form input[type=email] {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  padding: 10px 11px;
  margin-bottom: 21px;
}

.login-form .link,
.login-form .link-order {
  font-weight: 700;
  color: #212529;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
}

.login-form .link-account {
  color: #212529;
}

.email-holder,
.password-holder {
  position: relative;
}

.email-holder:after,
.password-holder:after {
  position: absolute;
  content: '';
  right: 9px;
  top: 16px;
  background: url(../images/ico-mail.svg) no-repeat;
  width: 16px;
  height: 11px;
}

.email-holder input[type=password],
.email-holder input[type=email],
.password-holder input[type=password],
.password-holder input[type=email] {
  padding-right: 30px;
}

.password-holder:after {
  background: url(../images/ico-password.svg) no-repeat;
  width: 21px;
  height: 13px;
  top: 50%;
  margin-top: -6px;
}

.counter {
  list-style: none;
  padding: 0 0 50px;
  margin: 0;
}

.counter .heading {
  display: block;
  font-weight: 700;
  margin-bottom: 19px;
  font-size: 24px;
  line-height: 32px;
  color: #212529;
}

.counter p {
  margin-bottom: 15px;
}

.width_800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.width_800 ul {
  padding-bottom: 45px;
}

.width_800 .examples {
  background: #F8F9FA;
  box-shadow: inset 4px 0px 0px #00BC77;
  border-radius: 8px;
  padding: 17px 17px 8px 17px;
  margin-bottom: 21px;
}

.width_800 .examples p {
  margin-bottom: 0;
}

.contacts {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contacts .contacts-holder {
  display: flex;
  margin-bottom: -86px;
  justify-content: space-between;
}

.contacts .contacts-holder p {
  margin-bottom: 30px;
}

.contacts .img-holder {
  order: 1;
  width: 100%;
  max-width: 446px;
  margin-left: 30px;
}

.contacts .img-holder img {
  display: block;
  width: 100%;
}

.contacts .description {
  flex: 1;
  max-width: 550px;
}

.contacts .description p {
  margin-bottom: 45px;
}

.contacts .description .description {
  padding-left: 90px;
}

.contacts .description-holder {
  padding-left: 92px;
}

.contacts .tel,
.contacts .mail,
.contacts .address {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #002D6D;
  display: block;
  margin-bottom: 37px;
  position: relative;
}

.contacts .tel a,
.contacts .mail a,
.contacts .address a {
  color: #002D6D;
}

.contacts .tel:after {
  position: absolute;
  content: '';
  top: -5px;
  left: -56px;
  width: 36px;
  height: 36px;
  background: url(../images/ic_phone_1.svg) no-repeat;
}

.contacts .mail:after {
  position: absolute;
  content: '';
  top: -5px;
  left: -56px;
  width: 36px;
  height: 36px;
  background: url(../images/ic_mail_1.svg) no-repeat;
}

.contacts .address {
  max-width: 265px;
}

.contacts .address:after {
  position: absolute;
  content: '';
  top: -5px;
  left: -56px;
  width: 36px;
  height: 36px;
  background: url(../images/ic_location_1.svg) no-repeat;
}

.cookie-panel {
  position: fixed;
  z-index: 1000;
  background: #333;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0 6px;
  text-align: center;
}

.cookie-panel .info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 80%;
}

.text-block {
  padding: 0 0 35px;
}

.text-block h2 {
  text-align: left;
  margin-bottom: 9px;
}

.text-block p {
  margin-bottom: 24px;
}

.text-block .blocks {
  display: flex;
  justify-content: space-between;
}

.text-block .blocks .description {
  max-width: 72%;
}

.text-block .blocks .advantages-list {
  padding-top: 55px;
}

.samples-blocks.padding {
  padding-top: 70px;
}

.samples-blocks .block {
  background: #F8F9FA;
  border-radius: 5px;
  padding: 24px 40px 24px 35px;
  margin-bottom: 30px;
}

.samples-blocks .top-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.samples-blocks .heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.samples-blocks .bottom-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.samples-blocks .bottom-holder .info {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #A8AEB5;
}

.samples-blocks .bottom-holder .info li {
  display: inline-block;
  vertical-align: top;
  margin-right: 43px;
}

.samples-blocks .bottom-holder .info .title {
  font-weight: 500;
  color: #2F2F2F;
}

.samples-blocks .bottom-holder .btn {
  font-size: 12px;
  padding: 4px 10px 3px;
  min-width: 77px;
  margin-left: 15px;
}

.samples-blocks .bottom-holder .btn.style02 {
  border-width: 1px;
}

.contacts-holder {
  display: flex;
}

.contacts-holder .description {
  flex: 1;
}

.contacts-holder .box {
  width: 370px;
  box-sizing: border-box;
  padding: 27px 28px;
  background: #FFFFFF;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-left: 35px;
}

.contacts-holder .box .heading {
  display: block;
  text-align: center;
  font-weight: 700;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 18px;
}

.contacts-holder .box .label {
  font-size: 14px;
  color: #72787D;
  margin: 0 0 5px;
  display: block;
}

.contacts-holder .box textarea,
.contacts-holder .box input[type=password],
.contacts-holder .box input[type=text],
.contacts-holder .box input[type=tel],
.contacts-holder .box input[type=email] {
  background: #fff;
  border: 1px solid #A8AEB5;
}

.contacts-holder .box textarea {
  height: 113px;
  margin-bottom: 36px;
}

.contacts-holder .box .btn {
  width: 100%;
  padding: 8px 19px 7px;
}

.contacts-info {
  padding: 38px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.contacts-info li {
  width: 28%;
}

.contacts-info a {
  color: #343A40;
}

.contacts-info .heading {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 19px;
}

.contacts-info .ico-holder {
  height: 75px;
  display: block;
  margin-bottom: 23px;
}

.contacts-info .ico-holder img {
  display: inline-block;
  vertical-align: top;
}

.samples-page .main-container {
  background: linear-gradient(124.89deg, rgba(76, 164, 237, 0.1) 10.27%, rgba(123, 97, 255, 0.1) 100%);
  padding-top: 34px;
  margin-bottom: 57px;
}

.home.samples-page .main-container .wrapper-frame {
  display: block;
  text-align: center;
}

.samples-page .main-container p {
  font-size: 20px;
  line-height: 32px;
}

/*.samples-page #header {*/
/*  box-shadow: none;*/
/*  background: linear-gradient(124.89deg, rgba(76, 164, 237, 0.1) 10.27%, rgba(123, 97, 255, 0.1) 100%); }*/
.samples-page #header.fixed {
  background: #fff;
  box-shadow: 0px 4px 8px rgb(33 37 41 / 8%);
}

.samples-page.sample #header {
  background: #fff;
  box-shadow: 0px 4px 8px rgb(33 37 41 / 8%);
}

.samples-page .description.search-description {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  margin-bottom: 55px;
}

.samples-page .search-form {
  max-width: 592px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.samples-area .testimonials-holder {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 35px;
}

.samples-area .testimonials-holder .block {
  padding-left: 24px;
  padding-right: 15px;
  margin: 0 0 32px;
  width: 31%;
  box-sizing: border-box;
  display: none;
}

.samples-area .topic {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.samples-area .btn {
  padding: 6px;
  min-width: 120px;
}

.topic {
  background: #F8F9FA;
  border-radius: 2px;
  padding: 2px 6px;
  text-transform: uppercase;
  font-size: 12px;
  color: #677988;
  font-weight: 600;
  margin-right: 5px;
}

.search-form {
  display: flex;
  justify-content: space-between;
}

.search-form .is-search-form {
  flex: 1;
  position: relative;
}

.search-form .is-search-form:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/search.svg) no-repeat;
  top: 12px;
  left: 15px;
}

.search-form .is-search-form input[type=search] {
  padding-left: 47px;
}

.search-form input[type=submit] {
  width: 117px;
  background: #00BC77;
  color: #fff;
  height: 48px;
  border-radius: 4px;
  margin: 0 0 0 5px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  border: 1px solid #00BC77;
}

.is-form-style input.is-search-submit,
.is-search-icon {
  font-size: 16px !important;
}

.search-form input[type=submit]:hover {
  border-color: #00BC77;
  background: #fff;
  color: #00BC77;
}

.is-search-form {
  display: flex;
}

.is-search-icon {
  display: none !important;
}

.is-form-style input.is-search-input {
  height: 48px;
  border-right: solid 1px #ccc !important;
  border-radius: 4px;
  font-size: 16px !important;
  font-family: "Poppins";
}

.popular-subjects .title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 22px;
  text-align: left;
}

.popular-subjects .blocks {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.popular-subjects .blocks .block {
  background: #fff;
  border-radius: 24px;
  padding: 26px 23px;
  box-sizing: border-box;
  width: 30%;
}

.popular-subjects .blocks .heading {
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  display: block;
  margin-bottom: 15px;
}

.popular-subjects .blocks .list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.popular-subjects .blocks .list li {
  margin-bottom: 7px;
}

.popular-subjects .blocks .list li:last-child {
  margin: 0;
}

.blog-page .main-container {
  background: none;
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-page .main-container.inner01 {
  padding-top: 0;
}

.blog-page .main-container p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}

.blog-page .main-container .social-rating {
  padding-top: 25px;
}

.articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.articles .article {
  width: 31.5%;
  margin-bottom: 65px;
  display: none;
}

.articles .article .btn {
  padding: 11px;
}

.articles-area .article.big {
  display: flex;
  margin-bottom: 70px;
}

.articles-area .article.big .img-holder {
  width: 48%;
  margin-right: 37px;
  margin-bottom: 0;
}

.articles-area .article.big .description {
  padding-top: 33px;
  position: relative;
  padding-bottom: 60px;
}

.articles-area .article.big .description .btn {
  position: absolute;
  left: 0;
  bottom: 27px;
  min-width: 180px;
  padding: 15px 33px 15px;
}

.articles-area .article.big p {
  font-size: 20px;
  line-height: 32px;
}

.articles-area .article.big .heading {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
}

.articles-area .article .img-holder {
  margin-bottom: 20px;
}

.articles-area .article .img-holder img {
  display: block;
  width: 100%;
}

.articles-area .article .description {
  flex: 1;
}

.articles-area .article .heading {
  display: block;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.articles-area .article .date {
  display: block;
  color: #677988;
  margin-bottom: 30px;
}

.payments {
  list-style: none;
  padding: 23px 0 0;
  margin: 0;
}

.payments li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.order-holder {
  display: flex;
  align-items: flex-start;
}

.order-holder .block-order {
  flex: 1;
}

.order-holder .block-order img {
  display: block;
  width: 100%;
}

.order-holder .box {
  width: 370px;
  margin-left: 30px;
  box-sizing: border-box;
}

.order-holder .box-features {
  padding: 48px 37px 40px;
}

.order-holder .box-features:after {
  right: 11px;
}

.custom-select {
  position: relative;
  font-size: 18px;
  margin-bottom: 13px;
}


select {
  background: #FFFFFF;
  border: 1px solid #D8DDE6;
  box-sizing: border-box;
  padding: 10px 36px 10px 20px;
  width: 100%;
  border-radius: 4px;
}

/*style the arrow inside the select element:*/
.custom-select:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #212529 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
.select-items div,
select {
  color: #343A40;
  padding: 10px 36px 10px 20px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #D8DDE6;
  border-radius: 4px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #FFE98D;
  color: #fff !important;
}

.reviews-section {
  padding-bottom: 78px;
}

.reviews-holder01 {
  font-size: 18px;
  line-height: 26px;
}

.reviews-holder01 .name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.reviews-holder01 .rating-holder {
  border-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #596D86;
  font-size: 16px;
  font-style: italic;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}

.reviews-holder01 .slick-dots {
  padding-bottom: 10px;
}

.slide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-list ul {
  list-style: none;
  padding: 10px 0 0 20px;
  margin: 0;
}

.slide-list li {
  margin-bottom: 12px;
}

.slide-list a:hover {
  text-decoration: none;
  color: #00BC77;
  font-weight: 700;
}

.slide-holder.open .scrollab {
  display: block;
}

.article-contents.open p:after {
  transform: rotate(0deg);
}

.slide-holder.open .scrollab {
  max-height: 0;
}

.article-contents p {
  position: relative;
  padding-right: 30px;
  display: block;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 18px;
}

.article-contents p:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../images/arrow_circle.svg) no-repeat;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}

.slide-holder .scrollab {
  max-height: 204px;
  height: 100%;
  transition: 0.3s ease-in-out;
  overflow-y: scroll;
  position: relative;
}

.article-contents.open ol::-webkit-scrollbar {
  width: 3px;
  background: #D8DDE6;
  position: absolute;
  left: 0;
}

.article-contents.open ol::-webkit-scrollbar-track {
  background: #b3b1b1;
  border-radius: 10px;
}

.article-contents.open ol::-webkit-scrollbar-thumb {
  background: #00BC77;
  border-radius: 10px;
  width: 5px;
}

.article-contents.open ol::-webkit-scrollbar-thumb:hover {
  background: #646464;
  border-radius: 10px;
}

.article-contents.open ol::-webkit-scrollbar-thumb:active {
  background: #444444;
  border-radius: 10px;
}

textarea {
  height: 258px;
}

textarea,
input[type=password],
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  border: none;
  height: 48px;
  background: none;
  padding: 13px 19px;
  width: 100%;
  outline: none;
  color: #002D6D;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  border: 1px solid #D8DDE6;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
}

textarea.error,
input[type=password].error,
input[type=text].error,
input[type=tel].error,
input[type=email].error {
  border-color: #d0021b;
}

textarea.successful,
input[type=password].successful,
input[type=text].successful,
input[type=tel].successful,
input[type=email].successful {
  border-color: #10b070;
}

.submit {
  width: 100%;
  max-width: 290px;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.btn-menu {
  display: none;
  width: 32px;
  height: 32px;
  background: url(../images/menu.svg) no-repeat;
  position: absolute;
  top: 15px;
  right: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 10000;
  text-indent: -9999px;
  outline-color: #000;
}

.copyright {
  font-size: 12px;
  line-height: 23px;
  color: #6889B8;
  display: block;
  max-width: 150px;
}

.samples-section .btns {
  display: none;
}

.tablet-visible,
.mobile-visible {
  display: none !important;
}

.projects-holder .btns {
  display: none;
}

.header_holder .btn-oder {
  display: none;
}

@media only screen and (max-width: 1190px) {
  .wrapper-frame {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home .testimonials-holder p:not(.home.samples-page .testimonials-holder p, .home.blog-page .testimonials-holder p) {
    min-height: 125px;
  }

  .btn-menu {
    display: block;
  }

  #nav {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 1000;
    min-height: 725px;
    padding: 0 5%;
  }

  #nav ul {
    display: block;
    text-align: left;
    font-size: 16px;
  }

  #nav ul li {
    padding-bottom: 27px;
  }

  #header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #header .wrapper-frame {
    display: block;
  }

  .menu-open #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
  }

  .menu-open .btn-menu {
    background: url(../images/menu_close.svg) no-repeat;
  }

  .menu-open .header_frame {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    top: 0;
    padding: 150px 20px 350px 32px;
    background: #fff;
    display: block;
  }

  .menu-open .header_frame .btn-order {
    display: block;
  }

  .menu-open #nav {
    visibility: visible;
    opacity: 1;
    position: static;
    min-height: 20px;
    padding-left: 0;
    padding-bottom: 50px;
  }

  .menu-open .header_frame .btn-oder {
    display: block;
    width: 180px;
  }

  .faq-page {
    margin-top: 20px;
  }

  .header_frame {
    position: static;
  }

  .header_frame .btn-oder {
    display: none !important;
  }

  .menu-open .header_frame .btn-oder {
    display: block !important;
  }

  .main.inner {
    padding-top: 69px;
  }
}

@media only screen and (max-width: 1024px) {
  .samples-page #header {
    background: transparent;
  }

  .sticky-block {
    position: static !important;
  }

  .box .btn {
    width: 100%;
  }

  #breadcrumbs {
    margin-top: 50px;
    margin-top: 20px;
  }

  .navigation-holder {
    display: none;
  }

  .blog-holder .block {
    width: 46%;
  }

  .logo {
    margin-top: 0;
    z-index: 111000;
    position: relative;
  }

  .wrapper-frame {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container {
    padding-top: 130px;
  }

  .main-container .wrapper-frame {
    padding-bottom: 60px;
  }

  .main-container p {
    margin-bottom: 30px;
  }

  .main-container .btn {
    padding: 13px 29px 13px;
  }

  .main-container h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .main-container h1 .decor:after {
    width: 362px;
    height: 61px;
  }

  .main-container .description {
    max-width: 350px;
    padding-right: 3%;
  }

  .main-container .social-rating {
    padding-top: 102px;
  }

  .main-container .social-rating .block .heading {
    font-size: 16px;
  }

  .logo {
    width: 103px;
    height: 36px;
  }

  .logo img {
    display: block;
    width: 100%;
  }

  .social-rating .block {
    display: block;
  }

  .social-rating .block .img-holder {
    width: 36px;
    height: 36px;
    margin: 0 0 7px;
  }

  .social-rating .block .img-holder img {
    display: block;
    width: 100%;
  }

  .about-writes {
    display: block;
    padding-top: 40px;
  }

  .about-writes .description {
    padding: 0;
    text-align: center;
  }

  .about-writes .description h2 {
    text-align: center;
  }

  .about-writes .description p {
    font-size: 16px;
    line-height: 24px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .tabet-hidden {
    display: none;
  }

  .about-writes .tabet-hidden {
    display: none !important;
  }

  .samples-page .main.inner {
    padding-top: 0;
  }

  .samples-page .main-container {
    padding-top: 110px;
  }

  .main-container .description {
    max-width: 650px;
  }

  .samples-area .testimonials-holder .block {
    width: 49%;
  }

  .samples-area .testimonials-holder {
    padding-bottom: 8px;
  }

  .cta-block.inner01 {
    padding: 14px 23px 0 37px;
  }

  .cta-block.inner01 .heading {
    font-size: 18px;
    line-height: 26px;
  }

  .cta-block.inner01 .description {
    padding-top: 18px;
  }

  .cta-block.inner01 .description .heading .color:after {
    width: 143px;
    height: 32px;
    background-size: 100% 100%;
  }

  .cta-block span {
    margin-bottom: 7px;
  }

  .samples-page .cta-block span {
    margin-bottom: 20px;
  }

  .cta-block.inner01 .description p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 19px;
  }

  .cta-block.inner01 .description {
    max-width: 337px;
  }

  .cta-block.inner01 .description .btn:not(.samples-page .cta-block.inner01 .description .btn) {
    height: 48px;
    line-height: 25px;
  }

  .btn {
    padding: 10px 31px 12px;
  }

  .question-holder {
    background-size: 100% auto;
    padding-bottom: 130px;
  }

  .question-holder p {
    font-size: 16px;
    margin-bottom: 33px;
  }

  .footer-frame {
    flex-wrap: wrap;
  }

  .footer-frame .holder:first-child {
    width: 100%;
    padding-bottom: 30px;
  }

  .footer-frame .holder:last-child {
    margin-top: 20px;
  }

  .content-holder {
    display: block;
  }

  .main.inner {
    padding-top: 65px;
  }

  h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }

  .faq-area-title h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .content-holder .content .inform {
    padding: 0 0 36px;
  }

  p {
    margin: 0 0 9px;
  }

  .content-holder .content h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .cta-block.inner01 {
    padding: 3px 5px 3px 32px;
  }

  .like-box {
    max-width: 598px;
  }

  .content-holder .aside {

    border-top: 1px solid #D8DDE6;
    width: 100%;
    margin-left: 0;
  }

  .content-holder .aside .box,
  .content-holder .aside .box-info {
    max-width: 598px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .main-container.testimonials p {
    font-size: 16px;
    line-height: 24px;
  }

  .main-container.testimonials .social-rating .rating li {
    width: 12px;
    height: 12px;
  }

  .reviews-holder {
    padding-top: 62px;
  }

  .reviews-holder h2 {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .reviews-holder .content {
    display: block;
  }

  .reviews-holder .testimonials-holder .blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .reviews-holder .testimonials-holder {
    padding-bottom: 128px;
  }

  .reviews-holder .testimonials-holder .block {
    margin: 0 0 24px;
    padding: 25px 25px 25px 22px;
    width: 48%;
  }

  .reviews-holder .aside {
    width: 100%;
    max-width: 598px;
    margin-left: auto;
    margin-right: auto;
  }

  .box .heading {
    text-align: center;
  }

  .steps-inform {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .wrapper-frame {
    display: block;
  }

  .main-container h1.inner {
    font-size: 32px;
    line-height: 40px;
  }

  .breadcrumbs {
    padding: 25px 0 19px;
    padding: 15px 0 19px !important;
  }

  .main-container .description .inform {
    padding-top: 13px;
    margin-bottom: 34px;
  }

  .blog-page .main-container {
    padding-bottom: 33px;
  }

  .cta-block.inner02 {
    margin-top: 30px;
  }

  .features {
    margin-top: 30px;
  }

  .tablet-visible {
    display: block !important;
  }

  .aside .article-contents {
    display: none;
  }

  .tablet-hidden {
    display: none;
  }

  .box.style02 .heading {
    text-align: left;
  }

  .main-container .description .inform li {
    display: block;
    border-bottom: 1px solid #D8DDE6;
    padding: 10px 0 5px;
  }

  .main-container .description .inform li:last-child {
    border: none;
  }

  .main-container .description .inform li:after {
    display: none;
  }

  .main-container .description .inform .heading {
    display: inline-block;
  }

  .main-container .description .inform span {
    display: inline-block;
  }

  .cta-block.inner02 {
    padding: 23px 29px;
  }

  .content-holder .aside .box,
  .cta-block.inner02,
  .features {
    border-radius: 8px;
    padding: 26px 22px;
  }

  .content-holder .content {
    padding-bottom: 30px;
  }

  .content-holder .aside {
    border: none;
    padding-top: 0;
  }

  .box.style02 .heading {
    font-size: 16px;
    line-height: 26px;
  }

  .question-holder {
    padding-bottom: 120px;
  }

  .question-holder .btn {
    font-size: 16px;
    padding: 13px 15px;
    width: 100%;
    max-width: 288px;
  }

  .social-rating .rating li {
    width: 12px;
    height: 12px;
  }

  .articles-area .article.big .description {
    padding-top: 0;
  }

  .articles-area .article.big .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .articles-area .article.big p {
    font-size: 16px;
    line-height: 24px;
  }

  .articles-area .article .date {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .articles {
    flex-wrap: wrap;
  }

  .articles .article {
    width: 48%;
    margin-bottom: 32px;
  }

  .cta-block.inner .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .cta-block.inner span {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-block.inner .heading {
    margin-bottom: 14px;
    margin-bottom: 34px;
  }

  .home .main-container .wrapper-frame {
    display: flex;
  }

  /*.home .main-container .wrapper-frame .description {*/
  /*  padding-right: 0;*/
  /*  max-width: 46%; }*/

  .calc-block .decor {
    display: none;
  }

  .about-writes .description h2 {
    margin-bottom: 22px;
  }

  .inform-blocks {
    padding-top: 32px;
  }

  .inform-blocks .block .heading {
    font-size: 16px;
    line-height: 26px;
    align-items: flex-start;
  }

  .text-inform {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .text-inform .column {
    width: 100%;
  }

  .info-block {
    width: 474px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 30px;
    box-sizing: border-box;
  }

  .info-block .description {
    padding-right: 0;
    margin-bottom: 54px;
  }

  .info-block h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px;
  }

  .blocks {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blocks .info-block {
    max-width: 474px;
    width: 100%;
  }

  .advantages-holder {
    display: none;
  }

  .sevice-holder {
    padding-top: 83px;
  }

  .sevice .block {
    border-radius: 12px;
    padding: 23px 20px;
  }

  .sevice .block .ico-holder {
    width: 48px;
    height: 48px;
  }

  .sevice .block .title {
    font-size: 18px;
    line-height: 26px;
  }

  .inform-area.color {
    display: block;
    padding-bottom: 46px;
  }

  .inform-area.color .img-holder {
    margin: 0 auto 54px;
  }

  .advantages-inform {
    padding-top: 65px;
  }

  .advantages-inform .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .advantages-inform .blocks .block {
    font-size: 16px;
    line-height: 24px;
  }

  .advantages-inform .blocks .block .heading {
    font-size: 18px;
    line-height: 26px;
  }

  .why_us .blocks {
    display: block;
  }

  .why_us .blocks .block {
    width: 100%;
    max-width: 596px;
    margin-left: auto;
    margin-right: auto;
    padding: 33px 33px 22px;
    margin-bottom: 23px;
  }

  .steps-info {
    padding-top: 106px;
  }

  .steps-gallery {
    margin-top: 30px;
  }

  .inform-block.color {
    padding: 65px 9999px;
  }

  .inform-block .columns {
    display: block;
    width: 592px;
    margin-right: auto;
    margin-left: auto;
  }

  .inform-block .columns .column {
    width: 100%;
    margin-bottom: 32px;
    padding: 65px 10px 25px;
  }

  .inform-block h2 {
    text-align: center;
  }

  .inform-block .text {
    font-size: 18px;
    line-height: 25px;
  }

  .testimonials-holder {
    padding-bottom: 125px;
  }

  .info-blocks .block {
    padding-bottom: 28px;
  }

  .advantages-inform .advantage .heading {
    display: block;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 9px;
  }

  .advantages-inform .advantage .ico-holder {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 14px;
  }

  .advantages-inform .advantage .ico-holder img {
    max-width: 24px;
    max-height: 24px;
  }

  .info-area {
    padding-bottom: 100px;
  }

  .advantages-inform {
    padding-bottom: 114px;
  }

  .advantages-inform .advantage li {
    width: 48%;
  }

  .info-section>p {
    font-size: 16px;
    line-height: 24px;
  }

  .info-section .blocks .info-block {
    max-width: 720px;
    margin-bottom: 23px;
  }

  .info-section .blocks .info-block p {
    margin: 0;
  }

  .faq-holder {
    display: block;
  }

  .faq-holder .faq-area {
    width: 100%;
  }

  .faq-holder .faq-area dd {
    margin-bottom: 25px;
  }

  .inform-block .columns .column {
    padding: 0;
  }

  .inform-block .columns .column .block {
    padding: 23px 24px;
  }

  .about-writes {
    margin-bottom: 30px;
  }

  .about-writes .writers-gallery {
    max-width: 100%;
  }

  .aligncenter.margin {
    margin-bottom: 65px;
  }

  .steps-gallery .slide {
    display: block;
  }

  .steps-gallery .slide .img-holder {
    max-width: 458px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .steps-holder {
    padding-left: 40px;
    padding-right: 40px;
  }

  .steps-holder .nav-panel {
    position: static;
    text-align: center;
    width: 100%;
    justify-content: center;
  }

  .steps-holder .slide .description {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .is-search-form {
    flex-direction: column;
  }

  .footer-frame .holder:last-child {
    margin-top: 0;
  }

  .faq-page {
    margin-top: 10px;
  }

  .footer-holder input[type=submit],
  .footer-form_btn {
    width: 100%;
  }

  .features {
    border-radius: 8px;
    padding: 20px;
  }

  .features .title {
    font-size: 18px;
    line-height: 26px;
  }

  .features .pricing {
    display: block;
    padding: 0;
  }

  .features .pricing li {
    width: 100%;
    margin-bottom: 17px;
  }

  .main-container h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }

  .samples-page .description.search-description {
    margin-bottom: 32px;
  }

  .samples-page .main-container p {
    font-size: 14px;
    line-height: 20px;
  }

  .search-form {
    display: block;
  }

  .search-form .search-holder {
    margin-bottom: 10px;
  }

  .search-form input[type=submit] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: static;
    margin-top: 10px;
    /*height: 40px; */
  }

  .is-form-style label {
    max-width: 100% !important;
  }

  .search-form .search-holder:after {
    top: 8px;
  }

  textarea,
  input[type=password],
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 9px 19px;
  }

  .popular-subjects .title {
    font-size: 18px;
    line-height: 26px;
  }

  .popular-subjects .blocks {
    display: block;
  }

  .popular-subjects .blocks .heading {
    font-size: 16px;
    margin-bottom: 13px;
  }

  .popular-subjects .blocks .block {
    width: 100%;
    margin-bottom: 25px;
    padding: 20px 17px 15px;
  }

  body {
    font-size: 14px;
    line-height: 20px;
  }

  .popular-subjects .blocks .list li {
    margin-bottom: 12px;
  }

  .main-container .wrapper-frame {
    padding-bottom: 30px;
  }

  .samples-page .main-container {
    margin-bottom: 41px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 22px;
  }

  .faq-area-title h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 22px;
  }

  .samples-area .testimonials-holder {
    padding-top: 0;
  }

  .samples-area .testimonials-holder .block {
    width: 100%;
  }

  .samples-area .testimonials-holder .block {
    padding-left: 13px;
  }

  .testimonials-holder .block .heading {
    font-size: 16px;
    line-height: 24px;
  }

  .samples-area .btn {
    padding: 9px;
    min-width: 100%;
  }

  .social-rating .block .img-holder {
    margin: 0 auto 7px;
  }

  .cta-block {
    padding: 20px;
    border-radius: 8px;
    display: block;
  }

  .cta-block .heading {
    font-size: 18px;
    line-height: 26px;
  }

  .cta-block.inner01 {
    display: block;
    padding: 14px 23px 0 18px;
  }

  .cta-block.inner01 .description {
    padding-top: 0;
    margin-bottom: 0;
  }

  .content-holder .content .inform {
    display: block;
    padding-bottom: 18px;
  }

  .content-holder .content .inform .heading {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 0;
  }

  .content-holder .content .inform li {
    border-bottom: 1px solid #D8DDE6;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .content-holder .content .inform li:after {
    display: none;
  }

  .content-holder .content .inform li:last-child {
    border: none;
  }

  .content-holder .content .box-inform {
    border-radius: 8px;
    padding: 14px 20px;
    box-shadow: inset 4px 0px 0px #00BC77;
  }

  .content-holder .content .box-inform .title {
    font-size: 18px;
    margin-bottom: 9px;
  }

  .like-box .title,
  .aside .box-info .title,
  .box .heading {
    font-size: 18px;
    line-height: 26px;
  }

  .breadcrumbs {
    padding-bottom: 20px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .counter .heading {
    font-size: 18px;
    line-height: 36px;
  }

  .main-container {
    padding-top: 55px;
  }

  .main-container.testimonials p {
    font-size: 14px;
    line-height: 20px;
  }

  .main-container .wrapper-frame {
    display: block;
  }

  .social-rating .block .img-holder img {
    max-width: 36px;
  }

  .main-container .img-holder {
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-area h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .reviews-holder {
    padding-top: 36px;
  }

  .reviews-holder h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .reviews-holder .testimonials-holder .block {
    width: 100%;
  }

  .reviews-holder .testimonials-holder .btn {
    width: 100%;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .reviews-holder .testimonials-holder {
    padding-bottom: 113px;
  }

  .pricing-block {
    border-width: 1px;
    padding: 23px;
  }

  .pricing-block .pricing li {
    padding-top: 8px;
    padding-bottom: 7px;
  }

  .pricing-block .title {
    font-size: 18px;
    line-height: 26px;
  }

  .pricing-block .pricing .free {
    font-size: 14px;
  }


  .pricing-block .btn {
    width: 100%;
  }

  .question-holder {
    background-image: url(../images/bg_mob.jpg);
    background-size: auto auto;
    padding-top: 134px;
  }

  .reviews-holder .content {
    padding-bottom: 2px;
  }

  .error-section .text-error {
    font-size: 32px;
    line-height: 40px;
  }

  .error-section .btns .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
    max-width: 280px;
  }

  .contacts-area {
    font-size: 14px;
    line-height: 20px;
  }

  .contacts-area h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .contacts-area {
    font-size: 16px;
    line-height: 24px;
  }

  .contacts-area h1 {
    font-size: 44px;
    line-height: 48px;
  }

  .contacts-area .contacts-frame {
    padding-top: 50px;
  }

  .contacts-area .contacts-info {
    padding-bottom: 60px;
  }

  .contacts-area .contacts-info .block {
    font-size: 16px;
    line-height: 20px;
  }

  .contacts-area .contacts-info .block .heading {
    font-size: 18px;
    line-height: 26px;
  }

  .contacts-area .contacts-holder .block .title {
    font-size: 24px;
    line-height: 36px;
  }

  .contacts-area .contacts-holder .block .img-holder {
    max-height: 136px;
    min-height: 136px;
  }

  .contacts-area .contacts-holder .block .img-holder img {
    max-height: 136px;
    width: auto;
  }

  .contacts-area .contacts-info {
    padding-top: 62px;
    display: block;
  }

  .contacts-area .contacts-info .block {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8DDE6;
    padding: 0 0 20px 43px !important;
    margin-bottom: 20px;
  }

  .contacts-area .contacts-info .block:after {
    display: none;
  }

  .contacts-area .contacts-info .block:last-child {
    border: none;
  }

  .contacts-area .contacts-info .block .heading .ico {
    left: -38px;
  }

  .contacts-area .contacts-info .block {
    font-size: 14px;
  }

  .contacts-holder {
    display: block;
  }

  .contacts-area .contacts-info .block .tel {
    font-size: 16px;
  }

  .contacts-area .contacts-holder .block {
    font-size: 14px;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }

  .contacts-area .contacts-holder .block .title {
    font-size: 18px;
    line-height: 26px;
  }

  .contacts-area .contacts-holder .block .btn {
    font-size: 16px;
    width: 100%;
    max-width: 288px;
  }

  .blog-page .main-container p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }

  .home .main-container .wrapper-frame {
    display: block;
  }

  .home .main-container .wrapper-frame>.description {
    max-width: 100%;
    padding-top: 50px;
  }

  .home .main-container .wrapper-frame>.description h1 {
    text-align: center;
    margin-bottom: 35px;
  }

  .home .main-container .wrapper-frame>.description h1 .decor:after {
    left: 50%;
    margin-left: -164px;
  }

  .home .main-container .wrapper-frame .btn {
    display: block;
    width: 100%;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
  }

  .home .main-container .wrapper-frame .social-rating {
    padding-top: 40px;
    padding-bottom: 31px;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }

  .calc-block {
    padding: 15px 23px 4px;
  }

  .calc-block .heading {
    font-size: 18px;
    line-height: 26px;
  }

  .calc-block #submit-disc {
    height: 40px;
    line-height: 40px;
    /*text-indent: -9999px;*/
    overflow: hidden;
    position: relative;
  }

  .calc-block .btn-apply:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background: url(../images/arrow02.svg) no-repeat;
    width: 13px;
    height: 10px;
    margin: -6px 0 0 -5px;
  }

  .calc-block .bottom {
    padding: 13px 0;
  }

  .calc-block .bottom .continue {
    width: 188px;
    height: 48px;
  }

  .calc-block .bottom .price-holder .price {
    font-size: 18px;
    line-height: 26px;
  }

  .about-writes .description p {
    font-size: 14px;
  }

  .inform-blocks {
    display: block;
    padding-bottom: 88px;
  }

  .inform-blocks .block {
    width: 100%;
    padding-bottom: 16px;
  }

  .inform-blocks .block .heading {
    margin-bottom: 5px;
  }

  .text-inform {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .info-block {
    width: 100%;
    border-radius: 8px;
    padding: 15px;
  }

  .info-block .img-holder img {
    display: block;
    width: 100%;
  }

  .info-block h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .info-block .description {
    margin-bottom: 33px;
  }

  .sevice {
    display: block;
    position: relative;
    z-index: 10;
  }

  .sevice .block {
    width: 100%;
    margin-bottom: 20px;
  }

  .sevice .block .title {
    font-size: 16px;
    line-height: 24px;
  }

  .sevice .block .ico-holder {
    border-radius: 8px;
  }

  .sevice .block .btn {
    padding: 9px 23px 9px;
    width: 100%;
    max-width: 288px;
  }

  .writers-gallery .block {
    display: block;
  }

  .writers-gallery .block:after {
    display: none;
  }

  .writers-gallery .block .block-holder {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    padding: 4px 23px 20px 23px;
  }

  .writers-gallery .custom_paging {
    position: static;
    text-align: center;
    margin-bottom: 40px;
  }

  .about-writes .carousel-next,
  .about-writes .carousel-prev {
    bottom: 40px;
    left: 30%;
  }

  .about-writes .carousel-next {
    left: auto;
    right: 30%;
  }

  .about-writes .description {
    margin-right: 0;
  }

  .advantages-inform .blocks {
    display: block;
  }

  .advantages-inform .blocks .block {
    width: 100%;
    margin-bottom: 22px;
  }

  .why_us .blocks .block {
    display: block;
  }

  .why_us .blocks .block .img-holder {
    margin-left: 0;
    text-align: center;
  }

  .steps-gallery .slide .img-holder {
    width: 100%;
  }

  .steps-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .inform-block .columns {
    width: 100%;
  }

  .info-blocks .block {
    display: block;
  }

  .info-blocks .block .img-holder {
    margin: 0 auto 20px;
    max-width: 288px;
  }

  .info-blocks .block .img-holder img {
    display: block;
    width: 100%;
  }

  .info-area {
    padding-bottom: 10px;
  }

  .advantages-inform {
    padding-top: 30px;
  }

  .advantages-inform .advantage {
    display: block;
  }

  .advantages-inform .advantage li {
    width: 100%;
    padding-bottom: 20px;
  }

  .footer-frame {
    display: block;
    padding-bottom: 0;
  }

  .footer-frame .holder {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .footer-holder .holder {
    display: block;
  }

  .footer-holder .text-holder {
    width: 100%;
    margin: 0 0 10px;
  }

  .footer-holder input[type=submit] {
    width: 100%;
    height: 48px;
  }

  .writers-gallery .block .block-frame.open .slide-holder {
    display: block;
  }

  .writers-gallery .block .block-frame.open .btn.btn-open {
    display: none;
  }

  .writers-gallery .block .block-frame .slide-holder {
    display: none;
  }

  .writers-gallery .block .block-frame .btn {
    display: block;
    position: static;
  }

  .writers-gallery .block .block-frame .btn.btn-open {
    display: block !important;
  }

  .inform-area.color {
    padding-top: 270px;
  }

  .inform-area.color .img-holder {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .inform-area.color .img-holder .radius {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .inform-area.color .img-holder .decor {
    width: 106px;
    margin-left: auto;
    margin-right: auto;
    bottom: -50px;
  }

  .advantages-inform .advantage li {
    margin-bottom: 15px;
  }

  .writers-gallery .block .block-frame {
    max-height: 200px;
  }
}

@media only screen and (max-width: 700px) {
  .blog-holder {
    margin: 0;
    text-align: center;
  }

  .blog-holder .block {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .articles-area .article.big {
    display: block;
    margin-bottom: 33px;
  }

  .articles-area .article.big .img-holder {
    width: 100%;
    margin: 0 0 20px;
  }

  .articles-area .article.big .heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 11px;
  }

  .articles-area .article.big p {
    font-size: 14px;
    line-height: 20px;
  }

  .articles-area .article.big .description {
    padding-bottom: 0;
  }

  .articles-area .article.big .description .btn {
    width: 100%;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    display: block;
    font-size: 16px;
  }

  .articles {
    display: block;
  }

  .articles .article {
    width: 100%;
  }

  .articles .article .heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 11px;
  }

  .articles .article .btn {
    width: 100%;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    display: block;
    font-size: 16px;
  }

  .articles .img-holder {
    width: 100%;
    margin: 0 0 20px;
  }

  .cta-block.inner .heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 9px;
  }

  .cta-block.inner span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 34px;
  }

  .cta-block.inner .btn {
    width: 100%;
    max-width: 288px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cta-block.inner .img-holder {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 550px) {
  .testimonials-frame .feedback-gallery {
    padding: 0;
    margin-right: 0;
  }

  .testimonials-frame .feedback-gallery .block {
    width: 100%;
    margin: 0 0 20px;
  }

  .examples {
    display: block;
  }

  .examples .block {
    width: 100%;
    margin: 0 0 10px;
  }

  .blog-holder {
    margin: 0;
  }

  .blog-holder .block {
    width: 100%;
    margin: 0 0 20px;
  }

  .list-info.inner {
    padding-left: 0;
  }

  .cookie-block {
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .cookie-block .img-holder {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .logo {
    width: 111px;
  }

  /*.feedback-gallery .block.slick-center .block-holder{
  	height: 100%;
  	min-height: 465px;
  }*/
  .writers-holder {
    padding-left: 5px;
    padding-right: 5px;
  }

  .writers-holder .block {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  .writers-holder .slick-arrow {
    margin-top: -60px;
  }

  .feedback-gallery .block.slick-center .block-holder {
    height: 100%;
    min-height: 465px;
  }
}

@media only screen and (max-width: 480px) {
  .feedback-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feedback-gallery .block {
    padding: 0;
    margin-left: 8px;
    margin-right: 8px;
  }

  .feedback-gallery .block .block-holder {
    box-shadow: none;
  }

  .testimonials-frame .feedback-gallery .block .block-holder {
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.05);
  }

  .advantages-section .holder .box-features:after {
    width: 60px;
    height: 56px;
    background-size: 100% 100%;
  }

  .writers-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .writers-holder .block {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.latin li:before {
  content: counter(item, lower-latin);
}

.upper-latin li:before {
  content: counter(item, upper-latin);
}

.lower-roman li:before {
  content: counter(item, lower-roman);
}

.upper-roman li:before {
  content: counter(item, upper-roman);
}

::-webkit-input-placeholder {
  color: #D8DDE6;
}

:-moz-placeholder {
  color: #D8DDE6;
}

::-moz-placeholder {
  color: #D8DDE6;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #D8DDE6;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.latin li:before {
  content: counter(item, lower-latin);
}

.upper-latin li:before {
  content: counter(item, upper-latin);
}

.lower-roman li:before {
  content: counter(item, lower-roman);
}

.upper-roman li:before {
  content: counter(item, upper-roman);
}

.article-contents {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgb(40 40 39 / 10%);
  border-radius: 16px;
  padding: 29px 0;
  margin-bottom: 20px;
}

.article-contents p {
  padding-left: 27px;
  font-weight: 300;
  text-align: left;
  color: #0B1033;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
}

.article-contents ol {
  text-align: left;
  display: none;
  height: 200px;
  overflow-y: scroll;
  margin-right: 15px;
}

.article-contents ol li {
  margin-bottom: 8px;
  padding: 8px 17px;

}


.article-contents ol li a {
  text-decoration: none;
}

.article-contents ol li.active {
  background: rgb(1 187 119 / 15%);
  border-left: 2px solid #01bb77;
}

.article-contents li.active a {
  color: #01bb77;
}

.sticky-block {
  position: sticky;
  top: 130px;
}

p.css-info {
  margin-bottom: 0;
}

p.css-info::after,
span.css-info::after {
  content: attr(data-info);
}

.error__info {
  display: none;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  left: 3px;
  bottom: -7px;
  font-size: 10px;
  line-height: 150%;
  /* identical to box height, or 15px */


  color: #FF4757;
}

.email-block.error {
  margin-bottom: 10px;
}

.email-block.error input,
.email-block.error input::placeholder {
  color: #FF4757 !important;
}

.email-block.error .error__info.wrong {
  display: block;
}

.input-discount.error-used .error__info.used-mail {
  display: block;
}

.email-block.error input {
  border-color: #FF4757 !important;
}

.coupon-hidden {
  display: none !important;
}

.sub_mail_block .locked-discount,
.sub_mail_block .unlocked-discount,
.sub_mail_block .used-discount {
  display: none;
  position: relative;
}

.unlocked-discount p {
  margin-bottom: 0;
}

.sub_mail_block.locked .locked-discount {
  display: flex;
}

.sub_mail_block.unlocked .unlocked-discount {
  width: 100%;
  display: block;
}

.sub_mail_block.used .used-discount {
  display: block;
}

.input-discount {
  display: flex;
  align-items: flex-start;
}

.is-search-form {
  /*max-width: 420px;*/
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.is-form-style label {
  max-width: 470px;
}

.is-search-icon:hover,
form.is-form-style input.is-search-submit:hover {
  background: #fff;
}

.is-ajax-search-result {
  max-width: 375px !important;
}

.rmp-rating-widget .rmp-icon--ratings {
  font-size: 21px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list__icon {
  margin: 0 5px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212529;
  display: block;
  margin-bottom: 26px;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  margin: 0;
}

.rmp-rating-widget__results.js-rmp-results {
  display: none;
}

.btn.loadMoreBtn {
  border: none;
}

/*.btn.loadMoreBtn:hover {*/
/*  color: #212529;*/
/*}*/
#main-customer-form .wrap-customer-form .input-wrap button.submit-btn {
  background: #00BC77 !important;
  border: 1px solid #00BC77;
}

#main-customer-form .wrap-customer-form .input-wrap button.submit-btn:hover {
  background: transparent !important;
  border: 1px solid #00BC77;
  color: #00BC77;
}

#order-form .steps-wrapper .custom-button,
#order-form .steps-wrapper .custom-button-second-step,
#order-form .steps-wrapper .custom-button-third-step {
  background: #FD7E14 !important;
  border: 1px solid #FD7E14;
}

#order-form .tabs-wrapper .tabs li:nth-of-type(1) {
  background-image: url("/wp-content/themes/freeessaywriters/assets/images/steps.png");
  background-position: 0px -52px
}

#order-form .tabs-wrapper .tabs li.active:nth-of-type(1) {
  background-image: url("/wp-content/themes/freeessaywriters/assets/images/steps.png");
  background-position: 0px 0px
}

#order-form .tabs-wrapper .tabs li:nth-of-type(2) {
  width: 278px;
  background-image: url("/wp-content/themes/freeessaywriters/assets/images/steps.png");
  background-position: -258px -52px;
  margin-left: -21px
}

#order-form .tabs-wrapper .tabs li.active:nth-of-type(2) {
  width: 278px;
  background-image: url("/wp-content/themes/freeessaywriters/assets/images/steps.png");
  background-position: -258px 0px;
  margin-left: -21px
}

#order-form .tabs-wrapper .tabs li:nth-of-type(3) {
  width: 277px;
  background-image: url("/wp-content/themes/freeessaywriters/assets/images/steps.png");
  background-position: -540px -52px;
  margin-left: -20px
}

#order-form .tabs-wrapper .tabs li.active:nth-of-type(3) {
  background-image: url("/wp-content/themes/freeessaywriters/assets/images/steps.png");
  background-position: -540px 0px
}

#order-form .tabs-wrapper .active {
  background-color: #00BC77 !important;
}

.modal .modal-file-upload .modal-content .modal-footer .green-btn,
#order-form .steps-wrapper .promo-code .promo-code-value button {
  background: #00BC77 !important;
  background-color: #00BC77 !important;
  background-image: none !important;
}

.modal .modal-file-upload .modal-content .modal-footer .green-btn:hover,
#order-form .steps-wrapper .promo-code .promo-code-value button:hover {
  background: #00BC77 !important;
  background-color: #00BC77 !important;
  background-image: none !important;
}

html :where(img) {
  max-width: max-content;
}

.list-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 9px;
}

.list-info li:after {
  position: absolute;
  content: '';
  top: 13px;
  margin-top: -10px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: url(../images/check01.svg) no-repeat;
}

.def-ol li>.def-ol {
  list-style-type: none;
}
.banner {
  background: #FFF3C2;
  padding: 13px 0;
  margin-top: 24px;
}
.banner .content {
  display: flex;
  align-items: self-start;
}
.banner .wrapper-frame {
  position: relative;
}
.banner .wrapper-frame img.cta_btn{
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}
#header.close .banner {
  display: none;
}
#header.close {
  padding-bottom: 20px!important;
}
#header .banner .wrapper-frame{
  justify-content: center;
}
.banner p{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.banner p span,
.banner p a{
  margin: 0 10px;
}
.banner p a{
  display: inherit;
}
.new-cta {
  padding: 200px 0 70px 0;
  margin-top: -50px;
}

.new-cta .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-cta .title{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212529;
}
.new-cta .text {
  margin: 36px 0 48px 0;
}
.new-cta .text li{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #343A40;

  margin-bottom: 10px;
}
.new-cta .text li a{
  text-decoration: underline;
}
.new-cta .text li img{
  margin: 0px 10px 0 0;
}
.right-arrow {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  margin-left: 20px;
}


/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
/* /right bounce */


@media screen and (max-width: 1100px) {
  .banner p{
    display: block;
  }
  .banner p a{
    display: flex;
    margin: 5px 0 0 0;
  }
}
@media screen and (max-width: 992px) {

  .new-cta .content img {
    max-height: 300px;
  }

}
@media screen and (max-width: 768px) {
  .new-cta .content{
    flex-direction: column;
  }
  .new-cta .content img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .new-cta .text-side .btn {
    width: 100%;
    max-width: 288px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}