@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../whcorpagency__fonts/whcorpagency__Poppins-Regular.woff2") format("woff2"), url("../whcorpagency__fonts/whcorpagency__Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../whcorpagency__fonts/whcorpagency__Poppins-Bold.woff2") format("woff2"), url("../whcorpagency__fonts/whcorpagency__Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #0D2D44;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Poppins, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --btn-font-weight: 700;
  --btn-padding: 0.8em 2em;
  --btn-bg: #FD8861;
  --btn-bg-hover: #ffbca5;
  --btn-color: #0B2232;
  --btn-radius: 0.6rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.20) inset, 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  --btn-shadow-hover: var(--btn-shadow:);
}

h1,
.whcorpagency__h1,
h2,
.whcorpagency__h2,
h3,
.whcorpagency__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 120%;
}

h1,
.whcorpagency__h1 {
  font-size: clamp(1.125rem, 0.4759615385rem + 2.8846153846vw, 3rem);
}

h2,
.whcorpagency__h2 {
  font-size: clamp(1rem, 0.7836538462rem + 0.9615384615vw, 1.625rem);
}

h3,
.whcorpagency__h3 {
  font-size: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.whcorpagency__no-scroll {
  overflow: hidden;
}

.whcorpagency__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.whcorpagency__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.whcorpagency__items .whcorpagency__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.whcorpagency__terms .whcorpagency__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.whcorpagency__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.whcorpagency__main section {
  padding-block: 80px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: grid;
  place-items: center;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1.2;
  white-space: nowrap;
  text-transform: uppercase;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

hr {
  position: relative;
  overflow: visible;
  border: none;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00c8ff), to(#00c8ff));
  background: linear-gradient(to right, #00c8ff, #00c8ff);
  -webkit-box-shadow: 0 0 10px 0 rgba(18, 245, 249, 0.5);
  box-shadow: 0 0 10px 0 rgba(18, 245, 249, 0.5);
  margin-top: auto;
}

.whcorpagency__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-color: #00CCFE;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(18, 245, 249, 0.5);
  box-shadow: 0 0 10px rgba(18, 245, 249, 0.5);
  z-index: 1;
}

section {
  padding-block: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#010611), to(#0B2232));
  background: linear-gradient(180deg, #010611, #0B2232);
  text-align: center;
}

.whcorpagency__invert-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#010611), to(#0B2232));
  background: linear-gradient(0deg, #010611 0%, #0B2232 100%);
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
}

form .btn {
  margin-inline: auto;
}

input,
textarea {
  border-radius: 20px;
  border-bottom: 1px solid #74ecf3;
  background: rgba(2, 6, 16, 0.75);
  padding: 13px 20px;
  color: #FFF;
}

textarea {
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

::-moz-placeholder {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

:-ms-input-placeholder {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

::-ms-input-placeholder {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

::placeholder {
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.whcorpagency__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.whcorpagency__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
}

.whcorpagency__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.whcorpagency__warning.whcorpagency__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.whcorpagency__warning.whcorpagency__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.whcorpagency__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.whcorpagency__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.whcorpagency__modal {
  display: none;
  /* по умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.whcorpagency__modal-content {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#004260), to(#001922));
  background: linear-gradient(180deg, #004260 0%, #001922 100%);
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  color: #FFF;
}

.whcorpagency__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  max-width: 270px;
}

.whcorpagency__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

body.whcorpagency__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Blocks */

.whcorpagency__banner {
  padding-block: 100px;
  background-image: url("./../whcorpagency__img/whcorpagency__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}				.whcorpagency__avif .whcorpagency__banner {					background-image: url("./../whcorpagency__img/whcorpagency__banner.avif")				}			

.whcorpagency__banner .whcorpagency__inner {
  width: 63%;
}

.whcorpagency__banner h1 {
  color: #FD8861;
}

.whcorpagency__banner .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.whcorpagency__inner {
  max-width: 608px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  font-size: clamp(0.75rem, 0.6201923077rem + 0.5769230769vw, 1.125rem);
}

.whcorpagency__contacts {
  background-image: url("./../whcorpagency__img/whcorpagency__bg-contacts.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.whcorpagency__avif .whcorpagency__contacts {					background-image: url("./../whcorpagency__img/whcorpagency__bg-contacts.avif")				}			

.whcorpagency__footer {
  margin-top: auto;
  background: #020610;
  padding-block: 80px;
  font-size: 14px;
}

.whcorpagency__footer a {
  font-weight: 700;
}

.whcorpagency__footer a:hover {
  opacity: 0.6;
}

.whcorpagency__footer h2,
.whcorpagency__footer span,
.whcorpagency__footer .whcorpagency__age {
  color: #FD8861;
}

.whcorpagency__footer .whcorpagency__age {
  font-size: 32px;
  font-weight: 700;
}

.whcorpagency__footer .whcorpagency__item:last-child {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.whcorpagency__footer .whcorpagency__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.whcorpagency__header {
  background: #090909;
  padding-block: 14px;
}

.whcorpagency__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whcorpagency__header .whcorpagency__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whcorpagency__header a:hover,
.whcorpagency__header a.whcorpagency__active {
  color: #FD8861;
}

.whcorpagency__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  font-weight: 700;
}

.whcorpagency__logo img {
  width: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.whcorpagency__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.whcorpagency__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.whcorpagency__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.whcorpagency__mobile-nav--open {
  top: 0;
}

.whcorpagency__mobile-nav a {
  color: #fff;
}

.whcorpagency__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.whcorpagency__mobile-nav__list .whcorpagency__active {
  opacity: 0.5;
}

/* Nav Icon */

.whcorpagency__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whcorpagency__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.whcorpagency__nav-icon::before,
.whcorpagency__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.whcorpagency__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.whcorpagency__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.whcorpagency__nav-icon.whcorpagency__nav-icon--active {
  background-color: transparent;
}

.whcorpagency__nav-icon.whcorpagency__nav-icon--active::before,
.whcorpagency__nav-icon.whcorpagency__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.whcorpagency__nav-icon.whcorpagency__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.whcorpagency__nav-icon.whcorpagency__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.whcorpagency__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.whcorpagency__partner .whcorpagency__item::before {
  content: "";
  width: 100px;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-inline: auto;
}

.whcorpagency__partner .whcorpagency__item:nth-child(1)::before {
  background-image: url("./../whcorpagency__img/whcorpagency__icon-progress.svg");
}

.whcorpagency__partner .whcorpagency__item:nth-child(2)::before {
  background-image: url("./../whcorpagency__img/whcorpagency__icon-content-management.svg");
}

.whcorpagency__partner .whcorpagency__item:nth-child(3)::before {
  background-image: url("./../whcorpagency__img/whcorpagency__icon-strategy-development.svg");
}

.whcorpagency__price h2,
.whcorpagency__price h3:not(.whcorpagency__h3) {
  margin-bottom: -20px;
}

.whcorpagency__price .whcorpagency__h3,
.whcorpagency__price th {
  color: #FD8861;
}

.whcorpagency__price .whcorpagency__item ul {
  text-align: left;
}

.whcorpagency__price .whcorpagency__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whcorpagency__price .whcorpagency__item li:before {
  content: "•";
  margin-inline: 8px;
}

.whcorpagency__price table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.whcorpagency__price th,
.whcorpagency__price td {
  padding-inline: 20px;
}

.whcorpagency__price th:first-child,
.whcorpagency__price td:first-child {
  padding-left: 0;
}

.whcorpagency__price th:last-child,
.whcorpagency__price td:last-child {
  padding-right: 0;
}

.whcorpagency__price th:first-child,
.whcorpagency__price th:last-child,
.whcorpagency__price td:first-child,
.whcorpagency__price td:last-child {
  text-transform: uppercase;
  font-weight: 700;
}

.whcorpagency__price td {
  padding: 16px;
  vertical-align: top;
}

.whcorpagency__price td {
  border-bottom: 1px solid #00CCFE;
  font-size: clamp(0.625rem, 0.5384615385rem + 0.3846153846vw, 0.875rem);
  vertical-align: middle;
}

.whcorpagency__what {
  background-image: url("./../whcorpagency__img/whcorpagency__bg-what.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.whcorpagency__avif .whcorpagency__what {					background-image: url("./../whcorpagency__img/whcorpagency__bg-what.avif")				}			

.whcorpagency__what ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.whcorpagency__what li {
  border-radius: 20px;
  border-bottom: 1px solid #74ecf3;
  background: rgba(2, 6, 16, 0.75);
  padding: 16px 20px;
}

@media (max-width: 1220px) {
  .whcorpagency__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .whcorpagency__header__nav {
    display: none;
  }

  .whcorpagency__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .whcorpagency__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .whcorpagency__main section {
    padding-block: 30px;
  }

  section {
    padding-block: 30px;
  }

  form {
    padding: 0;
    border: none;
    gap: 10px;
  }

  input,
  textarea {
    padding: 10px;
    border-radius: 10px;
  }

  .whcorpagency__modal-content {
    padding: 12px;
  }

  .whcorpagency__banner {
    background-image: url("./../whcorpagency__img/whcorpagency__banner-mobile.avif");
    padding-block: 50px;
  }				.whcorpagency__avif .whcorpagency__banner {					background-image: url("./../whcorpagency__img/whcorpagency__banner-mobile.avif")				}			

  .whcorpagency__inner {
    gap: 10px;
  }

  .whcorpagency__contacts {
    background-image: url("./../whcorpagency__img/whcorpagency__bg-contacts-mobile.avif");
  }				.whcorpagency__avif .whcorpagency__contacts {					background-image: url("./../whcorpagency__img/whcorpagency__bg-contacts-mobile.avif")				}			

  .whcorpagency__footer {
    padding-block: 30px;
    text-align: center;
  }

  .whcorpagency__footer .whcorpagency__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .whcorpagency__footer .whcorpagency__link {
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .whcorpagency__price h2,
  .whcorpagency__price h3:not(.whcorpagency__h3) {
    margin-bottom: -10px;
  }

  .whcorpagency__price th,
  .whcorpagency__price td {
    padding-inline: 6px;
  }

  .whcorpagency__price td {
    padding: 10px;
  }

  .whcorpagency__what {
    background-image: url("./../whcorpagency__img/whcorpagency__bg-what-mobile.avif");
  }				.whcorpagency__avif .whcorpagency__what {					background-image: url("./../whcorpagency__img/whcorpagency__bg-what-mobile.avif")				}			

  .whcorpagency__what ul {
    gap: 10px;
  }

  .whcorpagency__what li {
    padding: 10px;
    border-radius: 10px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
  }
}