/*@timer*/

.timer-end {
  margin: 0 0 5px 0;
}

.countdown-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.timer_name {
  margin-top: -10px;
  margin-bottom: 5px;
}
.timer_name span {
  display: inline-block;
  margin-right: 15px;
  width: 55px;
  text-align: center;
}
.timer_name span:last-child {
  margin-right: 0px;
  margin-left: 0px;
}
.time {
  border-radius: 5px;
  height: 50px;
  width: 55px;
  font-size: 34px;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.time__delimeter {
  font-size: 30px;
  margin: 0 5px;
}

.sec-one-form__wrap {
  background-color: #ffffff;
  padding: 20px 20px;
  box-shadow: 0 0 30px #e6eef5;
}

.sec-one-form__discount-wrap {
background: #1cda37;
    color: #000000;
  border: 2px dashed #000;
  position: relative;
  padding-top: 20px;
}
.sec-one-form__discount-wrap::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 15px;
  display: block;
  width: 40px;
  height: 30px;
  background-image: url(../images/scissors.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-one-form__discount {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.sec-one-form .btn-buy {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  box-shadow: 0px 5px 20px 1px rgba(78, 137, 176, 0.4);
}

.sec-one-form .btn-buy:hover {
  box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.sec-one-form .btn-buy:hover {
  box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
}

.sec-one-form .input-phone {
  margin-bottom: 30px;
}

.sec-one__prices {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

.price-text {
  font-weight: 700;
}
.price-text .text {
  color: #000;
  display: block;
  font-size: 16px;
}
sup {
  font-size: 60%;
}
.dot {
  margin: 0px -7px;
}
.price-new,
.price-old {
  font-size: 22px;
}

.price-old {
  position: relative;
}

.price-old::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10%;
  right: -10%;
  height: 3px;
  background-color: #ce3b3b;
}

.price-new {
  color: #266421;
}

.refund-top {
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: left;
}
.refund-top-text {
  width: calc(100% - 70px);
}

input,
select,
.form-control {
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: inherit;
  border-bottom: solid 2px #bbbbbb;
  max-width: 80%;
  margin: 0 auto;
  box-shadow: none;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  padding-left: 35px;
}

select {
  -moz-text-align-last: center;
  text-align-last: center;
  text-align: center;
}
select {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A") no-repeat 95% 50%;
  appearance: none
  }
.form-control::-webkit-input-placeholder {
  color: #363636;
}

.form-control:-ms-input-placeholder {
  color: #363636;
}

.form-control::-webkit-input-placeholder {
  color: #363636;
}

.form-control::-ms-input-placeholder {
  color: #363636;
  text-align: center;
}

.form-control::-moz-placeholder {
  color: #363636;
  text-align: center;
}

.form-control::placeholder {
  color: #363636;
  text-align: center;
}

.form-control:focus,
.form-control:active {
  background-color: #ffffff;
  border-top: none;
  border-bottom: solid 3px #266421;
  padding-left: 25px;
  box-shadow: none;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:active::-webkit-input-placeholder {
  color: #dddddd;
}

.form-control:focus:-ms-input-placeholder,
.form-control:active:-ms-input-placeholder {
  color: #dddddd;
}

.form-control:focus::-ms-input-placeholder,
.form-control:active::-ms-input-placeholder {
  color: #dddddd;
}

.form-control:focus::-webkit-input-placeholder,
.form-control:active::-webkit-input-placeholder {
  color: #dddddd;
}

.form-control:focus::-moz-placeholder,
.form-control:active::-moz-placeholder {
  color: #dddddd;
}

.form-control:focus:-ms-input-placeholder,
.form-control:active:-ms-input-placeholder {
  color: #dddddd;
}

.form-control:focus::-ms-input-placeholder,
.form-control:active::-ms-input-placeholder {
  color: #dddddd;
}

.form-control:focus::placeholder,
.form-control:active::placeholder {
  color: #dddddd;
}

.select,
.input {
  position: relative;
}

.select select {
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-name:after {
  content: "\f007";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  color: #bbbbbb;
  text-decoration: none;
  position: absolute;
  left: 30px;
  top: 28px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 25px;
  pointer-events: none;
  box-sizing: border-box;
}

.input-phone:after {
  content: "\f095";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  color: #bbbbbb;
  text-decoration: none;
  position: absolute;
  left: 30px;
  top: 28px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 25px;
  pointer-events: none;
  box-sizing: border-box;
}

.btn-buy {
  font-family: "PT Sans", sans-serif;
  background-color: #266421;
  color: #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  font-size: 30px;
  padding: 8px 20px;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  outline: none;
  text-align: center;
  letter-spacing: 0;
}

.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active {
  box-shadow: inset 0px 4px 5px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.about-buy {
  font-size: 16px;
  vertical-align: text-top;
}

.btn-buy a {
  display: block;
  text-decoration: none;
}

.btn-buy a:link,
.btn-buy a:visited {
  color: #ffffff;
}

.navbar-default .navbar-nav > .btn-wrapp {
  display: none;
}

.block4-main {
  margin-top: 40px;
  position: relative;
  padding-bottom: 45px;
}

.block4-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
  background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
  left: 0;
  bottom: 0;
}

.block4-main:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 11px;
  background: #fff url(../images/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}

.block4-left {
  position: absolute;
  border-radius: 8px;
  background: #eef7e2;
  padding: 25px 80px 15px;
  left: 0;
  top: 135px;
  z-index: 2;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
}

.block4-left:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  top: 5px;
  right: 110px;
  z-index: 2;
}

.block4-left:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 62px;
  background: url(../images/line2.png) no-repeat center;
  top: -50px;
  right: 113px;
}

.block4-left-text {
  position: absolute;
  color: #118d00;
  font-size: 24px;
  font-weight: 700;
  top: -90px;
  left: 100px;
}

.block4-right {
  position: absolute;
  border-radius: 8px;
  background: #eef7e2;
  padding: 25px 75px 10px;
  right: 0;
  top: 135px;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
  z-index: 2;
}

.block4-right:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  top: 5px;
  left: 110px;
  z-index: 2;
}

.block4-right:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 62px;
  background: url(../images/line2.png) no-repeat center;
  top: -50px;
  left: 113px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.block4-right-text {
  position: absolute;
  color: #ca2100;
  font-size: 24px;
  font-weight: 700;
  top: -90px;
  left: 115px;
}

.block4-center {
  width: 622px;
  margin: 0 auto;
  position: relative;
}

.block4-center-block {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 30px 20px 35px;
}

.block4-center-img {
  display: block;
  margin: 0 auto;
}

.block4-center-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75), 0 0 0 9px rgba(255, 255, 255, 0.8);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75), 0 0 0 9px rgba(255, 255, 255, 0.8);
  top: 275px;
  position: absolute;
  left: 260px;
  z-index: 2;
}

