:root {
  --mtk-blue: #005081;
  --mtk-blue-2: #3870A1;
  --mtk-blue-3: #E7F1FA;
  --mtk-dark: #003247;
  --mtk-orange: #EE7F4A;
  --mtk-text: #005081;
  --mtk-muted: #6d98b4;
  --mtk-white: #ffffff;
  --mtk-radius: 16px;
  --mtk-shadow: 0 18px 45px rgba(0, 57, 86, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--mtk-text);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

#main {
  padding: unset !important;
}

address {
  margin: unset !important;
}

.full-container {
  max-width: unset !important;
}

.hgroup.full-container {
  max-width: 1080px !important;
}

button,
input,
textarea {
  font: inherit;
}

.mtk-page {
  overflow: hidden;
  background: #fff;
}

.mtk-container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.mtk-contract .mtk-container,
.mtk-choice .mtk-container {
  width: min(1190px, calc(100% - 60px));
}

.mtk-header {
  background: #3877a9;
  color: #fff;
}

.mtk-header__inner {
  min-height: 122px;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 24px;
}

.mtk-logo img {
  width: 138px;
}

.mtk-header__text {
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.mtk-header__text strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

.mtk-header__text span {
  display: block;
  margin-top: 7px;
}

.mtk-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: #00608e;
}

.mtk-nav__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  white-space: nowrap;
  overflow-x: auto;
}

.mtk-nav a {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mtk-hero {
  border-top: 1px solid #3870A1;
  position: relative;
  z-index: 1;
  margin-bottom: 58px;
  border-radius: 0 0 112px 112px;
  background: linear-gradient(180deg, #005081 0%, #00111b 100%);
  color: #fff;
}

.mtk-hero__inner {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  gap: 56px;
}

.mtk-hero__title {
  margin: 0;
  max-width: 620px;
  color: #fff;
  font-size: 66px;
  line-height: 0.92;
  font-weight: 600;
  text-transform: uppercase;
}

.mtk-hero__title span {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  color: var(--mtk-orange);
}

.mtk-hero__title b {
  display: inline-block;
  max-width: 155px;
  margin-top: 12px;
  color: #4d83aa;
  font-size: 24px;
  line-height: 1.05;
  font-style: italic;
  font-weight: 700;
}

.mtk-hero__subtitle {
  margin: 14px 0 28px;
  max-width: 560px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.mtk-hero__actions {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.mtk-hero__actions .mtk-button {
  width: 355px;
  min-height: 42px;
  font-size: 14px;
}

.mtk-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 2px;
  background: var(--mtk-orange);
  color: #fff;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.mtk-page .mtk-button:hover,
.mtk-page .mtk-button:focus,
.mtk-page .mtk-button:active {
  background: #f08c5d;
  color: #fff !important;
  text-decoration: none;
}

.mtk-button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mtk-hero__downloads {
  display: flex;
  align-items: center;
  gap: 30px;
}

.mtk-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mtk-link img {
  width: 18px;
  height: 18px;
}

.mtk-hero__image {
  width: 520px;
  justify-self: end;
}

.mtk-section {
  padding: 0 0 70px;
}

.mtk-section-title {
  margin: 0 0 34px;
  color: var(--mtk-text);
  font-size: 34px;
  line-height: 1.1;
  font-weight: 600;
}

.mtk-section-title span {
  color: var(--mtk-orange);
}

.italic {
  font-style: italic;
}

.fw400 {
  font-weight: 400;
}

.mtk-steps .mtk-section-title span {
  font-family: "Montserrat", Arial, sans-serif;
}

.mtk-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mtk-steps__cards {
  display: contents;
}

.mtk-step-card {
  position: relative;
  min-height: 318px;
  border-radius: 18px;
  background: var(--mtk-blue-2);
  color: #fff;
  padding: 28px 34px 28px;
  overflow: hidden;
}

.mtk-step-card--dark {
  background: var(--mtk-blue);
}

.mtk-step-card__num {
  display: block;
  /* margin-bottom: 45px; */
  color: #fff;
  font-size: 74px;
  line-height: 0.8;
  font-weight: 700;
}

.mtk-step-card--dark .mtk-step-card__num {
  color: var(--mtk-orange);
}

.mtk-step-card h2,
.mtk-steps__request h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  line-height: 1.17;
  font-weight: 400;
}

.mtk-step-card h2,
.mtk-step-card p {
  margin-left: 68px;
}

.mtk-step-card p {
  margin: 0 0 50px 68px;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 400;
}

.mtk-round-arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
}

.mtk-round-arrow img {
  width: 20px;
}

.mtk-steps__photo,
.mtk-service-photo {
  width: 100%;
  height: 100%;
  min-height: 318px;
  border-radius: 18px;
  object-fit: cover;
}

.mtk-steps__request {
  position: relative;
  grid-column: span 2;
  min-height: 318px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background: var(--mtk-dark);
}

.mtk-steps__request::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(359deg, rgb(0 48 70 / 67%), rgb(0 48 70 / 7%));
}

.mtk-steps__request>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mtk-steps__request>div {
  position: absolute;
  z-index: 1;
  left: 42px;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
}

.mtk-blue-panel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #4c8fc7 0%, #3870a1 100%);
  color: #fff;
  padding: 55px 50px 46px;
  box-shadow: var(--mtk-shadow);
}

