.before,
.after {
  content: '';
  position: absolute;
  display: block;
}

.centerPos {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1239px) {
  .container {
    max-width: 964px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 708px;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 450px;
  }
}

@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 30px);
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row--x3,
.row--x4 {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.col {
  margin: 0 15px;
}

.green {
  color: #0c6736;
}

.title {
  color: #009846;
  font-family: 'Arial Narrow';
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  padding: 0;
}

.title--white {
  color: #fff;
}

.h-align-left {
  float: left;
  margin: 0 30px 25px 0;
}

.h-align-right {
  float: right;
  margin: 0 0 25px 30px;
}

.h-align-left:last-child,
.h-align-right:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .h-align-left,
  .h-align-right {
    float: none;
    margin: 0 0 15px;
  }
}

.main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ihead {
  position: relative;
  background-color: #f4f0e9;
  z-index: 1;
}

@media (max-width: 767px) {
  .ihead {
    height: calc(100vh - 178px);
    min-height: 350px;
  }
}

.ihead .container {
  padding-top: 38px;
  position: relative;
  height: 100%;
}

@media (max-width: 767px) {
  .ihead .container {
    max-width: 100%;
    padding-top: 49px;
  }
}

.ihead__back {
  position: absolute;
  top: 0;
  left: 292px;
  width: calc(100% - 292px);
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media (max-width: 767px) {
  .ihead__back {
    left: 0;
    width: 100%;
    top: 50px;
    height: calc(100% - 50px);
    background-position: left bottom;
  }
}

@media (max-width: 479px) {
  .ihead__back {
    background-position: left bottom -120px;
  }
}

.ihead__content {
  width: 100%;
  max-width: 668px;
}

@media (max-width: 767px) {
  .ihead__content {
    height: 100%;
  }
}

.ihead__top {
  padding: 18px 10px 16px 15px;
  background-color: #27ae61;
}

@media (max-width: 767px) {
  .ihead__top {
    padding: 18px 36px 28px 14px;
  }
}

.ihead__title {
  font-family: 'Arial Narrow';
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}

@media (max-width: 767px) {
  .ihead__title {
    line-height: 45px;
  }
}

.ihead__title span {
  color: #cbefdb;
}

.ihead__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255,255,255,0.54);
}

@media (max-width: 767px) {
  .ihead__row {
    height: 100%;
    background-color: transparent;
  }
}

.ihead__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 292px;
}

@media (max-width: 767px) {
  .ihead__left {
    display: none;
  }
}

.ihead__list {
  padding-top: 2px;
}

.ihead__list-item {
  padding: 11px 15px 10px;
  border-bottom: 1px solid #f0e6d3;
}

.ihead__list-item:last-child {
  border-bottom: none;
}

.ihead__list-item-href {
  color: #104025;
  font-family: 'Arial Narrow';
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
}

.ihead__list-item-href:hover,
.ihead__list-item-href.active {
  text-decoration: underline;
}

.ihead__right {
  padding: 12px 15px;
  width: calc(100% - 292px);
}

@media (max-width: 767px) {
  .ihead__right {
    width: 100%;
    padding: 23px 15px;
  }
}

.ihead__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ihead__question-overico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  min-height: 72px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 27px;
  border: 2px solid #27ae61;
}

.ihead__question-ico {
  max-width: 100%;
}

.ihead__question-title {
  width: calc(100% - 120px);
  color: #086430;
  font-family: 'Arial Narrow';
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ihead__question-title {
    width: calc(100% - 225px);
  }
}

@media (max-width: 479px) {
  .ihead__question-title {
    width: 100%;
    margin-top: 15px;
  }
}

.indicate {
  padding: 78px 0 29px;
}

@media (max-width: 767px) {
  .indicate {
    padding: 52px 0 9px;
  }
}

.indicate__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.indicate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 230px;
  margin: 0 33px;
}

@media (max-width: 991px) {
  .indicate__item {
    margin-bottom: 30px;
  }

  .indicate__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .indicate__item {
    margin-bottom: 17px;
  }
}

.indicate__item-diagramm {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .indicate__item-diagramm {
    margin-bottom: 3px;
  }
}

.indicate__item-descr {
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  line-height: 19px;
  color: #666;
  font-weight: 400;
}

.indicate__item-descr span {
  font-weight: 700;
}

.radial-progress {
  height: auto;
  max-width: 160px;
  padding: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 100%;
}

.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke-dashoffset: 213.52;
  stroke-width: 9;
}

.radial-progress__incomplete {
  stroke: #c5c6c6;
}

