* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica_regular.otf");
  font-style: normal;
  font-weight: normal;
}

header .head-block-1 {
  background: #0089d0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12vw;
  
}
header .head-block-1 p{
  color: #fff;
  font-size: 20px;
}
header img{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}

header .icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .icons img{
  width: 100%;
  max-width: 20px;
}
header .icons a:hover{
  background: #0c4da2;
}
header .icons a{
  padding: 5px;
}
header .head-block-2{
  display: flex;
  justify-content: space-between;
  background: #0c4da2;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 12vw;
}
header .head-block-2 a{
  color: #fff;
  text-decoration: none;
  padding: 15px;
  font-weight: 600;
}
header .head-block-2 a:hover{
  background: #0089d0;
}

.main {
  margin: 0 auto;
  font-family: "helvetica";
  padding: 20px 10px;
  width: 100%;
}

.main .content {
  max-width: 1200px;
  margin: 0 auto;
}

.main p {
  padding: 15px 0;
  font-size: 20px;
}

.main img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.main .green {
  background: #0089d0;
  padding: 0 10px;
  
  color: #fff;
}

.main hr {
  width: 100%;
  height: 3px;
  background: #0089d0;
  border: none;
}

.main li {
  padding: 15px 0;
  font-size: 20px;
  margin-left: 20px;
}

.main .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 10px 0 30px;
}

.main .comment .ava {
  width: 100%;
  max-width: 50px;
}

.main .comment .text p {
  padding: 2px 0;
}

.main .comment .day {
  color: #9B9B9B;
}

.main footer {
  width: 100%;
}

.main footer a {
  text-align: center;
  margin: 20px auto;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.main #leadform {
  margin: 25px auto;
}

.main #leadform p {
  all: revert;
}

.main #leadform .container-form {
  max-width: 550px;
  margin: 0 auto;
}

.main #leadform .form_inner {
  padding: 0 72px;
}

.main #form {
  padding: 48px 0 30px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), color-stop(50%, transparent));
  background-image: linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(90deg, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%), linear-gradient(0, #000 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
  -webkit-animation: marching-ants 400ms infinite linear;
  animation: marching-ants 400ms infinite linear;
  background-color: #F1F1F0;
}

@-webkit-keyframes marching-ants {
  0% {
    background-position: 0 0, 20px 100%, 0 20px, 100% 0;
  }

  100% {
    background-position: 20px 0, 0 100%, 0 0, 100% 20px;
  }
}

@keyframes marching-ants {
  0% {
    background-position: 0 0, 20px 100%, 0 20px, 100% 0;
  }

  100% {
    background-position: 20px 0, 0 100%, 0 0, 100% 20px;
  }
}

.main #leadform .form__title {
  font-family: "Oswald";
}

.main #leadform .form__title-h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  text-align: center !important;
  margin: 0;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #000000;
}

.main #leadform .form__title-h2 {
  font-style: normal;
  font-weight: 700;
  margin: 5px 0;
  font-size: 60px;
  line-height: 130%;
  text-align: center !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #D42323;
}

.main #leadform .form__requirement {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 14px 27px;
  margin: 25px 0 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(245, 187, 0, 0.1)), to(rgba(245, 187, 0, 0.1))), #FFFFFF;
  background: linear-gradient(0deg, rgba(245, 187, 0, 0.1), rgba(245, 187, 0, 0.1)), #FFFFFF;
  border: 2px solid #F5BB00;
}

.main #leadform .form__label {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #000000;
  bottom: 10px;
}

.main #leadform .form__input {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-style: italic;
  font-weight: 100;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  margin: 10px 0;
}

.main #leadform .form__price {
  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;
  background-color: #FFFFFF;
  width: calc(100% - 8px);
  margin: 30px auto 0;
  padding: 16px 0;
}

.main #leadform .price__old {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #9B9B9B;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0.5em;
  gap: 0.5em;
}

.main #leadform .price__new {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #000000;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  gap: 0.5em;
}