.mtk-blue-panel::after {
  content: none;
}

.mtk-blue-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/block_2/background_lines.svg") right bottom / 78% auto no-repeat;
  opacity: 1;
  pointer-events: none;
}

.mtk-blue-panel h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 42px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.mtk-blue-panel h2 b,
.mtk-blue-panel h2 span {
  color: #fff;
  font-weight: 700;
  font-style: normal;
}

.mtk-choice .mtk-blue-panel h2 span {
  color: var(--mtk-orange);
  font-style: italic;
}

.mtk-contract__slider {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.mtk-contract__slider::-webkit-scrollbar {
  display: none;
}

.mtk-contract-card {
  flex: 0 0 330px;
  min-height: 240px;
  border-radius: 14px;
  background: var(--mtk-blue);
  padding: 28px 22px;
  scroll-snap-align: start;
}

.mtk-contract-card img {
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
}

.mtk-contract-card h3,
.mtk-fact h3,
.mtk-service-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.16;
  font-weight: 700;
}

.mtk-contract-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.mtk-contract__bottom,
.mtk-choice__footer,
.mtk-footer__submit {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 38px;
}

.mtk-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mtk-dots span,
.mtk-dots button {
  display: block;
  width: 34px !important;
  height: 5px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.36) !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  appearance: none;
  cursor: pointer;
}

.mtk-dots span:first-child,
.mtk-dots button.is-active {
  background: var(--mtk-orange) !important;
}