.radial-progress__complete {
  stroke: #009846;
  stroke-dasharray: 213.52;
}

.radial-progress__percentage {
  fill: #4b8068;
  font-size: 24px;
  font-family: 'Arial Narrow';
  font-weight: 700;
  text-anchor: middle;
}

.radial-progress__percentage tspan {
  font-size: 36px;
}

.contract {
  text-align: center;
  background-color: #eceaea;
}

.contract__top {
  padding: 15px 0 12px;
  background-color: #009846;
}

@media (max-width: 767px) {
  .contract__top {
    padding: 15px 0 20px;
  }
}

.contract__top-text {
  color: #fff;
  font-family: 'Arial Narrow';
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 810px;
}

@media (max-width: 767px) {
  .contract__top-text {
    line-height: 29px;
  }
}

.contract > .container {
  position: relative;
  padding: 36px 0 34px;
  z-index: 1;
}

@media (max-width: 767px) {
  .contract > .container {
    max-width: 100%;
    padding: 11px 15px 19px;
  }
}

.contract__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.21;
  z-index: -1;
}

.contract__title {
  margin-bottom: 27px;
}

.contract__text {
  color: #666;
  font-family: Arial;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto 33px;
}

@media (max-width: 767px) {
  .contract__text {
    margin-bottom: 16px;
  }
}

.contract__text:last-child {
  margin-bottom: 0;
}

.contract__text p {
  margin-bottom: 24px;
}

.contract__text p:last-child {
  margin-bottom: 0;
}

.contract__list-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .contract__list-ico {
    width: calc(100% + 92px);
    margin: 0 -46px;
  }
}

@media (max-width: 479px) {
  .contract__list-ico {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}

.contract__list-ico-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 55px;
}

@media (max-width: 767px) {
  .contract__list-ico-item {
    margin: 0 46px;
  }
}

@media (max-width: 479px) {
  .contract__list-ico-item {
    margin: 0 20px;
  }
}

.contract__list-ico-img {
  max-width: 100%;
}

.offer {
  position: relative;
  padding: 22px 0 31px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .offer {
    padding-bottom: 20px;
  }
}

.offer--why-we {
  padding: 43px 0 39px;
}

@media (max-width: 767px) {
  .offer--why-we {
    padding: 23px 0 20px;
  }
}

.offer--why-we .offer__title {
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  .offer--why-we .offer__title {
    margin-bottom: 14px;
  }
}

.offer--pay-less {
  padding: 16px 0 26px;
}

.offer__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -1;
}

.offer__title {
  max-width: 740px;
  margin: 0 auto 7px;
}

.offer__subtitle {
  color: #fff;
  font-family: 'Arial Narrow';
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  max-width: 740px;
  margin: 0 auto 16px;
}

.offer__subtitle:last-child {
  margin-bottom: 0;
}

.offer__btn {
  display: inline-block;
  vertical-align: top;
  min-width: 229px;
  text-align: center;
  color: #fff;
  font-family: 'Arial Narrow' !important;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 15px 25px;
  letter-spacing: 0.1em;
  background: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}

.offer__btn:hover {
  color: #009846;
  background-color: #fff;
}

.excerpt {
  padding: 38px 0 47px;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 767px) {
  .excerpt {
    padding-top: 29px;
  }
}

.excerpt .container {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .excerpt .container {
    padding: 0;
  }
}

.excerpt__title {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 0 0 55px;
  color: #666;
  font-family: 'Arial Narrow';
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .excerpt__title {
    text-align: left;
    width: 100%;
  }
}

