* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #212529;
  line-height: 1.5;
}
body.has-modal {
  overflow: hidden;
}
body.body-bg-1 {
  background-image: url(../images/body-bg-1.png), url(../images/bottom-bg-1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}
body.body-bg-2 {
  background-image: url(../images/body-bg-1.png), url(../images/bottom-bg-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
}

img {
  max-width: 100%;
}

a {
  color: #00BDD1;
  text-decoration: none;
  transition: color 0.3s;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  margin: 10px 0;
  font-weight: 400;
  color: #000;
}
h1 strong, h2 strong, h3 strong {
  font-weight: 700;
}

h1 {
  font-size: 46px;
  line-height: 56px;
}

h2 {
  font-size: 36px;
  line-height: 46px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

.input {
  width: 100%;
  height: 42px;
  padding: 0 21px;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 15px;
  color: #333;
}
.input-dark {
  border: 0;
  background-color: #224957;
  color: #fff;
}
.input-lg {
  height: 67px;
  padding: 0 34px;
  font-size: 21px;
}
.input:focus {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.input-container {
  margin: 0 0 30px 0;
}
.input-container.has-error .input {
  border: 1px solid #f55454;
}
.input-container.has-error .message {
  color: #f55454;
  font-size: 14px;
  text-align: left;
}
.input-forgot {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}

.btn {
  padding: 6px 21px;
  display: inline-block;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  background-color: #9E31FF;
  font-size: 19px;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
.btn:hover {
  background-color: #aa4bff;
  color: #fff;
  text-decoration: none;
}
.btn-lg {
  padding: 15px 32px;
  border-radius: 18px;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}
.btn-alt {
  background-color: #00BDD1;
}
.btn-alt:hover {
  background-color: #00d4eb;
  color: #fff;
  text-decoration: none;
}
.btn-light {
  padding: 5px 21px;
  border: 1px solid #9E31FF;
  background-color: transparent;
  color: #9E31FF;
}
.btn-light:hover {
  background-color: transparent;
  border-color: #c27eff;
  color: #aa4bff;
}
.btn-register {
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.btn-register .icon {
  width: 30px;
  height: 30px;
  margin: 0 21px 0 0;
  display: inline-block;
  background: url(../images/icon-register.svg);
}
.btn-register:hover .icon {
  opacity: 0.75;
}
.btn-login {
  display: flex;
  align-items: center;
  font-size: 19px;
  color: #9E31FF;
}
.btn-login .icon {
  width: 33px;
  height: 29px;
  margin: 0 17px 0 0;
  display: inline-block;
  background: url(../images/icon-login.svg);
}
.btn-login:hover {
  text-decoration: none;
  color: #aa4bff;
}
.btn-login:hover .icon {
  opacity: 0.75;
}

.radio input {
  display: none;
}
.radio input + .radio-label {
  margin: 0 !important;
  display: flex;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 26px;
}
.radio input + .radio-label .radio-icon {
  position: relative;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9998 29.3334C23.3636 29.3334 29.3332 23.3639 29.3332 16.0001C29.3332 8.63628 23.3636 2.66675 15.9998 2.66675C8.63604 2.66675 2.6665 8.63628 2.6665 16.0001C2.6665 23.3639 8.63604 29.3334 15.9998 29.3334Z' stroke='%239E31FF' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: cover;
}
.radio input:checked + .radio-label .radio-icon {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6665 16.6667L14.6665 20.6667L21.3332 12.6667' stroke='%239E31FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.9998 29.3334C23.3636 29.3334 29.3332 23.3639 29.3332 16.0001C29.3332 8.63628 23.3636 2.66675 15.9998 2.66675C8.63604 2.66675 2.6665 8.63628 2.6665 16.0001C2.6665 23.3639 8.63604 29.3334 15.9998 29.3334Z' stroke='%239E31FF' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: cover;
}
.radio-text {
  font-size: 14px;
}

.checkbox input {
  display: none;
}
.checkbox input + .checkbox-label {
  margin: 0 !important;
  display: flex;
  cursor: pointer;
  font-size: 14px !important;
  line-height: 20px;
}
.checkbox input + .checkbox-label .checkbox-icon {
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.751953' y='0.812012' width='18' height='18' rx='5.07519' fill='%23224957'/%3E%3C/svg%3E%0A") no-repeat center;
}
.checkbox input:checked + .checkbox-label .checkbox-icon {
  background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.751953' y='0.812012' width='18' height='18' rx='5.07519' fill='%23224957'/%3E%3Cpath d='M12.9702 6.96999C13.111 6.83588 13.2985 6.76173 13.493 6.76321C13.6875 6.76468 13.8738 6.84165 14.0126 6.97787C14.1514 7.1141 14.2319 7.29893 14.237 7.49336C14.2422 7.68779 14.1716 7.87661 14.0402 8.01999L10.0502 13.01C9.98155 13.0839 9.89874 13.1432 9.80669 13.1844C9.71464 13.2255 9.61523 13.2477 9.51441 13.2496C9.41359 13.2514 9.31343 13.2329 9.21991 13.1952C9.1264 13.1575 9.04146 13.1013 8.97016 13.03L6.32416 10.384C6.25047 10.3153 6.19137 10.2325 6.15038 10.1405C6.10938 10.0485 6.08734 9.94921 6.08557 9.84851C6.08379 9.74781 6.10231 9.64778 6.14004 9.55439C6.17776 9.461 6.2339 9.37617 6.30512 9.30495C6.37634 9.23373 6.46117 9.17758 6.55456 9.13986C6.64795 9.10214 6.74798 9.08362 6.84868 9.08539C6.94938 9.08717 7.0487 9.10921 7.1407 9.15021C7.2327 9.1912 7.3155 9.2503 7.38416 9.32399L9.47816 11.417L12.9512 6.99199C12.9574 6.98429 12.9641 6.97694 12.9712 6.96999H12.9702Z' fill='%234CCFEC'/%3E%3C/svg%3E%0A") no-repeat center;
}
.checkbox-text {
  font-size: 14px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

.header {
  margin: 56px 0;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #233348;
  white-space: nowrap;
}
.logo-icon {
  width: 42px;
  height: 42px;
  margin: 0 12px 0 0;
  display: block;
  border-radius: 22px;
  background-color: #9E31FF;
  font-size: 26px;
  text-align: center;
  color: #fff;
  line-height: 42px;
}
.logo:hover {
  text-decoration: none;
}

.nav-toggle {
  width: 27px;
  height: 24px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.nav-toggle span {
  width: 100%;
  height: 3px;
  display: block;
  background-color: #22324C;
  pointer-events: none;
  transition: all 0.3s;
}
.nav-toggle.toggled {
  position: relative;
}
.nav-toggle.toggled span {
  display: none;
}
.nav-toggle.toggled span:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  display: block;
}
.nav-toggle.toggled span:last-child {
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg);
  display: block;
}
.nav-menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.nav-menu li {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}
.nav-menu li:last-child {
  margin-right: 0;
}

.intro {
  margin: 70px 0 170px;
}
.intro .container {
  position: relative;
}
.intro-text {
  max-width: 420px;
}
.intro-text h1 {
  font-size: 41px;
}
.intro-text h1 span {
  font-size: 77px;
}
.intro-text h1 strong {
  font-size: 50px;
  font-weight: 700;
}
.intro-money {
  font-size: 31px;
  color: #7D7987;
}
.intro-money span {
  display: block;
  font-size: 108px;
  line-height: 90px;
  color: #9E31FF;
}
.intro-lead {
  margin: 30px 0 67px 0;
  font-size: 21px;
  color: #7D7987;
}
.intro-image-1 {
  position: absolute;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.intro-image-2 {
  position: absolute;
  right: 64px;
  top: -120px;
  z-index: -1;
}

.service {
  margin: 87px 0 99px 0;
}
.service-title {
  position: relative;
  text-align: center;
}
.service-title h2 {
  font-size: 46px;
  line-height: normal;
}
.service-title h2 span {
  display: block;
  font-size: 36px;
}
.service-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  display: block;
  background: #000;
}
.service-grid {
  margin: 100px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
}
.service-item {
  text-align: center;
}
.service-image {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  text-align: center;
}

.seo {
  margin: 99px 0 126px 0;
}
.seo-block {
  position: relative;
  max-width: 1080px;
  min-height: 248px;
  padding: 45px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #9E31FF;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.seo-image {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.seo-text {
  position: relative;
  max-width: 600px;
  margin-left: 40%;
  font-size: 26px;
  z-index: 2;
}
.seo-text strong {
  font-weight: 700;
}
.seo-text p {
  margin-bottom: 0;
  line-height: normal;
}

.quality {
  margin: 126px 0 94px 0;
}
.quality-title {
  position: relative;
  text-align: center;
}
.quality-title strong {
  display: block;
}
.quality-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  display: block;
  background: #000;
}
.quality-grid {
  margin: 100px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 47px;
}
.quality-image {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  text-align: center;
}

.price {
  padding: 64px 0;
  background: #00BDD1 url(../images/bright-bg-1.png) no-repeat center;
  text-align: center;
  color: #fff;
}
.price-text {
  font-size: 71px;
}
.price-text strong {
  font-weight: 900;
}

.routine {
  margin: 140px 0;
}
.routine-block {
  position: relative;
  max-width: 1080px;
  min-height: 248px;
  padding: 64px 78px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #9E31FF;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.routine-image {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.routine-text {
  max-width: 600px;
  font-size: 34px;
}
.routine-text strong {
  font-weight: 700;
}

.pros {
  margin: 140px 0;
}
.pros-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
}
.pros-item {
  text-align: center;
}
.pros-image {
  width: 88px;
  height: 88px;
  margin: 0 auto;
  text-align: center;
}
.pros-title {
  margin: 30px 0 0 0;
  font-size: 17px;
  font-weight: 700;
  color: #212529;
}
.pros-description {
  margin: 20px 0 0 0;
}

.about {
  margin: 250px 0 90px 0;
}
.about-title {
  position: relative;
  text-align: center;
}
.about-title h2 {
  font-size: 43px;
  line-height: normal;
}
.about-title h2 span {
  display: block;
  font-size: 36px;
}
.about-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  display: block;
  background: #000;
}
.about-grid {
  max-width: 1006px;
  margin: 90px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
}
.about-item {
  padding: 16px 20px;
  border: 2px solid #9E31FF;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
}
.about-item-title {
  margin: 0 0 24px 0;
  font-size: 21px;
}
.about-item-title span {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
}

.start {
  margin: 90px 0;
}
.start-title {
  position: relative;
  text-align: center;
}
.start-title h2 {
  font-weight: 700;
}
.start-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  display: block;
  background: #000;
}
.start-grid {
  margin: 90px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.start-item {
  text-align: center;
}
.start-image {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px auto;
}
.start-heading {
  margin: 0 0 20px 0;
  font-size: 17px;
  font-weight: 700;
}
.start-description {
  margin: 0;
}

.stats {
  margin: 90px 0;
}
.stats .container {
  display: flex;
  align-items: center;
}
.stats-image {
  width: 50%;
  flex-shrink: 1;
}
.stats-text {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stats-text-1 {
  font-size: 89px;
  line-height: 79px;
}
.stats-text-2 {
  font-size: 206px;
  font-weight: 700;
  line-height: 180px;
  color: #9E31FF;
}
.stats-text-3 {
  font-size: 64px;
  line-height: 64px;
}
.stats-text-4 {
  font-size: 52px;
  line-height: 52px;
}

.more {
  margin: 70px 0 90px 0;
}
.more-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 173px;
}
.more-item {
  padding: 10px;
  border: 1px solid #9E31FF;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
.more-title {
  font-size: 24px;
  font-weight: 700;
}
.more-description {
  margin-bottom: 0;
  font-size: 14px;
}

.feedback {
  margin: 90px 0 45px 0;
}
.feedback-wrapper {
  position: relative;
  padding: 0 60px;
}
.feedback-item {
  padding: 14px 54px 20px 54px;
  border: 1px solid #9E31FF;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.feedback-image {
  width: 157px;
  height: 157px;
  margin: 0 40px 0 0;
  display: block;
  border: 3px solid #9E31FF;
  border-radius: 80px;
  flex-shrink: 0;
}
.feedback-text {
  flex-grow: 1;
  font-size: 26px;
}
.feedback-name {
  margin: 0 0 20px 0;
  display: block;
  font-size: 33px;
  font-weight: 700;
}

.slide-next, .slide-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slide-next.swiper-button-disabled, .slide-prev.swiper-button-disabled {
  opacity: 0.5;
}

.slide-next {
  right: 0;
}

.slide-prev {
  left: 0;
}

.subscribe {
  padding: 74px 0;
}
.subscribe-1 {
  background: #00BDD1 url(../images/bright-bg-1.png) no-repeat center;
}
.subscribe-2 {
  background: #9E31FF url(../images/bright-bg-2.png) no-repeat center;
}
.subscribe-form {
  display: flex;
}
.subscribe-form-input {
  margin-right: 46px;
  flex-grow: 1;
}
.subscribe-form-input .input {
  border: 0;
}

.calc {
  margin: 90px 0;
}
.calc-title {
  position: relative;
  text-align: center;
}
.calc-title h2 span {
  display: block;
  font-weight: 700;
}
.calc-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  display: block;
  background: #000;
}
.calc-grid {
  margin: 90px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.calc-settings {
  width: 100%;
  max-width: 780px;
  padding-right: 60px;
}
.calc-settings h3 {
  font-weight: 500;
}
.calc-step {
  margin-bottom: 40px;
}
.calc-radios {
  margin-top: 30px;
}
.calc-radios .radio-text {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.calc-radios-3 {
  display: flex;
}
.calc-radios-3 > .radio {
  margin-right: 30px;
}
.calc-radios-3 > .radio:last-child {
  margin-right: 0;
}
.calc .irs--round .irs-handle {
  border-color: #9E31FF;
  border-width: 2px;
}
.calc .irs--round .irs-bar, .calc .irs--round .irs-single {
  background-color: #9E31FF;
}
.calc .irs--round .irs-single::before {
  border-top-color: #9E31FF;
}
.calc .irs--round .irs-grid {
  bottom: 50px;
  z-index: -1;
}
.calc .irs--round .irs-grid-pol {
  display: none;
}
.calc-totals {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-wrap: wrap;
}
.calc-totals-item {
  width: 100%;
  margin: 0 0 34px 0;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #9E31FF;
  border-radius: 21px;
  box-sizing: border-box;
  font-size: 21px;
  text-align: center;
}
.calc-totals-week, .calc-totals-month {
  font-size: 50px;
  font-weight: 700;
  color: #9E31FF;
}

.footer {
  padding: 55px 0;
  background-color: #22324C;
  color: #00BDD1;
}
.footer a {
  color: #00BDD1;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer-links li {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
  list-style: none;
}
.footer-links li::after {
  position: absolute;
  right: 0;
  content: "|";
}
.footer-links li:last-child {
  margin: 0;
  padding: 0;
}
.footer-links li:last-child::after {
  display: none;
}

.copyright {
  font-size: 15px;
}

.payments {
  text-align: center;
  list-style: none;
}

.payments-item {
  border: 1px solid #000;
  border-radius: 6px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  display: none;
  z-index: 100;
}
.overlay.toggled {
  display: block;
}

.modal {
  width: 90%;
  max-width: 930px;
  margin: 30px auto;
  padding: 120px 10px 114px 10px;
  box-sizing: border-box;
  border-radius: 21px;
  background: url(../images/modal-top.png) no-repeat center top, url(../images/modal-bottom.png) no-repeat center bottom, #22324C;
  color: #fff;
  text-align: center;
}
.modal-alt {
  background: url(../images/modal-top-alt.png) no-repeat center top, url(../images/modal-bottom-alt.png) no-repeat center bottom, #22324C;
}
.modal .logo {
  justify-content: center;
  color: #2BEBF5;
  font-size: 28px;
}
.modal h3 {
  margin: 30px 0;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.modal-form {
  width: 100%;
  max-width: 340px;
  margin: 30px auto;
}
.modal-form .btn {
  width: 100%;
  padding: 12px;
  font-size: 24px;
}

@media screen and (max-width: 1199px) {
  .header {
    margin: 30px 0;
  }
  .header-container {
    flex-wrap: wrap;
  }

  .nav {
    width: 100%;
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .nav.toggled {
    margin-top: 20px;
    display: block;
  }

  .intro-image-1 {
    max-width: 70%;
  }
  .intro-image-2 {
    top: -60px;
    right: 0;
    max-width: 50%;
  }

  .about-grid {
    gap: 40px;
  }

  .more-grid {
    gap: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .intro {
    margin-bottom: 70px;
  }
  .intro-image-1 {
    right: -260px;
    max-width: 80%;
  }
  .intro-image-2 {
    top: -30px;
  }

  .about {
    margin: 64px 0;
  }
  .about-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .start {
    margin: 64px 0;
  }
  .start-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .stats .container {
    flex-direction: column;
  }
  .stats-image {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .stats-image img {
    max-width: 70%;
    margin: 0 auto;
  }
  .stats-text {
    width: 100%;
  }

  .service {
    margin: 64px 0;
  }
  .service-grid {
    gap: 40px;
  }

  .seo {
    margin: 64px 0;
  }
  .seo-block {
    min-height: initial;
    padding: 30px;
    display: flex;
    align-items: center;
  }
  .seo-image {
    position: static;
    transform: none;
  }
  .seo-text {
    margin-left: 20px;
    font-size: 20px;
  }

  .quality {
    margin: 64px 0;
  }
  .quality-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: center;
  }

  .price-text {
    font-size: 52px;
  }

  .routine {
    margin: 64px 0;
  }
  .routine-block {
    min-height: initial;
    padding: 30px;
    display: flex;
    align-items: center;
  }
  .routine-image {
    position: static;
    transform: none;
  }
  .routine-text {
    margin-left: 20px;
  }

  .pros {
    margin: 64px;
  }
  .pros-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .feedback-item {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
  .feedback-image {
    margin: 0 0 30px 0;
  }

  .footer-container {
    flex-direction: column;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  .footer-links {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .input-lg {
    height: 54px;
    padding: 0 26px;
  }

  .btn-lg {
    padding: 12px 26px;
    border-radius: 15px;
    font-size: 26px;
    line-height: 30px;
  }

  .container {
    padding: 0 10px;
  }

  .header {
    margin: 20px 0;
  }

  .nav.toggled .nav-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav.toggled .nav-menu li {
    margin: 0 0 20px 0 !important;
  }

  .intro {
    margin: 40px 0;
  }
  .intro-text {
    max-width: 100%;
    text-align: center;
  }
  .intro-text h1 {
    font-size: 36px;
  }
  .intro-text h1 span {
    font-size: 60px;
  }
  .intro-text h1 strong {
    font-size: 38px;
  }
  .intro-lead {
    max-width: 90%;
    margin: 20px auto 30px auto;
  }
  .intro-image-1 {
    position: static;
    transform: none;
    max-width: 80%;
    margin: 40px auto 0 auto;
    text-align: center;
  }
  .intro-image-2 {
    position: static;
    transform: none;
    max-width: 80%;
    margin: 40px auto 0 auto;
    text-align: center;
  }

  .about {
    margin: 64px 0;
  }
  .about-title h2 {
    font-size: 32px;
  }
  .about-title h2 span {
    font-size: 26px;
  }

  .start-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .stats {
    margin: 0 0 40px 0;
  }
  .stats-image img {
    max-width: 90%;
  }
  .stats-text-1 {
    font-size: 48px;
    line-height: 38px;
  }
  .stats-text-2 {
    font-size: 120px;
    line-height: 120px;
  }
  .stats-text-3 {
    font-size: 36px;
    line-height: 36px;
  }
  .stats-text-4 {
    font-size: 28px;
    line-height: 28px;
  }

  .more-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .feedback-wrapper {
    padding: 0 40px;
  }
  .feedback-item {
    padding: 10px;
  }
  .feedback-text {
    font-size: 16px;
  }
  .feedback-name {
    font-size: 24px;
  }
  .feedback .slide-next, .feedback .slide-prev {
    width: 24px;
  }

  .service-title h2 {
    font-size: 36px;
  }
  .service-title h2 span {
    font-size: 28px;
  }
  .service-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .seo, .routine {
    text-align: center;
  }
  .seo-block, .routine-block {
    flex-direction: column;
  }
  .seo-text, .routine-text {
    margin-left: 0;
    font-size: 20px;
  }

  .quality-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .calc {
    margin: 64px 0;
  }
  .calc-grid {
    flex-direction: column;
  }
  .calc-radios .radio {
    margin-right: 15px;
  }
  .calc-radios .radio-text {
    font-size: 16px;
  }
  .calc-settings {
    max-width: initial;
    margin: 0;
  }
  .calc-totals {
    max-width: initial;
  }

  .feedback {
    margin: 64px 0;
  }

  .subscribe {
    padding: 48px 0;
  }
  .subscribe-form {
    flex-direction: column;
    align-items: center;
  }
  .subscribe-form-input {
    margin: 0 0 30px 0;
  }

  .modal-form .btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 1601px) {
  body.body-bg-1 {
    background-size: 100% auto;
  }
  body.body-bg-2 {
    background-size: 100% auto;
  }
}