.block4-center-line {
  width: 1px;
  height: 150px;
  background: #e8e8e8;
  left: 4px;
  position: absolute;
  z-index: 1;
  top: 8px;
}

.block4-center-line:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background: 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 1px;
  left: calc(50% - 5px);
}

.block4-center-text {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
}

.block4-bottom {
  margin: 70px 0 40px;
}

.block4-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block4-bottom-block {
  width: calc(50% - 12px);
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 18px;
  line-height: 1.3;
  color: #868686;
  padding: 30px 19px;
}

.block4-bottom-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
}

.block4-bottom-btn {
  margin: 40px 0;
  width: 570px;
}

.text-medium {
  font-weight: 700;
  color: #212121;
}

.text-bold {
  font-weight: 700;
  color: #212121;
  font-size: 19px;
}

.extra-little {
  font-size: 0.9em;
  display: block;
  margin-top: 8px;
}

@media only screen and (max-width: 1200px) {
  .block4-bottom-btn {
    width: auto;
  }
  .block4-left {
    padding: 25px 60px 15px;
  }

  .block4-left-text {
    left: 50px;
  }

  .block4-left:after {
    right: 140px;
  }

  .block4-left:before {
    right: 137px;
  }

  .block4-right-text {
    left: 140px;
  }

  .block4-right:after {
    left: 138px;
  }

  .block4-right:before {
    left: 135px;
  }

  .block4-bottom-block {
    width: calc(50% - 12px);
  }

  .block4-right {
    padding: 25px 56px 10px;
  }

  .block4-center-circle {
    left: 275px;
  }
}