.excerpt__title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  width: 40px;
  height: 39px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAnCAMAAABKdvqKAAABDlBMVEUAAAAAmEYAlEIAlEQAmEYAezgAmUYAmEUAl0UAmEYAmEYAl0MAlUMAl0UAlUEAkkAAmEYAmEYAmEUAmEYAmUYAlUEAlkUAmUcAmEUAmEYAl0QAl0UAk0MAmEYAl0UAmEYAl0UAlkMAl0UAjDwAlUIAlEIAkj8AlUUAkkEAmEUAmUUAmEYAmEcAm0gAl0MAmEcAiz8AmEUAl0UAl0QAl0YAlkMAnkgAmEgAlUQAmkcAm0cAlkQAlEEAl0QAl0YAkjYAgDgAlkQAmEIAlT0AlEUAl0QAm0cAhT4AlD8AmEUAl0MAmEUAmEQAiDwAkUAAikMAl0UAEwkAk0QAjj0An0wAl0YAaBQAgy8AmEYAmkdOaSu9AAAAWHRSTlMA6ARSngnksPDfrE81JCIG+vfYx76REPn07bWZaF/Uw6haQ0EwLCkfFAzOy8m/pI+DcGpeWTv08t/b0b+Nem5XMygdGA7i3r67ubGIdmNeUUogyMSbYiYSnrFRxQAAAgRJREFUOMudlWlX4jAUhpPu7G0pS6msgyggoIArLriMjqPOuJv+/z9ikrbkBJvD0Xygb3qe3twtF8Ct86aylYAuTOQ9OQNES5KTZe3v8elkWt0ZVeD+MBXPpfJWUs4utpmziuX8+ooVFSO5vnRC+o9RUAN5Flnv1A7kmFP+afUNYl1BevAirQ2ysf50enYHNG3UuKTbdah3BRFuznqe6YceFGtOEYhWuoSs7VArv7NCbreGkBPqx5Is5FIQmfXrOdW5vC7kqhZChavBDd3IpbaIG5sINSTQMlrEoK5LAu4UczMSZn9IklkWebiGuaMsVYkLAJrahsA/hJARFPtp7z/OTUWKj7eMkP8QaPUIZ3KrEJ8/FxscRTslKYHEThz3foi520VdT/pXAFZjuO4Mc7DN4jrcBO50cdr2cTqUHubMCfvwQbtcWFTvXN+HAbnmY1AhilmMfMw1EFk9lTQMxMqmHch8jKJW7yEl77F08NMKep9FzfK4S0n7ApyQpxe+ZXlklZlSk+PMPv69jl5GleFqTd2s5ynOqKDWXPe0DcJQOseB/SHfj5IXcj538Wk/8h3eKgdgg++Twc3ynZFuKVfiDb7tzb/cwolJwALn4Tm8iyS71+oB8t1xl5sAtsO+Y5Ni5L+0Acc92+Fx/OyZv34szx4241ZMs2/Nx9UT9+czfPW/wicDQlhmLyxrvwAAAABJRU5ErkJggg==") no-repeat center;
}

.excerpt__text {
  text-align: left;
  color: #666;
  font-family: Arial;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.excerpt__text b {
  font-weight: 700;
}

.excerpt__text p {
  margin-bottom: 15px;
}

.excerpt__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .excerpt__text img {
    width: 100%;
  }
}

.benefit {
  padding: 32px 0 67px;
  text-align: center;
  background-color: #f5f4f1;
}

@media (max-width: 767px) {
  .benefit {
    padding: 29px 0 25px;
  }
}

@media (max-width: 767px) {
  .benefit__title {
    line-height: 36px;
  }
}

.benefit__subtitle {
  color: #009846;
  font-family: 'Arial Narrow';
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
}

@media (max-width: 767px) {
  .benefit__subtitle {
    line-height: 30px;
  }
}

.benefit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 47px -85px -9px;
}

@media (max-width: 991px) {
  .benefit__items {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .benefit__items {
    margin: 25px 0 0;
    text-align: left;
  }
}

.benefit__items:first-child {
  margin-top: 0;
}

.benefit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  margin: 0 86px 8px;
}

@media (max-width: 991px) {
  .benefit__item {
    margin: 0 40px 30px;
  }
}

@media (max-width: 767px) {
  .benefit__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 18px;
  }

  .benefit__item:last-child {
    margin-bottom: 0;
  }
}

.benefit__item-overico {
  text-align: center;
  width: 70px;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .benefit__item-overico {
    margin-bottom: 0;
    margin-right: 7px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0;
  }
}

.benefit__item-ico {
  max-width: 100%;
}

.benefit__item-descr {
  margin: 0;
  color: #666;
  font-family: Arial;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.benefit__item-descr span {
  font-weight: 700;
}

.info {
  padding: 38px 0 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .info {
    padding-top: 31px;
    padding-bottom: 47px;
  }
}

.info__title {
  max-width: 560px;
  margin: 0 auto 36px;
  color: #009846;
  font-family: 'Arial Narrow';
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .info__title {
    margin-bottom: 39px;
  }
}

.info__graph {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .info__graph {
    margin-bottom: 54px;
  }
}

.info__graph:last-child {
  margin-bottom: 0;
}

.info__graph-img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .info__graph-img {
    display: none;
  }
}

.info__graph-img--mobile {
  display: none;
}

@media (max-width: 767px) {
  .info__graph-img--mobile {
    display: block;
    max-width: 454px;
    width: 100%;
  }
}

