html h2 {
  font-size: 32px;
  color: #2c2c2c;
  font-family: PFDin-medium;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding: 15.5px 30px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
html h2::after {
  content: '';
  position: absolute;
  width: 51px;
  height: 45px;
  border-top: 1px solid #1ab394;
  border-left: 1px solid #1ab394;
  -webkit-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  z-index: 0;
  left: 5px;
  top: 5px;
}
html h2::before {
  content: '';
  position: absolute;
  width: 51px;
  height: 45px;
  border-bottom: 1px solid #1ab394;
  border-right: 1px solid #1ab394;
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  z-index: 0;
  right: 5px;
  bottom: 5px;
}
html h2 span {
  display: block;
}
html header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}
html header .navbar {
  background-color: #00645a !important;
  height: 64px;
  -webkit-box-shadow: 0px 0px 20px 20px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 20px 20px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 20px 20px rgba(34, 60, 80, 0.2);
}
html header .navbar .logo {
  width: 160px;
}
html header .navbar .info-wrapper .phone {
  font-size: 20px;
}
html header .navbar .info-wrapper .phone a {
  text-decoration: none;
  color: #fff;
  position: relative;
}
html header .navbar .info-wrapper .phone a span {
  color: #b8b8b8;
}
html header .navbar .info-wrapper .email {
  text-align: right;
}
html header .navbar .info-wrapper .email a {
  color: #1ab394;
}
html header .navbar .nav-links a {
  color: #f2f2f2 !important;
}
html header .navbar .auth-wrapper .auth-buttons button {
  color: white;
  border-radius: 5px;
}
html header .navbar .auth-wrapper .auth-buttons a {
  padding: 7px 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
html header .navbar .auth-wrapper .auth-buttons .register {
  background-color: #fc4603;
  margin-left: 10px;
}
html header .navbar .auth-wrapper .auth-buttons .register:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
html section {
  margin: 65px 0;
}
html .main-section {
  padding-top: 48px;
  padding-bottom: 63px;
  background-image: url(/img/comparison_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  -webkit-box-shadow: 0px 10px 32px -32px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 32px -32px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 32px -32px rgba(0, 0, 0, 0.75);
}
html .what-section {
  background-image: url(/img/videos-bg.png?7ef16fe…);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 65px;
}
html .what-section .addition-text {
  margin-top: 40px;
  font-size: 22px;
}
html .what-section .icons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html .what-section .reason {
  margin-top: 30px;
}
html .what-section .why-ico {
  width: 80px;
}
html .price-section .headline-section {
  margin-bottom: 20px;
}
html .price-section .box {
  margin: auto;
  margin-bottom: 30px;
}
html .price-section .top {
  background: #195c54;
  padding: 20px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
html .price-section p {
  margin: 0px 0px 10px;
}
html .price-section .title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
html .price-section .price {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  text-align: center;
}
html .price-section sup {
  font-size: 24px;
  position: relative;
  top: -15px;
  color: #6eaca7;
}
html .price-section span {
  font-size: 16px;
  color: #6eaca7;
  text-transform: uppercase;
}
html .price-section .button {
  text-decoration: none;
  color: #0a1e1d;
  font-size: 18px;
  border: 1px solid #6eaca7;
  display: inline-block;
  padding: 6px 12px;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  transition: 0.4s linear;
}
html .price-section .button:hover {
  color: white;
  border-color: white;
}
html .price-section .bottom {
  padding: 20px 20px 40px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
}
html .price-section .bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
html .price-section .bottom ul li {
  border-bottom: 1px solid #e3e3e3;
  color: #081c1b;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
}
html .price-section .bottom ul li .caption-count {
  font-size: 12px;
  color: gray;
}
html section.main .main-text {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 33px;
}
html section.main .intro-text {
  font-size: 19px;
}
html section.main .register-btn {
  padding: 20px 100px;
  background-color: #fc4603 !important;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  white-space: nowrap;
}
html section.main .register-btn:hover {
  background-color: #195c54 !important;
}
html .screenshot-wrapper {
  max-width: 100%;
}
html .screenshot-wrapper img.screenshot {
  max-width: 100%;
  -webkit-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.75);
}
html section.screenshots .caption-text {
  font-size: 22px;
  margin: 40px 0;
}
html section.compare-section {
  padding-top: 48px;
  padding-bottom: 90px;
  text-align: center;
}
html section.compare-section .icons {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
html section.compare-section .reason {
  margin-top: 30px;
}
html section.compare-section .why-ico {
  width: 80px;
}
html div#app {
  background-color: rgba(0, 0, 0, 0);
}
html div#app .v-application--wrap {
  min-height: auto;
}
html div#app .field-input label {
  top: -5px;
}
html div#app .field-input input {
  text-align: center;
}
html div#app .field-select label {
  top: 3px;
}
html div#app .price-text span {
  font-size: 22px;
  margin: 0 4px;
}
html .register-form {
  position: fixed;
  top: 25%;
  left: 50%;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  padding: 20px;
  width: 400px;
  -webkit-box-shadow: 0px 0px 18px 8px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 18px 8px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 18px 8px rgba(34, 60, 80, 0.2);
}
html .register-form h2 {
  width: 100%;
  font-size: 24px;
}
html .register-form .consent {
  font-size: 10px;
  color: darkgray;
}
html .register-form .input-name,
html .register-form .input-phone,
html .register-form .input-email {
  padding: 0 10px;
}
html .register-form #button-submit {
  margin-bottom: 0;
}
html .register-form #button-close {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  html #app {
    padding: 1rem 3rem;
  }
  html #app .calc-area .input-wrapper {
    min-height: 100px;
  }
}