.mtk-dots button:focus {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

.mtk-today__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.mtk-fact {
  position: relative;
  min-height: 244px;
  border-radius: 28px;
  background: var(--mtk-blue);
  color: #fff;
  padding: 110px 25px 50px;
  text-align: center;
}

.mtk-fact--light {
  background: var(--mtk-blue-3);
  color: var(--mtk-text);
}

.mtk-fact img {
  position: absolute;
  top: 46px;
  right: 34px;
  width: 52px;
  height: 52px;
}

.mtk-fact strong {
  color: var(--mtk-orange);
  font-size: 62px;
  line-height: 1;
  font-weight: 300;
}

.mtk-fact span {
  color: var(--mtk-text);
  font-size: 24px;
  font-weight: 500;
}

.mtk-fact p {
  margin: 17px auto 0;
  max-width: 230px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
}

.mtk-fact h3 {
  margin: 0 0 12px;
  color: var(--mtk-orange);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.mtk-fact:not(.mtk-fact--light) p {
  color: rgba(255, 255, 255, 0.72);
}

.mtk-today__image {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.mtk-choice .mtk-blue-panel {
  background: var(--mtk-blue);
  background:
    url("assets/block_4/background_lines.svg") right bottom / 80% auto no-repeat,
    var(--mtk-blue);
  padding-bottom: 54px;
}

.mtk-choice .mtk-blue-panel::before {
  background: url("assets/block_4/background_lines.svg") right bottom / 80% auto no-repeat;
}

.mtk-brands {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 54px;
}

.mtk-brands::-webkit-scrollbar {
  display: none;
}

.mtk-brands div {
  flex: 0 0 185px;
  height: 96px;
  border-radius: 8px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 18px;
  scroll-snap-align: start;
}

.mtk-brands img {
  max-height: 48px;
  object-fit: contain;
}

.mtk-reviews {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.mtk-contract__slider.is-dragging,
.mtk-brands.is-dragging,
.mtk-reviews.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.mtk-contract__slider.is-dragging *,
.mtk-brands.is-dragging *,
.mtk-reviews.is-dragging * {
  pointer-events: none;
}

.mtk-contract__slider img,
.mtk-brands img,
.mtk-reviews img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.mtk-reviews::-webkit-scrollbar {
  display: none;
}

.mtk-review {
  flex: 0 0 320px;
  min-height: 252px;
  border-radius: 8px;
  background: #fff;
  color: #324c5d;
  padding: 0;
  font-size: 12px;
  scroll-snap-align: start;
  overflow: hidden;
}

.mtk-review img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mtk-review b,
.mtk-review span {
  display: block;
}

.mtk-review b {
  margin-bottom: 2px;
  color: #264253;
  font-size: 14px;
}

.mtk-review span {
  margin-bottom: 18px;
  color: #9babb5;
}

.mtk-review p {
  margin: 0;
}

.mtk-choice__footer img {
  width: 190px;
}

.mtk-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mtk-service-card {
  position: relative;
  min-height: 420px;
  border-radius: 14px;
  background: var(--mtk-blue-3);
  padding: 56px 36px 38px;
  color: var(--mtk-text);
}

.mtk-service-card img {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 64px;
  height: 64px;
}

.mtk-service-card h3 {
  max-width: 225px;
  margin-top: 92px;
  color: var(--mtk-text);
  font-size: 23px;
  line-height: 1.12;
  font-weight: 400;
}

.mtk-service-card p {
  margin: 0;
  max-width: 230px;
  color: var(--mtk-text);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 400;
}

.mtk-service-card a {
  position: absolute;
  left: 36px;
  bottom: 38px;
  display: inline-flex;
  min-width: 128px;
  min-height: 36px;
  align-items: center;
  border: 2px solid #005081;
  color: var(--mtk-text);
  padding: 0 22px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
}

.mtk-service-photo {
  min-height: 420px;
}

.mtk-footer {
  margin-top: 10px;
  border-radius: 112px 112px 0 0;
  background:
    url("assets/footer/background_lines.svg") right bottom / 50% auto no-repeat,
    linear-gradient(180deg, #005081 0%, #00111b 100%);
  color: #fff;
  padding: 56px 0 70px;
}

.mtk-footer__grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
}

.mtk-footer__logo {
  height: 220px;
  border-radius: 14px;
  background: #3870A1;
  display: grid;
  place-items: center;
  padding: 46px;
}

.mtk-footer__logo img {
  width: 220px;
}

.mtk-footer__map {
  width: 100%;
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
  object-fit: cover;
}

.mtk-footer__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.mtk-footer__contacts {
  min-height: 284px;
  border-radius: 14px;
  background: var(--mtk-blue-3);
  color: var(--mtk-text);
  padding: 40px 28px;
  font-style: normal;
}

.mtk-footer__contacts p {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 14px;
  margin: 0 0 25px;
  color: var(--mtk-text);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 600;
}

.mtk-footer__contacts p:last-child {
  margin-bottom: 0;
}

.mtk-footer__contacts img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #3b78a8;
  padding: 8px;
}

.mtk-footer__form {
  position: relative;
  min-height: 284px;
  border-radius: 14px;
  background: #005081;
  padding: 32px 30px 30px;
}

.mtk-footer__form h2 {
  margin: 0 0 22px;
  font-size: 27px;
  line-height: 1.03;
  font-weight: 400;
}

.mtk-footer__form h2 span {
  color: var(--mtk-orange);
  font-style: italic;
  font-weight: 800;
}

.mtk-footer__form label:not(.mtk-check) {
  display: block;
  margin-bottom: 20px;
}

.mtk-footer__form label:not(.mtk-check):nth-of-type(1),
.mtk-footer__form label:not(.mtk-check):nth-of-type(2),
.mtk-footer__form label:not(.mtk-check):nth-of-type(3) {
  float: left;
  width: calc((100% - 32px) / 3);
}

.mtk-footer__form label:not(.mtk-check):nth-of-type(1),
.mtk-footer__form label:not(.mtk-check):nth-of-type(2) {
  margin-right: 16px;
}

.mtk-footer__form label:not(.mtk-check):nth-of-type(4) {
  clear: both;
}

.mtk-footer__form label span {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
}

.mtk-footer__form input,
.mtk-footer__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 4px 0;
}

.mtk-footer__form textarea {
  height: 34px;
  resize: vertical;
}

.mtk-footer__form .wpcf7 {
  position: relative;
  z-index: 1;
}

.mtk-footer__form .wpcf7-form {
  margin: 0;
}

.mtk-footer__form .wpcf7-form p {
  margin: 0;
}

.mtk-footer__form .wpcf7-form br {
  display: none;
}

.mtk-footer__form .wpcf7-form label {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.mtk-cf7-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
}

.mtk-cf7-fields>p {
  display: contents;
}

.mtk-cf7-field--wide {
  grid-column: 1 / -1;
}

.mtk-cf7-field--wide,
.mtk-cf7-field--wide label {
  display: block;
}

.mtk-footer__form .wpcf7-form-control-wrap {
  display: block;
}

.mtk-footer__form .wpcf7 input[type="text"],
.mtk-footer__form .wpcf7 input[type="email"],
.mtk-footer__form .wpcf7 input[type="tel"],
.mtk-footer__form .wpcf7 textarea {
  width: 100%;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 0 !important;
  outline: 0;
  background: transparent !important;
  background-image: none !important;
  background-repeat: no-repeat !important;
  color: #fff;
  padding: 0 0 5px;
  line-height: 20px;
  box-shadow: none !important;
}

.mtk-footer__form .wpcf7 .wpcf7-form-control,
.mtk-footer__form .wpcf7 .wpcf7-not-valid,
.mtk-footer__form .wpcf7 .wpcf7-validates-as-email {
  background-image: none !important;
}

.mtk-footer__form .wpcf7 input:-webkit-autofill,
.mtk-footer__form .wpcf7 input:-webkit-autofill:hover,
.mtk-footer__form .wpcf7 input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px #005081 inset !important;
  transition: background-color 9999s ease-out;
}

.mtk-footer__form .wpcf7 textarea {
  height: 38px;
  resize: vertical;
}

.mtk-footer__form .wpcf7-submit {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 2px;
  background: var(--mtk-orange);
  color: #fff !important;
  padding: 0 30px !important;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none !important;
}
.mtk-footer__form .wpcf7-submit:hover{
    background: #f08c5d;
    color: #fff !important;
    text-decoration: none;
}
.mtk-footer__form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

.mtk-footer__form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  max-width: 460px;
  align-items: start;
}

