.ta-c {
  text-align: center !important;
}

section * {
  font-family: "Circe", sans-serif;
}

.content {
  padding: 0;
}

#top {
  background-image: url(/opt/img/top.jpg);
  height: 512px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 814px;
  height: 414px;
  background-color: #fff;
}

form.opt-form {
  width: 328px;
  height: 344px;
  background-color: #40b239;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 34px;
}

.content p.of-title {
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 19px 0;
  text-align: center;
  background-color: #0f9b07;
}

.of-btn {
  background-color: #ff6600;
  margin: 0 auto;
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  padding: 16px 0;
  border-radius: 16px;
  width: 288px;
  cursor: pointer;
  transition: .6s;
}

.of-btn:hover {
  background-color: #e25900;
  transition: .6s;
}

.input-wrapper {
  width: 254px;
  margin: 0 auto;
}

.input-wrapper input {
  font-family: Arial, Verdana, sans-serif;
  width: 100%;
  border: none;
  margin: 0;
  margin-top: 20px;
  font-size: 15px;
  color: gray;
  padding: 15px 12px;
  box-sizing: border-box;
  border-radius: 14px;
}

.top-descr {
  width: 54%;
  text-align: center;
  padding-top: 62px;
}

.top-descr img {
  width: 144px;
  margin-bottom: 36px;
}

.top-descr p {
  text-align: center;
  color: #0f9b07;
  margin-top: 46px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.top-descr p span {
  font-weight: 800;
}

#history {
  padding: 68px 84px;
}

#history .col-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}

#history .col {
  width: 50%;
}

#history .col .history_title {
  color: #149a08;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  width: 364px;
}

#history .col .history_title span {
  font-size: 34px;
}

#history .col .history_img {
  width: 364px;
}

.col-price {
  padding-top: 12px;
}

.col-price p {
  position: relative;
  font-weight: 100;
  color: #149a08;
  font-size: 32px;
  padding-bottom: 56px;
  padding-left: 86px;
}

.col-price p span {
  font-weight: 800;
}

.col-price p span.ico {
  position: absolute;
  left: 0;
  top: -26px;
  width: 68px;
  height: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
}

.col-price__link-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.history-line {
  width: 96%;
  margin: 0 auto;
  margin-top: 56px;
  height: 116px;
  background-image: url(/opt/img/line.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#why {
  background-image: url(/opt/img/why.jpg);
  min-height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-align: center;
  padding: 52px;
  padding-bottom: 20px;
}

body h2.section_title {
  color: #1d911a;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid;
  padding: 0 6px 16px;
  margin-bottom: 42px;
  font-family: Circe;
}

.why-line {
  display: flex;
  justify-content: space-evenly;
  justify-content: space-around;
  position: relative;
  flex-wrap: wrap;
}

.why-line_item {
  /*width: 220px;*/
  width: 33%;
  position: relative;
}

.why-line_item-one {
  left: 85px;
}

.why-line_item-two {
  right: 85px;
}

.why-line_item p {
  text-align: center;
  color: #3b3c37;
  font-size: 21px;
  font-weight: 600;
  width: 220px;
  margin: 0 auto;
  max-width: 100%;
}

#form-s {
  padding: 48px 82px;
}

#form-s form.opt-form {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
  width: 100%;
  height: auto;
  padding-bottom: 16px;
}

#form-s form.opt-form .input-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}

#form-s form.opt-form .of-btn {
  margin-top: 16px;
}

#form-s form.opt-form .input-wrapper input {
  width: 254px;
  margin-top: 24px;
}

#prod {
  padding-top: 44px;
}

#prod h2.section_title {
  margin-bottom: 28px;
}

.tabs-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.tabs-title_item {
  width: 25%;
  text-align: center;
}

.tabs-title .tabs-title_item {
  background-color: #109a09;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.tabs-title .tabs-title_item:nth-child(2n) {
  background-color: #40b239;
}

.tabs-title .tabs-title_item.active {
  background-color: #ebebeb;
  color: #40b239;
}

.tabs-body {
  background-color: #ebebeb;
  padding: 48px 96px;
}

.tabs-body_item {
  align-items: center;
  display: none;
}

.tabs-body_item.active {
  display: flex;
}

.tabs-body_item img {
  width: 50%;
  height: auto;
}

.tabs-body_item p {
  width: 50%;
  padding: 20px 0;
  margin-left: 60px;
  border-left: 2px solid #40b239;
  color: #40b239;
  font-size: 20px;
  padding-left: 20px;
}

.tabs-body_item p span {
  margin-bottom: 28px;
  display: inline-block;
  line-height: 1.2;
  text-align: left;
}

.tabs-body_item p span:last-child {
  margin-bottom: 0;
}

section#bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 112px;
}

section#bottom form.opt-form {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
  height: auto;
  padding-bottom: 16px;
}

.bottom-descr {
  width: 410px;
}

.bottom-descr p {
  color: #40b239;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 28px;
}

