:root {
  --text: #373133;
  --pink: #e9407a;
  --pink-dark: #c61753; 
  --white: white;
  --black: black;
  --light-pink: #f7c2d6;
  --grey-bg: #f4f4f4;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all .2s;
}

a small {
  font-size: 100%;
}

ul {
  margin-bottom: 0;
  padding-left: 40px;
}

html {
  overflow: visible;
}

html.menu-open {
  overflow: hidden;
}

.body {
  color: var(--text);
  height: max-content;
  font-family: Bitter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  padding-top: 90px;
}

.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
}

.footer {
  background-color: var(--pink);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar {
  background-color: #0000;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar .container {
  background-color: var(--white);
  border-radius: 30px;
}

.navbar-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-icon {
  width: 89px;
  height: 89px;
}

.navbar-menu {
  flex: 1;
}

.navbar-menu-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-menu-list {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 25px;
  grid-row-gap: 5px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-menu-link {
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 800;
}

.navbar-menu-link:hover,
.navbar-menu-link.w--current {
  color: var(--pink);
}

.btn {
  background-color: var(--pink);
  text-align: center;
  border-radius: 500px;
  padding: 18px 30px;
  font-weight: 700;
  line-height: 100%;
}

.btn:hover {
  background-color: var(--pink-dark);
}

.navbar .btn {
  flex-shrink: 0;
}

.btn.business-btn {
  position: absolute;
  inset: auto 25px 25px;
}

.btn.light {
  color: var(--text);
  background-color: var(--light-pink);
}

.btn.light:hover {
  color: var(--white);
  background-color: var(--text);
}

.btn.white {
  background-color: var(--white);
  color: var(--text);
}

.btn.white:hover {
  background-color: var(--text);
  color: var(--white);
}

.btn.black {
  background-color: var(--text);
}

.btn.black:hover {
  background-color: var(--light-pink);
  color: var(--text);
}

.hero {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-image {
  background-image: url("https://cdn.prod.website-files.com/681c454138553fe34b8a796b/682303d588014efe284efc92_43890f50786a677a8304aabb97281a33d884571b.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  height: 673px;
  padding: 30px;
  position: relative;
}

.h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.pink {
  color: var(--pink);
}

.hero-info-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.hero-tag-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-tag-item {
  background-color: var(--white);
  color: var(--pink);
  border-radius: 72px;
  padding: 10px 30px;
  font-style: italic;
  font-weight: 700;
}

.about {
  background-image: linear-gradient(180deg, var(--white) 50%, #fff2f7 50%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.h2.center {
  text-align: center;
}

.about-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.about-video {
  border-radius: 60px;
  align-self: stretch;
  height: 550px;
  overflow: hidden;
}

.about-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business {
  background-color: #fff2f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.business-content {
  margin-top: 50px;
}

.business-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

.business-item {
  position: relative;
}

.business-item:nth-child(1) {
  grid-area: span 1 / span 3;
}

.business-item:nth-child(2) {
  grid-area: span 1 / span 6;
}

.business-item:nth-child(3) {
  grid-area: span 1 / span 5;
}

.business-item:nth-child(4) {
  grid-area: span 1 / span 4;
}

.business-item:nth-child(5) {
  grid-area: 1/ 10 / 3 / 13;
}

.business-item-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  height: 100%;
  padding: 25px;
  display: flex;
}

.business-item-head {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.business-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: var(--light-pink);
  border-radius: 100px;
  flex-shrink: 0;
}

.business-item-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

.business-item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.business-item-text {
  margin-top: auto;
}

.business-item-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.form {
  padding-top: 50px;
  padding-bottom: 50px;
}

.form.pink-bg {
  background-image: linear-gradient(#fff2f7 50%, #fff 50%);
}

.form-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--pink);
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.form-img {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  max-height: 560px;
}

.form-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.form-info-title {
  color: var(--white);
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph,
.form-info-text {
  color: var(--white);
  font-size: 20px;
  line-height: 100%;
}

.yargroom {
  padding-top: 50px;
  padding-bottom: 50px;
}

.yargroom-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.yargroom-img {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 640px;
}

.yargroom-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.yargroom-info-text {
  font-size: 20px;
  line-height: 100%;
}

.yargroom-info-icon {
  background-image: url("/img/yargroom-logo-2.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 145px;
}

.franchise {
  padding-top: 50px;
  padding-bottom: 50px;
}

.franchise-head {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.franchise-head-text {
  width: 50%;
  font-size: 20px;
  line-height: 100%;
}

.franchise-content {
  margin-top: 50px;
}

.franchise-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.franchise-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f4f4f4;
  border-radius: 30px;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.franchise-item:nth-child(1) {
  grid-area: span 3 / span 1;
}

.franchise-item:nth-child(2) {
  grid-area: span 3 / span 1;
}

.franchise-item:nth-child(3) {
  grid-area: span 2 / span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.franchise-item:nth-child(3) .franchise-item-img {
  height: 280px;
}

.franchise-item:nth-child(4) {
  grid-area: span 2 / span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.franchise-item:nth-child(4) .franchise-item-img {
  height: 280px;
}

.franchise-item:nth-child(5) {
  grid-area: span 1 / span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.franchise-item:nth-child(5) .franchise-item-img {
  height: 165px;
}

.franchise-item-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 250px;
}

.franchise-item-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.franchise-item-title {
  color: var(--pink);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.market {
  padding-top: 50px;
  padding-bottom: 50px;
}

.market-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #f4f4f4;
  border-radius: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 50px;
  display: grid;
}

.market-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.market-radio-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.market-chart {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 450px;
  height: 450px;
}

.market-chart svg {
  position: absolute;
  inset: 0;
}

.market-chart-text {
  font-size: 48px;
  font-weight: 800;
  line-height: 100%;
  color: var(--light-pink);
  transition: color .2s ease;
}

.market-radio-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.market-radio-btn:hover .market-radio-btn-icon {
  box-shadow: 0 0 4px var(--pink);
}

.market-radio-btn.active .market-radio-btn-icon {
  background-color: var(--pink);
}

.market-chart-text.active {
  color: var(--pink);
}

.market-radio-btn-icon {
  background-color: var(--light-pink);
  border-radius: 100px;
  width: 21px;
  height: 21px;
  transition: background-color .2s ease, box-shadow .2s ease;
}

.market-radio-btn-text {
  font-size: 32px;
  line-height: 100%;
}

.market-path {
  fill: var(--light-pink);
  transition: fill .2s ease;
}

.market-path.active {
  fill: var(--pink);
}

.model {
  padding-top: 50px;
  padding-bottom: 50px;
}

.model-content {
  margin-top: 50px;
}

.plans {
  padding-top: 50px;
  padding-bottom: 50px;
}

.plans-content {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plans-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plans-image {
  background-color: var(--pink);
  background-image: url("../681c73c07a9a245bdf72193f_paw.png");
  background-position: -30px 50px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.plans-img {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 780px;
}

.plans-info-span {
  background-color: var(--pink);
  color: #8a0b37;
  border-radius: 70px;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-weight: 700;
}

.plans-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.plans-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--grey-bg);
  border-radius: 30px;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.plans-item-title {
  color: var(--pink);
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.plans-item-span {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.steps {
  background-color: #fff2f7;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.steps-head {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.steps-head-text {
  font-size: 20px;
  line-height: 100%;
}

.steps-content {
  margin-top: 80px;
}

.steps-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  height: 100%;
}

.steps-item-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 300px;
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.steps-item-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  flex-grow: 1;
}

.steps-item-span {
  color: var(--pink);
}

.steps-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
  color: #CBA7B5;
  transition: color .2s;
}

.steps-item-text {
  color: #CBA7B5;
  transition: color .2s;
}

.steps-item-line-block {
  position: absolute;
  inset: auto 0% 0%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  margin-top: auto;
}

.steps-item-line-circle {
  flex-shrink: 0;
  background-color: #CBA7B5;
  border-radius: 100px;
  width: 5px;
  height: 5px;
  transition: background-color .2s;
}

.steps-item-line {
  background-color: #CBA7B5;
  width: 100%;
  height: 1px;
  transition: background-color .2s;
}

.steps-swiper {
  overflow: visible;
  width: 35%;
  margin: 0;
}

.steps-swiper .swiper-slide {
  height: auto;
}

.steps-swiper .swiper-slide.swiper-slide-active .steps-item-img {
  opacity: 1;
}

.steps-swiper .swiper-slide.swiper-slide-active .steps-item-title,
.steps-swiper .swiper-slide.swiper-slide-active .steps-item-text {
  color: var(--text);
}

.steps-swiper .swiper-slide.swiper-slide-active .steps-item-line-circle,
.steps-swiper .swiper-slide.swiper-slide-active .steps-item-line {
  background-color: var(--pink);
}

.format {
  background-image: linear-gradient(#fff2f7 50%, #fff 50%);
  padding-top: 50px;
  padding-bottom: 50px;
}

.format-content {
  background-color: var(--pink);
  color: var(--white);
  border-radius: 60px;
  padding: 30px;
}

.calculator {
  padding-top: 50px;
  padding-bottom: 50px;
}

.calculator-head {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calculator-head-text {
  font-size: 20px;
  line-height: 100%;
}

.calculator-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--pink);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding: 40px;
  display: grid;
}

.calculator-block {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}

.calculator-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.calculator-img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.works,
.package {
  padding-top: 50px;
  padding-bottom: 50px;
}

.works-content {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.works-img {
  height: 440px;
  border-radius: 30px;
}

img-comparison-slider {
  outline: none !important;
}

.package-content {
  margin-top: 40px;
}

.package-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.package-tabs-content {
  margin-top: 50px;
}

.package-tab-link {
  color: var(--pink);
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 70px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: 18px 20px;
  font-weight: 700;
  display: flex;
}

.package-tab-link.w--current {
  background-color: var(--pink);
  color: var(--white);
}

.package-tab-pane-img {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 490px;
}

.gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gallery-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.gallery-list {
  align-self: stretch;
  max-width: 1360px;
}

.gallery-sizer,
.gallery-item {
  width: 16%;
}

.gallery-item {
  float: left;
  height: 304px;
  margin-bottom: 10px;
}

.gallery-item--height2 {
  height: 445px;
}

.gallery-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.partners {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.partners-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.partners-item {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 20px 40px;
}

.partners-item-icon {
  object-fit: contain;
  width: 100%;
  height: 88px;
}

.articles {
  padding-top: 50px;
  padding-bottom: 50px;
}

.articles-content {
  margin-top: 50px;
}

.articles-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles-item {
  background-color: #f4f4f4;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.articles-item-img {
  object-fit: cover;
  width: 100%;
  height: 255px;
}

.articles-item-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 25px;
  display: flex;
}

.articles-item-date {
  background-color: var(--white);
  color: var(--pink);
  border-radius: 100px;
  padding: 10px;
  font-weight: 700;
  position: absolute;
  inset: 15px 15px auto auto;
}

.faq {
  padding-top: 50px;
  padding-bottom: 50px;
}

.faq-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.faq-item-dropdown {
  background-color: #f4f4f4;
  border-radius: 30px;
  display: block;
}

.faq-item-dropdown-toggle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.faq-item-dropdown-list.w--open {
  background-color: #0000;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
}

.faq-item-dropdown-icon {
  background-color: #f7c2d6;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.faq-item-dropdown-icon::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M17 17L7 7M17 17V8M17 17H8' stroke='%23373133' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .2s;
}

.faq-item-dropdown-toggle.w--open .faq-item-dropdown-icon::before {
  transform: rotateZ(-90deg);
}

.faq-item-dropdown-title {
  color: var(--pink);
  font-size: 32px;
  line-height: 100%;
}

.contacts {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contacts-container {
  background-color: #f4f4f4;
  border-radius: 60px;
  padding: 40px;
}

.contacts-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.contacts-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--pink);
  border-radius: 30px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.contacts-map {
  border: 1px solid #0003;
  border-radius: 30px;
  overflow: hidden;
}

.contacts-map div {
  height: 100%;
}

.contacts-socials-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contacts-socials-item-link {
  background-color: var(--white);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-radius: 5px;
  width: 52px;
  height: 52px;
}

.contacts-socials-item-link:hover {
  background-color: var(--light-pink);
}

.contacts-socials-item-link.tg {
  background-image: url("/img/telegram.svg");
}

.contacts-socials-item-link.vk {
  background-image: url("/img/vk.svg");
}

.contacts-socials-item-link.wa {
  background-image: url("/img/wa.svg");
}

.contacts-socials-item-link.yt {
  background-image: url("/img/yt.svg");
}

.contacts-info-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contacts-info-item-title {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.contacts-info-item-link,
.contacts-info-item-text {
  color: var(--white);
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.contacts-info-item-link:hover {
  color: var(--light-pink);
}

.footer-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.footer-logo-icon {
  width: 290px;
  height: 69px;
}

.footer-top-link {
  color: var(--white);
  font-size: 32px;
  line-height: 100%;
}

.footer-top-link:hover {
  color: var(--light-pink);
}

.footer-bottom-text {
  color: var(--white);
  line-height: 100%;
}

.hero-img-1 {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: -22px auto auto 230px;
  transform: rotate(16deg);
}

.hero-img-2 {
  width: 140px;
  height: 140px;
  position: absolute;
  inset: auto 50px 30px auto;
  transform: rotate(20deg);
}

.hero-img-3 {
  width: 84px;
  height: 84px;
  position: absolute;
  inset: auto 30px 230px auto;
  transform: rotate(-20deg);
}

.hero-tablet,
.hero-mobile {
  display: none;
}

.format-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.format-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  color: var(--text);
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.format-item-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.format-item-specs {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: auto;
  display: flex;
}

.format-item-spec {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.format-item-spec-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: underline;
}

.format-item-spec-text {
  font-size: 20px;
  line-height: 100%;
}

.calculator-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.profit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #F4F4F4;
  border-radius: 20px;
}

.calculator-checkboxes {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.calculator-checkboxes label {
  margin: 0;
  display: flex;
  align-items: center;
}

.calculator-checkboxes input {
  flex-shrink: 0;
}

.calculator-count {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.counter {
  display: flex;
  align-items: center;
  gap: 20px;
}

.counter button {
  width: 44px;
  height: 44px;
  border: 1px solid #00000033;
  border-radius: 100px;
}

.counter span {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: var(--pink);
}

.calculator-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.calculator-revenue {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.calculator-revenue-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.profit-box-text {
  font-size: 48px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
}

#profit {
  color: var(--pink);
}

/* Кастомный слайдер */
.calculator-block input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #f4bad2;
  border-radius: 5px;
  outline: none;
}

.calculator-block input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f04b91;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.calculator-block input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f04b91;
  cursor: pointer;
}

/* Кастомные чекбоксы */
.calculator-block input[type="checkbox"] {
  appearance: none;
  width: 45px;
  height: 45px;
  background-color: #F4F4F4;
  border: 1px solid #00000033;
  border-radius: 10px;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

.calculator-block input[type="checkbox"]:checked {
  background-color: var(--pink);
}

.calculator-block input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 12px;
  width: 15px;
  height: 20px;
  border: solid var(--light-pink);
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

@media screen and (max-width: 1399px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1,
  .h2 {
    font-size: 48px;
  }

  .hero-image {
    height: 400px;
  }

  .hero-img-2 {
    width: 100px;
    height: 100px;
    transform: rotate(-20deg);
    inset: auto 70px -20px auto;
  }

  .hero-img-1 {
    width: 80px;
    height: 80px;
    inset: auto 0px 90px auto;
    transform: rotate(-16deg);
  }

  .hero-img-3 {
    width: 64px;
    height: 64px;
    inset: auto -150px -30px auto;
    z-index: 1;
    transform: rotate(20deg);
  }

  .business-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .business-item:nth-child(1),
  .business-item:nth-child(2),
  .business-item:nth-child(3) {
    grid-area: span 1 / span 2;
  }

  .business-item:nth-child(4),
  .business-item:nth-child(5) {
    grid-area: span 1 / span 3;
  }

  .business-item-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .yargroom-info-icon {
    width: 450px;
    height: 93px;
  }

  .yargroom-img {
    height: 580px;
  }

  .franchise-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .franchise-item:nth-child(3),
  .franchise-item:nth-child(4),
  .franchise-item:nth-child(5) {
    display: flex;
    flex-direction: column;
  }

  .franchise-item:nth-child(1),
  .franchise-item:nth-child(2),
  .franchise-item:nth-child(3) {
    grid-area: span 1 / span 2;
  }

  .franchise-item:nth-child(4),
  .franchise-item:nth-child(5) {
    grid-area: span 1 / span 3;
  }

  .franchise-item-img {
    height: 170px !important;
  }

  .form-content,
  .plans-content {
    gap: 30px;
  }

  .gallery-sizer,
  .gallery-item {
    width: 19%;
  }

  .plans-image {
    margin-top: 215px;
  }

  .plans-img {
    height: 580px;
  }

  .market-chart {
    width: 350px;
    height: 350px;
  }

  .market-radio-btn-text {
    font-size: 28px;
  }

  .market-radio-btn-icon {
    width: 18px;
    height: 18px;
  }

  .market-chart-text {
    font-size: 38px;
  }

  .steps-swiper {
    width: 42%;
  }

  .footer-logo-icon {
    width: 209px;
    height: 50px;
  }

  .footer-top-link {
    font-size: 24px;
  }

  .form-info-text {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .navbar-content {
    justify-content: space-between;
  }

  .navbar-logo {
    z-index: 10;
  }

  .navbar-menu {
    background-color: var(--white);
    min-width: 100vw;
    max-height: 100vh;
    inset: 0%;
  }

  .navbar-menu-content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .navbar-menu-list {
    flex-flow: column;
    align-items: center;
  }

  .navbar-menu-link {
    font-size: 20px;
    line-height: 100%;
  }

  .navbar-menu-btn.w--open {
    z-index: 10;
    color: var(--black);
    background-color: #0000;
  }

  .navbar-menu-btn {
    padding: 0;
    width: 36px;
    height: 36px;
  }

  .navbar-menu-btn .w-icon-nav-menu::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='37' viewBox='0 0 36 37' fill='none'%3e%3cpath d='M23.055 16.25H8.625C8.00368 16.25 7.5 15.7463 7.5 15.125C7.5 14.5037 8.00368 14 8.625 14H23.055C23.6763 14 24.18 14.5037 24.18 15.125C24.18 15.7463 23.6763 16.25 23.055 16.25Z' fill='black'/%3e%3cpath d='M8.625 21.5H27.855C28.4763 21.5 28.98 22.0037 28.98 22.625C28.98 23.2463 28.4763 23.75 27.855 23.75H8.625C8.00368 23.75 7.5 23.2463 7.5 22.625C7.5 22.0037 8.00368 21.5 8.625 21.5Z' fill='black'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .navbar-menu-btn.w--open .w-icon-nav-menu::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='36' height='37' viewBox='0 0 36 37' fill='none'%3e%3cpath d='M29.5782 28.086L19.9875 18.5005L29.5782 8.98571C30.0588 8.42904 30.0328 7.59366 29.5185 7.06841C29.0041 6.54317 28.1748 6.50512 27.6152 6.9811L17.9965 16.4254L8.54601 6.91051C7.99912 6.36316 7.11588 6.36316 6.56899 6.91051C6.30354 7.17558 6.15424 7.5364 6.15424 7.91282C6.15424 8.28923 6.30354 8.65005 6.56899 8.91512L16.0054 18.4158L6.41475 27.9166C6.14931 28.1816 6 28.5425 6 28.9189C6 29.2953 6.14931 29.6561 6.41475 29.9212C6.67936 30.1854 7.03758 30.3327 7.41028 30.3306C7.77613 30.3328 8.12836 30.1909 8.39178 29.9353L17.9965 20.4063L27.6152 30.0906C27.8798 30.3548 28.238 30.5021 28.6107 30.5C28.9785 30.4984 29.331 30.3514 29.5922 30.0906C29.8558 29.8236 30.0026 29.4618 30 29.0853C29.9973 28.7089 29.8455 28.3492 29.5782 28.086Z' fill='%23E9407A'/%3e%3c/svg%3e");
  }

  .hero {
    overflow: hidden;
  }

  .hero-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-image {
    background-position: 50% 0;
  }

  .hero-img-2 {
    inset: auto auto -20px 50%;
  }

  .hero-img-3 {
    inset: auto auto 50px 80%;
  }

  .hero-img-1 {
    inset: auto auto 70px 65%;
  }

  .h1 {
    font-size: 36px;
    line-height: 100%;
  }

  .h2 {
    font-size: 40px;
  }

  .about-video {
    height: 300px;
  }

  .business-list {
    grid-template: "Area Area-5"
      "Area-2 Area-2"
      "Area-4 Area-3"
      / 1fr 1fr;
  }

  .form-content {
    border-radius: 36px;
    grid-template-columns: 1fr;
  }

  .form-img {
    display: none;
  }

  .form-info-title {
    font-size: 36px;
  }

  .form-info-text {
    text-align: center;
    font-size: 16px;
  }

  .yargroom-img {
    height: 410px;
  }

  .yargroom-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .yargroom-info-text {
    font-size: 16px;
  }

  .div-block {
    width: 263px;
    height: 63px;
  }

  .franchise-head-text {
    width: 70%;
    font-size: 16px;
  }

  .franchise-list {
    grid-template: "Area Area Area-2 Area-2 Area-3 Area-3"
      "Area-5 Area-5 Area-5 Area-4 Area-4 Area-4"
      / 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .franchise-item-img {
    height: 160px;
  }

  .franchise-item-title {
    font-size: 28px;
  }

  .market-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2.25fr 1fr;
    padding: 30px;
  }

  .market-right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .market-radio-btns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .market-chart {
    width: 190px;
    height: 190px;
  }

  .market-chart-text {
    font-size: 20px;
  }

  .market-radio-btn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .market-radio-btn-icon {
    width: 18px;
    height: 18px;
  }

  .market-radio-btn-text {
    font-size: 18px;
  }

  .plans-content {
    grid-template-columns: 1fr;
  }

  .plans-image {
    display: none;
  }

  .plans-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: grid;
  }

  .steps-head-text {
    font-size: 16px;
  }

  .steps-item-title {
    font-size: 28px;
  }

  .calculator-head-text {
    font-size: 16px;
  }

  .calculator-content {
    grid-template-columns: 2fr;
  }

  .calculator-img {
    display: none;
  }

  .package-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .package-tab-link {
    font-size: 14px;
    line-height: 100%;
  }

  .partners-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .partners-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partners-item-icon {
    height: 48px;
  }

  .articles-list {
    grid-template-columns: 1fr 1fr;
  }

  .faq-content {
    flex-flow: column;
    display: flex;
  }

  .faq-item-dropdown-title {
    font-size: 24px;
  }

  .contacts-content {
    flex-flow: column-reverse;
    grid-auto-flow: row dense;
    display: flex;
  }

  .contacts-map {
    height: 360px;
  }

  .contacts-info-item-title {
    font-size: 16px;
  }

  .contacts-info-item-link,
  .contacts-info-item-text {
    font-size: 20px;
  }

  .footer-bottom {
    flex-flow: wrap;
    justify-content: center;
    padding-top: 30px;
  }

  .footer-logo-icon {
    width: 122px;
    height: 29px;
  }

  .footer-top-link {
    font-size: 18px;
  }

  .footer-bottom-text {
    font-size: 12px;
  }

  .hero-tablet {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .hero-tablet-tags {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero-tablet-tag {
    background-color: var(--pink);
    color: var(--white);
    text-align: center;
    border-radius: 72px;
    flex: 1;
    padding: 10px 20px;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
  }

  .hero-tablet-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--white);
    background-image: url("https://cdn.prod.website-files.com/681c454138553fe34b8a796b/682303d588014efe284efc92_43890f50786a677a8304aabb97281a33d884571b.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 36px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 30px;
    display: flex;
  }

  .hero-tablet-text {
    font-size: 20px;
    line-height: 100%;
  }

  .hero-mobile-tags {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero-mobile-tag {
    font-style: italic;
  }

  .format-item-title {
    font-size: 28px;
  }

  .format-item-spec-title,
  .format-item-spec-text {
    font-size: 18px;
  }

  .gallery-sizer,
  .gallery-item {
    width: 24%;
  }

  .plans-item:nth-child(3) {
    grid-area: span 1 / span 2;
  }

  .yargroom-info-icon {
    width: 350px;
    height: 93px;
  }

  .business-item-img {
    height: 400px;
  }

  .yargroom-content {
    grid-template-columns: .75fr 1fr;
  }

  .steps-swiper {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 69px;
  }

  .navbar-logo-icon {
    width: 69px;
    height: 69px;
  }

  .h2 {
    font-size: 28px;
  }

  .business-list {
    flex-flow: column;
    display: flex;
  }

  .form-info-title {
    font-size: 28px;
  }

  .yargroom-content {
    flex-flow: column-reverse;
    display: flex;
  }

  .franchise-head-text {
    width: 100%;
  }

  .franchise-list,
  .market-content,
  .plans-list {
    flex-flow: column;
    display: flex;
  }

  .format-content {
    border-radius: 30px;
    padding: 20px;
  }

  .partners-list {
    grid-template-columns: 1fr 1fr;
  }

  .articles-list {
    grid-template-columns: 1fr;
  }

  .faq-item-dropdown-title {
    font-size: 18px;
  }

  .contacts-container {
    border-radius: 20px;
    padding: 20px;
  }

  .footer-top {
    flex-flow: column;
  }

  .footer-logo-icon {
    width: 308px;
    height: 74px;
  }

  .hero-tablet {
    display: none;
  }

  .hero-mobile-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .hero-mobile-tags {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .hero-mobile-tag {
    background-color: var(--white);
    color: var(--pink);
    border-radius: 100px;
    padding: 7px 14px;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%;
  }

  .format-list {
    grid-template-columns: 1fr;
  }

  .format-item-title {
    font-size: 24px;
  }

  .format-item-spec-title,
  .format-item-spec-text {
    font-size: 16px;
  }

  .gallery-sizer,
  .gallery-item {
    width: 49%;
  }

  .steps-swiper {
    width: 70%;
  }

  .calculator-checkboxes {
    flex-direction: column;
  }

  .calculator-content {
    padding: 20px;
  }

  .profit-box-text {
    font-size: 28px;
  }

  .calculator-title {
    font-size: 16px;
  }

  .calculator-head-text {
    text-align: center;
  }

  .calculator-block {
    gap: 30px;
  }

  .about-video {
    border-radius: 30px;
  }

  .hero-img-2 {
    width: 80px;
    height: 80px;
    left: 45%;
  }

  .hero-img-1 {
    bottom: 30px;
    width: 60px;
    height: 60px;
    transform: rotate(-6deg);
  }

  .hero-img-3 {
    width: 54px;
    height: 54px;
    bottom: -20px;
  }

  .package-tabs-menu {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .navbar .container {
    border-radius: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1, .h2, .h2.center {
    font-size: 24px;
  }

  .business-item-content {
    border-radius: 20px;
    padding: 15px;
    font-size: 14px;
  }

  .business-item-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .business-item-icon {
    width: 42px;
    height: 42px;
  }

  .business-item-title {
    font-size: 20px;
  }

  .business-item-img {
    border-radius: 20px;
  }

  .form-content {
    border-radius: 20px;
    padding: 20px;
  }

  .form-info-title {
    font-size: 24px;
  }

  .form-info-text {
    font-size: 14px;
  }

  .yargroom-img {
    height: 300px;
  }

  .yargroom-info-text,
  .franchise-head-text {
    font-size: 14px;
  }

  .franchise-item {
    border-radius: 20px;
    padding: 15px;
  }

  .franchise-item-title {
    font-size: 20px;
  }

  .franchise-item-text {
    font-size: 14px;
  }

  .market-content {
    border-radius: 20px;
    padding: 20px;
  }

  .market-radio-btn-icon {
    width: 10px;
    height: 10px;
  }

  .market-radio-btn-text {
    font-size: 16px;
  }

  .plans-item {
    border-radius: 20px;
    padding: 15px;
  }

  .plans-item-title {
    font-size: 20px;
  }

  .plans-item-text,
  .steps-head-text {
    font-size: 14px;
  }

  .steps-item-title {
    font-size: 20px;
  }

  .steps-item-text {
    font-size: 14px;
  }

  .format-content {
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .calculator-head-text {
    font-size: 14px;
  }

  .calculator-content {
    padding: 20px;
  }

  .package-tab-pane-img {
    height: 400px;
  }

  .partners-list {
    grid-template-columns: 1fr;
  }

  .articles-item-info {
    padding: 15px;
  }

  .articles-item-text,
  .articles-item-date {
    font-size: 14px;
  }

  .faq-item-dropdown {
    border-radius: 20px;
  }

  .faq-item-dropdown-toggle {
    padding: 15px;
  }

  .faq-item-dropdown-title {
    font-size: 16px;
  }

  .contacts-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-info {
    padding: 20px;
  }

  .contacts-socials-list {
    flex-flow: wrap;
  }

  .contacts-socials-item-link {
    width: 42px;
    height: 42px;
  }

  .contacts-info-item-title {
    font-size: 14px;
  }

  .contacts-info-item-link,
  .contacts-info-item-text {
    font-size: 18px;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-logo-icon {
    width: 280px;
    height: 70px;
  }

  .hero-tablet-text {
    font-size: 16px;
  }

  .hero-mobile {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .format-item {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .format-item-spec-title,
  .format-item-spec-text {
    font-size: 14px;
  }

  .gallery-sizer,
  .gallery-item {
    width: 48%;
  }

  .steps-swiper {
    width: 85%;
  }

  .hero-img-2 {
    left: 65%;
  }

  .hero-img-1 {
    bottom: 30px;
    left: 85%;
  }

  .hero-img-3 {
    bottom: 130px;
  }

  .hero-image {
    padding: 20px;
    border-radius: 30px;
  }

  .hero-tag-item {
    padding: 5px 15px;
    font-size: 14px;
  }

  .calculator-block input[type="checkbox"] {
    width: 35px;
    height: 35px;
  }

  .calculator-block input[type="checkbox"]:checked::after {
    left: 10px;
    width: 10px;
    height: 15px;
  }

  .calculator-count {
    align-items: flex-start;
    flex-direction: column;
  }
}