.vo-page {
  --vo-ink: #2c3e50;
  --vo-dark: #202b35;
  --vo-lime: #e1fa3f;
  --vo-green: #b9d09c;
  --vo-blue: #edf2fb;
  --vo-yellow: #eef4c6;
  --vo-field: #f1f3fc;
  background: #fff;
  color: var(--vo-ink);
  overflow: hidden;
}

.vo-page,
.vo-page * {
  box-sizing: border-box;
}

.vo-page .container {
  width: 100%;
  max-width: 1400px;
  padding-right: 80px;
  padding-left: 80px;
}

.vo-page section {
  margin: 0 0 100px;
}

.vo-page .top-nav {
  height: 50px;
  margin: 0;
}

.vo-page .top-nav .container {
  height: 100%;
  align-items: center;
}

.vo-page .top-nav a {
  height: 36px;
}

.vo-page .vo-header-phone {
  margin-left: auto;
  padding-right: 0;
}

.vo-page .main-header {
  height: 70px;
  margin: 0 0 24px;
  box-shadow: none;
}

.vo-page .main-header .header-inner {
  height: 55px;
}

.vo-page .logo img {
  width: 187px;
  height: auto;
}

.vo-page .header-actions {
  gap: 24px;
}

.vo-page .vo-search-btn {
  display: flex;
  width: 41px;
  height: 41px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f1f3f6;
  cursor: pointer;
}

.vo-page .vo-search-btn img {
  width: 14px;
  height: 14px;
}

.vo-page .login-btn {
  height: 41px;
  padding: 0 24px;
  background: var(--vo-ink);
  color: #fff;
}

.vo-page .vo-content {
  width: 100%;
}

.vo-page .vo-hero__visual {
  position: relative;
  height: 581px;
}

.vo-page .vo-hero__picture,
.vo-page .vo-hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.vo-page .vo-button {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  width: 313px;
  height: 49px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--vo-lime);
  color: var(--vo-ink);
  border: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.vo-page .vo-button:hover,
.vo-page .vo-submit:hover {
  background: var(--vo-ink);
  color: #fff;
}

.vo-page .vo-button:active,
.vo-page .vo-submit:active {
  transform: translateY(1px) scale(0.99);
}

.vo-page .vo-button:focus-visible,
.vo-page .vo-submit:focus-visible,
.vo-page .vo-modal__close:focus-visible {
  outline: 3px solid rgba(44, 62, 80, 0.3);
  outline-offset: 3px;
}

.vo-page .vo-hero__advantages {
  display: grid;
  height: 148px;
  margin-top: 100px;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #e3e9f2;
  border-radius: 40px;
}

.vo-page .vo-hero__advantages div {
  position: relative;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.vo-page .vo-hero__advantages div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 100px;
  height: 1px;
  background: #cfd8e4;
  transform: rotate(90deg);
  transform-origin: center;
}

.vo-page .vo-two-column {
  display: grid;
  grid-template-columns: 397px 1fr;
  gap: 33px;
}

.vo-page .vo-section-copy h2,
.vo-page .vo-launch h2,
.vo-page .vo-calculator h2 {
  margin: 0 0 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

.vo-page .vo-section-copy p,
.vo-page .vo-launch p,
.vo-page .vo-calculator p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.38;
}

.vo-page .vo-equation-section {
  min-height: 291px;
}

.vo-page .vo-audience > h2 {
  margin: 0 0 35px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}

.vo-page .vo-audience__content {
  display: grid;
  grid-template-columns: 397px 1fr;
  gap: 33px;
  align-items: start;
}

.vo-page .vo-audience__content > p {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.38;
}

.vo-page .vo-equation {
  display: grid;
  align-self: end;
  grid-template-columns: 244px 11px 273px 10px 273px;
  align-items: center;
  position: relative;
}

.vo-page .vo-equation__card {
  position: relative;
  z-index: 1;
  display: flex;
  height: 227px;
  padding: 26px 20px 21px;
  flex-direction: column;
  justify-content: flex-start;
  border: 0;
  border-radius: 19px;
  background: #fff;
  text-align: center;
}

.vo-page .vo-equation--audience .vo-equation__card {
  background: url("../images/virtual-operator/vo-equation__card.svg") center / 100% 100% no-repeat;
}

.vo-page .vo-equation__card strong,
.vo-page .vo-equation__plain strong {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.38;
	color: #202B35;
}

.vo-page .vo-equation__card small {
	margin-top: 50px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: #202B35;
}

.vo-page .vo-equation__card--accent {
  background: var(--vo-yellow);
}