.mtk-footer__form .wpcf7-acceptance input {
  position: relative;
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #fff;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.mtk-footer__form .wpcf7-acceptance input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.mtk-footer__form .wpcf7-acceptance .wpcf7-list-item-label {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
}

.mtk-footer__form .wpcf7-response-output {
  margin: 18px 0 0 !important;
  color: #fff;
}

.mtk-form-missing {
  margin: 0;
  color: #fff;
}

.mtk-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.mtk-modal.is-open {
  display: flex;
}

.mtk-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 17, 27, 0.78);
}

.mtk-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
}

.mtk-modal__form {
  min-height: 0;
  padding: 38px 42px 40px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.mtk-modal__form h2 {
  margin-bottom: 28px;
  color: #fff;
}

.mtk-modal__close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 22px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.mtk-modal__close:hover {
  background: transparent;
  color: var(--mtk-orange);
}

.mtk-modal__close:focus,
.mtk-modal__close:focus-visible {
  background: transparent;
  color: #fff;
  outline: none;
}

body.mtk-modal-lock {
  overflow: hidden;
}

.mtk-footer__form .mtk-cf7-fields {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px 18px;
}

.mtk-footer__form .mtk-cf7-fields label {
  display: block !important;
}

.mtk-footer__form .mtk-cf7-fields label > span:first-child {
  margin-bottom: 8px;
}

.mtk-footer__form .mtk-cf7-field--wide {
  margin-top: 10px !important;
}

.mtk-footer__form .wpcf7 input[type="text"],
.mtk-footer__form .wpcf7 input[type="email"],
.mtk-footer__form .wpcf7 input[type="tel"] {
  height: 22px;
}

.mtk-footer__form .wpcf7 textarea {
  height: 32px;
  min-height: 32px;
  overflow: hidden;
}

.mtk-footer__form .mtk-footer__submit {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px;
  align-items: center !important;
  gap: 42px;
  margin-top: 24px;
}

.mtk-footer__form .wpcf7-acceptance label {
  max-width: 520px;
}

.mtk-footer__form .wpcf7-acceptance input {
  margin: 0 !important;
}

.mtk-footer__form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 1.45;
}

.mtk-footer__form .wpcf7-submit {
  width: 140px;
  min-height: 48px;
  padding: 0 20px !important;
  font-size: 14px;
}

.mtk-footer__submit {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 24px;
  margin-top: 16px;
}

.mtk-footer__submit>p {
  display: contents;
}

.mtk-footer__form .mtk-footer__submit {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 140px;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 42px;
  margin-top: 24px;
}

.mtk-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  max-width: 460px;
}