.main #leadform .oldPriceAndLabelForLandingInfoApi {
  font-size: 30px;
  text-decoration: line-through;
}

.main #leadform .priceAndLabelForLandingInfoApi {
  font-size: 25px;
  color: #D42323;
}

.main #leadform .form_understar {
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 18px;
  text-align: center !important;
  color: #000000;
  margin: 10px;
}

.main #leadform .form-button {
  display: inline;
  background-color: #ED6D37;
  border-radius: 5px;
  border: none;
  width: 100%;
  text-align: center;
  padding: 9px 0 10px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
}

.main #leadform .form-button:hover {
  background-color: #a74e28;
}

.main #leadform .form-bottom {
  margin-top: 20px;
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: #FFEEE1;
  border: 4px solid #ED6D37;
  border-radius: 10px;
  text-align: center;
  padding: 23px 40px;
}

.main #leadform .bottom_h1 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center !important;
  font-size: 32px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 0.25em;
}

.main #leadform .bottom_h2 {
  font-weight: 600;
  text-align: center !important;
  font-size: 20px;
  line-height: 130%;
  margin: 0;
  text-transform: uppercase;
}

.main #leadform .bottom__update {
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  text-align: center !important;
  background-color: #FFFFFF;
  padding: 8px 0;
  margin: 12px 0 22px;
}

.main #leadform .update-red {
  color: #D42323;
  text-transform: uppercase;
}

.main #leadform .bottom_underinfo {
  font-weight: 300;
  font-size: 16px;
  text-align: center !important;
  margin: 0;
  line-height: 130%;
}

.main #leadform .price__specific {
  padding: 0 10px;
}

.main #leadform .form-img {
  width: 100%;
  max-width: 120px;
  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;
  padding: 0 10px;
}

.main #leadform .form-img img {
  width: 100%;
  max-width: 120px;
}

@media screen and (max-width: 550px) {
  .main #form {
    padding: 4.8vh 0;
  }

  .main #leadform .form_inner {
    padding: 0 4.2vw;
  }

  .main #leadform .form__requirement {
    font-size: 14px;
    padding: 1em;
  }

  .main #leadform .form__label {
    font-size: 16px;
  }

  .main #leadform .form__input {
    font-size: 16px;
  }

  .main #leadform .form-bottom {
    padding: 2.3vw 2vh;
  }

  .main #leadform .form__title-h1 {
    font-size: 28px;
  }

  .main #leadform .form__title-h2 {
    font-size: 50px;
  }

  .main #leadform .price__old {
    font-size: 22px;
  }

  .main #leadform .price__new {
    font-size: 18px;
  }

  .main #leadform .oldPriceAndLabelForLandingInfoApi {
    font-size: 25px;
  }

  .main #leadform .priceAndLabelForLandingInfoApi {
    font-size: 20px;
  }

  .main #leadform .bottom_h1 {
    font-size: 2rem;
  }

  .main #leadform .bottom_h2 {
    font-size: 1.2rem;
  }

  .main #leadform .bottom__update {
    font-size: 1rem;
  }

  .main #leadform .bottom_underinfo {
    font-size: 1rem;
  }
}

@media screen and (max-width: 375px) {
  .main #leadform .form__title-h1 {
    font-size: 20px;
  }

  .main #leadform .form__title-h2 {
    font-size: 40px;
  }

  .main #leadform .price__old {
    font-size: 18px;
  }

  .main #leadform .price__new {
    font-size: 18px;
  }
}

@media screen and (max-width: 425px) {
  .main #leadform .form__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .main #leadform .form-img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  header .navigation {
    display: none;
  }

  header .logo_block {
    max-width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  header .head-block-2{
    display: none;
  }
  header .icons img{
    max-width: 20px;
  }
  header .head-block-1 {
    padding: 10px;
  }
}
.timer{
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 50px;
  color: #26dfff;
}
/*# sourceMappingURL=style.css.map */