.vo-page .vo-equation__card--result {
  background: var(--vo-blue);
}

.vo-page .vo-equation--audience .vo-equation__card--accent {
  background-image: url("../images/virtual-operator/vo-equation__card--accent.svg");
}

.vo-page .vo-equation--audience .vo-equation__card--result {
  background-image: url("../images/virtual-operator/vo-equation__card--result.svg");
}

.vo-page .vo-equation__operator {
  position: relative;
  z-index: 3;
  display: flex;
  top: 7px;
  width: 52px;
  height: 52px;
  margin-left: -21px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--vo-dark);
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.vo-page .vo-industries {
  min-height: 432px;
}

.vo-page .vo-industries .vo-section-copy {
  height: 161px;
}

.vo-page .vo-industries .vo-section-copy h2 {
  width: 605px;
}

.vo-page .vo-industries .vo-section-copy p {
  width: 800px;
}

.vo-page .vo-industries__viewport {
  width: calc(100% + 50px);
  margin-left: -25px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.vo-page .vo-industries__viewport::-webkit-scrollbar {
  display: none;
}

.vo-page .vo-industries__list {
  display: flex;
  width: 1290px;
  padding-top: 61px;
  gap: 10px;
  margin: 0 75px 0 0;
}

.vo-page .vo-industry-card {
  position: relative;
  width: 250px;
  height: 210px;
  flex: 0 0 250px;
  padding: 27px 18px 18px;
  border: 0;
  border-radius: 0;
  background: url("../images/virtual-operator/industry-card-bg.svg") center / 100% 100% no-repeat;
  scroll-snap-align: start;
  text-align: center;
}

.vo-page .vo-industry-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.vo-page .vo-industry-card h3 {
  display: flex;
  height: 80px;
  margin: 0;
  padding-left: 38px;
  align-items: flex-start;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.04;
}

.vo-page .vo-industry-card p {
  margin: 0;
  padding: 29px 3px 0;
  border-top: 1px solid var(--vo-green);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.15;
}

.vo-page .vo-texture {
  overflow: hidden;
  border-radius: 36px;
  background: url("../images/virtual-operator/glass-background.png") center / cover no-repeat;
}

.vo-page .vo-texture.vo-texture__glass {
	  background: url("../images/virtual-operator/glass-2.png") center / cover no-repeat !important;
	ba
}

.vo-page .vo-launch__inner {
  display: grid;
  height: 400px;
  padding: 42px 62px 41px 59px;
  grid-template-columns: 1fr 382px;
  gap: 40px;
  align-items: center;
  color: #fff;
}

.vo-page .vo-launch__copy {
  width: 472px;
}

.vo-page .vo-launch h2 {
  width: 354px;
  margin-bottom: 30px;
}

.vo-page .vo-launch__copy p + p {
  width: 413px;
  margin-top: 30px;
}

.vo-page .vo-launch__services {
  overflow: hidden;
  width: 382px;
  height: 317px;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background: var(--vo-field);
  color: var(--vo-ink);
}

.vo-page .vo-launch__services li {
  position: relative;
  display: flex;
  height: 53px;
  padding-left: 46px;
  align-items: center;
  border-bottom: 1px solid #a8acb3;
  font-size: 16px;
  font-weight: 400;
}

.vo-page .vo-launch__services li:last-child {
  border-bottom: 0;
}

.vo-page .vo-launch__services li::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/virtual-operator/tag.svg) no-repeat center;
}

.vo-page .vo-flexibility {
  min-height: 289px;
}

.vo-page .vo-flexibility .vo-two-column {
  grid-template-columns: 430px 1fr;
  gap: 66px;
	align-items: center;
}

.vo-page .vo-flexibility .vo-section-copy h2 {
  width: 430px;
}


.vo-page .vo-flexibility .vo-equation__card strong,
.vo-page .vo-flexibility .vo-equation__plain strong {
	font-size: 24.48px;
	
	@media screen and (max-width: 1199px) {
		font-size: 18px;
	}
	@media screen and (max-width: 479px) {
		font-size: 16px;
	}
}

.vo-page .vo-equation--flex {
  grid-template-columns: 224px 12px 238px 12px 250px;
}

.vo-page .vo-equation--flex .vo-equation__card {
  height: 209px;
  justify-content: center;
}

.vo-page .vo-equation--flex .vo-equation__card:first-child {
  border: 1px solid var(--vo-green);
}

.vo-page .vo-equation--flex .vo-equation__plain {
  text-align: center;
}

