@charset "UTF-8";
/* @font-face {
  font-family: "Times";
  src: url(../index/better-times-for-bp.ttf) format("ttf"), url(../index/better-times-for-bp.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
} */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
}

a {
  color: #000;
}

a, button {
  cursor: pointer;
}

.main-btn {
  padding: 7.53856px 52.7699px;
  border-radius: 37.6928px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.main-btn:hover {
  background: #CCFF00 !important;
  color: #000 !important;
}

.flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h1 {
  font-size: calc(20px + 1.25vw);
  font-weight: 700;
}

h4 {
  font-size: calc(14px + 0.46875vw);
  font-weight: 700;
}

.big-title {
  font-size: calc(64px + 2.8125vw);
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(29, 28, 28, 0.7137254902);
  z-index: 100;
  color: #fff;
}

.modal-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  max-width: 600px;
  border: 2px solid #fff;
  transition: all 1s ease-in;
}

.modal-text h3 {
  padding-top: 20px;
}

.active-modal {
  display: flex;
}

.header {
  padding: 37px 0;
}
.header-block img {
  max-width: 154px;
}
.header-block .main-btn {
  background: #377D21;
  color: #fff;
}
.header-block .nav {
  gap: 100px;
}
.header-block .nav .menu {
  gap: 50px;
}

.animate-title {
  min-height: calc(64px + 0.28125vw);
}
.animate-title h1 {
  color: #377D21;
  z-index: 2;
  position: relative;
}
.animate-title .text-block {
  display: flex;
  gap: 10px;
}
.animate-title .anim-title:last-child {
  padding-left: 15%;
  position: relative;
}
.animate-title .anim-title:last-child img {
  position: absolute;
  width: 343px;
  bottom: -20px;
  z-index: 1;
  opacity: 0;
}

.wrapper {
  padding: 60px 0;
}
.wrapper-block {
  padding: 13px 0 0;
  gap: 20px;
}
.wrapper-block__video {
  width: 100%;
  height: 100%;
  text-align: center;
}
.wrapper-block__video iframe {
  width: 100%;
  height: 420px;
  padding-top: 20px;
}
.wrapper-block__video p {
  color: #000;
}
.wrapper-block__video p span {
  font-weight: 700;
}
.wrapper-block__form {
  background: #377D21;
  max-width: 450px;
  text-align: center;
  padding: 37px 50px 50px;
  border-radius: 20px;
  height: 100%;
  color: #fff;
}
.wrapper-block__form h4 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.wrapper-block__form input {
  width: 100%;
  background: none;
  border: 0.810934px solid rgba(255, 255, 255, 0.5);
  padding: 8px 11px;
  border-radius: 8.92027px;
  margin: 10px 0;
  color: #fff;
}
.wrapper-block__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper-block__form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper-block__form .check-block {
  display: flex;
  text-align: left;
}
.wrapper-block__form button {
  border: none;
  color: #377D21;
  font-size: 24px;
  padding: 10px 30px;
}
.wrapper-block__form p {
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
}
.wrapper-block__form .form-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wrapper-block__form .form-block label {
  font-weight: 400;
  font-size: calc(9px + 0.15625vw);
  line-height: 24px;
}
.wrapper-block__form .form-block .checkbox {
  width: 25px;
  height: 25px;
}
.wrapper-block__form .form-block:last-child {
  margin-top: 10px;
  position: relative;
  flex-direction: column;
  margin-top: 20px;
}
.wrapper-block__form .form-block:last-child p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.wrapper-block__form .form-block:last-child img {
  width: 98px;
  position: absolute;
  bottom: 30px;
  left: -30px;
  transform: rotate(135deg);
}