@media only screen and (max-width: 992px) {
  .block4-text br {
    display: none;
  }

  .block4-left,
  .block4-right {
    position: relative;
    display: inline-block;
    width: calc(50% - 24px);
    top: inherit;
    vertical-align: top;
    margin: 0 10px;
  }

  .block4-center {
    margin-top: 125px;
    width: 595px;
  }

  .block4-left-text {
    top: 275px;
  }

  .block4-right-text {
    top: 275px;
    left: 110px;
  }

  .block4-left:before,
  .block4-right:before {
    top: inherit;
    bottom: 5px;
  }

  .block4-left:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg) scale(-1, 1);
    transform: rotate(180deg) scale(-1, 1);
  }

  .block4-right:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .block4-bottom-block {
    width: calc(50% - 12px);
  }
}

@media only screen and (max-width: 768px) {
  .block4-left-text {
    width: fit-content;
    left: 20px;
  }
  .block4-left,
  .block4-right {
    width: calc(50% - 24px);
    height: 220px;
    padding: 20px;
  }

  .block4-left:before {
    right: 40px;
  }

  .block4-left:after {
    right: 43px;
  }

  .block4-right:before {
    left: 40px;
  }

  .block4-right:after {
    left: 43px;
  }

  .block4-center {
    width: 100%;
  }

  .block4-right-text {
    left: 30px;
  }

  .block4-center-circle {
    left: 200px;
  }

  .block4-bottom-block {
    width: 100%;
    margin: 10px 0;
  }

  .block4-bottom {
    margin-top: 50px;
  }

  .block4-bottom-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .block4-bottom-btn {
    font-size: 18px;
  }
}

@media only screen and (max-width: 576px) {
  .block4-left,
  .block4-right {
    width: 100%;
    margin: 0;
  }

  .block4-left {
    margin-bottom: 100px;
  }

  .block4-left-text {
    top: 270px;
    left: 67px;
  }

  .block4-right-text {
    left: 88px;
  }

  .block4-center-circle {
    left: 130px;
    top: 200px;
  }

  .block4-bottom-btn {
    border-radius: 38px;
  }
}

@media (max-width: 576px) {
  .block4-main {
    padding-bottom: 30px;
  }

  .block4-bottom {
    margin-top: 30px;
  }

  .block4-bottom-subtitle {
    font-size: 22px;
    line-height: 1.3;
  }
}