.info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 44px;
  width: 260px;
}

@media (max-width: 991px) {
  .info__item {
    margin-bottom: 30px;
  }

  .info__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .info__item {
    width: 100%;
    margin: 0 0 33px;
  }
}

.info__item-overico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 60px;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  .info__item-overico {
    margin-bottom: 16px;
    height: auto;
  }
}

.info__item-ico {
  max-height: 100%;
}

.info__item-descr {
  color: #666;
  font-family: Arial;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
}

.info__item-descr span {
  font-weight: 700;
}

.schem {
  padding: 47px 0 56px;
}

@media (max-width: 767px) {
  .schem {
    padding: 19px 0 17px;
  }
}

@media (max-width: 479px) {
  .schem {
    padding-bottom: 30px;
  }
}

.schem__title {
  text-align: center;
  margin-bottom: 30px;
}

.schem__items {
  max-width: 862px;
  margin: 0 auto;
  counter-reset: myCounter;
}

.schem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .schem__item {
    margin-bottom: 14px;
  }
}

@media (max-width: 479px) {
  .schem__item {
    margin-bottom: 30px;
  }
}

.schem__item .schem__item-title:before {
  counter-increment: myCounter;
  content: counters(myCounter, ".") ". ";
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #009846;
  font-weight: 700;
  font-family: Arial;
  font-size: 16px;
  line-height: 19px;
}

.schem__item:last-child {
  margin-bottom: 0;
}

.schem__item-overico {
  width: 80px;
  margin-right: 42px;
}

@media (max-width: 767px) {
  .schem__item-overico {
    margin-right: 26px;
  }
}

@media (max-width: 479px) {
  .schem__item-overico {
    margin: 0 auto;
  }
}

.schem__item-ico {
  max-width: 100%;
}

.schem__item-right {
  width: calc(100% - 142px);
}

@media (max-width: 767px) {
  .schem__item-right {
    width: calc(100% - 107px);
  }
}

@media (max-width: 479px) {
  .schem__item-right {
    width: 100%;
    margin-top: 5px;
    text-align: center;
  }
}

.schem__item-title {
  color: #009846;
  font-weight: 700;
  margin-bottom: 3px;
}

.schem__item-descr {
  color: #666;
  font-weight: 400;
  margin: 0;
}

.schem__item-title,
.schem__item-descr {
  font-family: Arial;
  font-size: 16px;
  line-height: 19px;
}

