/* green */
/* light green */
/* gray */
/* dark gray */
html {
  height: 100%; }

body {
  margin: 0;
  color: #75807D;
  font: 16px/24px "Raleway", Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-height: 100%;
  height: 100%; }

.flexboxtweener, .flexboxtweener > body {
  height: 100%; }

.flexboxtweener .wrapper-holder {
  overflow: visible; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #616C6B;
  outline: none;
  transition: 0.3s ease-in-out; }
  a:hover {
    text-decoration: underline; }
  a:active {
    color: #002FA3; }
  a:visited {
    opacity: 0.8; }

p {
  margin: 0 0 10px; }

* {
  -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% "Raleway", 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; }

p {
  margin: 0 0 12px; }

h1 {
  font-weight: 400;
  font-size: 54px;
  line-height: 72px;
  color: #464D4B;
  font-family: "Playfair Display";
  margin: 0 0 26px;
  position: relative; }
  h1 .color {
    color: #19975D; }
  h1.aligncenter {
    text-align: center; }
  h1 em {
    font-style: normal;
    display: block; }

h2 {
  font-weight: 400;
  font-size: 44px;
  line-height: 56px;
  font-family: "Playfair Display";
  color: #232C2B;
  margin: 0 0 55px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 26px;
  position: relative;
  color: #75807D;
  font-weight: 600; }
  h3.inner {
    margin-bottom: 0; }

h4 {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 18px;
  position: relative;
  color: #75807D;
  font-weight: 600; }

.wrapper-holder {
  overflow: hidden; }

.wrapper-frame {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px; }

.main {
  flex: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto; }

.logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%; }

#header {
  border-bottom: 1px solid  #D3D9D0;
  background: #F2F1F0; }

.header_holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0; }
  .header_holder a {
    color: #232C2B; }
  .header_holder a img{
    display: block; }
  .header_holder .tel {
    margin-right: 5%;
    color: #232C2B; }

#nav {
  flex: 1; }
  #nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
  #nav li {
    margin: 0 3.2%; }
  #nav .tel {
    display: none; }
  #nav .btn {
    display: none; }

.btn {
  background: #19975D;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 11px;
  min-width: 270px;
  box-sizing: border-box;
  text-align: center;
  transition: 0.3s;
  font-weight: 500; }
  .btn:hover {
    background: #158150;
    color: #fff;
    text-decoration: none; }
  .btn.style01 {
    background: none;
    border: 1px solid #19975D;
    box-shadow: none;
    color: #19975D;
    min-width: 173px; }
    .btn.style01:hover {
      background: #158150;
      border-color: #158150;
      color: #fff; }
  .btn span {
    position: relative;
    display: inline-block;
    padding: 5px 65px 4px 57px;
    font-size: 18px;
    font-weight: 600; }
    .btn span:after {
      position: absolute;
      content: '';
      right: 52px;
      top: 11px;
      width: 7px;
      height: 12px;
      background: url(../images/arrow01.svg) no-repeat; }

.section {
  padding: 85px 0; }

.main-container {
  background: #F2F1F0;
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden; }
  .main-container .wrapper-frame {
    position: relative; }
    .main-container .wrapper-frame .img-holder {
      position: absolute;
      top: -140px;
      right: -326px; }
      .main-container .wrapper-frame .img-holder img {
        display: inline-block;
        vertical-align: top; }
  .main-container .description {
    max-width: 74.5%; }
  .main-container p {
    margin-bottom: 35px; }

.how-it-work .blocks {
  display: flex;
  justify-content: space-between;
  padding-bottom: 19px; }
  .how-it-work .blocks .block {
    width: 25%;
    box-sizing: border-box;
    display: flex;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #232C2B;
    flex-wrap: wrap;
  }
    .how-it-work .blocks .block .number {
      width: 76px;
      height: 76px;
      border-radius: 4px;
      display: block;
      font-family: "Playfair Display";
      font-size: 52px;
      font-weight: 500;
      line-height: 60px;
      background: #E6F7EF;
      color: #232C2B;
      margin-right: 23px;
      text-align: center; }
    .how-it-work .blocks .block .heading {
      flex: 1;
      display: inline-block;
      padding-top: 10px; }
.how-it-work .blocks .block p{
  font-weight: 400;
  font-size: 16px;
}
.how-it-work .blocks .block a{
  color: #8cac32;
  text-decoration: underline;
}

.how-it-work .blocks .block a:hover{
  text-decoration: none;
}

.calc-block .heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #464D4B;
  margin: 0 0 23px;
  display: block; }