.vo-page .vo-calculator__inner {
  position: relative;
  display: grid;
  height: 469px;
  padding: 55px 50px 55px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
    url("../images/virtual-operator/glass-background.png");
  grid-template-columns: 409px 1fr;
  gap: 99px;
  align-items: center;
}

.vo-page .vo-calculator__copy {
  align-self: start;
  padding-top: 46px;
}

.vo-page .vo-calculator h2 {
  margin-bottom: 61px;
}

.vo-page .vo-calculator__form {
  min-height: 359px;
  padding: 30px 12px;
  border-radius: 36px;
  background: #fff;
}

.vo-page .vo-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}

.vo-page .vo-form input[type="text"],
.vo-page .vo-form input[type="email"],
.vo-page .vo-form input[type="tel"],
.vo-page .vo-form input[type="number"],
.vo-page .vo-form textarea {
  width: 100%;
  height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 24px;
  background: var(--vo-field);
  color: var(--vo-ink);
  font: 300 12px/1.3 "Manrope", sans-serif;
  outline: none;
  transition: box-shadow 0.15s ease, background-color 0.15s ease;
}

.vo-page .vo-form textarea {
  display: block;
  margin-top: 12px;
  height: 84px;
  padding-top: 18px;
  resize: none;
}

.vo-page .vo-form input:focus,
.vo-page .vo-form textarea:focus,
.vo-page .vo-modal__form input:focus {
  background: #fff;
  box-shadow: 0 0 0 2px var(--vo-green);
}

.vo-page .vo-form__agreement {
  display: flex;
  margin: 24px 0 6px;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}

.vo-page .vo-form__agreement a {
text-decoration-line: underline;
}

.vo-page .vo-form__agreement input {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  margin: 0;
  appearance: none;
  border: 1px solid var(--vo-ink);
  border-radius: 50%;
  background: #fff;
}

.vo-page .vo-form__agreement input:checked {
  border: 4px solid #fff;
  background: var(--vo-green);
  box-shadow: 0 0 0 1px var(--vo-ink);
}

.vo-page .vo-submit {
  width: 321px;
  max-width: none;
  height: 49px;
  margin: 0;
  padding: 0 20px;
  border: 0;
  border-radius: 20px;
  background: var(--vo-lime);
  color: var(--vo-ink);
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
	
	@media screen and (max-width: 1200px) {
		font-size: 14px;
		height: 36px;
        width: 100%;
	}
}

body.vo-modal-open {
  overflow: hidden;
}

.vo-page .vo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.vo-page .vo-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.vo-page .vo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(44, 62, 80, 0.6);
}

.vo-page .vo-modal__dialog {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: min(1118px, 100%);
  height: min(780px, calc(100vh - 48px));
  border-radius: 36px;
  background: #f0efed;
  box-shadow: 0 24px 70px rgba(32, 43, 53, 0.28);
  transform: translateY(16px) scale(0.98);
  transition: transform 0.2s ease;
}

.vo-page .vo-modal.is-open .vo-modal__dialog {
  transform: none;
}

.vo-page .vo-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.vo-page .vo-modal__close::before,
.vo-page .vo-modal__close::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 2px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--vo-ink);
}

.vo-page .vo-modal__close::before {
  transform: rotate(45deg);
}

.vo-page .vo-modal__close::after {
  transform: rotate(-45deg);
}

.vo-page .vo-modal__close:hover {
  transform: rotate(90deg);
}

.vo-page .vo-modal__close:active {
  transform: rotate(90deg) scale(0.88);
}

.vo-page .vo-modal__visual {
  height: 265px;
  padding: 93px 24px 0;
  background: url("../images/virtual-operator/modal-background.png") center 46% / cover no-repeat;
  color: var(--vo-ink);
  text-align: center;
}

.vo-page .vo-modal__visual h2,
.vo-page .vo-modal__dialog--success h2 {
  margin: 0 0 17px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.vo-page .vo-modal__visual p,
.vo-page .vo-modal__dialog--success p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.vo-page .vo-modal__form {
  width: 772px;
  margin: 74px auto;
}

.vo-page .vo-modal__fields {
  display: grid;
  gap: 16px;
}

.vo-page .vo-modal__form input {
  width: 100%;
  height: 60px;
  padding: 0 40px;
  border: 1px solid var(--vo-ink);
  border-radius: 36px;
  background: #fff;
  color: var(--vo-ink);
  font: 400 18px/1 "Manrope", sans-serif;
  outline: none;
}

.vo-page .vo-modal__form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
	font-size: 18px;
}