.fastpanel .wrap {
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
}
.fastpanel .uppervideo-text {
  display: none;
}
.fastpanel .left {
  padding: 9px 28px;
  width: 18%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #009900;
  z-index: 10;
}
.fastpanel .left__text {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.fastpanel .left__percent {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #CCFF00;
}
.fastpanel .marquee__wrap {
  z-index: 1;
  left: 0;
  position: relative;
  right: 0;
  display: flex;
  flex-direction: row;
  width: 82%;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #232323;
  overflow: hidden;
}
.fastpanel .marquee__inner {
  z-index: 1;
  animation: marquee 15s linear infinite;
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 45px;
  position: absolute;
}
.fastpanel .marquee__item {
  min-width: 170px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.fastpanel .marquee__text {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  color: #FFFFFF;
}
.fastpanel .marquee__item {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  color: #FFFFFF;
}
.fastpanel .marquee__profit {
  border: 1px solid #CCFF00;
  padding: 3px 10px;
  border-radius: 10px;
  color: #CCFF00;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

.graphic {
  padding: 8vh 0;
  color: #377D21;
}
.graphic-block__graphic {
  max-width: 850px;
  width: 850px;
}
.graphic .title {
  padding: 30px 0;
}
.graphic .title h1 {
  font-family: "Roboto";
  font-size: calc(32px + 1.25vw);
}
.graphic .title__text {
  font-style: normal;
  font-weight: 300;
  font-size: calc(12px + 0.3125vw);
  line-height: 23px;
  color: #232323;
  padding-top: 10px;
  position: relative;
}
.graphic .title__text span {
  color: #009900;
}
.graphic .title__text img {
  position: absolute;
  max-width: 150px;
  bottom: -17px;
  left: 0;
}
.graphic .main-btn {
  display: inline-block;
  color: #377D21;
  border: 1px solid #377D21;
  margin-top: 30px;
}

.about-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-block img {
  height: 100%;
}
.about-block__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10%;
  background: #377D21;
  color: #fff;
}
.about-block__text .text {
  padding-bottom: 20px;
}
.about-block__text .text p {
  padding-top: 20px;
}
.about-block__text h4 {
  color: #CCFF00;
  font-size: 24px;
}

.steps {
  padding: 10vh 0;
}
.steps-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.steps-block .step {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.steps-block .step .image {
  height: 202px;
}
.steps-block .step .image img {
  height: 100%;
}
.steps-block .step__info {
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 20px 20px;
}
.steps-block .step__info h6 {
  color: #377D21;
  font-size: 16px;
  font-weight: 700;
}
.steps-block .step__info p {
  font-size: 12px;
  line-height: 160%;
  padding: 10px 0;
}
.steps-block .step__info p span {
  color: #009900;
  font-weight: 700;
}
.steps-block .step__info .main-btn {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #377D21;
  color: #377D21;
  display: block;
}
.steps-block .step .active {
  background: #377D21;
  color: #fff;
}
.steps-block .step .active h6 {
  color: #fff;
}
.steps-block .step .active p {
  font-weight: 300;
  font-size: 12px;
  line-height: 160%;
}
.steps-block .step .active .main-btn {
  background: #fff;
  color: #377D21;
}
.steps-block .step .active span {
  color: #fff;
}

.coment {
  padding: 7vh 0;
  text-align: center;
}
.coment-block h1 {
  color: #377D21;
}
.coment-block .slider-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin: 20px auto;
  padding: 50px;
  border: 4.60784px solid rgba(0, 153, 0, 0.25);
  border-radius: 13px;
}
.coment-block .slider-wrapper .slider {
  overflow: hidden;
  display: flex;
  justify-content: center;
  /*кнопки*/
}
.coment-block .slider-wrapper .slider .slide {
  display: none;
}
.coment-block .slider-wrapper .slider .slide .slide__content {
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: left;
}
.coment-block .slider-wrapper .slider .slide .slide__content .slide-text {
  width: 70%;
}
.coment-block .slider-wrapper .slider .slide .slide__content .slide-image h6 {
  display: none;
}
.coment-block .slider-wrapper .slider .slide .slide__content h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}
.coment-block .slider-wrapper .slider .slide .slide__content h6 span {
  padding-left: 20px;
  color: #377D21;
}
.coment-block .slider-wrapper .slider .slide .slide__content h6 span i {
  padding: 0 3px;
}
.coment-block .slider-wrapper .slider .slide .slide__content p {
  padding-top: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 23px;
}
.coment-block .slider-wrapper .slider .active {
  display: block;
}
.coment-block .slider-wrapper .slider .slide img {
  max-width: 400px;
}
.coment-block .slider-wrapper .slider .slider-wrapper i {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 15px;
  background-color: #E0FFFF;
  cursor: pointer;
}
.coment-block .slider-wrapper .slider .slider-wrapper i:hover {
  transition: all 0.5s ease;
  background-color: #00FFFF;
}
.coment-block .slider-control {
  display: block;
  padding-top: 30px;
}
.coment-block .slider-control a {
  background: rgba(0, 126, 0, 0.25);
  border-radius: 9px;
  padding: 20px 25px;
  margin: 20px;
}

.questions {
  padding: 7vh 0;
}
.questions h1 {
  color: #377D21;
  text-align: center;
  padding-bottom: 78px;
}
.questions-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.questions-block .info {
  text-align: left;
}
.questions-block .info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
}
.questions-block .info .main-btn {
  margin: 30px 0;
  border: 1px solid #377D21;
  color: #377D21;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
}
.questions-block .tabs {
  box-shadow: 3px 4px 18px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 24px;
}
.questions-block .tabs .tab-item {
  display: block;
  max-height: 65px;
  margin: 20px 0;
  overflow-y: hidden;
  transition: all 0.5s ease;
}
.questions-block .tabs .tab-title {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  transition: all 0.5s ease;
}
.questions-block .tabs .tab-title p {
  padding-right: 20px;
}
.questions-block .tabs .tab-title i {
  color: #B4BBC5;
  position: absolute;
  right: 15px;
  transition: all 0.5s ease;
}
.questions-block .tabs .tab-info {
  padding: 20px;
  border-radius: 0 0 15px 15px;
  background: rgba(0, 127, 0, 0.13);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.questions-block .tabs .active {
  max-height: 160px;
  overflow-y: visible;
}
.questions-block .tabs .active .tab-title {
  background: #377D21;
  color: #fff;
}
.questions-block .tabs .active .tab-title i {
  transform: rotate(45deg);
  color: #000;
}

.green-block {
  gap: 2vw;
}
.footer {
  padding: 2vh 0 3vh;
}
.footer .item {
  text-align: center;
}
.footer .item p {
  padding: 10px 0;
}
.footer .item p span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.animate-text {
  opacity: 0;
}

@media (max-width: 768px) {
  .flex-block {
    display: block;
  }
  .main-btn {
    font-size: 10.0724px;
    line-height: 10px;
    padding: 4.21843px 29.529px;
  }
  .header {
    padding: 37px 0;
  }
  .header-block {
    display: flex;
  }
  .header-block img {
    max-width: 77px;
  }
  .header-block .main-btn {
    background: #377D21;
    color: #fff;
  }
  .header-block .nav {
    gap: 0;
  }
  .header-block .nav .menu {
    display: none;
  }
  .animate-title {
    text-align: center;
  }
  .animate-title .anim-title img {
    transform: translate(-50%, 10px) !important;
  }
  .animate-title .anim-title:last-child {
    padding-left: 0;
  }
  .animate-title .text-block {
    justify-content: center;
  }
  .wrapper {
    padding: 30px 0;
  }
  .wrapper-block__form {
    padding: 25px 25px 80px;
  }
  .wrapper-block__form p {
    font-size: 10px;
  }
  .wrapper-block__video {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    padding-bottom: 30px;
    height: 350px;
  }
  .wrapper-block__video p {
    width: 80%;
    margin: 0 auto;
  }
  .fastpanel .wrap .left {
    width: 37%;
    padding: 9px 10px;
  }
  .fastpanel .wrap .left span {
    font-size: 12px !important;
  }
  .fastpanel .wrap .marquee__inner {
    gap: 20px;
  }
  .fastpanel .wrap .marquee__item {
    font-size: 10px;
  }
  .fastpanel .wrap .marquee__item .marquee__text {
    font-size: 10px;
  }
  .graphic {
    padding: 4vh 0;
  }
  .graphic-block__info {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    text-align: center;
  }
  .graphic-block__graphic {
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }
  .graphic-block .main-btn {
    text-align: center;
    margin: 30px auto 0;
  }
  .graphic .title h1 {
    font-size: calc(18px + 1.25vw);
  }
  .graphic .title__text img {
    max-width: 100px;
  }
  .about-block {
    grid-template-columns: 1fr;
  }
  .about-block__text {
    text-align: center;
  }
  .steps-block {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .steps-block .step {
    width: 75%;
  }
  .coment-block .slider-wrapper {
    min-height: 372px;
    padding: 20px;
  }
  .coment-block .slider-wrapper .slider .slide .slide__content {
    flex-direction: column-reverse;
  }
  .coment-block .slider-wrapper .slider .slide .slide__content .slide-text {
    text-align: center;
    width: 100%;
  }
  .coment-block .slider-wrapper .slider .slide .slide__content .slide-text h6 {
    display: none;
  }
  .coment-block .slider-wrapper .slider .slide .slide__content .slide-image {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .coment-block .slider-wrapper .slider .slide .slide__content .slide-image img {
    max-width: 80px;
  }
  .coment-block .slider-wrapper .slider .slide .slide__content .slide-image h6 {
    display: inline-block;
  }
  .coment-block .slider-wrapper .slider .slide .slide__content .slide-image h6 span {
    display: block;
    padding-left: 0;
  }
  .questions {
    padding: 7vh 0;
  }
  .questions h1 {
    color: #377D21;
    text-align: left;
    padding-bottom: 32px;
  }
  .questions .flex-block {
    flex-direction: column-reverse;
  }
  .questions-block {
    flex-direction: column-reverse;
  }
  .questions-block .info {
    text-align: center;
  }
  .questions-block .tabs .active {
    max-height: 290px;
    overflow-y: visible;
  }
  .green-block .greenGround {
    padding-top: 50px;
  }
  .footer {
    padding: 1vh 0 2vh;
  }
  .footer .item {
    display: none;
  }
  .footer .item:first-child {
    display: block;
  }
}
@media (max-width: 578px) {
  .steps-block {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


body .register-form{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

body .input-block input{
  padding: 15px;
}

body .input-block-phone input{
  border: 1px solid #bbb;
}

body .input-block input.valid {
  background-color: white !important;
  border: 3px solid rgba(0, 255, 0, .6) !important;
}

body .input-block input.invalid {
  background-color: white !important;
  border: 3px solid rgba(255, 0, 0, .6) !important;
}

/* .scrl{
  margin-top: -500px;

} */