.calc-block .label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #879B89; }
.calc-block .number-spinner {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  flex: 1;
  background: none;
  border: 1px solid #616C6B;
  box-sizing: border-box;
  border-radius: 2px;
  height: 48px;
  box-sizing: border-box;
  overflow: hidden; }
  .calc-block .number-spinner input[type=text] {
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    color: #616C6B;
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
    margin: 0; }
  .calc-block .number-spinner .plus,
  .calc-block .number-spinner .minus {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    height: 48px;
    width: 48px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border-left: 1px solid transparent; }
    .calc-block .number-spinner .plus:hover,
    .calc-block .number-spinner .minus:hover {
      background: #E6F7EF;
      border-color: #616C6B; }
    .calc-block .number-spinner .plus:before, .calc-block .number-spinner .plus:after,
    .calc-block .number-spinner .minus:before,
    .calc-block .number-spinner .minus:after {
      content: '';
      position: absolute;
      text-indent: 0;
      top: 50%;
      left: 50%;
      margin-left: -6px;
      width: 14px;
      height: 2px;
      margin-top: -1px;
      background: #002D6D; }
    .calc-block .number-spinner .plus:before,
    .calc-block .number-spinner .minus:before {
      height: 14px;
      width: 2px;
      margin-left: 0;
      margin-top: -7px; }
  .calc-block .number-spinner .minus {
    border-left: none;
    border-right: 1px solid transparent; }
    .calc-block .number-spinner .minus:before {
      display: none; }
    .calc-block .number-spinner .minus:hover {
      border-left: none;
      border-right-color: #616C6B; }
  .calc-block .number-spinner .plus {
    left: auto;
    right: 0; }
.calc-block .pages {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between; }
  .calc-block .pages .row-frame {
    width: 60%;
    margin-right: 10px;
    margin-bottom: 0; }
.calc-block .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 0; }
  .calc-block .bottom .total {
    font-size: 12px;
    color: #6A737D; }
    .calc-block .bottom .total .price {
      font-weight: 700;
      font-size: 18px;
      color: #333333;
      padding-left: 5px; }
.calc-block .row-holder {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px; }
  .calc-block .row-holder .holder {
    width: 32%; }
.calc-block .price-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px; }
  .calc-block .price-holder .price {
    color: #158150;
    font-size: 24px;
    font-weight: 500;
  }
    .calc-block .price-holder .price span {
      font-size: 24px;
      font-weight: 500; }
.calc-block .btn {
  min-width: 50px;
  width: 100%;
  outline: none;
  border: none;
  height: 46px;
  cursor: pointer;
}

.prices-section {
  background: #F2F4F2; }
  .prices-section .blocks {
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px; }
    .prices-section .blocks .block {
      width: 19%;
      box-sizing: border-box;
      text-align: center;
      background: #fff;
      border-radius: 4px;
      color: #232C2B;
      outline: none; }
    .prices-section .blocks .block-holder {
      border: 1px solid transparent;
      padding: 19px 10px;
      display: block;
      color: #232C2B;
    }
      .prices-section .blocks .block-holder:hover {
        border-color: #616C6B;
      text-decoration: none;}
    .prices-section .blocks span {
      display: block;
      margin-bottom: -6px; }
    .prices-section .blocks .heading {
      display: block;
      margin-bottom: 17px;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px; }
    .prices-section .blocks .pricer {
      display: block;
      font-size: 44px;
      line-height: 44px;
      font-family: "Playfair Display";
      color: #19975D; }
      .prices-section .blocks .pricer span {
        font-family: "Raleway";
        color: #232C2B;
        font-size: 16px;
        font-weight: 600;
        display: inline-block; }

.garanties-section .blocks {
  display: flex;
  justify-content: space-between; }
  .garanties-section .blocks .block {
    width: 25%;
    box-sizing: border-box;
    padding-right: 15px;
    color: #616C6B; }
.garanties-section .ico-holder {
  height: 81px;
  margin-bottom: 20px;
  position: relative; }
  .garanties-section .ico-holder:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #D3D9D0;
    height: 1px;
    width: 100px; }
.garanties-section .heading {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #232C2B;
  margin-bottom: 21px; }

.aligncenter {
  text-align: center; }
  .aligncenter .btn {
    display: inline-block;
    vertical-align: top; }

.service-section .box {
  background: #E6F7EF;
  padding: 91px 0;
  text-align: center; }
  .service-section .box h2 {
    text-align: center; }
.service-section .blocks .block {
  box-sizing: border-box;
  width: 17%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 49px;
  padding-left: 10px;
  padding-right: 10px; }
.service-section .blocks .ico-holder {
  display: block;
  height: 75px;
  margin-bottom: 10px; }
  .service-section .blocks .ico-holder img {
    display: inline-block;
    vertical-align: top; }
.service-section .blocks .heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #232C2B; }

.advantages {
  padding: 0;
  margin: 0 0 -30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #232C2B; }
  .advantages li {
    position: relative;
    padding-left: 51px;
    margin: 0 0 32px;
    width: 28%; }
    .advantages li:after {
      position: absolute;
      content: '';
      width: 24px;
      height: 24px;
      border-radius: 50%;
      top: 0;
      left: 0;
      background: #E6F7EF; }
    .advantages li:before {
      position: absolute;
      content: '';
      width: 14px;
      height: 10px;
      background: url(../images/ic_check.svg) no-repeat;
      z-index: 2;
      top: 6px;
      left: 6px; }
.advantages li p{
  font-weight: 400;
  font-size: 16px;
}

.statisitic-section {
  padding-bottom: 92px; }
  .statisitic-section .blocks {
    background: #F2F4F2;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 38px 0; }
    .statisitic-section .blocks .block {
      box-sizing: border-box;
      width: 25%;
      padding-right: 15px;
      text-align: center;
      font-weight: 500;
      font-size: 24px;
      line-height: 28px;
      color: #616C6B; }
    .statisitic-section .blocks .number {
      display: block;
      font-size: 44px;
      line-height: 44px;
      font-family: "Playfair Display";
      color: #232C2B;
      margin-bottom: 32px;
      position: relative;
      z-index: 5; }
      .statisitic-section .blocks .number span {
        position: relative; }
        .statisitic-section .blocks .number span:after {
          position: absolute;
          content: '';
          bottom: 0;
          left: 0;
          right: 0;
          height: 15px;
          background: #E6F7EF;
          z-index: -1; }

.inform-area h2 {
  max-width: 762px;
  margin-bottom: 0; }
.inform-area .inform-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .inform-area .inform-holder .box {
    width: 270px;
    box-sizing: border-box;
    margin-left: 20px;
    background: #E6F7EF;
    border-radius: 6px;
    padding: 36px 22px;
    order: 1; }
    .inform-area .inform-holder .box .heading {
      display: block;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #19975D;
      margin-bottom: 40px; }
    .inform-area .inform-holder .box .holder {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 44px;
      color: #616C6B; }
      .inform-area .inform-holder .box .holder img {
        order: 1;
        margin-left: 10px; }
  .inform-area .inform-holder .description {
    flex: 1;
    padding-top: 40px; }
    .inform-area .inform-holder .description p {
      margin-bottom: 22px; }
    .inform-area .inform-holder .description a {
      color: #8cac32;
      text-decoration: underline;
    }
    .inform-area .inform-holder .description a:hover {
      text-decoration: none;
    }
.inform-area .btn {
  min-width: 50px;
  width: 100%; }

.rating {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 16px;
  white-space: nowrap; }
  .rating li {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-align: left;
    background: url(../images/star.svg) no-repeat;
    margin-left: 4px; }
    .rating li.active {
      background-image: url(../images/star.svg); }
.rating li.half{
  width: 8px;
}

.slick-dots {
  padding: 52px 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 8px; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    border: 1px solid #232C2B;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 6px;
    padding: 0;
    position: relative;
    cursor: pointer;
    box-sizing: border-box; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background: #19975D;
      border-color: #19975D; }

.slick-arrow {
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: url(../images/ic_next.svg) no-repeat;
  cursor: pointer;
  transition: 0.3s; }
  .slick-arrow:hover {
    background-image: url(../images/ic_next_h.svg);
    transform: rotate(-180deg); }
  .slick-arrow.prev {
    transform: rotate(-180deg); }
    .slick-arrow.prev:hover {
      transform: rotate(0deg); }

.testimonials-section h2 {
  text-align: center; }
.testimonials-section .aligncenter {
  padding-top: 52px; }
  .testimonials-section .aligncenter .btn {
    min-width: 270px; }

.testimonials-holder {
  position: relative;
  padding-left: 100px;
  padding-right: 100px; }
  .testimonials-holder .slick-arrow {
    position: absolute;
    left: 0;
    top: 93px; }
  .testimonials-holder .next {
    left: auto;
    right: 0; }
  .testimonials-holder .block {
    border: 1px solid #616C6B;
    border-radius: 4px;
    padding: 33px 25px; }
    .testimonials-holder .block p {
      margin-bottom: 64px; }
    .testimonials-holder .block .bottom {
      display: flex;
      justify-content: space-between; }
    .testimonials-holder .block .customer {
      display: block;
      margin-bottom: 10px;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #19975D; }
  .testimonials-holder .rating {
    padding-top: 5px; }

.faq-section h2 {
  text-align: center; }

.writers {
  margin: 0 -10px; }
  .writers .block {
    border: 1px solid #616C6B;
    border-radius: 4px;
    padding: 31px 20px;
    margin: 0 10px; }
    .writers .block:hover {
      border-color: #19975D; }
    .writers .block .holder {
      display: flex;
      padding-bottom: 25px; }
    .writers .block .img-holder {
      border-radius: 50%;
      overflow: hidden;
      width: 72px;
      height: 72px;
      margin-right: 20px; }
      .writers .block .img-holder img {
        display: block;
        width: 100%; }
    .writers .block .description {
      flex: 1; }
    .writers .block .name-holder {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px;
      padding-top: 7px; }
      .writers .block .name-holder .name {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #232C2B; }
      .writers .block .name-holder .info {
        display: block;
        color: #879B89; }
    .writers .block p {
      margin-bottom: 30px; }
  .writers .inform {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #616C6B;
    flex: 1; }
    .writers .inform li {
      display: inline-block;
      vertical-align: top;
      margin-left: 24px; }
      .writers .inform li:first-child {
        margin: 0; }
    .writers .inform .number {
      display: block;
      font-weight: 500;
      font-size: 24px;
      line-height: 28px;
      color: #232C2B;
      margin-bottom: 6px; }
  .writers .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .writers .bottom .btn {
      width: 30%;
      margin-left: 10px;
      min-width: 160px; }

.faq-area {
  margin: 0 auto;
  max-width: 946px; }
  .faq-area dt {
    border: 1px solid transparent;
    border-bottom-color: #616C6B;
    padding: 30px 15px 30px 56px;
    background: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    color: #232C2B;
    outline: none; }
    .faq-area dt:last-child {
      border: none; }
    .faq-area dt:after {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: 50%;
      margin-top: -8px;
      left: 19px;
      background: url(../images/ic_open.svg) no-repeat; }
    .faq-area dt.ui-accordion-header-active {
      color: #158150;
      border-color: transparent;
      border-top-color: #616C6B;
      border-left-color: #616C6B;
      border-right-color: #616C6B; }
      .faq-area dt.ui-accordion-header-active:after {
        background-image: url(../images/ic_open01.svg);
        margin-top: -2px; }
  .faq-area dd {
    background: #fff;
    border: 1px solid #616C6B;
    border-width: 0 1px 1px;
    font-size: 16px;
    line-height: 23px;
    border-top: none;
    padding: 0 28px 33px 56px;
    margin: -9px 0 0;
    margin: 0;
    position: relative;
    color: #616C6B; }

.custom-select {
  position: relative;
  font-size: 18px; }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background: none;
  border: 1px solid #616C6B;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 12px 36px 10px 15px;
  border-radius: 2px; }
  .select-selected.select-arrow-active:before {
    display: block; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -6px;
  right: 15px;
  width: 16px;
  height: 12px;
  background: url(../images/ic_arrow.svg) no-repeat;
  z-index: 5; }

.select-selected:before {
  position: absolute;
  content: "";
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 48px;
  border-left: 1px solid #616C6B;
  background: #E6F7EF;
  display: none; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #616C6B;
  padding: 12px 36px 10px 15px;
  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 #616C6B;
  border-radius: 3px; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background: #E6F7EF; }

textarea {
  height: 258px; }

textarea,
input[type=password],
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  border: none;
  background: none;
  padding: 9px 19px;
  width: 100%;
  border: none;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #002D6D;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
  border-radius: 3px;
  border: none;
  background: #E6EAEF; }
  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; }

textarea {
  resize: none;
  overflow: auto; }

.btn-menu {
  display: none;
  width: 48px;
  height: 48px;
  background: url(../images/ic_menu.svg) no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 10000;
  text-indent: -9999px;
  outline: none; }

#footer {
  background: #F2F4F2;
  padding: 52px 0 15px; }
  #footer .bottom {
    padding-top: 15px;
    text-align: center; }

.footer-nav {
  padding: 0 0 54px;
  border-bottom: 1px solid #879B89;
  margin: 0 0 56px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px; }
  .footer-nav a {
    color: #616C6B; }

.footer-frame {
  display: flex;
  justify-content: space-between;
  padding: 0 0 54px;
  border-bottom: 1px solid #879B89; }
  .footer-frame .holder {
    padding-right: 8%; }
  .footer-frame .columns {
    flex: 1;
    padding-top: 7px; }
    .footer-frame .columns .info {
      columns: 2;
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer-frame .columns .info li {
        margin-bottom: 12px; }
  .footer-frame .payments {
    padding-top: 23px; }
    .footer-frame .payments li {
      display: inline-block;
      vertical-align: top;
      margin-left: 14px; }
      .footer-frame .payments li:first-child {
        margin: 0; }

.logos {
  max-width: 250px; }
  .logos li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-left: 20px; }
    .logos li img {
      display: inline-block;
      vertical-align: top; }

.logos,
.payments {
  padding: 0;
  margin: 0;
  list-style: none; }

.tablet-visible {
  display: none; }

@media only screen and (max-width: 1300px) {
  .wrapper-frame {
    padding-left: 15px;
    padding-right: 15px; }

  .header_holder .tel,
  .logo {
    margin-right: 15px; }

  .main-container .wrapper-frame .img-holder {
    right: -386px; }

  .writers .bottom .btn {
    min-width: 125px; } }
@media only screen and (max-width: 1023px) {
  #nav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #F2F4F2;
    left: 0;
    right: 0;
    top: 81px;
    bottom: 0;
    text-align: center;
    z-index: 10000;
    padding: 50px 20px;
    min-height: 450px; }
    #nav .tel {
      display: block;
      font-weight: 500;
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 35px; }
    #nav ul {
      display: block;
      font-weight: 600;
      font-size: 18px; }
      #nav ul li {
        display: block;
        width: 100%;
        margin: 0 0 20px; }

  .menu-open .btn-menu {
    background: url(../images/ic_close01.svg) no-repeat 50% 50%;
    width: 48px;
    height: 48px; }
  .menu-open #nav {
    visibility: visible;
    opacity: 1; }

  .header_holder {
    padding-right: 94px;
  position: relative;}

  .btn-menu {
    display: block; }

  h1 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 22px; }

  h2 {
    margin-bottom: 49px; }

  .main-container {
    padding-top: 56px; }
    .main-container p {
      max-width: 445px; }
    .main-container .description {
      max-width: 72.5%; }

    .calc-block{
      padding-left: 100px;
    }
  .calc-block .row-holder {
    vertical-align: top;
    width: 100%;
    flex-direction: column;
  }
    .calc-block .row-holder .holder {
      width: 66%;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
      .calc-block .row-holder .holder.tablet-hidden {
        display: none; }
      /*.calc-block .row-holder .holder.inner {*/
      /*  padding-top: 24px; }*/

  .how-it-work .blocks {
    display: block;
    margin-bottom: -75px; }
    .how-it-work .blocks .block {
      display: inline-block;
      vertical-align: top;
      width: 46%;
      margin-right: 20px;
      padding-bottom: 75px;
      overflow: hidden;
      box-sizing: border-box;
      padding-right: 10%; }
      .how-it-work .blocks .block .number {
        float: left;
        margin-right: 19px; }
      .how-it-work .blocks .block .heading {
        display: block;
        overflow: hidden; }

  .tablet-hidden {
    display: none; }

  .tablet-visible {
    display: inline-block; }

  .prices-section h2 {
    max-width: 540px; }

  .garanties-section .blocks {
    display: block;
    width: 105%;
    margin-bottom: -39px; }
    .garanties-section .blocks .block {
      width: 48%;
      display: inline-block;
      vertical-align: top;
      padding-right: 15px;
      padding-bottom: 39px;
      box-sizing: border-box; }
    .garanties-section .blocks .price {
      font-size: 24px; }

  .service-section .box {
    background: #F2F4F2; }

  .advantages li {
    width: 43%; }

  .statisitic-section .blocks .block {
    font-size: 16px;
    line-height: 24px; }
    .statisitic-section .blocks .block .nymber {
      margin-bottom: 26px; }

  .testimonials-holder .block p {
    margin-bottom: 14px; }

  .inform-area h2 {
    max-width: 650px; }
  .inform-area .inform-holder {
    display: block; }
    .inform-area .inform-holder .box {
      width: 100%;
      margin: 0;
      text-align: center;
      padding-bottom: 52px; }
      .inform-area .inform-holder .box .holder {
        display: block;
        margin-bottom: 33px; }
        .inform-area .inform-holder .box .holder img {
          display: none; }
      .inform-area .inform-holder .box .heading {
        font-size: 44px;
        line-height: 54px;
        font-family: "Playfair Display";
        font-weight: 400;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 33px; }
    .inform-area .inform-holder .btn {
      width: 230px; }

  .footer-nav {
    display: block;
    width: 105%;
    padding-bottom: 4px;
    margin-bottom: 20px; }
    .footer-nav li {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      width: 32%;
      padding-bottom: 15px;
      padding-bottom: 30px; }

  .footer-frame {
    position: relative; }
    .footer-frame .columns {
      padding-top: 65px; }
    .footer-frame .holder {
      padding-right: 4%;
      padding-bottom: 80px; }
    .footer-frame .logos {
      position: absolute;
      left: 0;
      top: 127px; }
      .footer-frame .logos li {
        margin-left: 0;
        margin-right: 15px; }
      .footer-frame .logos img {
        display: inline-block;
        max-width: 75px; }

  .prices-section .blocks .pricer {
    font-size: 36px; } }
@media only screen and (max-width: 767px) {
  #header .btn {
    display: none; }
  #header .tel {
    font-weight: 600; }

  .btn-menu {
    width: 38px;
    height: 38px;
    background-size: 100% 100%; }

  .menu-open .btn-menu {
    width: 34px;
    height: 34px;
    background-size: 100% 100%; }
  .menu-open #nav .btn {
    display: inline-block; }

  #nav ul {
    padding-bottom: 20px; }
  #nav .tel {
    display: none; }

  .header_holder {
    padding-right: 50px; }
    .header_holder .btn {
      display: none; }

  h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 276px; }
  .inform-area h1{
    margin-bottom: 30px;
  }
    h1 em {
      display: inline-block; }

  h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 35px; }

  .main-container .description {
    max-width: 100%; }
  .main-container p {
    display: none; }

  .main-container {
    padding-bottom: 30px; }
    .main-container .wrapper-frame .img-holder {
      right: 0;
      top: -39px; }

  .calc-block {
     padding-left: 0;
  }
  .calc-block .row-holder {
    width: 100%;
    padding-bottom: 0; }
    .calc-block .row-holder .holder {
      display: block;
      width: 100%;
      padding-bottom: 22px; }
      .calc-block .row-holder .holder.inner {
        padding-top: 0;
        margin-top: -8px; }
        .calc-block .row-holder .holder.inner .label {
          display: none; }

  .how-it-work .blocks {
    margin-bottom: -39px; }
    .how-it-work .blocks .block {
      display: block;
      width: 100%;
      margin-right: 0;
      padding-bottom: 19px; }


  .section {
    padding: 53px 0; }

  .prices-section .blocks {
    display: block;
    padding-bottom: 35px; }
    .prices-section .blocks .block {
      background: none;
      padding: 0; }
    .prices-section .blocks .block-holder {
      background: #fff;
      box-sizing: border-box;
      padding: 19px 10px;
      max-width: 270px;
      margin-left: auto;
      margin-right: auto; }
  .prices-section h2 {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }

  .garanties-section .blocks {
    width: 100%; }
    .garanties-section .blocks .block {
      width: 100%;
      padding-bottom: 18px; }
  .garanties-section .ico-holder {
    height: 78px;
    margin-bottom: 16px;
    position: relative; }
  .garanties-section .heading {
    margin-bottom: 17px; }

  .service-section .box {
    padding: 55px 0; }
  .service-section .blocks {
    width: 100%;
    padding-bottom: 13px; }
    .service-section .blocks .block {
      width: 48%;
      padding-bottom: 24px; }
      .service-section .blocks .block .ico-holder {
        height: 67px; }

  .advantages-section {
    display: none; }

  .statisitic-section {
    padding-top: 54px;
    padding-bottom: 57px; }
    .statisitic-section .blocks {
      display: block;
      padding: 29px 0 0; }
      .statisitic-section .blocks .block {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        box-sizing: border-box;
        padding-bottom: 30px; }
      .statisitic-section .blocks .number {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px; }

  .writers .bottom .btn {
    min-width: 125px; }

  .slick-dots {
    padding-top: 31px; }

  .testimonials-holder {
    padding: 0; }
    .testimonials-holder .prev,
    .testimonials-holder .next {
      display: none !important; }
    .testimonials-holder .block {
      padding: 33px 23px; }
      .testimonials-holder .block p {
        margin-bottom: 30px; }
      .testimonials-holder .block .customer {
        font-size: 16px; }

  .faq-area dt {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600; }

  .inform-area .inform-holder .btn {
    width: 285px; }
  .inform-area .inform-holder .description {
    margin-bottom: 54px;
    padding-top: 20px; }
  .inform-area .inform-holder .box {
    padding-top: 55px; }
    .inform-area .inform-holder .box .holder {
      margin-bottom: 19px; }
    .inform-area .inform-holder .box .heading {
      font-size: 32px;
      line-height: 44px;
      margin-bottom: 23px; }

  #footer {
    text-align: center; }

  .footer-nav {
    width: 100%;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 31px; }
    .footer-nav li {
      display: block;
      width: 100%;
      padding-bottom: 20px; }

  .footer-frame {
    display: block; }
    .footer-frame .columns {
      padding-top: 39px; }
      .footer-frame .columns .info {
        columns: 1; }
    .footer-frame .logos {
      left: 50%;
      width: 280px;
      margin-left: -116px; } }
@media only screen and (max-width: 359px) {
  .writers .bottom .btn {
    min-width: 102px;
    padding: 11px 5px; }

  .main-container .wrapper-frame .img-holder {
    top: 19px; }

  .inform-area .inform-holder .btn {
    width: 100%; } }
.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: #919baa; }

:-moz-placeholder {
  color: #919baa; }

::-moz-placeholder {
  color: #919baa;
  opacity: 1; }

:-ms-input-placeholder {
  color: #919baa; }

: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); }

/*# sourceMappingURL=style.css.map */

.calc-frame .row-frame select{
  background: none;
  border: 1px solid #616C6B;
  box-sizing: border-box;
  border-radius: 2px;
  color: #616C6B;
  padding: 12px 36px 10px 15px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  width: 100%;
  height: 48px;
  background-image: url(../images/ic_arrow.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
}
.modal-outer {
  position:fixed;
  z-index:99;
  left:0;
  bottom:0;
  display:none;
  width:100%;
  height:100%;
  background-color:rgba(13,13,29,.8);
}

.modal-inner {
  position:absolute;
  top:200px;
  left:0;
  right:0;
  margin:0 auto;
  width:240px;
  text-align:center;
  font-size:1.6em;
}

.modal-title {
  position:relative;
  height:40px;
  line-height:40px;
  background-color:#33383C;
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
  color:#fff;
  font-weight:700;
  margin-bottom:0;
}

.modal-link {
  display:block;
  height:47px;
  line-height:47px;
  background-color:#fff;
  text-decoration:none;
  border-bottom:1px solid #f0f0f0;
  color:#000;
}

.discont {
  text-align: center;
  background-color: #111;
  padding: 5px 30px;
  font-weight: 600;
  color: #fff;
}
.discont p {
  margin: 0 auto;
  display: inline-block;
}

.discont a {
  color: #8cac32;
  text-decoration: none;
}
.btn-close-2 {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('/images/close.png') no-repeat;
  width: 14px;
  height: 14px;
}

.popup__discount__modal{
  max-width: 480px;
  width: 100%;
  border-radius: 0;
  background: #f7f7f7;
  padding-bottom: 20px;
  border-radius: 2px;
  margin-left: -240px;
}
/*
.popup__discount__modal::before {
    content: '';
    background: url(/images/corner3.svg), url(/images/corner1.svg), url(/images/corner2.svg), url(/images/corner4.svg);
    position: absolute;
    background-position: -5px -5px, 99% -4px, 99% 99%, -3px 99%;
    width: 104%;
    height: 104%;
    background-repeat: no-repeat;
    z-index: -1;
    left: -3px;
    top: -3px;
}
*/
.popup__discount__modal * {
  font-family: 'Open Sans';
}
.popup__discount__modal-header{
  border-bottom: unset;
  padding: 20px 50px 5px;
}
.popup__discount__modal-body-main-text {
  text-align: center;
  font-size: 22px;
  text-transform: capitalize;
  color: #0d9ce9;
  line-height: 27px;
  margin-bottom: 18px;
  font-weight: 600;
}
.popup__discount__modal-body-secondary-text {
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
  color: #4d4d4d;
  text-align: center;
  font-style: normal;
  max-width: 320px;
  margin: auto auto 19px auto;
}
.popup__discount__modal-body {
  padding: 15px 0 0 0;
  margin: auto;
  width: 100%;
}
.popup__discount__form {
  margin: auto;
  max-width: 320px;
}
.popup__discount__form-row-group{
  border: 2px solid #ccc;
  border-radius: 0px;
  padding: 0
}
.popup__discount__form-row:nth-child(3) {
  margin-top: 24px;
  margin-bottom: 24px;
}
.popup__discount__form-row {
  margin-bottom: 11px;
  padding-top: 0px;
}
.popup__discount__form-row-group input{
  margin: 0;
  padding: 0 0 0 11px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box !important;
}
.popup__discount__modal-close-button{
  right: 40px;
}
.fa-close::before, .fa-remove::before, .fa-times::before {
  content: "";
  background: url(/images/spring/icon-close-essay4.svg);
  width: 12px;
  height: 12px;
  position: absolute;
}
.popup__discount__form-row-submit-button {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 0px 20px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  background: #8cac32;
  max-width: 216px;
  width: 100%;
  line-height: 45px;
}
.popup__discount__modal-body-success-text{
  padding: 20px 40px;
  text-align: center;
  font-size: 22px;
  /*     text-transform: uppercase; */
  color: #5f6c77;
  line-height: 27px;
  margin-bottom: 18px;
  font-weight: 600;
  position: relative;
}
.popup__discount__modal-body-success-text span{
  color: #0d9ce9;
}
.popup__discount__modal-body-success-text p {
  text-transform: none;
  font-size: 16px;
  color: #0d9ce9;
  margin-top: 15px;
}