.banner {
  position: relative;
  width: 100%;
  height: 266px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.faq {
  padding: 37px 0 22px;
  background-color: #f5f4f1;
}

@media (max-width: 767px) {
  .faq {
    padding: 23px 0 22px;
  }
}

.faq .container {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .faq .container {
    padding: 0;
  }
}

.faq__title {
  text-align: center;
  margin-bottom: 46px;
}

.faq__item {
  padding-left: 50px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .faq__item {
    padding-left: 31px;
    margin-bottom: 20px;
  }
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item-question {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 9px;
  padding: 0;
  color: #009846;
  font-family: Arial;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .faq__item-question {
    text-align: left;
  }
}

.faq__item-question:before {
  content: '';
  position: absolute;
  left: -50px;
  top: -5px;
  width: 30px;
  height: 30px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUAAAAAmEUAjzoAmEYAmEYAl0YAmEYAl0YAmEYAlEEAmEb+/v4qqWWY1rUkqGH0+vdHtXo6sHE3r24epV0InEz3/Pni8+rc8eZnwpFCtHf8/v3q9vC5482s3sOf2LqS07B5yZ5bvYlMt30SoFTt+PLQ7N3M6tq85M+w38ae2LmIz6mBzKRfv4tUuoOkcUyzAAAACnRSTlMAfQ329d7d0tEoatiz9AAAANlJREFUKM+F01cWgjAQBdAJqOiIoYpipdjL/rfnBDw5GJnwfnjMTfkKADhiOsK/jKbCAcpsgkwmM9o7RjZjBwRaIsDr/CXVq8zrzsADV/f3ea6y2cV65IKuB2XtgkIPNR8bybLmszY5VtN9QvfvqQS1wXcaXtt6UdsNXtEsamtBdWGwDNfPb30QHzWbSbbEJcdSXbNKGc5PpEGM/VwtlebYz35Auo2R4RtpJpHhlI5e+sixpM07ZNknPvCchmHoWziKImk/fPHLro1d8GzsgbCxGHoG9kc08AQ/9WsmggGNvKgAAAAASUVORK5CYII=") no-repeat center;
}

@media (max-width: 767px) {
  .faq__item-question:before {
    top: -3px;
    width: 23px;
    height: 23px;
    background-size: contain;
    left: -35px;
  }
}

.faq__item-question span {
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  border-bottom: 1px dashed #009846;
}

.faq__item-question.active span,
.faq__item-question:hover span {
  border-color: transparent;
}

.faq__answer {
  display: none;
}

@media (max-width: 767px) {
  .faq__answer {
    position: relative;
    left: -31px;
    width: calc(100% + 31px);
  }
}

.faq__answer.open {
  display: block;
}

.faq__answer p,
.faq__answer ul li,
.faq__answer ol li {
  color: #333;
  font-family: 'Arial Narrow';
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.09em;
  margin-bottom: 0;
}

.faq__answer ul {
  padding-left: 36px;
}

.faq__answer ul li {
  position: relative;
}

.faq__answer ul li:before {
  content: '';
  position: absolute;
  left: -36px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}

.faq__answer ol {
  padding-left: 15px;
}

.faq__answer ul+p,
.faq__answer ol+p {
  margin-top: 10px;
}

.request {
  padding: 71px 0 53px;
  background-color: #dbf6e7;
}

@media (max-width: 767px) {
  .request {
    padding: 18px 0 40px;
  }
}

.request__title {
  color: #009846;
  text-align: center;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .request__title {
    margin-bottom: 14px;
  }
}

.request .container {
  padding: 0 4.25%;
}

@media (max-width: 991px) {
  .request .container {
    padding: 0;
  }
}

.request__form .field-1 {
  margin-bottom: 27px;
  padding-bottom: 0;
}

.request__form .field-1:last-child {
  margin-bottom: 0;
}

.request__form .field-1 label {
  display: block;
  margin-bottom: 7px;
  color: #009846;
  font-family: Arial;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.request__form .field-1 input[type="text"],
.request__form .field-1 input[type="email"],
.request__form .field-1 input[type="tel"] {
  display: block;
  width: 100%;
  height: 61px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  padding: 16px 15px 18px;
  font: 400 24px/26px 'Arial Narrow' !important;
  -webkit-transition: background 0.4s, border 0.4s;
  transition: background 0.4s, border 0.4s;
  outline: none;
}

.request__form .field-1 input[type="text"].error,
.request__form .field-1 input[type="email"].error,
.request__form .field-1 input[type="tel"].error {
  border: 1px solid #ff7a67;
  background: #fff6f5;
}

.request__form .field-1 input[type="submit"] {
  width: 225px;
  height: 50px;
  color: #fff;
  font: 700 18px/22px 'Arial Narrow' !important;
  text-align: center;
  padding: 15px 20px 13px;
  background-color: #27ae61;
}

.checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.checkbox__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.checkbox__input:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}

.checkbox__input.error ~ label:before {
  border-color: #ff7a67;
  background: #fff6f5;
}

.checkbox__label {
  display: block;
  position: relative;
  padding-left: 28px;
  color: #666;
  font-family: 'Arial Narrow';
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 !important;
  cursor: pointer;
}

.checkbox__label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-transition: background 0.4s, border 0.4s;
  transition: background 0.4s, border 0.4s;
}

.checkbox__label:after {
  content: '';
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #009846;
  border-left: 2px solid #009846;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 2;
}

.request__content iframe {
  min-height:1200px;
}

.btn-scroll-top {
  position: fixed;
  left: 70px;
  bottom: 45px;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAXCAMAAAA1KD/rAAAATlBMVEUAAAAAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0YAl0ahNRJwAAAAGXRSTlMAw6VF++KIOPnnrJB0awze08mzeWAyJBwS57tEcwAAAF5JREFUGNPVz0cSgDAMA0BDIKTTi/7/UdIAf4E9WTpoxlQcvSEuTIDlhUG0fdkjUcOTB4VMnyVfPao55GLBq03ZgXFxoAPTCRoBTpOXUtbVRgixU9KwyZ8Vtny6pvsG2h0QdsE0aigAAAAASUVORK5CYII=') no-repeat center white;
  border: 1px solid #e6e6e6;
  padding: 0;
  outline: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background .4s, opacity .4s, visibility .4s, bottom .4s;
  transition: background .4s, opacity .4s, visibility .4s, bottom .4s;
  cursor: pointer;
  z-index: 10;
}

.btn-scroll-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}

.btn-scroll-top:hover {
  background-color: #f9f9f9;
}

@media (max-width: 1239px) {
  .btn-scroll-top {
    display: none;
  }
}