.vo-page .vo-modal__form .vo-form__agreement {
  width: 458px;
  min-height: 30px;
  margin: 24px auto 0;
  gap: 13px;
  align-items: center;
  color: var(--vo-ink);
  font-size: 10px;
  line-height: 1.5;
}

.vo-page .vo-modal__form .vo-form__agreement input {
  width: 20px;
  height: 20px;
  padding: 0;
  flex: 0 0 20px;
  border-color: var(--vo-ink);
}

.vo-page .vo-modal__form .vo-submit {
  display: block;
  width: 232px;
  height: 49px;
  margin: 24px auto 0;
  border-radius: 20px;
  background: var(--vo-ink);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.vo-page .vo-modal__form .vo-submit:hover {
  background: var(--vo-lime);
  color: var(--vo-ink);
}

.vo-page .vo-modal__dialog--success {
  width: min(608px, 100%) !important;
  height: 270px !important;
  padding: 79px 24px 0;
  overflow: hidden;
  background: #f0efed;
  text-align: center;
}

.vo-page .vo-modal__dialog--success h2 {
  margin-bottom: 16px;
  font-size: 30px;
}

.vo-page .vo-modal__dialog--success p {
  width: 494px;
  margin: 0 auto;
}

.vo-page .vo-footer {
  min-height: 357px;
  padding: 30px 80px;
}

.vo-page .vo-footer > .container {
  display: grid;
  max-width: 1240px;
  padding: 0;
  grid-template-columns: 390px 420px 1fr;
  gap: 42px;
  align-items: end;
}

.vo-page .vo-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.vo-page .vo-footer ul {
  margin: 0;
  padding: 0;
}

.vo-page .vo-footer li {
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
}

.vo-page .vo-footer__apps h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.vo-page .vo-footer__apps p {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}

.vo-page .vo-footer__stores {
  display: flex;
  gap: 20px;
}

.vo-page .vo-footer__qr {
  width: 124px;
  height: 124px;
}

.vo-page .vo-footer__stores > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vo-page .vo-footer__stores a img {
  width: 124px;
}

.vo-page .vo-footer__social {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 34px;
}

.vo-page .vo-footer__social img {
  width: 45px;
  height: 45px;
}

.vo-page .vo-footer__legal {
  font-size: 10px;
  font-weight: 300;
}

.vo-page .vo-footer__providers {
  display: flex;
  margin-top: 28px;
  flex-direction: column;
  gap: 5px;
}

@media (max-width: 1199.98px) {
  .vo-page .vo-modal__dialog {
    width: min(945px, 100%);
    height: min(846px, calc(100vh - 48px));
  }

  .vo-page .vo-modal__form {
    margin-top: 121px;
  }

  .vo-page .vo-audience > h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .vo-page .vo-audience__content {
    grid-template-columns: 285px 1fr;
    gap: 37px;
  }

  .vo-page .vo-audience__content > p {
    font-size: 18px;
  }

  .vo-page .container {
    max-width: 960px;
    padding-right: 59px;
    padding-left: 59px;
  }

  .vo-page section {
    margin-bottom: 70px;
  }

  .vo-page .top-nav,
  .vo-page .main-header {
    display: flex;
  }

  .vo-page .logo img {
    width: 128px;
  }

  .vo-page .vo-hero__visual {
    width: 842px;
    height: 395px;
  }

  .vo-page .vo-button {
    width: 220px;
    height: 44px;
    padding: 0 8px;
    font-size: 14px;
  }

  .vo-page .vo-hero__advantages {
    width: 842px;
    height: 108px;
    margin-top: 30px;
    border-radius: 25px;
  }

  .vo-page .vo-hero__advantages div {
    font-size: 18px;
  }

  .vo-page .vo-equation-section {
    min-height: 212px;
  }

  .vo-page .vo-two-column {
    grid-template-columns: 285px 1fr;
    gap: 37px;
  }

  .vo-page .vo-section-copy h2,
  .vo-page .vo-launch h2,
  .vo-page .vo-calculator h2 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .vo-page .vo-section-copy p,
  .vo-page .vo-launch p,
  .vo-page .vo-calculator p {
    font-size: 18px;
  }

  .vo-page .vo-equation {
    grid-template-columns: 168px 8px 188px 8px 188px;
  }

  .vo-page .vo-equation__card {
    height: 165px;
    padding: 18px 13px 14px;
    border-radius: 14px;
  }

  .vo-page .vo-equation__card strong,
  .vo-page .vo-equation__plain strong {
    font-size: 18px;
  }

  .vo-page .vo-equation__card small {
    font-size: 10px;
	  margin-top: 35px;
  }

  .vo-page .vo-equation__operator {
    width: 38px;
    height: 38px;
    margin-left: -15px;
    font-size: 25px;
    top: 5px;
  }

  .vo-page .vo-industries {
    min-height: 381px;
  }

  .vo-page .vo-industries .vo-section-copy {
    height: 135px;
  }

  .vo-page .vo-industries .vo-section-copy h2 {
    width: 600px;
  }

  .vo-page .vo-industries .vo-section-copy p {
    width: 650px;
  }

  .vo-page .vo-industries__viewport {
    width: calc(100% + 118px);
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .vo-page .vo-industries__list {
    padding-top: 36px;
  }

  .vo-page .vo-launch__inner {
    width: 842px;
    height: 335px;
    padding: 34px 31px;
    grid-template-columns: 1fr 360px;
  }

  .vo-page .vo-launch__copy {
    width: 360px;
  }

  .vo-page .vo-launch h2 {
    width: 300px;
    margin-bottom: 24px;
	  font-size: 24px;
  }

  .vo-page .vo-launch__copy p + p {
    width: 330px;
    margin-top: 20px;
  }

  .vo-page .vo-launch__services {
    width: 360px;
    height: 275px;
  }

  .vo-page .vo-launch__services li {
    height: 46px;
    font-size: 14px;
  }

  .vo-page .vo-flexibility {
    min-height: 212px;
  }

  .vo-page .vo-flexibility .vo-two-column {
    grid-template-columns: 285px 1fr;
    gap: 37px;
  }

  .vo-page .vo-flexibility .vo-section-copy h2 {
    width: 300px;
  }

  .vo-page .vo-equation--flex {
    grid-template-columns: 168px 8px 180px 8px 188px;
  }

  .vo-page .vo-equation--flex .vo-equation__card {
    height: 165px;
  }

  .vo-page .vo-calculator__inner {
    width: 842px;
    height: 406px;
    padding: 35px 40px;
    grid-template-columns: 320px 1fr;
    gap: 35px;
  }

  .vo-page .vo-calculator__copy {
    padding-top: 42px;
  }

  .vo-page .vo-calculator h2 {
    margin-bottom: 45px;
	  font-size: 24px;
  }

  .vo-page .vo-calculator__form {
    min-height: 336px;
  }

  .vo-page .vo-footer {
    padding-right: 59px;
    padding-left: 59px;
  }

  .vo-page .vo-footer > .container {
    max-width: 842px;
    grid-template-columns: 245px 325px 1fr;
    gap: 20px;
  }

  .vo-page .vo-footer__qr {
    width: 100px;
    height: 100px;
  }

  .vo-page .vo-footer__stores a img {
    width: 105px;
  }
}

@media (min-width: 801px) and (max-width: 960.98px) {
  .vo-page .header-burger {
    display: none;
  }

  .vo-page .header-actions .login-btn {
    display: flex;
  }

  .vo-page .header-actions {
    min-width: auto;
  }
}

@media (max-width: 800px) {
  .vo-page .vo-audience > h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.04;
    white-space: normal;
  }

  .vo-page .vo-audience__content {
    display: block;
  }

  .vo-page .vo-audience__content > p {
    height: 77px;
    font-size: 16px;
    line-height: 1.38;
  }

  .vo-page .vo-equation--audience .vo-equation__card {
    background-image: url("../images/virtual-operator/vo-equation__card--mobile.svg");
  }

  .vo-page .vo-equation--audience .vo-equation__card--accent {
    background-image: url("../images/virtual-operator/vo-equation__card--accent--mobile.svg");
  }

  .vo-page .vo-equation--audience .vo-equation__card--result {
    background-image: url("../images/virtual-operator/vo-equation__card--result--mobile.svg");
	  align-items: center;
  }

  .vo-page .container {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .vo-page section {
    margin-bottom: 40px;
  }

  .vo-page .top-nav {
    display: none;
  }

  .vo-page .main-header {
    position: relative;
    z-index: 5;
    display: block;
    height: 74px;
    margin: 0 0 40px;
  }

  .vo-page .main-header .container {
    height: 74px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vo-page .logo img {
    width: 123px;
    height: auto;
  }

  .vo-page .header-actions {
    min-width: 34px;
  }

  .vo-page .vo-search-btn,
  .vo-page .login-btn {
    display: none;
  }

  .vo-page .header-burger {
    display: flex;
  }

  .vo-page .vo-hero__visual {
    width: 100%;
    height: 450px;
  }

  .vo-page .vo-hero__shape {
    border-radius: 25px;
  }

  .vo-page .vo-hero__cutout--title {
    width: 334px;
    height: 35px;
  }

  .vo-page .vo-hero__cutout--subtitle {
    top: 30px;
    width: 245px;
    height: 37px;
  }

  .vo-page .vo-hero__cutout--lead {
    width: 260px;
    height: 79px;
  }

  .vo-page .vo-hero__cutout--button {
    display: none;
  }

  .vo-page .vo-hero__title {
    top: 8px;
    left: 0;
    width: 325px;
    font-size: 20px;
    line-height: 1.6;
  }

  .vo-page .vo-hero__lead {
    right: 10px;
    bottom: 16px;
    width: 230px;
    font-size: 12px;
    line-height: 1.6;
  }

  .vo-page .vo-button {
    top: calc(100% + 20px);
    bottom: auto;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
  }

  .vo-page .vo-hero__advantages {
    width: 100%;
    height: 70px;
    margin-top: 100px;
    border-radius: 10px;
  }

  .vo-page .vo-hero__advantages div {
    padding: 5px;
    font-size: 12px;
    line-height: 1.4;
  }

  .vo-page .vo-hero__advantages div:not(:last-child)::after {
    top: 50%;
    right: -25px;
    width: 50px;
  }

  .vo-page .vo-two-column {
    display: block;
  }

  .vo-page .vo-section-copy h2,
  .vo-page .vo-launch h2,
  .vo-page .vo-calculator h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.04;
  }

  .vo-page .vo-section-copy p,
  .vo-page .vo-launch p,
  .vo-page .vo-calculator p {
    font-size: 16px;
    line-height: 1.38;
  }

  .vo-page .vo-equation-section {
    min-height: 394px;
  }

  .vo-page .vo-equation-section .vo-section-copy {
    height: 119px;
  }

  .vo-page .vo-equation {
    display: grid;
	  height: 262px;
        max-width: 440px;

    margin: 0 auto;
    grid-template-columns: 1fr 9px 1fr;
    grid-template-areas:
      "one plus two"
      "result result result";
    align-items: start;
	  
	  @media screen and (max-width: 440px) {
		    height: 232px;
			max-width: 390px;
	  }
  }

  .vo-page .vo-equation__card {
	          height: 150px;
    padding: 25px 14px 16px;
    border-radius: 18px;
	   @media screen and (max-width: 440px) {
		     height: 133px;
	  }
	  
  }

  .vo-page .vo-equation__card:first-child {
    grid-area: one;
  }

  .vo-page .vo-equation__card--accent,
  .vo-page .vo-equation__plain {
    grid-area: two;
  }

  .vo-page .vo-equation__card--result {
    grid-area: result;
  
	          height: 105px;
    margin-top: 6px;
	  
	  @media screen and (max-width: 440px) {
		       height: 93px;
	  }
  }

  .vo-page .vo-equation__card strong,
  .vo-page .vo-equation__plain strong {
    font-size: 18px;
	  @media screen and (max-width: 479px) {
		   font-size: 16px; 
	  }  
	}

  .vo-page .vo-equation__card small {
    font-size: 10px;
	  	  margin-top: auto;
  }

  .vo-page .vo-equation__operator {
    width: 40px;
    height: 40px;
    margin-left: -15px;
    font-size: 27px;
  }

  .vo-page .vo-equation__operator:first-of-type {
    grid-area: plus;
    align-self: center;
    top: 0;
  }

  .vo-page .vo-equation__operator:last-of-type {
    z-index: 4;
    grid-area: result;
    align-self: start;
    justify-self: center;
    margin: -21px 0 0;
  }

  .vo-page .vo-industries {
    min-height: 368px;
  }

  .vo-page .vo-industries .vo-section-copy {
    height: 118px;
  }

  .vo-page .vo-industries .vo-section-copy h2,
  .vo-page .vo-industries .vo-section-copy p {
    width: 100%;
  }

  .vo-page .vo-industries__viewport {
    width: calc(100% + 20px);
    margin-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .vo-page .vo-industries__list {
    width: 1290px;
    padding-top: 40px;
	  margin: 50px 40px;
  }

  .vo-page .vo-industry-card {
    width: 250px;
    height: 210px;
    flex-basis: 250px;
  }

  .vo-page .vo-launch__inner {
    width: 100%;
    height: max-content;
    padding: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
  }

  .vo-page .vo-launch__copy {
    width: 100%;
  }

  .vo-page .vo-launch h2 {
    margin-bottom: 20px;
  }

  .vo-page .vo-launch__copy p + p {
    width: 260px;
    margin-top: 15px;
  }

  .vo-page .vo-launch__services {
    width: 100%;
    height: 275px;
  }

  .vo-page .vo-flexibility {
    min-height: 394px;
  }

  .vo-page .vo-flexibility .vo-two-column {
    display: block;
  }

  .vo-page .vo-flexibility .vo-section-copy {
    height: max-content;
    margin-bottom: 20px;
  }

  .vo-page .vo-flexibility .vo-section-copy h2 {
    width: 100%;
  }

  .vo-page .vo-equation--flex {
   
	          height: 262px;
        max-width: 440px;
    margin: 0 auto;
    gap: 5px;
	  
	  @media screen and (max-width: 440px) {
		   height: 232px;
    max-width: 391px;
	  }
  }

  .vo-page .vo-equation--flex .vo-equation__card {
    height: 150px;
	  
	  @media screen and (max-width: 440px) {
		  height: 133px;
	  }
  }

  .vo-page .vo-equation--flex .vo-equation__card--result {
    height: 105px;
	  
	   @media screen and (max-width: 440px) {
		      height: 93px;
	  }
  }

  .vo-page .vo-equation__plain {
    display: flex;
    height: 150px;
    padding: 20px 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
	  
	   @media screen and (max-width: 440px) {
		      height: 133px;
	  }
  }

  .vo-page .vo-calculator__inner {
    display: block;
    width: 100%;
    height: max-content;
    padding: 30px;
  }

  .vo-page .vo-calculator__copy {
           height: max-content;
        padding: 0;
        margin-bottom: 20px;
  }

  .vo-page .vo-calculator h2 {
    margin-bottom: 20px;
  }

  .vo-page .vo-calculator__form {
    min-height: 346px;
    padding: 30px 12px;
    border-radius: 36px;
  }

  .vo-page .vo-form input[type="text"],
  .vo-page .vo-form input[type="email"],
  .vo-page .vo-form input[type="tel"],
  .vo-page .vo-form input[type="number"] {
    height: 48px;
    padding: 0 14px;
  }

  .vo-page .vo-submit {
    width: 100%;
    height: 36px;
    font-size: 14px;
  }

  .vo-page .vo-modal {
    padding: 12px;
  }

  .vo-page .vo-modal__dialog {
    width: min(402px, 100%);
    height: min(881px, calc(100vh - 24px));
    border-radius: 36px;
  }

  .vo-page .vo-modal__visual {
    height: 265px;
    padding: 100px 16px 0;
    background-position: center;
  }

  .vo-page .vo-modal__visual h2,
  .vo-page .vo-modal__dialog--success h2 {
    margin-bottom: 16px;
    font-size: 35px;
  }

  .vo-page .vo-modal__visual p,
  .vo-page .vo-modal__dialog--success p {
    font-size: 14px;
  }

  .vo-page .vo-modal__form {
    width: calc(100% - 36px);
    margin-top: 91px;
  }

  .vo-page .vo-modal__form input {
    height: 60px;
    padding: 0 40px;
    font-size: 18px;
  }

  .vo-page .vo-modal__form .vo-form__agreement {
    width: 303px;
    min-height: 54px;
    margin-top: 24px;
    font-size: 12px;
  }

  .vo-page .vo-modal__form .vo-submit {
    margin-top: 24px;
  }

  .vo-page .vo-modal__dialog--success {
    width: min(402px, 100%);
    height: 270px;
    padding: 73px 28px 0;
    border-radius: 24px;
  }

  .vo-page .vo-modal__dialog--success h2 {
    font-size: 30px;
  }

  .vo-page .vo-modal__dialog--success p {
    width: 100%;
  }

  .vo-page .vo-footer {
    min-height: 612px;
    padding: 30px 20px;
  }

  .vo-page .vo-footer > .container {
    display: grid;
    max-width: none;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
    align-items: start;
  }

  .vo-page .vo-footer__nav {
    order: 2;
    grid-column: 1 / -1;
  }

  .vo-page .vo-footer__apps {
    order: 3;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 20px;
  }

  .vo-page .vo-footer__apps h2,
  .vo-page .vo-footer__apps p {
    grid-column: 1;
  }

  .vo-page .vo-footer__stores {
    grid-row: 1 / 3;
    grid-column: 2;
  }

  .vo-page .vo-footer__qr {
    display: none;
  }

  .vo-page .vo-footer__stores a img {
    width: 112px;
  }

  .vo-page .vo-footer__legal {
    display: contents;
  }

  .vo-page .vo-footer__legal > ul {
    order: 4;
    grid-column: 1 / -1;
  }

  .vo-page .vo-footer__social {
    order: 1;
    grid-column: 1 / -1;
    justify-content: center;
    margin-bottom: 0;
  }

  .vo-page .vo-footer__providers {
    order: 5;
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .vo-page .vo-audience > h2 {
    font-size: 24px;
  }

  .vo-page .vo-audience__content > p {
    font-size: 14px;
  }

  .vo-page .main-header {
    margin-bottom: 20px;
  }

  .vo-page .vo-hero__visual {
    height: 395px;
  }

  .vo-page .vo-hero__advantages {
    margin-top: 85px;
  }

  .vo-page .vo-section-copy h2,
  .vo-page .vo-launch h2,
  .vo-page .vo-calculator h2 {
    font-size: 24px;
  }

  .vo-page .vo-section-copy p,
  .vo-page .vo-launch p,
  .vo-page .vo-calculator p {
    font-size: 14px;
  }

  .vo-page .vo-equation-section {
    min-height: 351px;
  }

  .vo-page .vo-equation-section .vo-section-copy,
  .vo-page .vo-flexibility .vo-section-copy {
    height: max-content;
  }

  .vo-page .vo-industries__viewport {
    width: calc(100% + 20px);
  }

  .vo-page .vo-launch__inner {
    height: 527px;
  }

  .vo-page .vo-flexibility {
    min-height: 351px;
  }

  .vo-page .vo-calculator__inner {
    height: max-content;
    padding: 30px 20px;
  }

  .vo-page .vo-calculator__copy {
    height: 167px;
  }

  .vo-page .vo-calculator__form {
    min-height: 346px;
  }

  .vo-page .vo-footer {
    min-height: 629px;
  }
}

.vo-equation__card--decision,
.vo-equation__card--brand {
  position: relative;
  border: 0 !important;
  background: none !important;
}

.vo-equation__card--brand::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url(../images/virtual-operator/brand.svg) no-repeat center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
}

.vo-equation__card--decision::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url(../images/virtual-operator/decision.svg) no-repeat center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
}
.vo-page .vo-equation__operator.vo-equation__operator--brand {
  width: 47px;
  height: 47px;
  margin-left: -15px;
}

@media (max-width: 1199.98px) {
  .vo-page .vo-equation--flex .vo-equation__card--brand::before {
    background-image: url("../images/virtual-operator/brand.svg");
  }

  .vo-page .vo-equation--flex .vo-equation__card--decision::before {
    background-image: url("../images/virtual-operator/decision.svg");
  }

  .vo-page .vo-equation--flex .vo-equation__operator--brand {
    width: 38px;
    height: 38px;
    margin-left: -15px;
    font-size: 25px;
  }
}

@media (max-width: 800px) {
  .vo-page .vo-equation--flex .vo-equation__card--brand::before {
    background-image: url("../images/virtual-operator/brand--mobile.svg");
  }

  .vo-page .vo-equation--flex .vo-equation__card--decision::before {
    background-image: url("../images/virtual-operator/decision--mobile.svg");
  }

  .vo-page .vo-equation--flex .vo-equation__operator--brand {
    width: 40px;
    height: 40px;
    margin-left: -15px;
    font-size: 27px;
    
    @media screen and (max-width: 800px) {
      top: 0px;

    }
  }
  .vo-page .vo-equation--flex .vo-equation__operator--brand.vo-equation__operator--brand-last {
     
    @media screen and (max-width: 800px) {
     margin-left: 0;
    
    }
  }
}

.vo-section-copy--mobile {
	display: none;
	
	@media screen and (max-width: 1199px) {
		display:block;
	}
}

.vo-section-copy--desktop {
	display: block;
	
	@media screen and (max-width: 1199px) {
		display:none;
	}
}

.mobile-off {
	@media screen and (max-width: 640px) {
		display:none;
	}
}
@media screen and (max-width: 640px) {
	.vo-page .vo-equation__card.vo-equation__card--result small {
		max-width:131px;
	}
}

.vo-flexibility h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 46px;
	color: #2C3E50;
	
	@media screen and (max-width: 1199px) {
		font-size: 30px;
		line-height: 41px;
	}
	@media screen and (max-width: 959px) {
		font-size: 28px;
		line-height: 100%;
		margin-bottom: 20px;
		max-width: 350px;
	}
	@media screen and (max-width: 479px) {
		font-size: 24px;
		line-height: 100%;
	}
}