.sec-scientists {
  display: block;
  text-align: center;
  padding-bottom: 35px;
}
.sec-scientists__title {
  font-size: 40px;
  color: #266421;
}
.sec-scientists__subtitle {
  font-size: 30px;
  font-weight: 300;
}
.sec-scientists__text {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
  padding: 0px 50px;
}
.sec-scientists__text span {
  font-weight: 700;
}
.sec-scientists__row {
  width: 100%;
  vertical-align: bottom;
  border-bottom: 1px solid #fff;
}
.sec-scientists__row:first-child {
  border-bottom: none;
}
.sec-scientists__col--bold {
  font-weight: 700;
}
.sec-scientists__col {
  width: 100%;
  padding-top: 15px;
}
.sec-scientists__col:first-child {
  text-align: left;
}
.sec-scientists__col--blue {
  color: #266421;
}
.sec-scientists__col--minus {
  color: #acacac;
}
.sec-scientists__col--blue,
.sec-scientists__col--minus {
  font-size: 30px;
}
.sec-scientists__col--padding {
  padding-right: 15px;
}
.sec-scientists__tablet {
  position: relative;
  z-index: 3;
  background-color: #e0ede2;
  padding: 30px 20px 30px 30px;
  border-radius: 7px;
  box-shadow: 3px 3px 5px #c1c1c1;
  margin-bottom: 35px;
}
.sec-scientists__tablet--dashed {
  position: relative;
  z-index: 0;
  margin-top: 21px;
  padding: 30px 26px 17px 35px;
  border: 1px dotted #000;
  background-color: transparent;
  box-shadow: none;
}
.sec-scientists__tablet--dashed .sec-scientists__row {
  border-bottom: 1px dotted #000;
}
.sec-scientists__tablet--dashed table {
  width: 100%;
}
.sec-scientists__footnote {
  font-weight: 700;
  font-size: 18px;
  color: #266421;
}
.sec-scientists__tablet--dashed .border-none {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .sec-scientists-wrapp {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .sec-scientists__tablet {
    max-width: 640px;
    font-size: 18px;
  }
  .sec-scientists__tablet--dashed {
    width: 300px;
    margin-left: -5px;
    bottom: 8px;
    border-left: none;
  }
  .sec-scientists__tablet--dashed .sec-scientists__col:first-child {
    display: none;
  }
  .sec-scientists__tablet--dashed .sec-scientists__col {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .sec-scientists__col--padding {
    font-weight: 700;
  }
}

.block10__title {
  text-align: center;
  margin-top: 85px;
}

.block10__subtitle {
  margin-top: 20px;
  text-align: center;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.block10__table {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 33px;
  margin-bottom: 34px;
}

.block10 .table {
  vertical-align: middle;
}

.block10 .tbody__td,
.block10 .thead__td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block10 .tbody__td-1,
.block10 .thead__td-1 {
  width: 700px;
}

.block10 .thead__td-1 {
  padding: 20px 0 20px 19px;
}

.block10 .tbody__td-1 {
  padding: 26px 50px 26px 18px;
}

.block10 .tbody__tr-5 .tbody__td-1 {
  padding: 26px 100px 26px 18px;
}

.block10 .tbody__td-2,
.block10 .thead__td-2 {
  width: 370px;
}

.block10 .tbody__td-2,
.block10 .thead__td-2 {
  padding-left: 18px;
}

.block10 .tbody__td-3,
.block10 .thead__td-3 {
  text-align: center;
  width: 100px;
}

.block10 .thead__td-3 {
  padding-left: 5px;
  text-align: left;
}

.block10 .tbody__td-3 {
  padding-right: 8px;
  padding-top: 12px;
}

.block10 .thead {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.block10 .tbody {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.block10 .tbody__tr-1,
.block10 .tbody__tr-3,
.block10 .tbody__tr-5 {
  background-color: #00589b47;
  border-radius: 5px;
}

.block10 .tbody__tr-1 .tbody__td-1,
.block10 .tbody__tr-3 .tbody__td-1,
.block10 .tbody__tr-5 .tbody__td-1 {
  border-radius: 5px 0 0 5px;
}

.block10 .tbody__tr-1 .tbody__td-3,
.block10 .tbody__tr-3 .tbody__td-3,
.block10 .tbody__tr-5 .tbody__td-3 {
  border-radius: 0 5px 5px 0;
}

.block10 .browm__text {
  color: #666;
  font-weight: 400;
}

.block10 .progress {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #589c61;
  border-radius: 5px;
}

.block10 .progress::before {
  content: "";
  position: absolute;
  left: -17px;
  bottom: 10px;
  border: 10px solid transparent;
  border-right: 10px solid #266421;
}

.block10 .progress__bar {
  width: 100%;
  position: relative;
  display: block;
  z-index: 2;
}

.block10 .progress__bar::before {
  position: absolute;
  content: "";
  height: 100%;
  border-radius: 5px 0 0 5px;
  background-color: #589c61;
  background-image: -webkit-gradient(linear, right top, left top, from(#589c61), to(#266421));
  background-image: linear-gradient(to left, #589c61 0, #266421 100%);
  left: -1px;
  z-index: -1;
}

.block10 .progress82::before {
  width: 82%;
}

.block10 .progress79::before {
  width: 79%;
}

.block10 .progress86::before {
  width: 86%;
}

.block10 .progress78::before {
  width: 78%;
}

.block10 .progress87::before {
  width: 87%;
}

.block10__btn {
  width: 280px;
  margin-bottom: 82px;
}

@media screen and (max-width: 767px) {
  .block10 .tbody__td-3,
  .block10 .thead__td-3 {
    display: none;
  }

  .block10 .tbody__td-2,
  .block10 .thead__td-2 {
    font-size: 14px;
    text-align: center;
    width: 20%;
    padding-right: 5px;
    padding-left: 0;
  }

  .block10 .tbody__tr-5 .tbody__td-1,
  .block10 tr .tbody__td-1,
  .block10 tr .thead__td-1 {
    font-size: 14px;
    width: 80%;
    padding: 20px 0 20px 5px;
  }

  .block10 .progress {
    font-size: 16px;
    border: 0;
  }

  .block10 .progress::before {
    display: none;
  }

  .block10 .progress__bar {
    color: #000;
  }

  .block10 .progress__bar::before {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .block10 br {
    display: none;
  }

  .block10__title {
    margin-top: 30px;
  }

  .block10__subtitle {
    font-size: 16px;
  }

  .block10__btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .block10 {
    width: 100%;
  }

  .block10 .wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