.bottom-descr p:last-child {
  margin-bottom: 0;
}

.bottom-descr p.bottom-descr_phone {
  font-weight: 800;
  font-size: 24px;
}

.with-ico-ok {
  position: relative;
}

.with-ico-ok:before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(/opt/img/ico/ok.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -20px;
}

.opt-form_success {
  width: 100%;
  height: 100%;
  display: block;
}

@media(max-width:1200px) {
  #top {
    background-size: cover;
  }

  .col-price p {
    font-size: 24px;
  }

  .why-line_item p {
    font-size: 18px;
  }

  .bottom-descr {
    width: 380px;
  }

  .bottom-descr p {
    font-size: 18px;
  }

  h2.section_title {
    font-size: 32px;
  }

  .why-line_item {
    width: 33%;
  }
}

@media(max-width:991px) {
  .form-wrapper {
    max-width: 100%;
    background-color: #ffffff4f;
  }

  #history .col {
    width: 45%;
  }

  #history .col.col-price {
    width: 55%;
    margin-left: 30px;
  }

  #history .col .history_img,
  #history .col .history_title {
    max-width: 100%;
  }

  #history .col .history_title {
    font-size: 24px;
  }

  #history {
    padding: 20px;
  }

  .col-price p span.ico {
    top: -10px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .col-price p {
    padding-left: 48px;
    font-size: 22px;
    padding-bottom: 52px;
  }

  .col-price p span {
    font-weight: 600;
  }

  #why {
    background-size: cover;
  }

  .why-line .why-line_item-one {
    left: 50px;
  }

  .why-line .why-line_item-two {
    right: 50px;
  }

  .why-line_item img {
    width: 116px;
  }

  .why-line_item p {
    font-size: 17px;
  }

  #form-s {
    padding: 20px;
  }

  #form-s form.opt-form .input-wrapper {
    padding-right: 10px;
    box-sizing: border-box;
  }

  #form-s form.opt-form .input-wrapper input {
    margin-left: 10px;
  }

  .tabs-body {
    padding: 40px;
  }

  .tabs-title .tabs-title_item {
    font-size: 13px;
  }

  .tabs-body_item p {
    margin-left: 40px;
    font-size: 17px;
  }

  .tabs-body_item p span {
    margin-bottom: 18px;
  }

  section#bottom {
    padding: 20px;
  }

  .bottom-descr {
    width: 332px;
  }
}

@media(max-width: 766px) {
  #history .col-wrapper {
    flex-direction: column;
  }

  #history {
    text-align: center;
  }

  #history .col,
  #history .col.col-price {
    width: 100%;
  }

  #history .col .history_title {
    width: 100%;
  }

  #history .col.col-price {
    margin: 0 auto;
    width: 320px;
    padding-top: 46px;
  }

  .history-line {
    width: 100%;
    margin-top: 0;
  }

  h2.section_title {
    font-size: 28px;
    padding-bottom: 8px;
  }

  #why {
    padding-left: 20px;
    padding-right: 20px;
  }

  #form-s form.opt-form {
    max-width: 420px;
    margin: 0 auto;
  }

  #form-s form.opt-form .input-wrapper {
    flex-direction: column;
    padding: 0 10px;
  }

  #form-s form.opt-form .input-wrapper input {
    margin-left: 0;
    width: 100%;
  }

  form.opt-form .of-btn {
    max-width: 90%;
  }

  .tabs-title .tabs-title_item {
    font-weight: 400;
    font-size: 11px;
    padding: 10px 14px;
  }

  .tabs-body_item p {
    font-size: 14px;
    padding-left: 14px;
    margin-left: 14px;
  }

  .tabs-body {
    padding: 20px;
  }

  section#bottom {
    flex-direction: column;
  }

  .bottom-descr {
    width: 328px;
    margin-bottom: 20px;
    max-width: 100%;
  }

  section#bottom form.opt-form {
    max-width: 100%;
  }

  .top-descr {
    width: 100%;
  }

  #top {
    height: auto;
    padding-bottom: 26px;
  }

  #top form.opt-form {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin: 0 auto;
  }

  #top .form-wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    height: auto;
  }
}

@media(max-width: 602px) {
  .why-line_item {
    width: 50%;
    margin-top: 18px;
  }

  .why-line .why-line_item-one {
    left: auto;
  }

  .why-line .why-line_item-two {
    right: auto;
  }

  .why-line_item img {
    width: 102px;
  }

  .why-line_item p {
    padding: 0 20px;
    font-size: 15px;
    box-sizing: border-box;
  }

  h2.section_title {
    line-height: 1;
  }
}

@media(max-width: 502px) {
  .tabs-title {
    flex-direction: column;
  }

  .tabs-title .tabs-title_item {
    width: 100%;
    padding: 12px;
  }

  .tabs-title .tabs-title_item br {
    display: none;
  }
}

@media(max-width: 374px) {
  .why-line_item {
    width: 100%;
  }
}