.mtk-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--mtk-orange);
}

.mtk-check span {
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
}

.lowcase {
  text-transform: lowercase;
}

@media (max-width: 900px) {
  .mtk-container {
    width: min(360px, calc(100% - 28px));
  }

  .mtk-contract .mtk-container,
  .mtk-choice .mtk-container {
    width: min(360px, calc(100% - 28px));
  }

  .mtk-header__inner {
    min-height: 72px;
    grid-template-columns: 82px 1fr;
    gap: 10px;
  }

  .mtk-logo img {
    width: 82px;
  }

  .mtk-header__text {
    font-size: 8px;
    line-height: 1.25;
  }

  .mtk-header__text strong {
    font-size: 8px;
  }

  .mtk-nav {
    display: none;
  }

  .mtk-hero {
    margin-bottom: 36px;
    border-radius: 0 0 48px 48px;
  }

  .mtk-hero__inner {
    min-height: 536px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    padding-top: 35px;
  }

  .mtk-hero__title {
    font-size: 32px;
    line-height: 0.96;
  }

  .mtk-hero__title span {
    gap: 12px;
  }

  .mtk-hero__title b {
    max-width: 90px;
    margin-top: 5px;
    font-size: 15px;
  }

  .mtk-hero__subtitle {
    margin: 9px 0 18px;
    font-size: 18px;
  }

  .mtk-hero__actions {
    gap: 18px;
    width: 100%;
  }

  .mtk-button {
    min-height: 36px;
    padding: 0 20px;
    font-size: 10px;
  }
  
  .mtk-link {
    font-size: 10px;
  }

  .mtk-hero__actions .mtk-button {
    width: 100%;
  }

  .mtk-hero__downloads {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .mtk-hero__image {
    width: 284px;
    margin-top: auto;
    align-self: center;
  }

  .mtk-section {
    padding-bottom: 44px;
  }

  .mtk-section-title {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .mtk-services .mtk-section-title {
    font-size: 25px;
    line-height: 1.18;
    font-weight: 400;
  }

  .mtk-steps__grid {
    display: block;
    overflow: visible;
    min-height: 0;
    padding-bottom: 0;
  }

  .mtk-steps__cards {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 8px;
  }

  .mtk-steps__cards::-webkit-scrollbar {
    display: none;
  }

  .mtk-step-card {
    flex: 0 0 232px;
    min-height: 250px;
    scroll-snap-align: start;
  }

  .mtk-steps__photo {
    display: none;
  }

  .mtk-step-card {
    padding: 14px 16px;
  }

  .mtk-step-card__num {
    margin-bottom: 20px;
    font-size: 43px;
  }

  .mtk-step-card h2,
  .mtk-steps__request h2 {
    font-size: 16px;
  }

  .mtk-step-card h2,
  .mtk-step-card p {
    margin-left: 0;
  }

  .mtk-step-card p {
    font-size: 10px;
  }

  .mtk-steps__request {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    grid-column: auto;
    display: block;
    width: 100%;
    min-height: 230px;
    margin-top: 24px;
    scroll-snap-align: none;
  }

  .mtk-steps__request>div {
    left: 22px;
    right: 22px;
  }

  .mtk-steps__request h2 {
    max-width: 270px;
    font-size: 22px;
    line-height: 1.25;
  }

  .mtk-steps__request .mtk-button {
    width: 100%;
    min-height: 46px;
    margin-top: 14px;
    font-size: 14px;
  }

  .mtk-blue-panel {
    border-radius: 14px;
    padding: 28px 20px;
  }

  .mtk-blue-panel h2 {
    margin-bottom: 24px;
    font-size: 21px;
  }

  .mtk-contract__slider,
  .mtk-brands,
  .mtk-reviews {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    scroll-snap-type: x mandatory;
  }

  .mtk-contract__slider {
    scroll-padding-left: 0;
  }

  .mtk-contract-card {
    flex: 0 0 240px;
    min-height: 240px;
    padding: 22px 18px;
    scroll-snap-align: start;
  }

  .mtk-contract-card img {
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
  }

  .mtk-contract-card h3,
  .mtk-fact h3,
  .mtk-service-card h3 {
    font-size: 13px;
  }

  .mtk-contract-card h3 {
    font-size: 16px;
  }

  .mtk-contract-card p {
    font-size: 10px;
  }

  .mtk-contract__bottom,
  .mtk-choice__footer,
  .mtk-footer__submit {
    flex-direction: column;
  }

  .mtk-choice__footer {
    align-items: center;
    gap: 16px;
  }

  .mtk-choice__footer .mtk-dots {
    order: 1;
    justify-content: center;
  }

  .mtk-choice__footer a {
    order: 2;
  }

  .mtk-contract__bottom {
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 26px;
    text-align: center;
  }

  .mtk-contract__bottom .mtk-button {
    min-width: 190px;
  }

  .mtk-contract__bottom .mtk-dots {
    justify-content: center;
  }

  .mtk-dots span,
  .mtk-dots button {
    width: 24px;
  }

  .mtk-today__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .mtk-fact {
    min-height: 245px;
    border-radius: 22px;
    padding: 96px 18px 28px;
  }

  .mtk-fact img {
    position: absolute;
    top: 34px;
    right: 28px;
    width: 48px;
    height: 48px;
    margin-left: 0;
  }

  .mtk-fact strong {
    font-size: 58px;
    font-weight: 300;
  }

  .mtk-fact span {
    display: block;
    font-size: 20px;
  }

  .mtk-fact p {
    max-width: 135px;
    font-size: 13px;
    line-height: 1.35;
  }

  .mtk-fact p {
    margin-top: 12px;
  }

  .mtk-fact h3 {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.15;
  }

  .mtk-today__image {
    grid-column: 1 / 3;
    grid-row: auto;
    height: 274px;
    margin-top: 8px;
    border-radius: 18px;
  }

  .mtk-brands div {
    flex: 0 0 94px;
    height: 60px;
    padding: 12px;
    scroll-snap-align: start;
  }

  .mtk-reviews {
    margin-top: 26px;
  }

  .mtk-review {
    flex: 0 0 171px;
    min-height: 190px;
    padding: 14px;
    font-size: 8px;
    scroll-snap-align: start;
  }

  .mtk-review b {
    font-size: 9px;
  }

  .mtk-services__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .mtk-service-card {
    min-height: 0;
    border-radius: 18px;
    padding: 28px 24px 24px;
  }

  .mtk-service-photo {
    display: none;
  }

  .mtk-service-card img {
    top: 28px;
    right: 26px;
    width: 56px;
    height: 56px;
  }

  .mtk-service-card h3 {
    margin-top: 0;
    max-width: 230px;
    font-size: 22px;
    line-height: 1.28;
  }

  .mtk-service-card p {
    max-width: 260px;
    font-size: 13px;
    line-height: 1.45;
  }

  .mtk-service-card a {
    position: static;
    align-self: flex-start;
    min-width: 120px;
    min-height: 36px;
    margin-top: 22px;
    padding: 0 18px;
    font-size: 12px;
  }

  .mtk-footer {
    border-radius: 34px 34px 0 0;
    padding: 26px 0;
  }

  .mtk-footer__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mtk-footer__logo,
  .mtk-footer__map,
  .mtk-footer__contacts,
  .mtk-footer__form {
    min-height: 0;
    border-radius: 8px;
  }

  .mtk-footer__logo,
  .mtk-footer__map {
    height: 150px;
  }

  .mtk-footer__logo img {
    width: 160px;
  }

  .mtk-footer__contacts,
  .mtk-footer__form {
    padding: 26px 22px;
  }

  .mtk-footer__contacts p {
    font-size: 12px;
  }

  .mtk-footer__contacts img {
    width: 32px;
    height: 32px;
  }

  .mtk-footer__form label:not(.mtk-check):nth-of-type(1),
  .mtk-footer__form label:not(.mtk-check):nth-of-type(2),
  .mtk-footer__form label:not(.mtk-check):nth-of-type(3) {
    float: none;
    width: 100%;
  }

  .mtk-footer__form label:not(.mtk-check):nth-of-type(1),
  .mtk-footer__form label:not(.mtk-check):nth-of-type(2) {
    margin-right: 0;
  }

  .mtk-cf7-fields {
    grid-template-columns: 1fr;
  }

  .mtk-footer__submit {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .mtk-footer__form .mtk-footer__submit {
    display: flex !important;
    gap: 16px;
  }

  .mtk-footer__form .wpcf7-submit {
    width: 100%;
  }

  .mtk-modal {
    padding: 14px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .mtk-modal__dialog {
    margin: 24px 0;
  }

  .mtk-modal__form {
    padding: 30px 22px 26px;
  }

  .mtk-modal__close {
    top: 12px;
    right: 14px;
  }

  .mtk-footer__form h2 {
    font-size: 20px;
  }

  .mtk-check {
    max-width: 100%;
  }
}
