@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.14; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.14; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
}

.h1 {
  font-size: 56px;
  line-height: 150%;
}
@media only screen and (max-width: 767.98px) {
  .h1 {
    font-size: 32px;
    line-height: normal;
  }
}

.h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

.h3 {
  font-size: 28px;
  line-height: 42px;
}
@media only screen and (max-width: 767.98px) {
  .h3 {
    font-size: 20px;
  }
}

.h4 {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .h4 {
    font-size: 16px;
  }
}

.h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .h5 {
    font-size: 16px;
  }
}

.h6 {
  font-size: 18px;
  line-height: 1.5;
}

.text-line-break {
  display: block;
}
@media only screen and (max-width: 568px) {
  .text-line-break-m-unset {
    display: inline;
  }
}

.text-24 {
  font-size: 24px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px;
}

.text-14 {
  font-size: 14px !important;
}

.text-12 {
  font-size: 12px !important;
}

@media only screen and (max-width: 767.98px) {
  .t-text-16 {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-text-14 {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .ipad-text-14 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 568px) {
  .mob-text-14 {
    font-size: 14px !important;
  }
}

.bold {
  font-weight: 700;
}

.lh-150 {
  line-height: 150% !important;
}

.lh-160 {
  line-height: 160%;
}

.lh-24 {
  line-height: 24px;
}

@media only screen and (max-width: 767.98px) {
  .t-lh-24 {
    line-height: 24px;
  }
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

@media only screen and (max-width: 568px) {
  .mob-font-w-400 {
    font-weight: 400;
  }
}

.font-w-900 {
  font-weight: 900;
}

.text-primary {
  color: #151515 !important;
}

.text-black-64 {
  color: rgba(0, 0, 0, 0.64);
}

.text-primary-dark {
  color: #021f54;
}

.text-secondary {
  color: #3151BC;
}

.text-green {
  color: #96C23D;
}

.text-secondary-dark {
  color: #eb7400;
}

.text-primary-48 {
  color: rgba(21, 21, 21, 0.48);
}

.text-primary-88 {
  color: rgba(21, 21, 21, 0.88);
}

.text-dark-blue-80 {
  color: rgba(13, 23, 57, 0.8);
}

@media only screen and (max-width: 568px) {
  .mob-text-secondary {
    color: #3151BC;
  }
}

@media only screen and (max-width: 568px) {
  .mob-text-secondary-dark {
    color: #eb7400 !important;
  }
}

.text-black {
  color: #000000;
}

.text-black-op-88 {
  color: rgba(0, 0, 0, 0.88);
}

.text-black-op-64 {
  color: rgba(0, 0, 0, 0.64);
}

.text-black-op-48 {
  color: rgba(0, 0, 0, 0.48);
}

.text-primary-op-64 {
  color: rgba(21, 21, 21, 0.64);
}

.text-primary-op-88 {
  color: rgba(21, 21, 21, 0.88);
}

.text-red {
  color: #ff0000;
}

.text-lh-150 {
  line-height: 1.5;
}

.text-lh-120 {
  line-height: 1.2;
}

.subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
  opacity: 0.88;
}
@media only screen and (max-width: 568px) {
  .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
}
.subtitle--80 {
  color: rgba(13, 23, 57, 0.8);
}

.text-white {
  color: #ffffff;
}

.text-white-op-88 {
  color: #ffffff;
}

.text-blue-dark-80 {
  color: rgba(13, 23, 57, 0.8);
}

.text-blue, .text-secondary-dark {
  color: #3151BC;
}

.semibold {
  font-weight: 600;
}

.text-green-dark {
  color: #6B931B;
}

.text-blue-dark {
  color: #0D1739;
}

.flag-shadowed {
  background-image: url("../../images/flags-sprite.8b164673fefe.webp");
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 22px;
}

.vert-move {
  animation: mover 1s infinite alternate;
}

.vert-move {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes vertical-xs {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes vertical-left {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-10px) translateX(-10px);
  }
}
@keyframes vertical-right-bottom {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(10px) translateX(-10px);
  }
}
@keyframes vertical-right {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-10px) translateX(10px);
  }
}
@keyframes vertical-rotate {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-10px) translateX(10px) rotate(10deg);
  }
}
@keyframes vertical-rotate-left {
  0% {
    transform: translateY(40px) translateX(0);
  }
  100% {
    transform: translateY(-5px) translateX(10px) rotate(5deg);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(40deg);
  }
}
@keyframes rotate-right-md {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes rotate-right-sm {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rotate-right-xs {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(4deg);
  }
}
@keyframes rotate-left-xs {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@keyframes scale {
  100% {
    transform: scale(1.1);
  }
}
@keyframes toggle {
  100% {
    opacity: 0;
  }
}
.obj-1-1 {
  animation: vertical 3s infinite alternate;
}

.obj-1-2 {
  animation: vertical 2s 0.5s infinite alternate;
}

.obj-1-3 {
  animation: vertical-left 2s infinite alternate;
}

.obj-1-4 {
  animation: vertical-left 3s 0.5s infinite alternate;
}

.obj-1-5 {
  animation: vertical-right-bottom 2s infinite alternate;
}

.obj-1-6 {
  animation: vertical-right 3s infinite alternate;
}

.obj-1-7 {
  animation: vertical 2s infinite alternate;
}

.obj-1-8 {
  animation: vertical 3s 0.5s infinite alternate;
}

.obj-1-9 {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotate-right 2s infinite alternate;
}

.obj-1-10 {
  transform-origin: center;
  transform-box: fill-box;
  animation: rotate-right-xs 3s infinite alternate;
}

.obj-1-11 {
  transform-origin: center bottom;
  transform-box: fill-box;
  animation: rotate-right-md 3s infinite alternate;
}

.obj-2-1 {
  animation: vertical 2s infinite alternate;
}

.obj-2-2 {
  animation: vertical-left 2s infinite alternate;
}

.obj-2-3 {
  animation: vertical-right 2s infinite alternate;
}

.obj-2-4 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-2-5 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-2-6 {
  transform-origin: center bottom;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-3-1 {
  animation: vertical-right 2s infinite alternate;
}

.obj-3-2 {
  animation: vertical-left 2s infinite alternate;
}

.obj-3-3 {
  animation: scale 2s infinite alternate;
  transform-origin: center;
  transform-box: fill-box;
}

.obj-3-4 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-3-5 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-3-6 {
  animation: vertical-rotate 2s infinite alternate;
}

.obj-3-7 {
  animation: vertical-rotate-left 3s infinite alternate;
  transform-origin: center;
  transform-box: fill-box;
}

.obj-3-7 {
  animation: vertical-rotate-left 3s infinite alternate;
  transform-origin: center;
  transform-box: fill-box;
}

.obj-3-8 {
  transform-origin: center bottom;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-1 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-2 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-3 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-4 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-5 {
  transform-origin: center;
  animation: rotate-right 3s infinite alternate;
  transform-box: fill-box;
}

.obj-4-6 {
  transform-origin: center;
  animation: rotate-right 3s infinite alternate;
  transform-box: fill-box;
}

.obj-4-7 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-8 {
  transform-origin: center;
  animation: rotate-right-xs 3s infinite alternate;
  transform-box: fill-box;
}

.obj-4-9 {
  transform-origin: center top;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-10 {
  transform-origin: center top;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-11 {
  transform-origin: center bottom;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-4-12 {
  transform-origin: center top;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-1 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-2 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-3 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-4 {
  transform-origin: center bottom;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-5 {
  transform-origin: center bottom;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-6 {
  transform-origin: center top;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-7 {
  transform-origin: center top;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-5-8 {
  transform-origin: center top;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-6-1 {
  animation: vertical 2s infinite alternate;
}

.obj-6-2 {
  animation: vertical 2s infinite alternate;
}

.obj-6-3 {
  animation: vertical-left 2s infinite alternate;
}

.obj-6-4 {
  animation: vertical 2s infinite alternate;
}

.obj-6-5 {
  animation: vertical-left 2s infinite alternate;
}

.obj-6-6 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-6-7 {
  animation: toggle 2s infinite alternate;
}

.obj-6-8 {
  transform-origin: center top;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-6-9 {
  transform-origin: center top;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-6-10 {
  transform-origin: center top;
  transform-box: fill-box;
  animation: vertical-xs 2s infinite alternate;
}

.obj-7-1 {
  animation: vertical 2s infinite alternate;
}

.obj-7-2 {
  animation: vertical 2s infinite alternate;
}

.obj-7-3 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-7-4 {
  transform-origin: center bottom;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-7-5 {
  transform-origin: center bottom;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-7-6 {
  transform-origin: center top;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-7-7 {
  transform-origin: center top;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-7-8 {
  transform-origin: center top;
  animation: rotate-left-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-7-9 {
  transform-origin: center bottom;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-8-1 {
  animation: vertical 2s infinite alternate;
}

.obj-8-2 {
  animation: vertical 2s infinite alternate;
}

.obj-8-3 {
  transform-origin: center;
  animation: rotate-right 2s infinite alternate;
  transform-box: fill-box;
}

.obj-8-4 {
  transform-origin: center;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-8-5 {
  transform-origin: center;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-8-6 {
  transform-origin: center top;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.obj-8-7 {
  transform-origin: center top;
  animation: rotate-right-xs 2s infinite alternate;
  transform-box: fill-box;
}

.credit-card-img {
  background-image: url("../../images/credit-cards.b844a2f7f410.webp");
  width: 41px;
  height: 24px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 3px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1280px) {
  .credit-card-img {
    margin-right: 8px;
  }
}

.visa {
  background-position: 0 -341px, 0 0;
}

.cirrus {
  background-position: 0 -77px, 0 0;
}

.mastercard {
  background-position: 0 -152px, 0 0;
}

.payoneer {
  background-position: 0 -228px, 0 0;
}

.paypal {
  background-position: 0 -266px, 0 0;
}

.stripe {
  background-position: 0 -303px, 0 0;
}

.discover {
  background-position: 0 -114px, 0 0;
}

.amex {
  background-position: 0 -2px, 0 0;
}

.hero-rotating-path {
  transform-origin: 400px 200px;
  animation: rotate-2-deg 2.5s infinite linear alternate-reverse;
}

.hero-rotating-path-2 {
  transform-origin: 400px 40px;
  animation: rotate-2-deg 2.5s infinite linear alternate;
}

.hero-rotating-path-3 {
  transform-origin: 95px 307px;
  animation: rotate-10-deg 2.5s infinite linear alternate;
}

.block-with-image .hero-rotating-path {
  transform-origin: 100px 100px;
  animation-duration: 1.8s;
}

.move-top-left {
  animation: moveTopLeft 1.8s ease-in-out infinite alternate;
}

.animation-to-top {
  animation: moveToTop 1.8s ease-in-out infinite alternate-reverse;
}

.animation-to-top-10 {
  animation: moveToTop-10 1.8s ease-in-out infinite alternate-reverse;
}

.animation-to-top-15 {
  animation: moveToTop-15 1.8s ease-in-out infinite alternate-reverse;
}

.animation-to-top-20 {
  animation: moveToTop-20 1.8s ease-in-out infinite alternate-reverse;
}

.animation-to-top-reverse {
  animation: moveToTop 1.8s ease-in-out infinite alternate;
}

.animation-to-top-10-reverse {
  animation: moveToTop-10 1.8s ease-in-out infinite alternate;
}

.animation-to-left-7 {
  animation: moveToLeft-7 1.8s ease-in-out infinite alternate-reverse;
}

.animation-to-left-7-reverse {
  animation: moveToLeft-7 1.8s ease-in-out infinite alternate;
}

.animation-to-right-3 {
  animation: moveToRight-3 1.8s ease-in-out infinite alternate-reverse;
}

.animation-to-bottom-10 {
  animation: moveToBottom-10 1.8s ease-in-out infinite alternate;
}

.animation-to-bottom-8 {
  animation: moveToBottom-8 1.8s ease-in-out infinite alternate;
}

.animation-to-top-8 {
  animation: moveToTop-8 1.8s ease-in-out infinite alternate;
}

.move-right-top {
  animation: moveRightTop 1.8s ease-in-out infinite alternate-reverse;
}

.animated-rect {
  height: 26px;
  animation: expandHeight 1.6s ease-in-out infinite alternate;
}

.animated-rect-2 {
  animation: expandHeightSecond 1.6s ease-in-out infinite alternate;
}

.animated-rect-3 {
  rotate: -0.75deg;
  animation: expandHeightThird 1.6s ease-in-out infinite alternate;
}

.move-top {
  animation: moveToTop 1.8s ease-in-out infinite alternate-reverse;
}

.rotating-path {
  transform-origin: 302px 62px;
  animation: rotate-5-deg 1.8s infinite linear alternate-reverse;
}

.rotating-path-2 {
  transform-origin: 340px 82px;
  animation: rotateAnimation 1.8s infinite linear alternate-reverse;
}

.rotate-and-move-to-top {
  transform-origin: 400px 90px;
  animation: rotateAndMoveToTop 1.8s infinite linear alternate;
}

.rotate-20-path {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20 1.8s infinite linear alternate;
}

.rotate-5 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-5-deg 1.8s infinite linear alternate;
}

.rotate-5-reverse {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-5-deg 1.8s infinite linear alternate-reverse;
}

.rotate-10 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-10 1.8s infinite linear alternate;
}

.rotate-10-reverse {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-10-reverse 1.8s infinite linear alternate;
}

.rotate-10-reverse-letter {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-10-reverse-letter 1.8s infinite linear alternate;
}

.rotate-15 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-15 1.8s infinite linear alternate;
}

.rotate-15-reverse {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-15-reverse 1.8s infinite linear alternate-reverse;
}

.rotate-15-reverse-letter {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-15-reverse-letter 1.8s infinite linear alternate-reverse;
}

.rotate-15-letter {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-15-letter 1.8s infinite linear alternate;
}

.rotate-40 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-40 1.8s infinite linear alternate;
}

.rotate-40-reverse {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-40-reverse 1.8s infinite linear alternate;
}

.rotate-20-to-5 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20-to-5 1.8s infinite linear alternate;
}

.rotate-20-to-5-circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20-to-5-top-circle 1.8s infinite linear alternate;
}

.rotate-20-to-5-circle-2 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20-to-5-top-circle-2 1.8s infinite linear alternate;
}

.rotate-20-to-5-circle-3 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20-to-5-top-circle-3 1.8s infinite linear alternate;
}

.rotate-20-to-5-circle-4 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20-to-5-top-circle-4 1.8s infinite linear alternate;
}

.rotate-20-to-5-circle-5 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20-to-5-top-circle-5 1.8s infinite linear alternate;
}

.rotate-70 {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-70 1.8s infinite linear alternate;
}

.rotate-20-path-reverse {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-20 1.8s infinite linear alternate;
}

.left-arrow-to-top {
  transform-box: fill-box;
  transform-origin: center;
  animation: leftArrowToTop 1.8s infinite linear alternate;
}

.top-arrow-to-right {
  transform-box: fill-box;
  transform-origin: center;
  animation: topArrowToRight 1.8s infinite linear alternate;
}

.right-arrow-to-bottom {
  transform-box: fill-box;
  transform-origin: center;
  animation: rightArrowToBottom 1.8s infinite linear alternate;
}

.bottom-arrow-to-left {
  transform-box: fill-box;
  transform-origin: center;
  animation: bottomArrowToLeft 1.8s infinite linear alternate;
}

.move-to-top-2 {
  transform-box: fill-box;
  transform-origin: center;
  animation: move-to-top-2 1.8s infinite linear alternate;
}

.move-to-top-right-2 {
  transform-box: fill-box;
  transform-origin: center;
  animation: move-to-top-right-2 1.8s infinite linear alternate;
}

.move-to-bottom-right-2 {
  transform-box: fill-box;
  transform-origin: center;
  animation: move-to-bottom-right-2 1.8s infinite linear alternate;
}

.move-to-bottom-left-2 {
  transform-box: fill-box;
  transform-origin: center;
  animation: move-to-bottom-left-2 1.8s infinite linear alternate;
}

.move-to-top-left-2 {
  transform-box: fill-box;
  transform-origin: center;
  animation: move-to-top-left-2 1.8s infinite linear alternate;
}

.flag-animation {
  transform-box: fill-box;
  transform-origin: center;
  animation: flag-animation 1.8s infinite linear alternate-reverse;
}

.flag-animation-reverse {
  transform-box: fill-box;
  transform-origin: center;
  animation: flag-animation-reverse 1.8s infinite linear alternate;
}

.renewal-arrow-animation {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-40-to-top 1.8s infinite linear alternate;
}

.renewal-arrow-animation-reverse {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate-40-to-bottom 1.8s infinite linear alternate;
}

@keyframes rotate-40-to-top {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 0.95;
  }
  100% {
    transform: translate(-17%, 14%);
    rotate: 40deg;
    scale: 1;
  }
}
@keyframes rotate-40-to-bottom {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 0.95;
  }
  100% {
    transform: translate(15%, -17%);
    rotate: 40deg;
    scale: 1;
  }
}
@keyframes flag-animation {
  0% {
    transform: translateY(10px);
    rotate: 20deg;
  }
  100% {
    transform: translateY(0px);
    rotate: 0deg;
  }
}
@keyframes flag-animation-reverse {
  0% {
    transform: translateY(7px);
    rotate: -20deg;
  }
  100% {
    transform: translateY(-1px);
    rotate: 0deg;
  }
}
@keyframes move-to-top-2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes move-to-top-right-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2px, -2px);
  }
}
@keyframes move-to-bottom-right-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(2px, 2px);
  }
}
@keyframes move-to-bottom-left-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-2px, 2px);
  }
}
@keyframes move-to-top-left-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-2px, -2px);
  }
}
@keyframes rotate-10 {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, 0);
    rotate: -10deg;
  }
}
@keyframes rotate-10-reverse {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, 0);
    rotate: 10deg;
  }
}
@keyframes rotate-10-reverse-letter {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, -2px);
    rotate: 10deg;
  }
}
@keyframes rotate-15 {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, 0);
    rotate: -15deg;
  }
}
@keyframes rotate-15-reverse {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, 0);
    rotate: 15deg;
  }
}
@keyframes rotate-15-reverse-letter {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, -3px);
    rotate: 15deg;
  }
}
@keyframes rotate-15-letter {
  0% {
    transform: translate(0, 0px);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, -2px);
    rotate: -15deg;
  }
}
@keyframes rotate-20 {
  0% {
    transform: translate(0, -12px);
    rotate: 0deg;
  }
  100% {
    transform: translate(0px, 4px);
    rotate: -20deg;
  }
}
@keyframes rotate-40 {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0, 0);
    rotate: -40deg;
  }
}
@keyframes rotate-40-reverse {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(0, 0);
    rotate: 40deg;
  }
}
@keyframes rotate-20-to-5 {
  0% {
    transform: translate(0, 0);
    rotate: -20deg;
  }
  50% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    rotate: 5deg;
  }
}
@keyframes rotate-20-to-5-top-circle {
  0% {
    transform: translate(-4px, 0px);
    rotate: -20deg;
  }
  50% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 1;
  }
  100% {
    rotate: 10deg;
    transform: translate(1px, 0px);
  }
}
@keyframes rotate-20-to-5-top-circle-2 {
  0% {
    transform: translate(-4px, -1px);
    rotate: -20deg;
  }
  50% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 1;
  }
  100% {
    rotate: 10deg;
    transform: translate(1px, 0px);
  }
}
@keyframes rotate-20-to-5-top-circle-3 {
  0% {
    transform: translate(3px, 0px);
    rotate: -20deg;
  }
  50% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 1;
  }
  100% {
    rotate: 10deg;
    transform: translate(-1px, 0px);
  }
}
@keyframes rotate-20-to-5-top-circle-4 {
  0% {
    transform: translate(3px, 1px);
    rotate: -20deg;
  }
  50% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 1;
  }
  100% {
    rotate: 10deg;
    transform: translate(-1px, 0px);
  }
}
@keyframes rotate-20-to-5-top-circle-5 {
  0% {
    transform: translate(1px, -2px);
    rotate: -20deg;
  }
  50% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 1;
  }
  100% {
    rotate: 10deg;
    transform: translate(0px, 0px);
  }
}
@keyframes rotate-40-scale-top-bottom {
  0% {
    transform: translate(0, 1px);
    rotate: -20deg;
  }
  50% {
    transform: translate(0, 0);
    rotate: 0deg;
    scale: 1;
  }
  100% {
    rotate: 10deg;
    transform: translate(0, -3px);
  }
}
@keyframes rotate-70 {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(-1px, -5px);
    rotate: 70deg;
  }
}
@keyframes leftArrowToTop {
  0% {
    transform: translate(0, 0);
    scale: 1;
  }
  100% {
    transform: translate(-16px, -40px);
    scale: 0.8;
    rotate: 91deg;
  }
}
@keyframes topArrowToRight {
  0% {
    transform: translate(0, 0);
    scale: 1;
  }
  100% {
    transform: translate(25px, -19px);
    scale: 0.8;
    rotate: 91deg;
  }
}
@keyframes rightArrowToBottom {
  0% {
    transform: translate(0, 0);
    scale: 1;
  }
  100% {
    transform: translate(8px, 25px);
    scale: 0.8;
    rotate: 91deg;
  }
}
@keyframes bottomArrowToLeft {
  0% {
    transform: translate(0, 0);
    scale: 1;
  }
  100% {
    transform: translate(-37px, 4px);
    scale: 0.8;
    rotate: 91deg;
  }
}
@keyframes rotateAndMoveToTop {
  0% {
    transform: translate(0, 0);
    rotate: 0deg;
  }
  100% {
    transform: translate(7px, -7px);
    rotate: 10deg;
  }
}
@keyframes rotate-2-deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes rotate-5-deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes rotate-10-deg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(40deg);
  }
}
@keyframes expandHeight {
  from {
    transform: translateY(0px);
    height: 26px;
  }
  to {
    height: 120px;
    transform: translateY(-95px);
  }
}
@keyframes expandHeightSecond {
  from {
    height: 100px;
  }
  to {
    height: 20px;
    transform: translateY(80px);
  }
}
@keyframes expandHeightThird {
  from {
    transform: translate(-5px, 25px);
    height: 55px;
  }
  to {
    height: 265px;
    transform: translate(-5px, -185px);
  }
}
@keyframes moveToTop {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes moveToTop-10 {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
@keyframes moveToTop-15 {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@keyframes moveToTop-20 {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes moveTopLeft {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(-10px, -10px);
  }
}
@keyframes moveRightTop {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(10px, -5px);
  }
}
@keyframes rotate {
  100% {
    transform: matrix(0.866, 0.5, -0.5, 0.866, 0, 0);
  }
}
@keyframes moveToLeft-7 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(-7px);
  }
}
@keyframes moveToRight-3 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(3px);
  }
}
@keyframes moveToBottom-10 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 10px);
  }
}
@keyframes moveToBottom-8 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, 8px);
  }
}
@keyframes moveToTop-8 {
  from {
    transform: translate(0px, 0px);
  }
  to {
    transform: translate(0px, -8px);
  }
}
@keyframes reveal {
  0% {
    width: 21px;
  }
  100% {
    width: 50px;
  }
}
#clip-rect {
  animation: reveal 1.8s infinite alternate;
}

.flex {
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .t-flex {
    display: flex;
  }
}

.inline-flex {
  display: inline-flex;
}

.align-center {
  align-items: center;
}

.align-baseline {
  align-items: baseline;
}

.align-end {
  align-items: end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .t-justify-between {
    justify-content: space-between !important;
  }
}

@media only screen and (max-width: 568px) {
  .m-justify-between {
    justify-content: space-between !important;
  }
}

@media only screen and (max-width: 568px) {
  .m-align-center {
    align-items: center !important;
  }
}

@media only screen and (max-width: 568px) {
  .m-align-start {
    align-items: flex-start !important;
  }
}

.justify-end {
  justify-content: flex-end;
}

@media only screen and (max-width: 767.98px) {
  .t-justify-start {
    justify-content: start;
  }
}

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

.flex-reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767.98px) {
  .t-col-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 568px) {
  .m-flex-reverse {
    flex-direction: row-reverse !important;
  }
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.line-through {
  text-decoration: line-through;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-auto {
  margin-right: auto;
}

.underline {
  border-bottom: 1px solid currentColor;
}

.mob-underline {
  border-bottom: none;
}
@media only screen and (max-width: 568px) {
  .mob-underline {
    border-bottom: 1px solid currentColor;
  }
}

.mob-flex {
  display: none !important;
}
@media only screen and (max-width: 568px) {
  .mob-flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 568px) {
  .mob-flex--xs {
    display: none !important;
  }
}
@media only screen and (max-width: 375px) {
  .mob-flex--xs {
    display: flex !important;
  }
}

@media only screen and (max-width: 568px) {
  .mob-align-center {
    align-items: center;
  }
}

@media only screen and (max-width: 568px) {
  .mob-reverse {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width: 1280px) {
  .d-flex-column-rev {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-flex-column {
    flex-direction: column;
  }
}

@media only screen and (max-width: 568px) {
  .mob-flex-column {
    flex-direction: column;
  }
}

.desk-flex {
  display: flex;
}
@media only screen and (max-width: 568px) {
  .desk-flex {
    display: none;
  }
}

.ipad-block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .ipad-block {
    display: block !important;
  }
}

.ipad-none {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .ipad-none {
    display: none !important;
  }
}

.desk-block {
  display: block;
}
@media only screen and (max-width: 568px) {
  .desk-block {
    display: none !important;
  }
}
@media only screen and (max-width: 568px) {
  .desk-block--xs {
    display: block !important;
  }
}
@media only screen and (max-width: 375px) {
  .desk-block--xs {
    display: none !important;
  }
}

.desk-inline-block {
  display: inline-block;
}
@media only screen and (max-width: 568px) {
  .desk-inline-block {
    display: none !important;
  }
}

.tab-none {
  display: block !important;
}
.tab-none.inline-block {
  display: inline-block !important;
}
@media only screen and (max-width: 767.98px) {
  .tab-none.inline-block {
    display: none !important;
  }
}
.tab-none.inline {
  display: inline !important;
}
@media only screen and (max-width: 767.98px) {
  .tab-none.inline {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .tab-none {
    display: none !important;
  }
}

.tab-flex-none {
  display: inline-flex !important;
}
@media only screen and (max-width: 767.98px) {
  .tab-flex-none {
    display: none !important;
  }
}

.tab-block {
  display: none !important;
}
@media only screen and (max-width: 767.98px) {
  .tab-block {
    display: block !important;
  }
}

.tab-inline-block {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .tab-inline-block {
    display: inline-block;
  }
}

.tab-flex {
  display: none !important;
}
@media only screen and (max-width: 767.98px) {
  .tab-flex {
    display: inline-flex !important;
  }
}

.mob-block {
  display: none;
}
@media only screen and (max-width: 568px) {
  .mob-block {
    display: block;
  }
}

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

@media only screen and (max-width: 1024px) {
  .ipad-text-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-text-center {
    text-align: center;
  }
}

.inline-block {
  display: inline-block;
}

.relative {
  position: relative;
}

.overflow-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center-left {
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .center-left {
    text-align: center;
  }
}

.content-width {
  width: -moz-max-content;
  width: max-content;
}

.fit-tab {
  width: -moz-fit-content;
  width: fit-content;
}

.full-width {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .t-full-width {
    width: 100% !important;
  }
}

@media only screen and (max-width: 568px) {
  .m-full-width {
    width: 100%;
  }
}

.default-list ul {
  list-style: disc;
  padding-left: 24px;
}
.default-list li {
  line-height: 1.5;
}
.default-list li:not(:last-child) {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767.98px) {
  .default-list--mob .default-list__title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.64);
    margin: 0 0 9px;
  }
  .default-list--mob li:not(:last-child) {
    margin: 0px;
  }
}

.t-br-block br {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .t-br-block br {
    display: block;
  }
}

.t-br-none br {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .t-br-none br {
    display: none;
  }
}

.sup {
  vertical-align: super;
  color: inherit;
  font-size: 8px;
  position: relative;
  top: -2px;
  right: 2px;
  margin-left: 3px;
}

.br-8 {
  border-radius: 8px;
}

.br-12 {
  border-radius: 12px;
}

.br-16 {
  border-radius: 16px;
}

.br-64 {
  border-radius: 64px;
}

.br-100 {
  border-radius: 100px;
}

.br-68 {
  border-radius: 68px;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

@media only screen and (max-width: 767.98px) {
  .t-mt-12 {
    margin-top: 12px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mt-16 {
    margin-top: 16px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mt-23 {
    margin-top: 23px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-ml-0 {
    margin-left: 0 !important;
  }
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

@media only screen and (max-width: 767.98px) {
  .t-gap-16 {
    gap: 16px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .i-mb-0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 568px) {
  .m-mb-11 {
    margin-bottom: 11px;
  }
}

@media only screen and (max-width: 568px) {
  .m-mb-23 {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 568px) {
  .m-mb-32 {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-8 {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-12 {
    margin-bottom: 12px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-15 {
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-16 {
    margin-bottom: 16px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-20 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-23 {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-24 {
    margin-bottom: 24px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-31 {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-32 {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-36 {
    margin-bottom: 36px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-48 {
    margin-bottom: 48px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-mb-96 {
    margin-bottom: 96px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-pt-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-pb-0 {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 568px) {
  .m-mb-0 {
    margin-bottom: 0;
  }
}

.shadow-grey {
  box-shadow: 0px 11px 24px 0px rgba(112, 112, 112, 0.0784313725);
}

.shadow-grey-15 {
  box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
}

.shadow-op-4 {
  box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
}

.shadow-grey-op-15 {
  box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.15);
}

.shadow-primary-op-12 {
  box-shadow: 0px 7px 24px 0px rgba(21, 21, 21, 0.12);
}

.shadow-op-5 {
  box-shadow: 0px 8px 24px 0px rgba(21, 21, 21, 0.05);
}

.shadow-grey-op-8 {
  box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
}

.border-primary {
  border: 1px solid #E2E5EC;
}

.border-bottom-primary {
  border-bottom: 1px solid #E2E5EC;
}

@media only screen and (max-width: 1024px) {
  .border-ipad-none {
    border: unset;
  }
}

@media only screen and (max-width: 767.98px) {
  .border-t-none {
    border: unset;
  }
}

@media only screen and (max-width: 568px) {
  .border-lp-none {
    border: unset;
  }
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
  top: 30px;
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 767.98px) {
  .t-flex-col {
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .t-lg-flex-col {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-flex-row {
    flex-direction: row !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-align-center {
    align-items: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-align-start {
    align-items: flex-start !important;
  }
}

.d-block {
  display: block;
}

@media only screen and (max-width: 1280px) {
  .d-flex-col {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .ipad-flex-col {
    flex-direction: column;
  }
}

.dropdown-body {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767.98px) {
  .t-dropdown-body {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}

.hidden {
  display: none !important;
}

.no-scroll {
  overflow: hidden;
}

.grid-2-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .grid-2-cols {
    grid-template-columns: 1fr;
  }
}

.grid-3-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.grid-3-cols.gap-12 {
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .grid-3-cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .grid-3-cols {
    grid-template-columns: 1fr;
  }
}

.scroll--invisible ::-webkit-scrollbar {
  height: 1px;
  background-color: transparent;
}

.scroll--color ::-webkit-scrollbar {
  width: 4px;
}
.scroll--color ::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #E2E5EC;
  height: auto;
}
.scroll--color ::-webkit-scrollbar-thumb {
  background: rgba(49, 81, 188, 0.48);
  border-radius: 4px;
  height: 40px;
}
.scroll--color ::-webkit-scrollbar-thumb:hover {
  background: #3151BC;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.mt-15 {
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .t-hide {
    display: none;
  }
}

.t-show {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .t-show {
    display: block;
  }
}

@media only screen and (max-width: 568px) {
  .ph-mb-0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .t-pt-12 {
    padding-top: 12px;
  }
}

.link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  line-height: 16px;
}
.link.font-w-500 {
  font-weight: 500;
}
.link.bold {
  font-weight: 700;
}
.link:hover {
  border-color: currentColor;
}
.link[disabled] {
  color: rgba(21, 21, 21, 0.24);
  pointer-events: none;
}

.underlined-link {
  border-color: currentColor;
}
.underlined-link:hover {
  border-color: transparent;
}

.internal-link {
  color: #3151BC;
}
.internal-link:visited {
  color: #3151BC;
}
.internal-link--op {
  color: rgba(49, 81, 188, 0.88);
}
.internal-link--op:visited {
  color: rgba(49, 81, 188, 0.88);
}

.external-link {
  color: #151515;
}
.external-link:visited {
  color: #151515;
}

.link-breadcrumb {
  border-bottom: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  transition: opacity 0.3s ease-in-out;
}
.link-breadcrumb svg {
  margin-right: 8px;
  flex-shrink: 0;
}
.link-breadcrumb:hover {
  opacity: 0.64;
}
@media only screen and (max-width: 375px) {
  .link-breadcrumb {
    max-width: 205px;
  }
}

body {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(226, 229, 236, 0) 0%, #E2E5EC 100%);
}

html,
body {
  overflow-x: hidden;
  position: relative;
}

.overflow-unset {
  overflow: unset;
}

.container {
  max-width: 1280px;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 568px) {
  .container {
    padding: 0 24px;
  }
}

.container--large {
  max-width: 1328px;
}

.container--small {
  max-width: 864px;
}

.container--no-padding {
  padding: 0;
}

.container--desktop {
  padding: 0 32px;
}
@media only screen and (max-width: 568px) {
  .container--desktop {
    padding: 0;
  }
}

.container--tablet {
  padding: 0 32px;
}
@media only screen and (max-width: 767.98px) {
  .container--tablet {
    padding: 0;
  }
}

.tip__icon {
  cursor: pointer;
  top: 16px;
  right: 16px;
  position: absolute;
  z-index: 2;
}
.tip__icon:hover + .tip__wrapper {
  opacity: 1;
  display: block;
}
.tip__wrapper {
  opacity: 0;
  z-index: 1;
  position: absolute;
  border-radius: 8px;
  padding: 16px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #E2E5EC;
  line-height: 17px;
  transition: opacity 0.3s ease-in-out;
  min-width: 270px;
  top: 0;
  left: 0;
  transform: translate(38%, -100%);
}
@media only screen and (max-width: 767.98px) {
  .tip__wrapper {
    transform: none;
    top: 24px;
  }
}
@media only screen and (max-width: 568px) {
  .tip__wrapper {
    display: none;
    transform: none;
    left: 0;
    min-width: 100px;
  }
}

.container--mob {
  padding: 0;
}
@media only screen and (max-width: 568px) {
  .container--mob {
    padding: 0 32px;
  }
}

.bg-grey {
  background: linear-gradient(180deg, rgba(226, 229, 236, 0) 0%, #E2E5EC 100%);
}
.bg-grey--md {
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .bg-grey--md {
    background-color: #fdfdfd;
  }
}

.bg-white {
  background-color: #ffffff;
}
.bg-white--md {
  background-color: #fdfdfd;
}
@media only screen and (max-width: 1024px) {
  .bg-white--md {
    background-color: #ffffff;
  }
}

.wrapper-bg {
  background-color: #ffffff;
  padding: 120px 56px;
  gap: 40px;
  border: 1px solid #E2E5EC;
}
@media only screen and (max-width: 1280px) {
  .wrapper-bg {
    padding: 64px 32px;
    gap: 56px;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg {
    padding: 0;
    background-color: transparent;
    border: none;
    gap: 35px;
  }
}
.wrapper-bg--sm {
  padding: 64px 56px;
}
@media only screen and (max-width: 1280px) {
  .wrapper-bg--sm {
    padding: 20px 32px;
  }
}
.wrapper-bg--md {
  padding: 64px 76px;
}
@media only screen and (max-width: 1280px) {
  .wrapper-bg--md {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg--md {
    padding: 0;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg--ph-0 {
    padding-inline: 0;
  }
}
.wrapper-bg--md-56 {
  padding: 56px 76px;
}
@media only screen and (max-width: 1280px) {
  .wrapper-bg--md-56 {
    padding: 56px 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper-bg--md-56 {
    padding: 24px;
  }
}
.wrapper-bg--48 {
  padding: 48px 76px;
}
.wrapper-bg--32 {
  padding: 32px 76px;
}
.wrapper-bg--blog .btn-large-xl-16 {
  min-width: 333px;
}
@media only screen and (max-width: 767.98px) {
  .wrapper-bg--blog .btn-large-xl-16 {
    min-width: 0;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg__title {
    margin-bottom: 36px;
  }
}
.wrapper-bg-gap-xs {
  gap: 40px;
}
@media only screen and (max-width: 568px) {
  .wrapper-bg-gap-xs {
    gap: 22px;
  }
}
.wrapper-bg-gap-sm {
  gap: 56px;
}
@media only screen and (max-width: 568px) {
  .wrapper-bg-gap-sm {
    gap: 22px;
  }
}
.wrapper-bg-gap-md {
  gap: 80px;
}
@media only screen and (max-width: 568px) {
  .wrapper-bg-gap-md {
    gap: 34px;
  }
}

.wrapper-bg-gap-32 {
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .wrapper-bg-gap-32 {
    gap: 0;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg--reversed {
    background-color: #ffffff;
  }
}
.wrapper-bg--mob-white {
  background-color: #ffffff;
}
@media only screen and (max-width: 568px) {
  .wrapper-bg--mob-offset {
    padding: 64px 32px;
    border-radius: unset;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg--mob-offset-md {
    padding: 55px 24px;
    border-radius: unset;
  }
}
.wrapper-bg__heading-sm {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
}

.error-message {
  color: #ff0000;
  display: block;
  line-height: 1.14;
}

.bg-image {
  display: none;
  position: absolute;
  top: -87px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}
@media only screen and (max-width: 1024px) {
  .bg-image {
    display: block;
  }
}
.bg-image--search {
  background-image: url("../../images/home-1.5dd19834d74f.png");
}
.bg-image--transfer {
}
.bg-image--google-workspace {
  background-image: url("../../images/google-workspace-bg.b2483b724847.png");
  top: 0;
}
@media only screen and (max-width: 568px) {
  .bg-image--google-workspace {
    top: -35px;
  }
}

a {
  color: #151515;
}

.br-16 {
  border-radius: 16px;
}

.section {
  margin-bottom: 32px;
}
.section:last-child {
  padding-bottom: 110px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .section:last-child {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section:last-child {
    padding-bottom: 48px;
  }
}
.section.mb-52 {
  margin-bottom: 52px;
}
.section-md.section {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}

.help-service-btn {
  position: fixed;
  bottom: 40px;
  right: 24px;
  width: 52px;
  height: 52px;
  box-shadow: 0px 16px 32px 0px rgba(2, 31, 84, 0.0392156863);
  border: 3px solid #ffffff;
  background-color: transparent;
  border-radius: 8px;
  z-index: 100;
  background-color: #151515;
}
@media only screen and (max-width: 1024px) {
  .help-service-btn--higher {
    bottom: 70px;
  }
}

.backdrop {
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 11;
  height: 100%;
  width: 100%;
}

.old-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.94px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #151515;
}

.price {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.per {
  font-size: 14px;
}

@media only screen and (max-width: 568px) {
  .price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.flag-shadowed {
  transform: scale(0.75);
}

main {
  flex-grow: 1;
}
@media only screen and (max-width: 568px) {
  main {
    padding-top: 48px;
  }
}

.planet-bg {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .planet-bg svg {
    height: inherit;
    width: inherit;
  }
}
.planet-bg--first {
  top: 490px;
  left: -29.6%;
}
@media only screen and (max-width: 1280px) {
  .planet-bg--first {
    width: 450px;
    left: -17%;
  }
}
@media only screen and (max-width: 767.98px) {
  .planet-bg--first {
    width: 350px;
    left: -17%;
  }
}
@media only screen and (max-width: 568px) {
  .planet-bg--first {
    width: 268px;
    top: 80px;
    left: -37%;
  }
}
.planet-bg--second {
  top: 0;
  right: -34%;
}
@media only screen and (max-width: 1280px) {
  .planet-bg--second {
    width: 620px;
    right: -24%;
  }
}
@media only screen and (max-width: 767.98px) {
  .planet-bg--second {
    width: 510px;
    right: -24%;
  }
}
@media only screen and (max-width: 568px) {
  .planet-bg--second {
    width: 455px;
    top: 244px;
    right: -42%;
  }
}
.planet-bg--third {
  top: 578px;
  left: -3.3%;
}
@media only screen and (max-width: 1280px) {
  .planet-bg--third {
    width: 450px;
    left: -17%;
  }
}
@media only screen and (max-width: 767.98px) {
  .planet-bg--third {
    width: 350px;
    left: -17%;
  }
}
@media only screen and (max-width: 568px) {
  .planet-bg--third {
    display: none;
  }
}
.planet-bg--fourth {
  top: 110px;
  right: -16%;
}
@media only screen and (max-width: 1280px) {
  .planet-bg--fourth {
    width: 620px;
    right: -24%;
  }
}
@media only screen and (max-width: 767.98px) {
  .planet-bg--fourth {
    width: 510px;
    right: -24%;
  }
}
@media only screen and (max-width: 568px) {
  .planet-bg--fourth {
    width: 375px;
    top: 1110px;
    right: -36%;
  }
}
@media only screen and (max-width: 568px) {
  .planet-bg--m-hide {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .planet-bg--offset {
    top: unset;
    bottom: -200px;
  }
}

.sunrise-bg {
  position: absolute;
  z-index: -1;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1280px) {
  .sunrise-bg svg {
    height: inherit;
    width: inherit;
  }
}
.sunrise-bg--landrush {
  top: 17px;
}
@media only screen and (max-width: 568px) {
  .sunrise-bg {
    height: 580px;
  }
  .sunrise-bg--landrush {
    height: 658px;
  }
  .sunrise-bg--pre {
    height: 677px;
    top: 0;
    left: 103%;
  }
}

.generator-bg {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1280px) {
  .generator-bg svg {
    height: inherit;
    width: inherit;
  }
}
.generator-bg--second {
  top: 1080px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.98px) {
  .generator-bg--second {
    display: none;
  }
}
.generator-bg--first {
  top: 133px;
  right: -16.3%;
}
@media only screen and (max-width: 1280px) {
  .generator-bg--first {
    width: 620px;
    right: -24%;
  }
}
@media only screen and (max-width: 767.98px) {
  .generator-bg--first {
    width: 510px;
    right: -54%;
  }
}
@media only screen and (max-width: 568px) {
  .generator-bg--first {
    width: 455px;
    right: -70%;
  }
}

.overflow-init {
  overflow-x: initial;
}

@media (max-width: 372px) {
  .btn.radio-button--create,
  .btn.btn--edit-profile {
    line-height: 1.4;
  }
}

.footer__main-container {
  background-color: #0D1739;
  padding: 64px 0px 32px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .footer__main-container {
    padding: 32px 0 40px;
  }
}
@media only screen and (max-width: 568px) {
  .footer__main-container {
    padding: 16px 0 40px;
  }
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 50px;
  gap: 64px;
}
@media only screen and (max-width: 767.98px) {
  .footer__menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .footer__menu {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
    gap: 0;
  }
}
.footer__menu-section {
  position: relative;
}
.footer__menu-section:not(:first-child):after {
  content: "";
  border: 0.5px solid #ffffff;
  opacity: 0.16;
  position: absolute;
  top: 0;
  left: -31px;
  height: 100%;
}
@media only screen and (max-width: 568px) {
  .footer__menu-section:not(:first-child):after {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .footer__menu-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}
.footer__menu-title {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media only screen and (max-width: 568px) {
  .footer__menu-title {
    margin-bottom: 0;
    pointer-events: all;
    cursor: pointer;
  }
}
.footer__menu-title-text {
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}
@media only screen and (max-width: 568px) {
  .footer__menu-title-text {
    color: #ffffff;
    padding-top: 16px;
  }
}
.footer__menu-btn {
  display: none;
}
@media only screen and (max-width: 568px) {
  .footer__menu-btn {
    display: inline-block;
    padding: 16px;
    margin-right: -13px;
  }
}
.footer__menu-btn svg {
  transition: all 0.2s ease-in-out;
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 16px;
}
@media only screen and (max-width: 568px) {
  .footer__menu-list {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.2s ease-out;
    gap: 0;
  }
}
.footer__menu-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 568px) {
  .footer__menu-link:hover {
    border-bottom: 1px solid transparent;
  }
}
@media only screen and (max-width: 568px) {
  .footer__menu-link {
    width: 100%;
    padding-bottom: 16px;
    display: inline-block;
  }
}
.footer__submenu {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer__submenu {
    gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__submenu {
    flex-wrap: wrap;
    gap: 36px;
  }
}
@media only screen and (max-width: 568px) {
  .footer__submenu {
    justify-content: space-between;
    gap: 24px;
  }
}
.footer__logo-container {
  width: 149px;
  height: 54px;
  display: flex;
  align-items: flex-end;
}
.footer__logo-container img {
  width: 100%;
  height: 100%;
}
.footer__selects {
  display: flex;
  gap: 42px;
  margin-right: auto;
  margin-top: 13px;
}
@media only screen and (max-width: 1024px) {
  .footer__selects {
    gap: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__selects {
    order: -1;
    width: 100%;
    gap: 42px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 568px) {
  .footer__selects {
    justify-content: space-between;
    gap: 0;
  }
}
.footer__social-box {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 13px;
}
@media only screen and (max-width: 568px) {
  .footer__social-box {
    gap: 20px;
    margin-top: 0;
  }
}
.footer__social-box-text {
  opacity: 0.64;
}
@media only screen and (max-width: 568px) {
  .footer__social-box-text {
    display: none;
  }
}
.footer__social-media svg path {
  transition: all 0.3s ease-in-out;
}
.footer__social-media:hover svg path {
  fill: #3151BC;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .footer__social-media {
    width: 24px;
    height: 24px;
  }
  .footer__social-media svg {
    width: 24px;
    height: 24px;
  }
}
.footer__secondary-container {
  padding: 16px 0 16px;
  background-color: #060C23;
}
@media only screen and (max-width: 767.98px) {
  .footer__secondary-container {
    padding: 32px 0;
  }
}
.footer__secondary-container-layout {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .footer__secondary-container-layout {
    flex-direction: column;
  }
}
.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  opacity: 0.48;
}
@media only screen and (max-width: 1024px) {
  .footer__copyright {
    max-width: 410px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer__copyright {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
.footer__logo--mob {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .footer__logo {
    display: none;
  }
  .footer__logo--mob {
    display: flex;
    margin-right: auto;
  }
  .footer__logo--mob svg {
    width: 158px;
    height: 36px;
  }
}
.footer__secondary-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__secondary-menu-link:link, .footer__secondary-menu-link:visited {
  color: #ffffff;
  opacity: 0.88;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.footer__select {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
}
@media only screen and (max-width: 568px) {
  .footer__select {
    gap: 6px;
  }
}
.footer__select-label {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.64);
}
.footer__select-btn {
  display: flex;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  outline: none;
}
.footer__select-btn svg {
  pointer-events: none;
  margin-left: 5px;
}
.footer__options-list {
  list-style: none;
  position: absolute;
  bottom: 24px;
  right: -4px;
  box-shadow: 0px 8px 32px 0px rgba(21, 21, 21, 0.16);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 8px 16px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.footer__options-item {
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: #151515;
  padding: 8px 0;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
}
.footer__options-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E2E5EC;
  bottom: 0;
  left: 0;
}
.footer__options-item:last-child:after {
  display: none;
}
.footer__options-item.disabled-option {
  color: rgba(0, 0, 0, 0.64);
  pointer-events: none;
  cursor: none;
  font-weight: 400;
}
.footer__options-item.disabled-option .language-code,
.footer__options-item.disabled-option .currency {
  color: rgba(0, 0, 0, 0.64);
}
.footer__options-item:hover .footer__option {
  color: rgba(21, 21, 21, 0.48);
}
.footer__options-item .language-code,
.footer__options-item .currency {
  color: rgba(21, 21, 21, 0.48);
}
.footer__option {
  transition: all 0.3s ease-in-out;
}

.footer__menu-title.opened + .footer__menu-list {
  visibility: visible;
  opacity: 1;
}
.footer__menu-title.opened .footer__menu-btn svg {
  transform: rotate(180deg);
}

.footer__select.active .footer__select-button {
  color: #000000;
  font-weight: 500;
  background: #E2E5EC;
  border-color: rgba(21, 21, 21, 0.64);
}
.footer__select.active .footer__options-list {
  opacity: 1;
  visibility: visible;
}

.selected-option .language-code {
  display: none;
}

.header {
  border-bottom: 1px solid #E2E5EC;
  background-color: #ffffff;
}
@media only screen and (max-width: 568px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 10000;
  }
}
.header__logo-btn-container {
  display: flex;
  align-items: center;
  margin-left: 111px;
}
@media only screen and (min-width: 1600px) {
  .header__logo-btn-container {
    margin-left: 248px;
  }
}
@media only screen and (min-width: 1920px) {
  .header__logo-btn-container {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  .header__logo-btn-container {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .header__logo-btn-container {
    margin-left: 35px;
  }
}
.header__logo-container img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .header__logo-container {
    max-width: 160px;
  }
}
@media only screen and (max-width: 568px) {
  .header__logo-container {
    max-width: 133px;
  }
}
@media only screen and (max-width: 375px) {
  .header__logo-container {
    max-width: 100px;
  }
}
.header__nav {
  display: flex;
}
.header__nav-block:hover .header__nav-item {
  border-bottom: 3px solid #3151BC;
  color: #3151BC;
}
.header__nav-block:hover .subheader {
  display: block;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item, .header__actions-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #96C23D;
  transition: all 0.3s ease-in-out;
}
.header__nav-item:hover, .header__actions-item:hover {
  background: rgba(150, 194, 61, 0.05);
}
.header__nav-item {
  padding: 24px 26px;
  border-bottom: 3px solid transparent;
  color: #0D1739;
}
.header__nav-item.active {
  border-bottom: 3px solid #3151BC;
  color: #3151BC;
}
@media only screen and (max-width: 1280px) {
  .header__nav-item {
    padding: 28px 24px;
  }
}
.header__actions-item {
  position: relative;
  padding: 24px 32px 27px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 1px solid #E2E5EC;
}
@media only screen and (max-width: 568px) {
  .header__actions-item {
    padding: 16px 14px;
  }
}
.header__actions-item--account .header__actions-item-text {
  max-width: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1280px) {
  .header__actions-item-text {
    display: none;
  }
}
.header__menu-btn-wrapper {
  padding: 20px 36px;
}
@media only screen and (max-width: 1024px) {
  .header__menu-btn-wrapper {
    display: none;
  }
}
.header__menu-btn-wrapper--mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__menu-btn-wrapper--mobile {
    display: block;
    padding: 12px 19px 8px 12px;
    margin-left: -21px;
  }
}
.header__menu-btn {
  border: none;
  background-color: transparent;
  width: 19px;
  height: 24px;
  position: relative;
  outline: none;
}
.header__menu-btn span {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1.5px solid #151515;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.header__menu-btn span:nth-child(2) {
  top: 9px;
}
.header__menu-btn span:last-child {
  top: 15px;
}
.header__menu-btn--big {
  width: 26px;
  height: 32px;
}
.header__menu-btn--big span {
  top: 7px;
}
.header__menu-btn--big span:nth-child(2) {
  top: 15px;
}
.header__menu-btn--big span:last-child {
  top: 23px;
}
.header__account, .header__cart, .header__help-container {
  display: none;
  cursor: default;
  position: absolute;
  top: 49px;
  z-index: 4;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 8px 32px rgba(21, 21, 21, 0.16);
  border-radius: 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 568px) {
  .header__account, .header__cart, .header__help-container {
    border-radius: 0;
  }
}
.header__account {
  width: 240px;
  padding: 24px;
  left: -39px;
  gap: 16px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .header__account {
    left: auto;
    right: -96px;
    width: 100vw;
  }
}
.header__cart {
  width: 400px;
  padding: 32px;
  right: -24px;
}
@media only screen and (max-width: 568px) {
  .header__cart {
    width: 100vw;
    right: -48px;
    padding: 24px;
  }
}
.header__cart .btn {
  text-align: center;
  width: 50%;
}
.header__cart .btn:first-child {
  margin-right: 8px;
}
@media only screen and (max-width: 568px) {
  .header__cart .btn:first-child {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .header__cart .btn {
    padding: 8px 12px;
  }
}
.header__cart-actions:first-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E5EC;
  margin-bottom: 16px;
}
.header__cart-text {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}
.header__help-container {
  width: 640px;
  padding: 16px;
  right: 24px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .header__help-container {
    right: 0;
    width: 100vw;
  }
}
.header__help-container--main {
  z-index: 4;
}
.header__help-container--secondary {
  display: none;
}
.header__help-container--secondary.visible {
  display: block;
  z-index: 5;
}
.header__help-container--secondary .header__help-btn-text {
  color: #151515;
  max-width: 100%;
}
@media only screen and (max-width: 568px) {
  .header__help-container--secondary .header__help-btn-text {
    margin-right: auto;
  }
}
.header__help-container--secondary-text {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.64);
  margin-top: 16px;
}
.header__help-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: rgba(21, 21, 21, 0.88);
  text-align: center;
  margin-bottom: 16px;
}
.header__help-btn-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media only screen and (max-width: 568px) {
  .header__help-btn-container {
    grid-template-columns: 1fr;
  }
}
.header__help-btn-container--tripple {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 568px) {
  .header__help-btn-container--tripple {
    grid-template-columns: 1fr;
  }
}
.header__help-btn {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 34px 0 32px;
  align-items: center;
  border-radius: 8px;
  background: rgba(21, 21, 21, 0.02);
  font-size: 16px;
  line-height: 16px;
  color: #151515;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
@media only screen and (max-width: 568px) {
  .header__help-btn {
    flex-direction: row;
    padding: 24px;
    line-height: 19px;
    gap: 17px;
  }
  .header__help-btn svg {
    height: 16px;
    width: 16px;
  }
}
.header__help-btn--main:hover {
  -webkit-text-decoration-color: #3151BC;
          text-decoration-color: #3151BC;
}
.header__help-btn--secondary {
  text-decoration: none;
  background: rgba(49, 81, 188, 0.05);
}
@media only screen and (max-width: 568px) {
  .header__help-btn--secondary {
    padding: 34px 23px 34px 25px;
  }
}
.header__help-btn:hover {
  border: 1px solid #3151BC;
}
.header__help-btn:hover .underlined-link {
  border-color: #3151BC;
  color: #3151BC;
}
.header__help-btn-text {
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.header__help-btn-text + a {
  color: #3151BC;
}
.header__help-btn-text + a:visited {
  color: #3151BC;
}
.header__help-btn-icon {
  display: flex;
}
.header__help-btn-icon svg path {
  stroke: #3151BC;
}

.header__actions-item--cart.non-empty svg path:last-child {
  fill: #3151BC;
}
@media only screen and (max-width: 1024px) {
  .header__actions-item--cart.non-empty svg path:last-child {
    fill: none;
  }
}
.header__actions-item--cart.non-empty .cart-status {
  display: block;
}

.cart-status {
  display: none;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #151515;
  border: 1px solid #fff;
  top: -5px;
  right: -4px;
}
.cart-status.orange {
  background-color: #eb7400;
}
.cart-status.red {
  background-color: #ff0000;
}

.header__actions-item.opened {
  color: #3151BC;
  background: transparent;
}
.header__actions-item.opened > svg path {
  fill: #3151BC;
}
.header__actions-item.opened.header__actions-item--help > svg path {
  stroke: #3151BC;
  fill: transparent;
}
.header__actions-item.opened .flex > svg path {
  fill: #3151BC;
}
.header__actions-item.opened .action-container {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .header__actions-item--cart.opened svg path:last-child {
    fill: #3151BC;
  }
}

.subheader {
  background: linear-gradient(0deg, rgba(49, 81, 188, 0.05), rgba(49, 81, 188, 0.05)), #ffffff;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  display: none;
}

.subheader:after {
  content: "";
  height: 32px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
}

.subheader.active {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .subheader {
    display: none;
  }
  .subheader.active {
    display: none;
  }
}
.subheader__menu {
  margin-left: 95px;
}
@media only screen and (min-width: 1600px) {
  .subheader__menu {
    margin-left: 232px;
  }
}
@media only screen and (min-width: 1920px) {
  .subheader__menu {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .subheader__menu {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .subheader__menu {
    display: none;
  }
}
.subheader__menu-item:first-child {
  position: relative;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  margin-right: 33px;
  padding: 0 16px;
}
.subheader__menu-item:first-child::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(21, 21, 21, 0.16);
  width: 16px;
  transform: rotate(90deg);
  top: 8px;
  right: -26px;
}
.subheader__menu-link {
  padding: 28px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  transition: all 0.3s ease-in-out;
}
.subheader__menu-link:hover {
  color: #3151BC;
}
.subheader__menu-link.active {
  color: #3151BC;
  border-bottom: 3px solid #3151BC;
}

.navigation-bar {
  display: none;
  justify-content: center;
  overflow: hidden;
  top: 56px;
  box-shadow: 0px 8px 32px rgba(21, 21, 21, 0.08);
  background-color: #ffffff;
  position: relative;
  top: 0;
}
.navigation-bar__wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.navigation-bar__header {
  max-width: 420px;
  background-color: #243d91;
  padding: 48px;
  border-radius: 32px;
  color: #ffffff;
}
.navigation-bar__header .btn {
  background-color: #96C23D;
}
.navigation-bar__header .btn:hover {
  box-shadow: 0px 4px 16px rgba(21, 21, 21, 0.32);
  background-color: #96C23D;
}
.navigation-bar__icon {
  margin-bottom: 13px;
}
.navigation-bar__icon path {
  stroke: #96C23D;
}
.navigation-bar__title {
  font-family: "Cabin";
  font-size: 24px;
  line-height: normal;
  margin-bottom: 16px;
}
.navigation-bar__description {
  line-height: 150%;
  opacity: 0.88;
  margin-bottom: 32px;
}
.navigation-bar .btn {
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
.navigation-bar__content {
  padding: 0 48px;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(min-content, 375px));
  background-color: #ffffff;
}
.navigation-bar__content--3-cols {
  grid-template-columns: repeat(3, minmax(min-content, 215px));
  padding: 13px 24px;
}
.navigation-bar__list {
  padding: 24px 0 38px;
}
.navigation-bar__international-item {
  border-bottom: 1px solid #E2E5EC;
}
.navigation-bar__international-item svg path {
  stroke: #e9edf8;
}
.navigation-bar__international-link {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-weight: 500;
  padding: 21px 0;
  gap: 24px;
}
.navigation-bar__generic-link {
  padding: 12px 0;
  font-weight: 400;
  width: 100%;
}
.navigation-bar__generic-link .amount {
  color: rgba(21, 21, 21, 0.48);
}
.navigation-bar__international-link, .navigation-bar__generic-link {
  font-size: 14px;
  line-height: 16px;
  color: #151515;
}
.navigation-bar__international-link .link-text, .navigation-bar__generic-link .link-text {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.navigation-bar__international-link:hover .link-text, .navigation-bar__generic-link:hover .link-text {
  border-bottom: 1px solid currentColor;
}

.subheader__menu-item:hover .navigation-bar {
  display: flex;
}

.mobile-menu {
  display: none;
  padding: 8px 0;
  border-top: 1px solid #E2E5EC;
  background: #ffffff;
  z-index: 6;
  max-height: calc(100dvh - 52px);
  overflow-x: auto;
}
.mobile-menu__section {
  position: relative;
}
.mobile-menu__section:not(:last-child)::after {
  content: "";
  width: 89%;
  left: 32px;
  bottom: 0;
  position: absolute;
  border: 0.5px solid #E2E5EC;
}
@media only screen and (max-width: 767.98px) {
  .mobile-menu__section:not(:last-child)::after {
    width: 91%;
  }
}
@media only screen and (max-width: 568px) {
  .mobile-menu__section:not(:last-child)::after {
    width: 87%;
  }
}
.mobile-menu__header, .mobile-menu__header-link {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px 12px;
  transition: all 0.3s ease-in-out;
}
.mobile-menu__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  font-family: "Cabin", sans-serif;
  color: #151515;
}
.mobile-menu__btn {
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 8px;
}
.mobile-menu__btn::after, .mobile-menu__btn::before {
  content: "";
  display: inline-block;
  border: 1px solid #3151BC;
  width: 100%;
  position: absolute;
  top: 50%;
}
.mobile-menu__btn::after {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mobile-menu__list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.mobile-menu__item:last-child {
  padding-bottom: 12px;
}
.mobile-menu__link {
  padding: 12px 32px;
  line-height: 150%;
  font-weight: 500;
  color: #151515;
  width: 100%;
}

.mobile-menu__header.opened {
  padding-bottom: 9px;
}
.mobile-menu__header.opened .mobile-menu__btn::after {
  transform: rotate(0);
}
.mobile-menu__header.opened + .mobile-menu__list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header.mob-nav-open {
  z-index: 50000;
}
.header.mob-nav-open .mobile-menu {
  display: block;
}
.header.mob-nav-open .mobile-menu-btn span:first-child {
  transform: rotate(45deg);
  top: 30%;
}
.header.mob-nav-open .mobile-menu-btn span:nth-child(2) {
  display: none;
}
.header.mob-nav-open .mobile-menu-btn span:last-child {
  transform: rotate(-45deg);
  top: 30%;
}

.mobile-menu-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-menu-btn {
    display: block;
  }
}

.minimalistic-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  width: 25%;
  height: 100%;
  box-shadow: 0px 16px 32px rgba(21, 21, 21, 0.16);
  z-index: 12;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1600px) {
  .minimalistic-menu {
    width: 31%;
  }
}
.minimalistic-menu__header {
  display: flex;
  justify-content: space-between;
  padding: 17px 32px;
  position: relative;
  align-items: center;
}
.minimalistic-menu__title {
  color: rgba(0, 0, 0, 0.64);
  text-transform: uppercase;
  line-height: 16px;
}
.minimalistic-menu__btn {
  border: none;
  background-color: transparent;
}
.minimalistic-menu__content {
  padding: 8px 0;
}
.minimalistic-menu .mobile-menu__header {
  padding: 20px 32px 12px;
}
.minimalistic-menu .mobile-menu__header.opened {
  padding-bottom: 15px;
}
.minimalistic-menu .mobile-menu__link {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
.minimalistic-menu .mobile-menu__link:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
@media only screen and (max-width: 1024px) {
  .minimalistic-menu {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .header-min-menu-btn {
    display: none;
  }
}

.header.min-nav-open .minimalistic-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(0);
}

.header.mob-nav-open .mobile-menu {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.login-page.account-page {
  padding: 64px 0;
}
.login-page .card {
  max-width: 592px;
  padding: 32px;
  width: 100%;
}
.login-page .card__title {
  line-height: 1.6;
  font-size: 36px;
}
@media only screen and (max-width: 568px) {
  .login-page .card__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
.login-page .card .arrow-container {
  margin-left: 8px;
}
@media only screen and (max-width: 1024px) {
  .login-page .card {
    width: 100%;
    padding: 24px;
  }
  .login-page .card .btn {
    padding: 8px 48px;
  }
}
@media only screen and (max-width: 568px) {
  .login-page .card label:not(.login-page.create-account label) {
    display: none;
  }
  .login-page .card .btn {
    padding: 8px 16px;
  }
}
.login-page .card.create-account .btn {
  text-transform: none;
}
.login-page .card.create-account .separator {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .login-page .card.create-account .separator {
    margin-bottom: 16px;
  }
}
.login-page .card.create-account .text-20 {
  padding: 12px 0;
  line-height: 32px;
  max-width: 326px;
}
@media only screen and (max-width: 568px) {
  .login-page .card.create-account .text-20 {
    padding: 0;
  }
}
.login-page .card__description {
  line-height: 150%;
}
@media only screen and (max-width: 568px) {
  .login-page .card__description {
    line-height: 16px;
    color: rgba(21, 21, 21, 0.64);
  }
}
.login-page .card__notification {
  border-radius: 8px;
  border-left: 4px solid #3151BC;
  background: rgba(49, 81, 188, 0.1);
  padding: 16px 16px 16px 20px;
  color: #151515;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.login-page .card__cta {
  gap: 16px;
}
.login-page__images .logo {
  display: flex;
  justify-content: center;
}
.login-page__images .logo img,
.login-page__images .logo svg {
  max-width: 59%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 568px) {
  .login-page__images .logo img,
  .login-page__images .logo svg {
    width: 70%;
  }
}
@media only screen and (max-width: 568px) {
  .login-page__images {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.login-page__images-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 23px;
  line-height: 1.2;
  top: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .login-page__images-text {
    top: 17px;
  }
}
.login-page__images-text + svg {
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .login-page__images-text + svg {
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .login-page__images-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 568px) {
  .login-page__images-text {
    font-size: 15.16px;
    line-height: 18.35px;
    top: 6px;
  }
}
.login-page__wrapper {
  max-width: 1008px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.login-page__wrapper .btn-default {
  text-transform: none;
}
.login-page__wrapper .internal-link {
  position: static;
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .login-page__wrapper .internal-link {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767.98px) {
  .login-page__wrapper {
    grid-template-columns: 1fr;
    place-items: center;
    gap: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .login-page__wrapper {
    padding: 0 32px;
  }
}
.login-page__logo {
  width: 64px;
  height: 64px;
}
.login-page.create-account .card__title {
  line-height: 40px;
}
@media only screen and (max-width: 568px) {
  .login-page.create-account .card__title {
    font-size: 22px;
    line-height: 30.8px;
  }
}
.login-page.create-account .card__title--md {
  font-size: 24px;
}
@media only screen and (max-width: 568px) {
  .login-page.create-account .card__title--md {
    font-size: 22px;
    line-height: 30.8px;
  }
}
.login-page.create-account .card__subtitle {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Inter", serif;
}
.login-page.create-account .card .link-breadcrumb {
  margin-bottom: 8px;
}

.create-account__wrapper {
  display: flex;
  justify-content: center;
}
.create-account__wrapper .card {
  width: 100%;
}
.create-account__wrapper .card p.text-center .link {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .create-account__wrapper .card p.text-center .link {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .create-account__wrapper .card form p {
    font-size: 12px !important;
    line-height: 14.62px;
  }
}
@media only screen and (max-width: 767.98px) {
  .create-account__wrapper .card form p .link {
    font-size: 12px;
    line-height: 14.62px;
  }
}

.info-page .form-input input,
.info-page .form-input__common-input {
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .info-page .password-validation {
    margin-top: 16px;
  }
}
.info__item-title {
  color: rgba(21, 21, 21, 0.64);
  line-height: 16px;
  margin-bottom: 8px;
}
.info__item-content {
  font-weight: 500;
  line-height: 1;
  word-break: break-word;
}
.info__wrapper {
  width: 100%;
}
.info__wrapper pre {
  overflow: scroll;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper {
    flex-direction: column;
  }
}
.info__wrapper-item {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper-item {
    width: 100%;
    margin: 0;
  }
}
.info__wrapper--2-cols {
  flex-direction: row;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--2-cols {
    flex-direction: column;
    gap: 20px;
  }
}
.info__wrapper--2-cols .info__wrapper-item {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--2-cols .info__wrapper-item {
    width: 100%;
  }
}
.info__wrapper--2-cols .info__wrapper-item:first-child {
  margin-right: 16px;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--2-cols .info__wrapper-item:first-child {
    margin-right: 0;
  }
}
.info__wrapper--2-cols .info__item-title {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--waiting-for-payment {
    gap: 16px;
  }
  .info__wrapper--waiting-for-payment:last-of-type .info__wrapper-item:first-child {
    order: 2;
  }
  .info__wrapper--waiting-for-payment:last-of-type .info__wrapper-item:nth-child(2) {
    order: 1;
  }
  .info__wrapper--waiting-for-payment:last-of-type .info__wrapper-item:nth-child(3) {
    order: 3;
  }
  .info__wrapper--waiting-for-payment:last-of-type .info__wrapper-item:nth-child(3) .info__item-title {
    margin: 0 0 8px;
  }
}
.info__wrapper--waiting-for-payment .info__wrapper-item:first-child, .info__wrapper--waiting-for-payment .info__wrapper-item:nth-child(2) {
  width: 18.5%;
}
.info__wrapper--waiting-for-payment .info__wrapper-item:nth-child(3) {
  width: 60%;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--waiting-for-payment .info__wrapper-item:first-child, .info__wrapper--waiting-for-payment .info__wrapper-item:nth-child(2), .info__wrapper--waiting-for-payment .info__wrapper-item:nth-child(3) {
    width: 100%;
  }
}
.info__wrapper--waiting-for-payment .info__item-content {
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--waiting-for-payment .info__item-title {
    text-transform: uppercase;
    margin: 0;
  }
}
.info__wrapper--order-domain-service {
  padding: 16px 24px 15px;
}
.info__wrapper--order-domain-service:last-of-type {
  padding-bottom: 23px;
}
.info__wrapper--order-domain-service-less:last-of-type {
  padding-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--order-domain-service:last-of-type {
    padding-bottom: 15px;
  }
  .info__wrapper--order-domain-service .info__item-title {
    text-transform: uppercase;
    line-height: 24px;
  }
}
.info__wrapper--order-payment .info__item-content {
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper--order-payment {
    padding: 16px 0 15px;
    gap: 16px;
  }
  .info__wrapper--order-payment:last-of-type {
    padding: 0;
  }
}
.info__wrapper.tripple-column .info__wrapper-item:nth-child(2) {
  width: 33.33%;
  margin: 0 16px 0;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper.tripple-column .info__wrapper-item:nth-child(2) {
    width: 100%;
    margin: 0;
  }
}
.info__wrapper.double-column .info__wrapper-item:nth-child(2) {
  flex-grow: 1;
  margin-left: 6px;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper.double-column .info__wrapper-item:nth-child(2) {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper.double-column .info__wrapper-item:last-child {
    margin: 0;
  }
}
.info__wrapper.one-column .info__wrapper-item .info__item-content {
  line-height: 1.5;
}
.info__wrapper.one-column .info__wrapper-item:first-child {
  flex-grow: 1;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper.one-column .info__wrapper-item:first-child {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .info__editing-form .separator {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .info__editing-form--null-gap .info__editing-wrapper {
    margin: 0;
  }
}
.info__editing-form--password {
  max-width: 424px;
  width: 100%;
}
.info__editing-form--password .form-input .common-input:focus {
  background-color: white;
}
@media only screen and (max-width: 767.98px) {
  .info__editing-form--password {
    max-width: 100%;
  }
}
.info__editing-form--g-workspace {
  max-width: 320px;
  width: 100%;
}
.info__editing-form--g-workspace .form-input .common-input:focus {
  background-color: white;
}
@media only screen and (max-width: 767.98px) {
  .info__editing-form--g-workspace {
    max-width: 100%;
  }
}
.info__editing-item {
  width: calc(33.333% - 16px);
  margin: 0 8px 24px;
}
@media only screen and (max-width: 767.98px) {
  .info__editing-item {
    width: 100%;
    margin: 0 0 24px;
  }
}
.info__editing-wrapper {
  margin: 0 -8px;
}
.info__editing-wrapper:last-child {
  margin: 0 -8px -8px;
}
@media only screen and (max-width: 767.98px) {
  .info__editing-wrapper {
    flex-direction: column;
    margin: 0 0 -8px;
  }
  .info__editing-wrapper:last-child {
    margin: 0 0 -8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .info__editing-wrapper--dns-record {
    margin-bottom: 8px;
  }
}
.info__editing-wrapper--dns-record .info__editing-item {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .info__editing-wrapper--dns-record .info__editing-item {
    margin-bottom: 16px;
  }
}
.info__vat-field {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 8px;
}
.info__vat-field .common-input--readonly {
  padding: 8px !important;
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .general-info .account-card {
    padding: 32px 24px;
  }
  .general-info .container--desktop {
    padding: 0;
  }
}
@media only screen and (max-width: 568px) {
  .general-info {
    padding: 33px 32px 64px !important;
  }
  .general-info .account-card {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
  }
}
.general-info__wrapper {
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
.general-info__wrapper + .separator {
  margin-top: 28px;
}
.general-info__wrapper-gap--lg {
  gap: 16px 20px;
}
@media only screen and (max-width: 568px) {
  .general-info__wrapper {
    flex-direction: column;
  }
  .general-info__wrapper:last-of-type {
    margin: 0;
  }
}
.general-info__wrapper--customized .input-preview-customized {
  line-height: 1;
  gap: 0;
}
.general-info__wrapper--customized .info-wrapper {
  gap: 4px;
  line-height: 16px;
}
.general-info__wrapper-grid {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr;
}
.general-info__wrapper-grid .general-info__item {
  width: 100%;
}
.general-info__wrapper-grid .input-preview-customized__label {
  max-width: 100%;
}
@media only screen and (max-width: 1280px) {
  .general-info__wrapper-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .general-info__wrapper-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .general-info__wrapper--col {
    flex-direction: column;
  }
  .general-info__wrapper--col .general-info__item {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .general-info__card {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
    padding: 24px;
  }
}
.general-info .card__title {
  line-height: 40px;
}
.general-info__title {
  font-family: "Cabin", sans-serif;
  line-height: 28px;
  font-size: 20px;
  color: #0D1739;
  margin: 24px 0 13px;
}
@media only screen and (max-width: 568px) {
  .general-info__title {
    font-size: 22px;
    line-height: 30.8px;
    margin: 0 0 16px;
  }
  .general-info__title::after {
    position: absolute;
    content: url("../../images/icons/briefcase.e45a68d6f9cb.svg");
    right: 0;
    top: 2px;
  }
}
.general-info__item {
  width: 50%;
}
@media only screen and (max-width: 568px) {
  .general-info__item {
    width: 100%;
  }
}
.general-info__item > * {
  word-break: break-word;
}
@media only screen and (max-width: 767.98px) {
  .general-info__item--hosting.input-preview-customized.general-info__item {
    border: 1px solid rgba(21, 21, 21, 0.08);
    background-color: rgba(21, 21, 21, 0.02);
    box-shadow: unset;
    padding: 14px 16px !important;
  }
  .general-info__item--hosting.input-preview-customized.general-info__item .input-preview-customized__icon {
    width: 20px;
    height: 20px;
  }
}
.general-info__item--hosting.input-preview-customized.general-info__item ul {
  list-style: initial;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 24px;
}
.general-info__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.general-info__row:last-of-type {
  padding-bottom: 6px;
}
.general-info__cta-wrapper {
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 568px) {
  .general-info__cta-wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 568px) {
  .general-info__cta-wrapper .btn-primary-secondary {
    margin: 0 0 16px;
  }
}
.general-info__cta-wrapper .btn:visited {
  color: #ffffff;
}
@media only screen and (max-width: 568px) {
  .general-info__cta-wrapper .btn {
    width: 100%;
  }
}
.general-info__box {
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  background-color: rgba(21, 21, 21, 0.04);
  border-radius: 8px;
  border: 1px solid #E2E5EC;
}
@media only screen and (max-width: 767.98px) {
  .general-info__box {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 568px) {
  .general-info__box {
    width: 100%;
    margin: 0 0 16px;
  }
}
.general-info__box-wrapper {
  margin: 0 -8px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 568px) {
  .general-info__box-wrapper {
    margin: 0;
  }
}
.general-info__box-title {
  color: #021f54;
  font-weight: 700;
}
.general-info__box-header {
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
}
.general-info__box-header-amount {
  color: rgba(0, 0, 0, 0.64);
}
.general-info__box-item {
  padding: 15px 16px;
  border-radius: 8px;
  background-color: #ffffff;
  margin: 16px;
  border-bottom: 1px solid #E2E5EC;
}
.general-info__box-item-amount {
  font-size: 14px;
  line-height: 1.5;
}
.general-info__box-link {
  line-height: 1.5;
}

@media only screen and (max-width: 767.98px) {
  .account-page--active-domains-domain .general-info__wrapper.general-info__wrapper-gap {
    gap: 16px;
  }
}

@media only screen and (max-width: 568px) {
  .account-page--active-domains-domain .general-info__wrapper.general-info__wrapper-gap--lg {
    gap: 0;
  }
}

.form-input__common-input,
.form-input .common-input {
  background: rgba(49, 81, 188, 0.04);
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 8px;
  color: #0D1739;
  padding: 15px 16px;
  width: 100%;
  outline: 0;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form-input__common-input::-moz-placeholder, .form-input .common-input::-moz-placeholder {
  color: rgba(13, 23, 57, 0.4);
}
.form-input__common-input::placeholder,
.form-input .common-input::placeholder {
  color: rgba(13, 23, 57, 0.4);
}
.form-input__common-input--readonly,
.form-input .common-input--readonly {
  cursor: default;
}
.form-input__common-input--btn,
.form-input .common-input--btn {
  padding-right: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.form-input__common-input:hover::-moz-placeholder, .form-input .common-input:hover::-moz-placeholder {
  color: #0D1739;
}
.form-input__common-input:hover::placeholder,
.form-input .common-input:hover::placeholder {
  color: #0D1739;
}
.form-input__common-input.input-invalid,
.form-input .common-input.input-invalid {
  border-color: #ff0000;
  margin-bottom: 8px;
}
.form-input__common-input.confirm-password .input-valid,
.form-input .common-input.confirm-password .input-valid {
  margin: 0;
}
.form-input input::-moz-placeholder {
  color: rgba(21, 21, 21, 0.4);
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.form-input input::placeholder {
  color: rgba(21, 21, 21, 0.4);
  transition: color 0.3s ease-in-out;
}
.form-input input:focus:not(.common-input--readonly) {
  color: #151515;
  border-color: rgba(21, 21, 21, 0.8);
}
.form-input input:focus:not(.common-input--readonly)::-moz-placeholder {
  color: #151515;
}
.form-input input:focus:not(.common-input--readonly)::placeholder {
  color: #151515;
}
.form-input input:disabled {
  background-color: rgba(21, 21, 21, 0.05);
  pointer-events: none;
  cursor: default;
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-text-fill-color: currentColor;
}
.form-input label,
.form-input .label {
  margin: 0 0 8px;
  color: rgba(13, 23, 57, 0.64);
  display: block;
  line-height: 1.15;
}
.form-input--checkbox {
  align-items: center;
  gap: 8px;
  border-top: 1px solid #E2E5EC;
  border-bottom: 1px solid #E2E5EC;
  padding: 16px 0 15px;
}
.form-input--checkbox input {
  accent-color: #151515;
  border-radius: 2px;
  border-color: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.form-input--checkbox label {
  color: rgba(0, 0, 0, 0.88);
  line-height: 16px;
  cursor: pointer;
}
.form-input--checkbox-border {
  border-top: 0;
  padding-top: 0;
}
.form-input--show-hide-password .common-input {
  padding: 15px 34px 15px 16px;
}
.form-input--show-hide-password .input-invalid + .show-hide-password__button {
  top: 44%;
}
.form-input--show-hide-password .show-hide-password__wrapper {
  position: relative;
}
.form-input--show-hide-password .show-hide-password__wrapper.text-type .show-hide-password__button {
  content: url("../../images/icons/hide-password.af58177f949a.svg");
}
.form-input--show-hide-password .show-hide-password__button {
  cursor: pointer;
  position: absolute;
  content: url("../../images/icons/show-password.e44cdc84592a.svg");
  right: 16px;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.form-input--number input {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center;
}
.form-input--number input::-webkit-inner-spin-button, .form-input--number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.form-input--number-btn {
  position: absolute;
  padding: 10px;
  top: 6px;
}
.form-input--number-btn svg {
  width: 16px;
  height: 16px;
}
.form-input--number .btn--decrement {
  left: 6px;
}
.form-input--number .btn--increment {
  right: 6px;
}
.form-input__btn {
  position: absolute;
  top: 51%;
  right: 12px;
  transition: 0.3s ease-in-out;
  width: 24px;
  height: 24px;
}
.form-input__btn:hover {
  opacity: 0.7;
}
.form-select {
  position: relative;
}
.form-select__control-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.form-select__control-button svg {
  pointer-events: none;
}
.form-select__options-list {
  list-style: none;
  position: absolute;
  top: 56px;
  box-shadow: 0px 8px 32px 0px rgba(21, 21, 21, 0.16);
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  padding: 8px 16px;
  max-height: 138px;
  overflow-y: auto;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.form-select__options-list--big {
  max-height: 182px;
  overflow-y: scroll;
}
.form-select--with-label .form-select__options-list {
  top: calc(100% + 9px);
}
.form-select__options-item {
  cursor: pointer;
  position: relative;
  color: #151515;
  padding: 12px 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.form-select__options-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #E2E5EC;
  bottom: 0;
  left: 0;
}
.form-select__options-item:last-child:after {
  display: none;
}
.form-select__options-item.disabled-option {
  color: rgba(0, 0, 0, 0.64);
  pointer-events: none;
  cursor: none;
}
.form-select__options-item:hover {
  color: rgba(21, 21, 21, 0.64);
}
.form-select.active .form-select__control-button {
  font-weight: 500;
  background: #E2E5EC;
  border-color: rgba(21, 21, 21, 0.64);
  color: rgba(0, 0, 0, 0.88);
}
.form-select.active .form-select__options-list {
  opacity: 1;
  visibility: visible;
}

.input-preview-customized {
  padding: 16px;
  flex-direction: column;
  border-radius: 8px;
  background-color: rgba(226, 229, 236, 0.15);
  gap: 6px;
  border: 1px solid #E2E5EC;
}
@media only screen and (max-width: 568px) {
  .input-preview-customized {
    width: 100%;
    gap: 4px;
  }
}
.input-preview-customized__label {
  color: rgba(21, 21, 21, 0.64);
  font-size: 16px;
  line-height: 24px;
  display: block;
}
.input-preview-customized input {
  border: none;
  padding: 0;
  line-height: 24px;
  width: 40px;
  background-color: transparent;
  outline: 0;
  cursor: default;
  transition: all 0.3s ease-in-out;
}
.input-preview-customized__content {
  line-height: 1.5;
}
.input-preview-customized__icon {
  position: absolute;
  right: 0;
  top: 0;
}
.input-preview-customized__show-button {
  padding-top: 6.5px;
  color: #151515;
  background-color: transparent;
  border: none;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 568px) {
  .input-preview-customized__show-button {
    color: #3151BC;
    border-color: currentColor;
  }
}
.input-preview-customized__show-box {
  gap: 3px;
}
.input-preview-customized__show-box .link {
  line-height: 1;
}
.input-preview-customized__show-box .input-preview-customized__pin-text {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.input-preview-customized__show-box--text {
  align-items: center;
}
.input-preview-customized__show-box--text .link {
  padding-top: 0px;
}
.input-preview-customized__show-box--text .input-preview-customized__pin-text {
  position: static;
  opacity: 1;
  visibility: visible;
}
.input-preview-customized__show-box--text .input-preview-customized__pin-stars {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.input-preview-customized--gap-md {
  gap: 10px;
}

input[type=date] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  -webkit-appearance: none;
}

.common-input.common-input--date {
  background-repeat: no-repeat;
  background-position: 94% 52%;
}

.auth-input {
  position: relative;
}
.auth-input input.common-input {
  padding-right: 42px;
}
.auth-input__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.select2-custom {
  width: 100%;
}
.select2-custom label {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.64);
  display: block;
  line-height: 1.15;
}
.select2-custom .select2-container {
  width: 100% !important;
}
.select2-custom .select2-search__field {
  margin: 0 !important;
  line-height: 21px;
}
.select2-custom .select2-selection {
  padding: 16px;
  border: 1px solid #E2E5EC;
  border-radius: 8px;
  min-height: 58px;
}
.select2-custom .select2-selection__rendered {
  display: inline-flex !important;
  flex-wrap: wrap;
  gap: 5px;
}
.select2-custom .select2-selection__choice {
  background-color: #3151BC !important;
  color: #ffffff;
  border: unset !important;
  border-radius: 4px !important;
  padding: 3px !important;
  display: inline-flex !important;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 !important;
}
.select2-custom .select2-selection__choice__remove {
  color: #ffffff !important;
  position: initial !important;
  border-right: none !important;
  font-weight: 400 !important;
}
.select2-custom .select2-selection__choice__remove:hover {
  background-color: unset !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
.select2-custom .select2-selection__choice__display {
  font-size: 14px;
  line-height: 16px;
  padding-right: 2px !important;
}

.select2-buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  gap: 8px;
}
.select2-buttons-wrapper button {
  padding: 8px;
  background-color: #3151BC;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  flex-grow: 1;
}

.select2-container--default .select2-results__option--selected {
  background-color: rgba(226, 229, 236, 0.4);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(49, 81, 188, 0.4);
  color: inherit;
}

.trade-form--condensed {
  max-width: 800px;
  margin: 0 auto;
}
.trade-form label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.trade-form label input,
.trade-form label textarea,
.trade-form label select {
  padding: 18px 16px;
  border-radius: 8px;
  margin-top: 8px;
  border: 1px solid #E2E5EC;
}
.trade-form label textarea {
  min-height: 172px;
  resize: vertical;
}
.trade-form label .form-select {
  margin-top: 8px;
}
.trade-form__row {
  display: flex;
  align-items: center;
  gap: 21px 40px;
}
.trade-form__row:not(:last-of-type) {
  margin-bottom: 21px;
}
.trade-form__row:last-of-type {
  margin-top: 40px;
}
.trade-form__row .btn {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
}
@media only screen and (max-width: 568px) {
  .trade-form__row {
    flex-direction: column;
  }
}

.select2-results__option {
  padding: 12px 16px 12px 44px;
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.select2-results__option.select2-results__message {
  padding-left: 16px;
}
.select2-results__option.select2-results__message::before, .select2-results__option.select2-results__message:after {
  display: none;
}
.select2-results__option.select2-results__message:hover {
  border-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .select2-results__option:hover {
    border-color: #3151BC;
  }
}
.select2-results__option::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E2E5EC;
  background: #FFF;
}
.select2-results__option:after {
  display: none;
  content: url("../../images/select-arrow.57fd932d32c1.svg");
  position: absolute;
  top: 12px;
  left: 19px;
}
.select2-results__option.select2-results__option--selected:after {
  display: block;
}
.select2-results__option.select2-results__option--selected::before {
  background-color: #3151BC;
  border-color: #3151BC;
}

.select2-selection__clear {
  display: none;
}

.select2-container--open .select2-selection--multiple {
  border-radius: 8px !important;
}

.select2-dropdown--below {
  border-radius: 8px !important;
  border: 1px solid #E2E5EC !important;
  top: 8px;
  padding: 4px;
}

.select2-selection__rendered {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-block !important;
  max-width: 213px;
}
@media only screen and (max-width: 1024px) {
  .select2-selection__rendered {
    max-width: calc(50dvw - 76px);
  }
}
@media only screen and (max-width: 568px) {
  .select2-selection__rendered {
    max-width: calc(100dvw - 48px);
  }
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  opacity: 0.6 !important;
  background: #E2E5EC !important;
}

.select2-checkbox-wrapper {
  padding: 12px 16px 12px 44px;
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .select2-checkbox-wrapper:hover {
    border-color: #3151BC;
  }
}
.select2-checkbox-wrapper::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E2E5EC;
  background: #FFF;
}
.select2-checkbox-wrapper:after {
  display: none;
  content: url("../../images/select-arrow.57fd932d32c1.svg");
  position: absolute;
  top: 12px;
  left: 19px;
}

.toggle-select-btn {
  padding: 12px 16px 12px 44px;
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.toggle-select-btn.active:after {
  display: block;
}
.toggle-select-btn.active::before {
  background-color: #3151BC;
  border-color: #3151BC;
}
.toggle-select-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E2E5EC;
  background: #FFF;
}
.toggle-select-btn:after {
  display: none;
  content: url("../../images/select-arrow.57fd932d32c1.svg");
  position: absolute;
  top: 12px;
  left: 19px;
}

.select2-container--default .select2-selection--multiple {
  max-height: 56px;
  overflow-y: auto;
  border-radius: 8px;
  border: 1px solid #E2E5EC;
  background: rgba(49, 81, 188, 0.04);
}
.select2-container--default .select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: #151515;
}
.select2-container--default .select2-selection--multiple .select2-search__field::placeholder {
  color: #151515;
}

.input-search {
  position: relative;
  padding: 7px 8px 7px 46px;
  border: 1px solid #E2E5EC;
  border-radius: 8px;
  max-width: 643px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .input-search:hover, .input-search:focus {
    border-color: #96C23D;
  }
}
.input-search::-moz-placeholder {
  opacity: 0.7;
}
.input-search::placeholder {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .input-search--extended {
    padding: 10px 8px 10px 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .input-search {
    padding: 7px 8px 7px 24px;
  }
}
@media only screen and (max-width: 568px) {
  .input-search {
    align-items: center;
    padding: 7px 8px 7px 20px;
  }
}
.input-search__btn.btn {
  padding: 8px 20px;
  line-height: 24px;
  font-weight: 400;
}
.input-search__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .input-search__icon {
    display: none;
  }
}
.input-search__input {
  font-family: inherit;
  border: none;
  padding: 0;
  width: 100%;
  outline: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .input-search__input {
    padding: 0;
  }
}
.input-search.clear-input .btn--clear-input {
  display: block;
}
.input-search .btn-bulk-registration {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  position: absolute;
  top: 23px;
  right: 183px;
  border-bottom: 1px solid transparent;
  border-radius: unset;
  transition: border-bottom 0.3s ease-in-out;
}
.input-search .btn-bulk-registration:hover {
  border-bottom: 1px solid currentColor;
}
@media only screen and (max-width: 767.98px) {
  .input-search .btn-bulk-registration {
    top: auto;
    right: auto;
    bottom: -26px;
    left: 0;
  }
}
.input-search .btn--clear-input {
  display: none;
  position: absolute;
  top: 24px;
  right: 190px;
  padding: 10px;
  margin-top: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767.98px) {
  .input-search .btn--clear-input {
    top: 20px;
    right: 133px;
  }
}
@media only screen and (max-width: 568px) {
  .input-search .btn--clear-input {
    top: 15px;
    right: 60px;
  }
}

.btn {
  cursor: pointer;
  border: none;
  padding: 24px 48px;
  font-size: 16px;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 32px;
  text-transform: capitalize;
  color: #151515;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.btn.bold {
  font-weight: 700;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn:hover {
  background-color: rgba(21, 21, 21, 0.16);
}
.btn.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.48);
}

.btn-white {
  background-color: #ffffff;
  border: 1px solid rgba(21, 21, 21, 0.16);
}

.btn-xxs {
  padding: 4px 20px;
}

.btn-xs {
  padding: 7px 12px;
  line-height: 16px;
}

.btn-extra-small {
  line-height: 32px;
  padding: 8px 24px 8px 24px;
}
.btn-extra-small--less {
  line-height: 24px !important;
  padding: 8px 21px;
}

.btn-small {
  padding: 12px 28px !important;
}
.btn-small--less {
  padding: 8px 16px 8px 8px !important;
  line-height: 16px;
}
.btn-small--less-16 {
  padding: 8px 16px !important;
  line-height: 16px;
}
.btn-small--less-12 {
  padding: 12px 16px !important;
  line-height: 24px;
}
.btn-small--less-20 {
  padding: 8px 20px !important;
  line-height: 24px;
}

.btn-medium {
  padding: 12px 48px;
}
@media only screen and (max-width: 568px) {
  .btn-medium {
    padding: 12px 20px;
  }
}

.btn-medium-xl {
  padding: 24px 48px;
  line-height: 1;
}

.btn-huge {
  padding: 24px 48px;
  line-height: 1;
  width: 333px;
}

.btn-large-xs {
  padding: 8px 24px;
}

.btn-large-sm {
  padding: 8px 32px;
}

.btn-large-md {
  padding: 8px 36px;
}

.btn-large {
  padding: 24px 48px;
}

.btn-large-xl {
  padding: 20px 48px;
  line-height: 24px;
}
.btn-large-xl-16 {
  padding: 16px 48px;
}

.btn-default {
  background-color: rgba(49, 81, 188, 0.05);
  color: #3151BC;
}

.search-btn.arrow-btn .arrow-container {
  display: none;
  content: url("../../images/icons/search-icon.370099244565.svg");
}
@media only screen and (max-width: 568px) {
  .search-btn.arrow-btn .arrow-container {
    display: inline-block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 568px) {
  .search-btn {
    padding: 12px 24px;
  }
  .search-btn .search-btn-text {
    display: none;
  }
}

.btn-cta-primary {
  color: #ffffff;
  background-color: #3151BC;
  transition: all 0.3s ease-in-out;
}
.btn-cta-primary:hover {
  box-shadow: 0px 4px 16px rgba(49, 81, 188, 0.4);
  background-color: #3151BC;
}

.btn-cta-secondary {
  color: #ffffff;
  background-color: #96C23D;
}
.btn-cta-secondary:hover {
  box-shadow: 0px 4px 16px rgba(21, 21, 21, 0.32);
  background-color: #96C23D;
}

.arrow-btn {
  display: inline-flex;
  align-items: center;
}
.arrow-btn .arrow-container {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
}
.arrow-btn .arrow-container::before, .arrow-btn .arrow-container::after {
  content: url("../../images/icons/arrow-right.8919644653ce.svg");
  position: absolute;
  top: 0;
  left: 0;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
}
.arrow-btn .arrow-container::before {
  left: -14px;
}
.arrow-btn:hover .arrow-container::before {
  left: 0px;
}
.arrow-btn:hover .arrow-container::after {
  left: 14px;
}

.icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
.icon-btn svg {
  margin-right: 8px;
  flex-shrink: 0;
}
.icon-btn--table-orange {
  width: 32px;
  height: 32px;
  background-color: rgba(235, 116, 0, 0.08);
  transition: background-color 0.3s ease-in-out;
}
.icon-btn--table-orange svg {
  margin: 0;
}
.icon-btn--table-orange:hover {
  background-color: rgba(235, 116, 0, 0.1);
}

a.icon-btn,
.icon-btn:link {
  display: inline-flex;
}

.btn-cta-primary--light {
  background-color: rgba(49, 81, 188, 0.05);
  color: #3151BC;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.btn-cta-primary--light.arrow-btn .arrow-container::before, .btn-cta-primary--light.arrow-btn .arrow-container::after {
  content: url("../../images/icons/arrow-right-blue.82a04e4d2f4a.svg");
}
.btn-cta-primary--light:hover {
  background-color: transparent;
  border-color: #3151BC;
}

.btn-cancel {
  line-height: 1;
  background-color: rgba(21, 21, 21, 0.08);
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #151515;
  transition: all 0.3s ease-in-out;
}
.btn-cancel:hover {
  background-color: rgba(21, 21, 21, 0.12);
}

.btn-delete {
  background-color: rgba(255, 0, 0, 0.08);
  color: #ff0000;
  transition: all 0.3s ease-in-out;
}
.btn-delete:hover {
  background-color: rgba(255, 0, 0, 0.16);
}

.btn-remove-privacy {
  line-height: 1.5 !important;
}

.btn-outline {
  border: 1px solid #151515;
  transition: background-color 0.3s ease-in-out;
}
.btn-outline:hover {
  background-color: rgba(21, 21, 21, 0.08);
}
.btn-outline--primary {
  border: 1px solid #3151BC;
  color: #3151BC;
}
.btn-outline--primary:hover {
  background-color: rgba(49, 81, 188, 0.08);
}
.btn-outline.btn-extra-small {
  padding: 7px 24px;
}
@media only screen and (max-width: 350px) {
  .btn-outline.btn-extra-small {
    padding: 7px 20px;
  }
}
.btn-outline.btn-condensed {
  padding: 7px 42px 7px 34px;
}
@media only screen and (max-width: 767.98px) {
  .btn-outline.btn-condensed {
    padding: 7px 19px 7px 12px;
  }
}

.btn-renew {
  padding: 4px 20px;
}
.btn-renew[disabled] {
  pointer-events: none;
}

.btn--pay {
  min-height: 56px;
}
.btn--pay .after {
  display: none;
}
.btn--pay .loader {
  display: none;
}
.btn--pay.is-loading .before {
  display: none;
}
.btn--pay.is-loading span:not(.loader)  {
  display: none;
}
.btn--pay.is-loading .loader {
  display: block;
  width: 28px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffff;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.btn--pay.is-completed .loader,
.btn--pay.is-completed .before,
.btn--pay.is-completed .arrow-container {
  display: none;
}
.btn--pay.is-completed .after {
  display: inline;
}

.separator {
  width: 100%;
  background-color: #E2E5EC;
  height: 1px;
}
.separator--dark {
  background-color: rgba(21, 21, 21, 0.08);
}
.separator-md {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.separator-block {
  position: relative;
  width: 100%;
  height: 16px;
}
.separator-block .separator {
  position: relative;
  z-index: 1;
  top: 50%;
}

.separator-text {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.64);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 16px;
  background-color: white;
  white-space: nowrap;
}

.link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  line-height: 16px;
}
.link.font-w-500 {
  font-weight: 500;
}
.link.bold {
  font-weight: 700;
}
.link:hover {
  border-color: currentColor;
}
.link[disabled] {
  color: rgba(21, 21, 21, 0.24);
  pointer-events: none;
}

.underlined-link {
  border-color: currentColor;
}
.underlined-link:hover {
  border-color: transparent;
}

.internal-link {
  color: #3151BC;
}
.internal-link:visited {
  color: #3151BC;
}
.internal-link--op {
  color: rgba(49, 81, 188, 0.88);
}
.internal-link--op:visited {
  color: rgba(49, 81, 188, 0.88);
}

.external-link {
  color: #151515;
}
.external-link:visited {
  color: #151515;
}

.link-breadcrumb {
  border-bottom: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  transition: opacity 0.3s ease-in-out;
}
.link-breadcrumb svg {
  margin-right: 8px;
  flex-shrink: 0;
}
.link-breadcrumb:hover {
  opacity: 0.64;
}
@media only screen and (max-width: 375px) {
  .link-breadcrumb {
    max-width: 205px;
  }
}

.popup {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #151515;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(13, 23, 57, 0.8);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.popup--opened {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 9999999;
}
.popup__wrapper {
  padding: 32px;
  background: #fff;
  width: 100%;
  max-width: 480px;
  max-height: 90%;
  overflow-y: scroll;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  overflow-y: auto;
}
@media only screen and (max-width: 568px) {
  .popup__wrapper {
    width: 83%;
    border-radius: 12px;
    padding: 24px;
    top: 80px;
    transform: translateX(-50%);
    max-height: 100%;
  }
}

.popup__wrapper::-webkit-scrollbar {
    width: 8px;
}
.popup__wrapper::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px;
}
.popup__wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.popup__submit-btn {
  font-size: 14px;
}
.popup__title {
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  line-height: 32px;
  max-width: 80%;
  font-weight: 700;
}
@media only screen and (max-width: 568px) {
  .popup__title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.popup__text {
  line-height: 1.5;
  word-break: break-word;
}
@media only screen and (max-width: 767.98px) {
  .popup__text {
    width: 90%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .popup__text {
    width: 100%;
  }
}
.popup__cta-box {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .popup__cta-box--tab-half .btn {
    width: calc(50% - 8px);
  }
}
.popup__close-btn {
  position: absolute;
  top: 32px;
  right: 40px;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: none;
}
@media only screen and (max-width: 568px) {
  .popup__close-btn {
    top: 24px;
    right: 24px;
    display: none;
  }
}
.popup__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.popup--domain-added .popup__title {
  max-width: 90%;
}
.popup--domain-added .progress-bar {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 21, 0.16);
  background-color: #E2E5EC;
}
.popup--domain-added .progress-bar__wrapper {
  width: 5%;
  height: 14px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #3151BC;
}
.popup--add-credit-card .selected-option {
  font-weight: 500;
  color: #000000;
}
.popup--add-credit-card .payment-form {
  max-width: 419px;
  background-color: #ffffff;
}
.popup--add-credit-card .payment-form .popup__title {
  font-size: 20px;
  line-height: 28.8px;
}
@media only screen and (max-width: 568px) {
  .popup--add-credit-card .payment-form .popup__cta-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.popup--add-credit-card .payment-form .form-input {
  margin: 0 0 24px;
}
@media only screen and (max-width: 568px) {
  .popup--add-credit-card .payment-form .form-input::not(.payment-form__card-wrapper .form-input) {
    margin: 0 0 16px;
  }
}
.popup--add-credit-card .payment-form .common-input {
  padding: 16px 15px;
}
.popup--add-credit-card .payment-form__card-wrapper {
  grid-template-columns: 184px 80px 59px;
}
@media only screen and (max-width: 568px) {
  .popup--add-credit-card .payment-form__card-wrapper {
    grid-template-columns: auto;
    margin: 0 0 16px;
    gap: 16px;
    grid-template-areas: "a a" "b c ";
  }
  .popup--add-credit-card .payment-form__card-wrapper .form-input {
    margin: 0;
  }
  .popup--add-credit-card .payment-form__card-wrapper .form-input:first-child {
    grid-area: a;
  }
  .popup--add-credit-card .payment-form__card-wrapper .form-input:nth-child(2) {
    grid-area: b;
  }
  .popup--add-credit-card .payment-form__card-wrapper .form-input:last-child {
    grid-area: c;
  }
}
@media only screen and (max-width: 568px) {
  .popup--add-credit-card .payment-form__card-wrapper.form-input--card {
    max-width: 100%;
  }
  .popup--add-credit-card .payment-form__card-wrapper.form-input--card .form-input {
    max-width: 100%;
  }
}
.popup--add-credit-card .payment-form .common-input,
.popup--add-credit-card .payment-form .form-input__common-input {
  background-color: rgba(21, 21, 21, 0.02);
  border-radius: 8px;
}
.popup--add-credit-card .payment-form .common-input:not(.payment-form__card-wrapper .common-input),
.popup--add-credit-card .payment-form .form-input__common-input {
  border-color: rgba(21, 21, 21, 0.08);
  border-radius: 8px;
}
.popup--edit-bulk .popup__wrapper {
  max-width: 400px;
}
@media only screen and (max-width: 568px) {
  .popup--edit-bulk .popup__wrapper {
    padding-bottom: 32px;
  }
}
.popup--edit-bulk .btn {
  width: 100%;
  text-align: center;
}
.popup--edit-bulk .link {
  margin-right: 3px;
  font-weight: 500;
}
.popup--delete .popup__wrapper {
  max-width: 440px;
}
.popup--delete .popup__title {
  max-width: 85%;
}
.popup--delete .btn {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .popup--delete .btn {
    width: 100%;
  }
}
.popup--delete-payment .popup__wrapper {
  max-width: 383px;
}
.popup--delete-payment .popup__wrapper .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.popup--delete-dns-server-profile .popup__wrapper {
  max-width: 480px;
}
.popup--delete-dns-server-profile .btn {
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  .popup--delete-dns-server-profile .btn {
    width: 100%;
  }
}
.popup--change-server .popup__wrapper {
  max-width: 580px;
}
.popup--change-server .popup__text {
  max-width: 92%;
}
.popup--dns-record-update .popup__wrapper {
  max-width: 560px;
}
.popup--archive .popup__title {
  max-width: 100%;
  line-height: 1.4;
}
.popup--archive .popup__text {
  line-height: 21px;
}
.popup--archive .popup__wrapper {
  max-width: 493px;
  padding: 24px;
}
.popup--archive .popup__cta-box .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media only screen and (max-width: 767.98px) {
  .popup--archive .popup__cta-box .btn {
    width: 50%;
    padding-left: unset !important;
    padding-right: unset !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .popup--remove-privacy {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 583px;
    position: absolute;
  }
  .popup--remove-privacy .popup__wrapper {
    max-width: 583px;
    padding: 24px;
    transform: unset;
    top: unset;
    left: unset;
    border: 1px solid rgba(21, 21, 21, 0.08);
    box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04);
  }
}
.popup--remove-privacy .popup__close-btn {
  top: 24px;
  right: 24px;
}
@media only screen and (max-width: 767.98px) {
  .popup--remove-privacy .btn-extra-small {
    padding: 13px 15px;
    line-height: 1;
    text-transform: unset;
  }
  .popup--remove-privacy .popup__title {
    max-width: 100%;
  }
}
.popup--domain-extension .popup__wrapper {
  max-width: 560px;
}
.popup--domain-extension .popup__title {
  max-width: 100%;
}
.popup--delete-dns-profile .popup__cta-box .btn, .popup--archive .popup__cta-box .btn, .popup--delete-order .popup__cta-box .btn, .popup--delete-domain-forwarding .popup__cta-box .btn {
  text-transform: none;
}
@media only screen and (max-width: 767.98px) {
  .popup--dns-record-update .popup__wrapper {
    max-height: 85%;
  }
  .popup--dns-record-update .popup__wrapper .popup__title {
    max-width: 90%;
  }
}
.popup--dns-record-save-data .popup__wrapper {
  max-width: 560px;
}
.popup--dns-record-save-data .popup__wrapper, .popup--dns-record-update .popup__wrapper {
  max-width: 560px;
}
.popup--dns-record-save-data .popup__wrapper .form-input__common-input,
.popup--dns-record-save-data .popup__wrapper .form-input .common-input, .popup--dns-record-update .popup__wrapper .form-input__common-input,
.popup--dns-record-update .popup__wrapper .form-input .common-input {
  border-radius: 8px;
}
.popup--delete-dns-profile .btn-cta-primary, .popup--dns-record-save-data .btn-cta-primary, .popup--dns-record-update .btn-cta-primary {
  gap: 4px;
}
.popup--delete-account .popup__title {
  max-width: 87%;
}
@media only screen and (max-width: 568px) {
  .popup--delete-account .popup__cta-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .popup--delete-account .popup__text {
    line-height: 17px;
    font-size: 14px;
  }
  .popup--delete-account .popup__title {
    line-height: 1.4;
  }
}
.popup--protection .popup__wrapper {
  max-width: 565px;
  border-radius: 8px;
}
.popup--protection .popup__title {
  line-height: normal;
}
.popup--protection .popup__text {
  font-family: Inter;
  font-size: 18px;
  line-height: 150%;
}
.popup--protection .popup__text p:not(:first-of-type) {
  margin-top: 28px;
}
.popup--protection .popup__text ul {
  list-style: initial;
  margin-left: 25px;
}
.popup--protection .btn-cta-primary {
  min-width: 160px;
}
.popup--protection-md .popup__wrapper {
  max-width: 530px;
}
@media only screen and (min-width: 767.98px) {
  .popup--delete-card, .popup--set-card-default {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 578px;
    position: absolute;
  }
  .popup--delete-card .popup__wrapper, .popup--set-card-default .popup__wrapper {
    max-width: 578px;
    padding: 24px;
    transform: unset;
    top: unset;
    left: unset;
    border: 1px solid rgba(21, 21, 21, 0.08);
    box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04);
  }
  .popup--delete-card .popup__cta-box, .popup--set-card-default .popup__cta-box {
    justify-content: flex-end;
  }
  .popup--delete-card .popup__title, .popup--set-card-default .popup__title {
    max-width: 100%;
  }
  .popup--delete-card .popup__close-btn, .popup--set-card-default .popup__close-btn {
    display: none;
  }
}
@media only screen and (min-width: 767.98px) {
  .popup--delete-card, .popup--set-card-default {
    background-color: transparent;
  }
  .popup--delete-card .popup__wrapper, .popup--set-card-default .popup__wrapper {
    max-width: 580px;
    padding: 24px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04);
  }
  .popup--delete-card .popup__cta-box, .popup--set-card-default .popup__cta-box {
    justify-content: flex-end;
    gap: 10px;
  }
  .popup--delete-card .popup__title, .popup--set-card-default .popup__title {
    max-width: 100%;
  }
  .popup--delete-card .popup__close-btn, .popup--set-card-default .popup__close-btn {
    display: none;
  }
}
.popup--successfully-send .popup__wrapper {
  max-width: 531px;
  border-radius: 8px;
}
.popup--successfully-send .popup__text {
  font-family: Inter;
  font-size: 18px;
  line-height: 150%;
  margin: 28px 0;
}
.popup--successfully-send .popup__cancel-btn {
  min-width: 160px;
}
@media only screen and (max-width: 568px) {
  .popup--successfully-send .popup {
    border-radius: 16px;
  }
  .popup--successfully-send .popup__text {
    font-size: 16px;
    line-height: 124%;
    margin: 16px 0;
  }
  .popup--successfully-send .popup__cancel-btn {
    min-width: 100%;
  }
  .popup--successfully-send .popup__close-btn {
    display: block;
    width: 24px;
    height: 24px;
  }
  .popup--successfully-send .popup__close-btn svg {
    width: inherit;
    height: inherit;
  }
}
.popup--delete-domain .popup__wrapper {
  max-width: 521px;
  border-radius: 8px;
}
.popup--delete-domain .popup__text {
  font-size: 18px;
}
.popup--delete-domain .popup__input {
  max-width: 424px;
}
.popup--delete-domain .popup__confirm-btn, .popup--delete-domain .popup__cancel-btn {
  width: 100%;
}
.popup--delete-domain .popup__confirm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 0, 0, 0.05);
  color: #ff0000;
}
@media only screen and (max-width: 568px) {
  .popup--delete-domain .popup__close-btn {
    display: block;
  }
  .popup--delete-domain .popup__close-btn svg {
    width: 24px;
    height: 24px;
  }
}
.popup--delete-domain .btn-cancel {
  background-color: #3151BC;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.popup--hosting-plan-comparison .popup__wrapper {
  max-width: 1200px;
  border-radius: 8px;
}
.popup--hosting-plan-comparison .popup__wrapper .faq {
  overflow: hidden;
}
.popup--hosting-plan-comparison .popup__wrapper .faq__question-container.opened {
  background-color: rgba(21, 21, 21, 0.02);
}
.popup--hosting-plan-comparison .popup__wrapper .faq__answer-container {
  background-color: rgba(21, 21, 21, 0.02);
}
@media only screen and (max-width: 568px) {
  .popup--hosting-plan-comparison .popup__close-btn {
    display: block;
  }
}
.popup--dns-records .popup__wrapper {
  max-width: 700px;
  border-radius: 8px;
}
.popup--dns-records .popup__text {
  font-size: 18px;
}
@media only screen and (max-width: 568px) {
  .popup--dns-records .popup__close-btn {
    display: block;
  }
}
.popup--vat-number .popup__cta-box .popup__close-btn {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #3151BC;
}
@media only screen and (max-width: 568px) {
  .popup--vat-number .popup__cta-box .popup__close-btn {
    display: block;
  }
}
.popup--dns-success .popup__wrapper {
  max-width: 432px;
  border-radius: 8px;
}
.popup--dns-success .popup__text {
  font-size: 18px;
}
.popup--dns-success .popup__cancel-btn {
  width: 160px;
}
@media only screen and (max-width: 568px) {
  .popup--dns-success .popup__close-btn {
    display: block;
  }
}
.popup--delete-trademark .popup__wrapper {
  max-width: 588px;
}
.popup--delete-trademark .popup__close-btn {
  width: 32px;
  height: 32px;
  top: 28px;
}
@media only screen and (max-width: 568px) {
  .popup--delete-trademark .popup__close-btn {
    display: block;
    top: 22px;
    right: 20px;
  }
  .popup--delete-trademark .popup__close-btn svg {
    width: 24px;
    height: 24px;
  }
}
.popup--delete-trademark .popup__cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.popup--delete-trademark .btn {
  padding: 8px 16px;
  flex-grow: 1;
  border-radius: 8px;
}

.popup--domain-lock .popup__wrapper,
.popup--auto-renew .popup__wrapper,
.popup--web-forwarding .popup__wrapper,
.popup--email-forwarding .popup__wrapper {
  padding: 24px;
  max-width: 490px;
}
.popup--domain-lock .popup__wrapper .popup__title,
.popup--auto-renew .popup__wrapper .popup__title,
.popup--web-forwarding .popup__wrapper .popup__title,
.popup--email-forwarding .popup__wrapper .popup__title {
  max-width: calc(100% - 24px);
}
.popup--domain-lock .popup__wrapper .popup__close-btn,
.popup--auto-renew .popup__wrapper .popup__close-btn,
.popup--web-forwarding .popup__wrapper .popup__close-btn,
.popup--email-forwarding .popup__wrapper .popup__close-btn {
  top: 24px;
  right: 24px;
}
.popup--domain-lock .popup__wrapper .btn,
.popup--auto-renew .popup__wrapper .btn,
.popup--web-forwarding .popup__wrapper .btn,
.popup--email-forwarding .popup__wrapper .btn {
  min-width: 100px;
}

.bulk-registration__popup .popup__wrapper {
  max-width: 560px;
  border-radius: 12px;
}
.bulk-registration__popup .popup__wrapper.bulk-registration--import {
  width: 100%;
}
.bulk-registration__popup .popup__title {
  max-width: 100%;
}
@media only screen and (max-width: 568px) {
  .bulk-registration__popup .popup__title {
    max-width: 85%;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 568px) {
  .bulk-registration__popup .popup__text {
    margin: 0 0 16px;
    padding: 0 0 16px;
    line-height: 17px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
}
@media only screen and (max-width: 568px) {
  .bulk-registration__import-box {
    margin: 0 0 12px;
  }
}
.bulk-registration__amount {
  color: rgba(21, 21, 21, 0.64);
}
.bulk-registration-import-btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.bulk-registration-import-btn--desk {
  color: #3151BC;
  line-height: 16px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.bulk-registration-import-btn--desk:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
@media only screen and (max-width: 568px) {
  .bulk-registration-import-btn--desk {
    display: none;
  }
}
.bulk-registration-import-btn--mob {
  display: none;
  color: #151515;
}
@media only screen and (max-width: 568px) {
  .bulk-registration-import-btn--mob {
    display: flex;
    width: 100%;
    margin: 0 0 16px;
  }
}
.bulk-registration__textarea {
  width: 100%;
  min-height: 144px;
  padding: 24px;
  resize: none;
  margin-bottom: 20px;
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 8px;
  outline: none;
  line-height: 150%;
  color: rgba(21, 21, 21, 0.64);
}
@media only screen and (max-width: 568px) {
  .bulk-registration__textarea {
    padding: 16px;
    min-height: 128px;
    margin: 0 0 8px;
  }
}
.bulk-registration__import-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-align: center;
  min-height: 144px;
  border: 1px solid #E2E5EC;
  background-color: rgba(226, 229, 236, 0.15);
}
.bulk-registration__import-container.hovered {
  border: 1px solid #3151BC;
}
.bulk-registration__import-label {
  display: inline-flex;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.64);
  padding: 16px;
}
.bulk-registration__import-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.bulk-registration__import-text {
  line-height: 16.94px;
}
.bulk-registration__btns {
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 568px) {
  .bulk-registration__btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b";
  }
  .bulk-registration__btns .popup__submit-btn {
    grid-area: b;
  }
  .bulk-registration__btns .popup__submit-btn .arrow-container {
    display: none;
  }
}

.btn-cancel-import {
  background-color: rgba(21, 21, 21, 0.08);
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #151515;
}

.btn-clear-input {
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
  margin-top: 8px;
}
.btn-clear-input:hover {
  border-bottom: 1px solid currentColor;
}

.file-name {
  color: rgba(0, 0, 0, 0.88);
  margin: 0 auto;
  display: inline-block;
  max-width: 440px;
  word-break: break-word;
}
.file-name + br {
  display: none;
}

.profile-popup .popup__actions .btn:first-of-type {
  width: 210px;
}
@media only screen and (max-width: 568px) {
  .profile-popup .popup__actions .btn:first-of-type {
    width: 100%;
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.profile-popup .popup__actions .popup__cancel-btn {
  background-color: rgba(21, 21, 21, 0.04);
  width: 130px;
}
@media only screen and (max-width: 568px) {
  .profile-popup .popup__actions .popup__cancel-btn {
    width: 100%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .profile-popup .popup__actions {
    flex-direction: column;
  }
}

.services__popup .popup__wrapper {
  max-width: 521px;
}
.services__popup .popup__text {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 767.98px) {
  .services__popup .popup__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .services__popup .popup__actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
@media only screen and (max-width: 568px) {
  .services__popup .popup__close-btn {
    display: block;
    top: 20px;
    right: 32px;
  }
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
}
.card__title {
  color: #0D1739;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .card__title {
    line-height: 1.2;
  }
}
.card--email-form {
  padding: 32px;
  max-width: 384px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767.98px) {
  .card--email-form {
    padding: 24px;
  }
}
.card--email-form__caption {
  line-height: 1.5;
}
.card--email-form .h3 {
  line-height: 1;
}
.card--email-form .btn {
  font-size: 16px;
}

.card-link {
  border: 1px solid #E2E5EC;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.card-link__title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.card-link:hover {
  box-shadow: 0px 16px 32px rgba(2, 31, 84, 0.04);
}
.card-link:hover .card-link__title {
  border-color: currentColor;
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: 0 0 38px;
  border: 1px solid #E2E5EC;
  border-radius: 12px;
}
@media only screen and (max-width: 568px) {
  .service-card {
    padding: 0 0 24px;
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
}
.service-card__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 32px;
  margin-bottom: 24px;
}
.service-card__header .flag {
  width: 20px;
  height: 20px;
  background-size: contain;
}
.service-card__img {
  width: 100%;
  padding: 40px 32px 35px;
}
@media only screen and (max-width: 568px) {
  .service-card__img {
    padding: 24px;
  }
}
.service-card__img svg {
  width: 100%;
}
.service-card__img img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
.service-card__title {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  color: #151515;
}
@media only screen and (max-width: 568px) {
  .service-card__title {
    text-align: center;
    padding: 0 24px;
  }
}
.service-card__title br {
  display: none;
}
@media only screen and (max-width: 568px) {
  .service-card__title br {
    display: block;
  }
}
.service-card .btn {
  margin: 0 40px;
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 568px) {
  .service-card .btn {
    margin: 0 24px;
  }
}
.service-card__description {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: auto;
  padding: 0 32px 50px;
}
.service-card__description--condensed {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 568px) {
  .service-card__description {
    padding: 0 24px 50px;
  }
}
.service-card:nth-child(2) .animation-to-top-10 {
  animation: moveToTop-20 1.8s ease-in-out infinite alternate-reverse;
}

.section-services .subtitle {
  font-size: 20px;
  margin-bottom: 35px;
  opacity: 0.88;
  margin-bottom: 50px;
}
@media only screen and (max-width: 568px) {
  .section-services .subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .section-services .grid-3-cols {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1024px) {
  .section-services .service-card:nth-child(3) {
    grid-column: 1/-1;
  }
}
.section-services .service-card__img {
  padding-inline: 0;
}
.section-services .service-card__title {
  text-align: left;
  margin: 0 36px 24px;
  font-weight: 500;
}
@media only screen and (max-width: 568px) {
  .section-services .service-card__title {
    padding: 0;
    margin: 0 24px 16px;
  }
}
.section-services .service-card__description {
  line-height: 160%;
  opacity: 0.88;
  padding: 0 36px 48px;
}
@media only screen and (max-width: 568px) {
  .section-services .service-card__description {
    padding-inline: 24px;
  }
}
.section-services .service-card .btn {
  margin: 0 36px;
}
@media only screen and (max-width: 568px) {
  .section-services .service-card .btn {
    margin-inline: 24px;
  }
}

.manage-card {
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background-color: rgba(21, 21, 21, 0.02);
  gap: 8px;
  padding: 16px;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 258px;
}
.manage-card--full-width {
  max-width: 100%;
}
.manage-card__title {
  font-family: Inter;
  font-size: 16px;
  line-height: 150%;
}
.manage-card__btn {
  background-color: #3151BC;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 568px) {
  .manage-card {
    max-width: 100%;
    background-color: unset;
    border: unset;
    border-radius: unset;
    padding: 20px 24px;
  }
  .manage-card:not(:last-of-type) {
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
}

.hosting-card {
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background-color: rgba(21, 21, 21, 0.02);
  padding: 18px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 767.98px) {
  .hosting-card {
    gap: 0;
  }
}
.hosting-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 20px;
}
@media only screen and (max-width: 767.98px) {
  .hosting-card-wrapper {
    grid-template-columns: 1fr;
    gap: 16px 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .hosting-card__col {
    width: 100%;
  }
}
.hosting-card__heading {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px;
}
.hosting-card__price {
  font-size: 14px;
  margin-bottom: 30px;
}
.hosting-card__price span {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 568px) {
  .hosting-card__price {
    margin-bottom: 21px;
  }
}
.hosting-card__list {
  list-style: disc;
  margin-left: 24px;
}
.hosting-card__list li:not(:last-of-type) {
  margin-bottom: 13px;
}
.hosting-card__btn {
  font-size: 14px;
  padding: 8px 32px;
}
.hosting-card__btn[disabled] {
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .hosting-card__btn {
    width: 100%;
  }
}
.hosting-card--condensed {
  flex-direction: column;
  gap: 30px;
}
.hosting-card--condensed .hosting-card__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.hosting-card--condensed .hosting-card__footer {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .hosting-card--condensed .hosting-card__footer {
    display: block;
  }
}
.hosting-card--condensed .hosting-card__price {
  margin-bottom: 0;
}
.hosting-card--condensed .hosting-card__list li span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.hosting-card--condensed .hosting-card__list li:not(:last-of-type) {
  margin-bottom: 9px;
}
@media only screen and (max-width: 767.98px) {
  .hosting-card--condensed .hosting-card__btn {
    display: none;
  }
}
.hosting-card.active .hosting-card__heading {
  color: #3151BC;
}

.two-factor-block {
  padding: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.two-factor-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.two-factor-block__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.two-factor-block__description {
  line-height: 24px;
}
@media only screen and (max-width: 767.98px) {
  .two-factor-block__description .link {
    position: initial;
    transform: unset;
  }
}
.two-factor-block__label {
  font-size: 12px;
  line-height: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border-radius: 32px;
  font-weight: 500;
}
.two-factor-block__label--enabled {
  background-color: rgba(150, 194, 61, 0.15);
  color: #88BA24;
}
.two-factor-block__label--disabled {
  background-color: rgba(255, 0, 0, 0.08);
  color: #ff0000;
}

.auth-list__item p {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  line-height: 24px;
}
.auth-list__item:not(:last-of-type) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .auth-list__item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.auth-list__code {
  width: 192px;
  height: 192px;
  padding: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
  margin: 0 auto;
}
.auth-list__code img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.code-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: rgba(13, 23, 57, 0.05);
  gap: 17px;
  border: 1px dashed #0D1739;
  padding: 34px 24px;
  border-radius: 8px;
}
.code-grid span {
  text-align: center;
}

.code-input {
  position: relative;
}
.code-input input {
  padding-right: 46px !important;
  background-color: rgba(21, 21, 21, 0.08) !important;
}
.code-input__btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.tab {
  background: transparent;
  font-weight: 500;
  padding: 11px 24px;
  border: 1px solid rgba(21, 21, 21, 0.16);
  color: #151515;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.tab__icon {
  margin-right: 6px;
}
.tab__icon g {
  transition: all 0.3s ease-in-out;
}
.tab__icon path {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .tab__icon {
    display: none;
  }
}
.tab:hover {
  background-color: rgba(49, 81, 188, 0.04);
  color: #3151BC;
  border-color: #3151BC;
}
.tab:hover .tab__icon g {
  opacity: 1;
}
.tab:hover .tab__icon path {
  stroke: #ffffff;
}
.tab--with-icon {
  padding: 14px 24px 13px 18px;
}
@media only screen and (max-width: 568px) {
  .tab--with-icon {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tab--tablet-small {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.tab--small {
  padding: 12px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 568px) {
  .tab--small {
    padding: 8px 16px;
  }
}

.tab.active {
  background-color: rgba(49, 81, 188, 0.1);
  color: #3151BC;
  border-color: #3151BC;
}
.tab.active .tab__icon g {
  opacity: 1;
}
.tab.active .tab__icon path {
  stroke: #ffffff;
}

.tabs-wrapper {
  white-space: nowrap;
  overflow-x: auto;
}
.tabs-wrapper .tab:not(:last-child) {
  margin-right: 12px;
}

.tab-content {
  display: none;
}

.badge {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-color: rgba(49, 81, 188, 0.48);
  color: #151515;
  padding: 4px;
  border-radius: 4px;
}
.badge--free {
  padding: 4px 12px;
  height: 24px;
  border-radius: 24px;
  text-transform: uppercase;
}

.password-validation {
  margin-top: 22px;
  display: none;
}
.password-validation h2 {
  margin: 0 0 15px;
  font-family: "Inter", sans-serif;
  line-height: 16px;
  font-weight: 700;
}
.password-validation__item {
  margin: 0 0 16px;
  line-height: 1.14;
  display: flex;
  align-items: center;
  gap: 10px;
}
.password-validation__item-text {
  line-height: 16px;
}
@media only screen and (max-width: 767.98px) {
  .password-validation__item {
    gap: 13px;
  }
}
.password-validation__item:last-child {
  margin: 0;
}
.password-validation__item.input-invalid .password-validation__item-icon:before {
  content: url("../../images/icons/x-circle.2005776b1480.svg");
}
.password-validation__item-icon {
  position: relative;
  display: inline-block;
  width: 13.33px;
  height: 13.33px;
  flex-shrink: 0;
}
.password-validation__item-icon:before {
  content: url("../../images/icons/check-circle.b221d3ca50f8.svg");
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.article {
  position: relative;
  overflow: hidden;
  line-height: 1;
  border-radius: 16px;
  border: 1px solid #E2E5EC;
}
@media only screen and (max-width: 767.98px) {
  .article {
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.08);
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
    border: 1px solid #E2E5EC;
    border-radius: 8px;
  }
}
.article:hover .article__title {
  text-decoration: underline;
  color: #3151BC;
  text-underline-offset: 3px;
}
.article__arrow {
  position: absolute;
  top: 32px;
  right: 32px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767.98px) {
  .article__arrow {
    display: none;
  }
}
.article__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.article__img-container {
  aspect-ratio: 2.4;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.article__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__content {
  padding: 30px 22px 30px 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.article__title {
  font-size: 20px;
  line-height: 150%;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  color: #151515;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.article__title:hover {
  color: #3151BC;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
@media only screen and (max-width: 767.98px) {
  .article__title:hover {
    color: #151515;
  }
}
.article__description {
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(21, 21, 21, 0.8);
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 767.98px) {
  .article__description {
    font-size: 14px;
    line-height: 150%;
  }
}
.article__date {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.64);
}
.article--bg {
  background-color: rgba(21, 21, 21, 0.8);
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .article--bg {
    background-color: transparent;
  }
}
.article--bg:hover .article__content strong {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.article--bg:hover .article__arrow {
  rotate: -45deg;
}
.article--bg__wrapper {
  display: flex;
  flex-direction: column;
  padding: 80px 32px 32px;
  height: 100%;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .article--bg__wrapper {
    padding: 0;
  }
}
.article--bg .article__img-container {
  max-height: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__img-container {
    position: static;
  }
}
.article--bg .article__content {
  padding: 0;
  text-shadow: 0px 4px 8px rgba(21, 21, 21, 0.24);
  color: #ffffff;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__content {
    gap: 16px;
    padding: 32px 24px;
    text-shadow: none;
  }
}
.article--bg .article__content strong {
  display: inline;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  line-height: 40px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__content strong {
    font-size: 20px;
    line-height: 26px;
    color: #151515;
  }
}
.article--bg .article__content .article__description {
  color: #ffffff;
  -webkit-line-clamp: 4;
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__content .article__description {
    -webkit-line-clamp: 7;
    color: #000000;
    opacity: 0.8;
  }
}
.article--bg .article__date {
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__date {
    display: none;
  }
}
.article-search-form.clear-input .input-search__input {
  padding-right: 45px;
}
@media only screen and (max-width: 568px) {
  .article-search-form.clear-input .input-search__input {
    padding-right: 35px;
  }
}
.article--horizontal {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  background: unset;
  border: unset;
  box-shadow: unset;
  border-radius: unset;
}
.article--horizontal .article__title {
  max-width: 430px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article--horizontal .article__title:hover {
  color: #eb7400;
}
.article--horizontal .article__content {
  padding: 0;
  gap: 12px;
}
.article--horizontal .article__img-container {
  width: 110px;
  height: 110px;
  border-radius: 8px;
}
.article--horizontal .article__img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.article--horizontal .article__link {
  color: #eb7400;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article--horizontal .article__link:hover {
  color: #151515;
}
.article--horizontal .article__description {
  -webkit-line-clamp: 3;
  max-width: 432px;
}
@media only screen and (max-width: 767.98px) {
  .article--horizontal .article__title {
    max-width: 100%;
  }
  .article--horizontal .article__description {
    max-width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .article--horizontal {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .article--horizontal .article__title {
    font-family: "Cabin", sans-serif;
  }
  .article--horizontal .article__img-container {
    width: 100%;
    height: 100px;
  }
}

.sale-label {
  border: 1px solid #96C23D;
  color: #96C23D;
  border-radius: 8px;
  background: rgba(150, 194, 61, 0.1);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 568px) {
  .sale-label {
    background-color: transparent;
    color: #ff0000;
    border: none;
    font-size: 14px;
  }
}
.sale-label br {
  display: none;
}
@media only screen and (max-width: 568px) {
  .sale-label br {
    display: block;
  }
}

.label-premium {
  padding: 6px 12px 6px 8px;
}

.label-popular {
  padding: 10px;
}

.label-premium,
.label-popular {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background-color: #151515;
  border-radius: 24px;
  display: flex;
  align-items: center;
}
.label-premium svg,
.label-popular svg {
  margin-right: 5px;
}
@media only screen and (max-width: 1280px) {
  .label-premium,
  .label-popular {
    border-radius: 4px;
    display: flex;
    padding: 6px;
  }
  .label-premium svg,
  .label-popular svg {
    margin: 0;
  }
  .label-premium span,
  .label-popular span {
    display: none;
  }
}

.breadcrumb {
  padding-top: 32px;
}
@media only screen and (max-width: 568px) {
  .breadcrumb {
    padding: 32px 0;
  }
}
.breadcrumb__list {
  align-items: center;
}
.breadcrumb__item {
  position: relative;
  color: rgba(21, 21, 21, 0.88);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  margin-left: 38px;
}
@media only screen and (max-width: 568px) {
  .breadcrumb__item {
    font-size: 10px;
    line-height: 1.5;
    margin-left: 0;
    padding-left: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 360px;
  }
  .breadcrumb__item svg {
    width: 12px;
    height: 12px;
  }
  .breadcrumb__item:first-child {
    padding-left: 0;
  }
}
.breadcrumb__item.current span {
  border-bottom: 1px solid transparent;
}
.breadcrumb__item .link {
  font-size: 12px;
  line-height: 16px;
  color: #3151BC;
}
@media only screen and (max-width: 568px) {
  .breadcrumb__item .link {
    font-size: 10px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 360px;
  }
}
.breadcrumb__item::before {
  position: absolute;
  content: "/";
  left: -21px;
  color: #151515;
  opacity: 0.48;
}
@media only screen and (max-width: 568px) {
  .breadcrumb__item::before {
    left: 9px;
  }
}
.breadcrumb__item:first-child {
  margin: 0;
}
.breadcrumb__item:first-child::before {
  display: none;
}
.breadcrumb__item:hover g {
  opacity: 1;
}
.breadcrumb__item-icon g {
  transition: opacity 0.3s ease-in-out;
}
.breadcrumb__item .current {
  cursor: default;
}
.breadcrumb--text-white .breadcrumb__item {
  color: #ffffff;
}
.breadcrumb--text-white .breadcrumb__item::before,
.breadcrumb--text-white .breadcrumb__item .external-link,
.breadcrumb--text-white .breadcrumb__item .external-link:visited {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb--offset {
    margin-top: 80px;
  }
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
  margin-top: -30px;
  margin-left: -22px;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 32px;
  left: 39px;
  width: 2px;
  height: 5px;
  border-radius: 8px;
  background: #151515;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(315deg);
  animation-delay: -0.4s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.progress-bar {
  display: flex;
}
.progress-bar__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.progress-bar__step:not(.active) {
  color: rgba(21, 21, 21, 0.48);
}
.progress-bar__step::before, .progress-bar__step::after {
  position: absolute;
  content: "";
  border: 4px solid #f0f0f0;
  width: 50%;
  right: -15px;
  top: 4px;
}
.progress-bar__step::before {
  right: auto;
  left: -15px;
}
.progress-bar__step:first-child::before, .progress-bar__step:last-child::after {
  display: none;
}
.progress-bar__step:first-child .progress-bar__step-circle {
  background-color: #3151BC;
}
@media only screen and (max-width: 767.98px) {
  .progress-bar__step:first-of-type .progress-bar__step-name {
    max-width: 100px;
  }
}
.progress-bar__step-circle {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #E2E5EC;
  border-radius: 50%;
  margin-bottom: 16px;
  z-index: 2;
}
.progress-bar__step-circle span {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .progress-bar__step-circle {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .progress-bar__step-name {
    max-width: 84px;
    word-break: break-word;
  }
}
@media only screen and (max-width: 375px) {
  .progress-bar__step-name {
    font-size: 13px;
    max-width: 65px;
  }
}
.progress-bar--step-2 .progress-bar__step:first-child::after, .progress-bar--step-2 .progress-bar__step:nth-child(2)::before {
  border-color: #3151BC;
}
.progress-bar--step-2 .progress-bar__step:first-child .progress-bar__step-circle, .progress-bar--step-2 .progress-bar__step:nth-child(2) .progress-bar__step-circle {
  background-color: #3151BC;
}
.progress-bar--step-3 .progress-bar__step:first-child::after, .progress-bar--step-3 .progress-bar__step:nth-child(2)::after, .progress-bar--step-3 .progress-bar__step:nth-child(2)::before, .progress-bar--step-3 .progress-bar__step:nth-child(3)::before {
  border-color: #3151BC;
}
.progress-bar--step-3 .progress-bar__step:first-child .progress-bar__step-circle, .progress-bar--step-3 .progress-bar__step:nth-child(2) .progress-bar__step-circle, .progress-bar--step-3 .progress-bar__step:nth-child(3) .progress-bar__step-circle {
  background-color: #3151BC;
}
.progress-bar--step-4 .progress-bar__step:first-child::after, .progress-bar--step-4 .progress-bar__step:nth-child(2)::after, .progress-bar--step-4 .progress-bar__step:nth-child(2)::before, .progress-bar--step-4 .progress-bar__step:nth-child(3)::before, .progress-bar--step-4 .progress-bar__step:nth-child(3)::after, .progress-bar--step-4 .progress-bar__step:nth-child(3)::before, .progress-bar--step-4 .progress-bar__step:nth-child(4)::before {
  border-color: #3151BC;
}
.progress-bar--step-4 .progress-bar__step:first-child .progress-bar__step-circle, .progress-bar--step-4 .progress-bar__step:nth-child(2) .progress-bar__step-circle, .progress-bar--step-4 .progress-bar__step:nth-child(3) .progress-bar__step-circle, .progress-bar--step-4 .progress-bar__step:nth-child(4) .progress-bar__step-circle {
  background-color: #3151BC;
}
.progress-bar--four-steps {
  width: 679px;
}
.progress-bar--four-steps .progress-bar__step {
  width: 25%;
}
@media only screen and (max-width: 568px) {
  .progress-bar--four-steps .progress-bar__step-name {
    font-size: 12px;
  }
}

.radio-button {
  position: relative;
}
.radio-button label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 16px;
}
.radio-button input {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 100px;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
.radio-button input::after {
  content: url("../../images/icons/checkbox-arrow.45f0594318fb.svg");
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0;
}
.radio-button:hover input {
  border: 1px solid #3151BC;
  background-color: rgba(49, 81, 188, 0.08);
}
@media only screen and (max-width: 767.98px) {
  .radio-button:hover input {
    border: 1px solid #E2E5EC;
    background-color: #fff;
  }
}
.radio-button input:checked {
  background-color: #3151BC;
  border-color: #3151BC;
}
.radio-button input:checked:after {
  opacity: 1;
}

.checkbox {
  position: relative;
}
.checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 16px;
}
.checkbox input {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 2px;
  margin-right: 8px;
}
@media only screen and (max-width: 568px) {
  .checkbox input {
    margin-right: 6px;
  }
}
.checkbox input::after {
  content: url("../../images/icons/checkbox-arrow.45f0594318fb.svg");
  position: absolute;
  top: 0x;
  left: 1px;
  opacity: 0;
  line-height: 16px;
}
.checkbox:hover input {
  border: 1px solid rgba(21, 21, 21, 0.64);
  background-color: rgba(21, 21, 21, 0.02);
}
.checkbox input:checked {
  background-color: #3151BC;
  border-color: #3151BC;
}
.checkbox input:checked:after {
  opacity: 1;
}

.order__table--details {
  margin-bottom: 32px;
}
@media only screen and (max-width: 568px) {
  .order__table--details {
    margin-bottom: 24px;
  }
}
.order__table--details .btn--delete-ordered {
  display: none;
}
.order__table--details .btn--edit-ordered {
  display: block;
  margin-left: auto;
}
.order__table--details .results-table__options-list {
  width: auto;
  left: auto;
  right: 0;
  padding: 8px 16px;
  top: calc(100% + 16px);
}
.order__table--details .results-table__options-item {
  padding: 8px 0;
  line-height: 1;
}
.order__table--details .results-table__options-item:not(.results-table__options-item:last-child):after {
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .order__table--details .order__table-title {
    font-size: 14px;
  }
}
.order__table--details .order__table__select-box {
  color: #000000;
}
@media only screen and (max-width: 568px) {
  .order__table--details .order__table-header {
    display: flex;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}
.order__table--details .order__table-header input.order__table-header-cell {
  pointer-events: none;
  background-color: #0D1739;
  color: #ffffff;
  font-weight: 700;
  border: none;
  padding: 0;
  line-height: 1.5;
}
.order__table--details .order__table-header input.order__table-header-cell::-moz-placeholder {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.order__table--details .order__table-header input.order__table-header-cell::placeholder {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.order__table--details .order__table-box {
  margin-right: 32px;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 568px) {
  .order__table--details .order__table-box {
    margin: 0;
  }
}
.order__table--details .order__table-row {
  padding: 16px 24px 15px;
  line-height: 1.5;
}
@media only screen and (max-width: 568px) {
  .order__table--details .order__table-row {
    flex-direction: row;
    padding: 15.5px 24px;
  }
  .order__table--details .order__table-row:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .order__table--details .order__table-row-price {
    display: none;
  }
}
.order__table--details .order__table-row.order__table-row--discount :last-child {
  color: #6B931B;
}
@media only screen and (max-width: 1024px) {
  .order__table--details .order__table-row.order__table-row--discount:not(:last-child) {
    padding: 17px 24px;
    border-bottom: 1px solid #E2E5EC;
    font-size: 14px;
  }
}
.order__table--details .order__table-chosen-option {
  pointer-events: none;
  position: relative;
}
.order__table--details .order__table-chosen-option svg {
  margin-left: 8px;
  display: none;
}
.order__table--details .order__table-select {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .order__table--details .order__table-select {
    line-height: 1.5;
  }
}
.order__table--details.editing .order-table__select {
  pointer-events: all;
  cursor: pointer;
}
.order__table--details.editing .order__table-chosen-option {
  pointer-events: all;
}
.order__table--details.editing .order__table-chosen-option svg {
  display: block;
}
.order__table--details.editing .order__table-chosen-option.active .results-table__options-list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.order__table--details.editing .order__table-row.order__table-actions {
  display: flex;
  justify-content: flex-end;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.order__table--details.editing .order__table-row.order__table-actions button {
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.5;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
}
.order__table--details.editing .order__table-row.order__table-actions button:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.order__table--details.editing .order__table-row.order__table-actions button:first-child {
  margin-right: 32px;
  color: rgba(21, 21, 21, 0.48);
}
.order__table--details.editing .btn--delete-ordered {
  display: block;
}
.order__table--details.editing .btn--edit-ordered {
  display: none;
}
.order__table--details.editing input.order__table-header-cell {
  pointer-events: all;
  width: 100%;
  border-radius: 4px;
  background-color: #ffffff !important;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.64);
  padding: 16px;
  font-weight: 400;
  height: 48px;
  outline: 0;
  line-height: 1.5;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.order__table--details.editing input.order__table-header-cell:hover {
  border-color: rgba(21, 21, 21, 0.64);
}
.order__table--details.editing input.order__table-header-cell::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  color: inherit;
}
.order__table--details.editing input.order__table-header-cell::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  color: inherit;
}
.order__table--details.editing input.order__table-header-cell:focus {
  color: #000000;
  border-color: rgba(21, 21, 21, 0.64);
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark .results-table__options-list {
    width: auto;
    left: 22px;
    right: auto;
    top: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark .order__table-row-price {
    display: none;
  }
}
.order__table--trademark .order__table-chosen-option:first-child {
  margin-right: 13px;
  position: relative;
}
.order__table--trademark .order__table-chosen-option:first-child::after {
  position: absolute;
  content: "|";
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark .order__table-body .order__table-box {
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark .order__table-body .order__table-row {
    padding: 16px 24px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark .order__table-body .order__table-row:not(:last-child) {
    padding: 0;
    border: none;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    border-left: 1px solid #E2E5EC;
    border-right: 1px solid #E2E5EC;
  }
  .order__table--trademark .order__table-body .order__table-row:not(:last-child) > *:nth-child(2) {
    background-color: rgba(21, 21, 21, 0.02);
  }
  .order__table--trademark .order__table-body .order__table-row:not(:last-child) .order__table-title {
    padding: 17px 24px;
    border-bottom: 1px solid #E2E5EC;
    width: 100%;
  }
}
.order__table--trademark .order__table-body .order__table-row.order__table-row--discount :last-child {
  color: #96C23D;
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark .order__table-body .order__table-row.order__table-row--discount:not(:last-child) {
    padding: 17px 24px;
    border-bottom: 1px solid #E2E5EC;
    font-size: 14px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark .order__table-body .order__table-chosen-option {
    padding: 17px 24px;
    width: 100%;
    border-bottom: 1px solid #E2E5EC;
  }
  .order__table--trademark .order__table-body .order__table-chosen-option .order-table__select {
    line-height: 1.5;
  }
  .order__table--trademark .order__table-body .order__table-chosen-option:nth-child(2) {
    background-color: #ffffff;
  }
  .order__table--trademark .order__table-body .order__table-chosen-option:first-child {
    margin-right: 0;
  }
  .order__table--trademark .order__table-body .order__table-chosen-option:first-child::after {
    display: none;
  }
}
.order__table--trademark.editing .btn--edit-ordered,
.order__table--trademark.editing .btn--delete-ordered {
  padding: 0px 34px;
  margin-right: -34px;
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark.editing .btn--edit-ordered,
  .order__table--trademark.editing .btn--delete-ordered {
    padding: 0px 18px;
    margin-right: -18px;
  }
}
.order__table--trademark.editing .order__table-header {
  padding: 16px 24px 16px 16px;
}
.order__table--trademark.editing .order__table-box {
  margin-right: 36px;
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark.editing .order__table-box {
    margin: 0;
  }
}
.order__table--trademark.editing .order__table-actions {
  padding: 16px 24px 15px;
}
.order__table--trademark.editing .order__table-actions button {
  line-height: 1.5;
}
.order__table--trademark.editing .order__table-actions button:first-child {
  font-size: 16px;
}
.order__table--trademark.editing .order__table-chosen-option:first-child {
  margin-right: 41px;
}
@media only screen and (max-width: 1024px) {
  .order__table--trademark.editing .order__table-chosen-option:first-child {
    margin: 0;
  }
}
.order__table--trademark.editing .order__table-chosen-option:first-child::after {
  right: -24px;
}
.order__table--account-order {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .order__table--account-order {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .order__table--account-order .order__table-years-quantity {
    margin: 0 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .order__table--account-order .order__table-row {
    font-size: 14px;
    background-color: #ffffff;
  }
  .order__table--account-order .order__table-row:first-child {
    border-radius: 0;
  }
}
@media only screen and (max-width: 568px) {
  .order__table--account-order .order__table-row .order__table-row--total {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 568px) {
  .order__table--account-order .order__table-row--col-mob {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 24px 15px;
  }
  .order__table--account-order .order__table-row--col-mob .tip__icon {
    right: 0;
    top: 0;
  }
  .order__table--account-order .order__table-row--col-mob:first-child {
    padding: 15px 24px;
  }
  .order__table--account-order .order__table-row--col-mob .order__table-title,
  .order__table--account-order .order__table-row--col-mob .order__table-years-quantity {
    margin: 0;
  }
  .order__table--account-order .order__table-row--col-mob .order__table-years-quantity {
    line-height: 24px;
  }
  .order__table--account-order .order__table-row--col-mob .order__table-title {
    line-height: 17px;
  }
}

.account-table {
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
}
.account-table--br-8 {
  border-radius: 8px;
}
.account-table--br-8 .account-table__header {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.account-table.add-mode {
  margin: 0 0 15px;
}
@media only screen and (max-width: 767.98px) {
  .account-table.add-mode + .separator {
    display: none !important;
  }
}
.account-table .btn--delete .icon-btn {
  width: 32px;
  height: 32px;
}
.account-table .btn--delete .icon-btn--red {
  background-color: rgba(255, 0, 0, 0.08);
}
.account-table .btn--delete .icon-btn--large {
  width: 40px;
  height: 40px;
}
.account-table .btn--delete .icon-btn svg {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .account-table {
    border: none;
  }
}
.account-table__item {
  width: 33.333%;
}
@media only screen and (max-width: 767.98px) {
  .account-table__item {
    width: 100%;
  }
}
.account-table__item-cta {
  position: absolute;
  cursor: pointer;
  right: 24px;
  top: 24px;
}
.account-table__item__content {
  line-height: 1.5;
}
.account-table__item-wrapper {
  border-top: 1px solid #E2E5EC;
  padding: 22px 56px 22px 24px;
  gap: 16px;
}
.account-table__item-wrapper:nth-child(even) {
  background-color: rgba(226, 229, 236, 0.15);
}
@media only screen and (max-width: 767.98px) {
  .account-table__item-wrapper {
    flex-direction: column;
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid #E2E5EC;
    border-radius: 8px;
    padding: 23px 56px 23px 24px;
    margin: 0 0 16px;
  }
  .account-table__item-wrapper:last-child {
    margin: 0;
  }
}
.account-table__item-header {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .account-table__item-header {
    display: block;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
  }
}
.account-table__item-content--small-text {
  color: rgba(21, 21, 21, 0.5);
  margin-top: 2px;
}
@media only screen and (max-width: 568px) {
  .account-table__item-content--small-text {
    color: #151515;
    margin-top: 16px;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table__item-content-link {
    margin-left: 5px;
  }
}
.account-table__item-content-link svg {
  margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .account-table__item-content-link svg {
    margin-right: 5px;
  }
}
.account-table__item-content-link .link {
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767.98px) {
  .account-table__item-content-link .link {
    line-height: 1.5;
  }
}
.account-table__header {
  background-color: rgba(21, 21, 21, 0.02);
  padding: 16px 32px 15px 24px;
  gap: 18px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.account-table__header-wrapper {
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .account-table__header {
    display: none;
  }
}
.account-table__header-text {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}
.account-table__header-text--desk-capitalize {
  text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
  .account-table__header-text--desk-capitalize {
    text-transform: uppercase;
  }
}
.account-table__accordion-content {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .account-table__accordion-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table__accordion-content {
    flex-direction: column;
  }
  .account-table__accordion-content .account-table__item {
    flex-direction: row;
  }
}
.account-table__accordion-btn {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .account-table__accordion-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 7px;
    top: 11px;
    padding: 8px;
    transition: all 0.3s ease-in-out;
  }
  .account-table__accordion-btn.opened {
    transform: rotate(180deg);
  }
  .account-table__accordion-btn.opened + .account-table__accordion-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    margin-top: 10px;
  }
}
.account-table__link {
  line-height: 1.5;
  color: #151515;
  font-weight: 500;
}
.account-table__link:hover {
  text-decoration: underline;
}
.account-table__mob-content {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .account-table__mob-content {
    flex-direction: column;
    gap: 24px;
  }
}
.account-table--credit-cards .account-table__item-cta {
  right: 22px;
  top: 26px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--credit-cards .account-table__item-cta {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
  }
  .account-table--credit-cards .account-table__item-cta .link {
    line-height: 20px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--credit-cards .credit-card-img {
    margin: 0;
  }
}
.account-table--credit-cards .credit-card-text {
  border-bottom: 1px solid currentColor;
  line-height: 18px;
}
@media only screen and (max-width: 1280px) {
  .account-table--credit-cards .credit-card-text {
    border-bottom: none;
  }
}
@media only screen and (max-width: 568px) {
  .account-table--credit-cards .credit-card-text {
    border-bottom: 1px solid currentColor;
  }
}
@media only screen and (max-width: 1280px) {
  .account-table--credit-cards .account-table__header-wrapper:not(.account-page--contact-profiles .account-table__header-wrapper):nth-of-type(2) {
    width: 24%;
  }
}
.account-table--credit-cards .account-table__item {
  min-height: 24px;
}
@media only screen and (max-width: 1280px) {
  .account-table--credit-cards .account-table__item:nth-of-type(3):not(.account-page--contact-profiles .account-table--credit-cards .account-table__item) {
    width: 24%;
  }
  .account-table--credit-cards .account-table__item:last-of-type {
    width: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--credit-cards .account-table__item {
    flex-direction: row;
    line-height: 24px;
    align-items: center;
    justify-content: space-between;
  }
  .account-table--credit-cards .account-table__item:nth-of-type(2), .account-table--credit-cards .account-table__item:nth-of-type(3) {
    width: auto;
  }
  .account-table--credit-cards .account-table__item:last-of-type {
    width: auto;
  }
  .account-table--credit-cards .account-table__item .link {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--credit-cards .account-table__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.account-table--credit-cards .account-table__item-wrapper {
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--credit-cards .account-table__item-wrapper {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
  }
  .account-table--credit-cards .account-table__item-wrapper:not(:last-of-type) {
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
  .account-table--credit-cards .account-table__item-wrapper .account-table__item-header {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.64);
    line-height: 16px;
    flex-shrink: 0;
  }
  .account-table--credit-cards .account-table__item-wrapper .account-table__item-content {
    flex-direction: column;
  }
}
.account-table--connected-domains .account-table__item-wrapper {
  align-items: center;
  padding: 14px 22px 16px 24px;
  min-height: 80px;
}
.account-table--connected-domains .account-table__item:first-of-type {
  width: 45%;
}
.account-table--connected-domains .account-table__item:nth-of-type(2) {
  width: 45%;
}
.account-table--connected-domains .account-table__item:last-of-type {
  width: 10%;
}
.account-table--connected-domains .account-table__item .form-input {
  max-width: 96px;
}
@media only screen and (max-width: 1024px) {
  .account-table--connected-domains .account-table__item:first-of-type {
    width: 40%;
  }
  .account-table--connected-domains .account-table__item:nth-of-type(2) {
    width: 40%;
  }
  .account-table--connected-domains .account-table__item:last-of-type {
    width: 20%;
  }
}
.account-table--connected-domains .account-table__header {
  padding: 16px 22px 11px 24px;
}
.account-table--connected-domains .account-table__item-cta {
  right: 22px;
  top: 26px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--connected-domains .account-table__item-cta {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
  }
  .account-table--connected-domains .account-table__item-cta .link {
    line-height: 20px;
    padding-top: 2px;
  }
}
.account-table--connected-domains .account-table__item {
  min-height: 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--connected-domains .account-table__item {
    flex-direction: row;
    line-height: 24px;
    align-items: center;
    justify-content: space-between;
  }
  .account-table--connected-domains .account-table__item:nth-of-type(2), .account-table--connected-domains .account-table__item:nth-of-type(3) {
    width: auto;
  }
  .account-table--connected-domains .account-table__item:last-of-type {
    width: auto;
  }
  .account-table--connected-domains .account-table__item .link {
    line-height: 1.5;
    text-align: right;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--connected-domains .account-table__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.account-table--connected-domains .account-table__item-wrapper {
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--connected-domains .account-table__item-wrapper {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
  }
  .account-table--connected-domains .account-table__item-wrapper:not(:last-of-type) {
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
  .account-table--connected-domains .account-table__item-wrapper .account-table__item-header {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.64);
    line-height: 16px;
    flex-shrink: 0;
  }
  .account-table--connected-domains .account-table__item-wrapper .account-table__item-content {
    flex-direction: column;
  }
}
.account-table--add-wallet {
  border-radius: 8px;
  color: #151515;
}
@media only screen and (max-width: 1024px) {
  .account-table--add-wallet__title {
    font-size: 22px;
    line-height: 30.8px;
  }
}
.account-table--add-wallet__row {
  padding: 16px 24px 15px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  line-height: 1.5;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .account-table--add-wallet__row {
    border: none;
    padding: 0;
    flex-direction: column;
    gap: 8px;
  }
}
.account-table--add-wallet__row:nth-of-type(odd) {
  background-color: rgba(21, 21, 21, 0.02);
}
@media only screen and (max-width: 1024px) {
  .account-table--add-wallet__row:nth-of-type(odd) {
    background-color: #ffffff;
  }
}
.account-table--add-wallet__row:first-of-type {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.account-table--add-wallet__row:last-of-type {
  border-bottom: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.account-table--add-wallet__col:first-of-type {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 168px;
}
@media only screen and (max-width: 1024px) {
  .account-table--add-wallet__col:first-of-type {
    font-size: 14px;
    min-width: unset;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.64);
  }
}
.account-table--add-wallet__col:last-of-type {
  flex-grow: 1;
}
@media only screen and (max-width: 1024px) {
  .account-table--add-wallet__col:last-of-type {
    font-weight: 500;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--add-wallet {
    border: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 15px;
  }
}
.account-table--striped .account-table__item-wrapper:first-child {
  border-top: 0;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--striped .account-table__item-wrapper:first-child {
    border-top: 1px solid rgba(21, 21, 21, 0.08);
  }
}
.account-table--striped .account-table__item-wrapper:last-child {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.account-table--striped .account-table__item-wrapper:nth-child(odd) {
  background-color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .account-table--striped .account-table__item-wrapper {
    margin: 0;
    border-radius: 0;
    border-top: none;
    background-color: #ffffff;
  }
}
.account-table--common {
  font-size: 14px;
}
.account-table--common .account-table__header {
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}
@media only screen and (max-width: 767.98px) {
  .account-table--common .account-table__item-header {
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
    color: rgba(21, 21, 21, 0.64);
  }
}
.account-table--common .account-table__header-text {
  text-transform: capitalize;
}
.account-table--common .account-table__item-wrapper {
  gap: 0;
  margin: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767.98px) {
  .account-table--common .account-table__accordion-content .account-table__item:first-child, .account-table--common .account-table__accordion-content .account-table__item:nth-child(2), .account-table--common .account-table__accordion-content .account-table__item:last-child {
    width: -moz-fit-content;
    width: fit-content;
  }
  .account-table--common .account-table__accordion-content .account-table__item:not(:last-child) {
    margin-bottom: 11px;
  }
}
.account-table--hosting-services .label--active {
  margin-left: 7px;
}
@media only screen and (max-width: 1280px) {
  .account-table--hosting-services .label--active {
    margin: 0;
  }
}
.account-table--hosting-services .account-table__header,
.account-table--hosting-services .account-table__item-wrapper {
  padding-right: 24px;
  gap: 18px;
}
.account-table--hosting-services .account-table__header-wrapper:nth-of-type(3) {
  width: 18%;
}
.account-table--hosting-services .account-table__header-wrapper:nth-of-type(3) .account-table__header-text {
  margin-left: 19px;
}
.account-table--hosting-services .account-table__header-wrapper:nth-of-type(4) {
  width: 10.2%;
}
.account-table--hosting-services .account-table__header-wrapper:nth-of-type(4) .account-table__header-text {
  margin-left: 22px;
}
.account-table--hosting-services .account-table__item {
  width: auto;
}
.account-table--hosting-services .account-table__item-wrapper {
  padding: 23px 24px;
}
.account-table--hosting-services .account-table__item:first-of-type {
  width: 17.8%;
}
.account-table--hosting-services .account-table__item:nth-of-type(2) {
  width: 33%;
}
.account-table--hosting-services .account-table__content .account-table__item {
  justify-content: center;
}
.account-table--hosting-services .account-table__content .account-table__item--third {
  width: 18%;
}
.account-table--hosting-services .account-table__content .account-table__item--fourth {
  width: 10.2%;
  text-align: right;
}
.account-table--hosting-services .account-table__content .account-table__item:last-of-type {
  flex-grow: 1;
}
.account-table--hosting-services .account-table__content .account-table__item:last-of-type .btn--delete {
  margin: auto 0 auto auto;
}
@media only screen and (max-width: 1280px) {
  .account-table--hosting-services:nth-of-type(3) .account-table__header-text, .account-table--hosting-services:nth-of-type(4) .account-table__header-text {
    margin-left: 0px;
  }
  .account-table--hosting-services .account-table__header-wrapper:nth-of-type(4),
  .account-table--hosting-services .account-table__item--fourth {
    width: 12%;
  }
  .account-table--hosting-services .account-table__header-wrapper:nth-of-type(3),
  .account-table--hosting-services .account-table__item--third {
    width: 19%;
  }
  .account-table--hosting-services .account-table__item .account-table__header-text {
    margin: 0 !important;
  }
  .account-table--hosting-services .account-table__item:last-of-type {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--hosting-services .account-table__item-header {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.64);
    line-height: 16px;
  }
  .account-table--hosting-services .account-table__item-wrapper {
    margin: 0 0 24px;
  }
  .account-table--hosting-services .account-table__item-content {
    max-width: 100%;
  }
  .account-table--hosting-services .account-table__content .account-table__item {
    justify-content: flex-start;
  }
  .account-table--hosting-services .account-table__item-wrapper {
    background-color: #ffffff;
    padding: 0;
    border: none;
    gap: 16px;
  }
  .account-table--hosting-services .account-table__item:first-of-type, .account-table--hosting-services .account-table__item:nth-of-type(2), .account-table--hosting-services .account-table__item:nth-of-type(3), .account-table--hosting-services .account-table__item:nth-of-type(4), .account-table--hosting-services .account-table__item--fourth, .account-table--hosting-services .account-table__item--third, .account-table--hosting-services .account-table__item:last-of-type {
    width: 100% !important;
  }
  .account-table--hosting-services .account-table__item .btn--delete {
    margin: 0 !important;
  }
  .account-table--hosting-services .account-table__item .btn--delete span {
    line-height: 21px;
  }
  .account-table--hosting-services .account-table__item--fourth {
    text-align: left !important;
  }
  .account-table--hosting-services .account-table__item:nth-of-type(2) .account-table__item-content {
    text-align: right;
  }
}
@media only screen and (max-width: 568px) {
  .account-table--hosting-services .account-table__item-content,
  .account-table--hosting-services .account-table__link,
  .account-table--hosting-services .link {
    font-size: 16px !important;
  }
  .account-table--hosting-services .account-table__item-content {
    max-width: 50%;
  }
}
.account-table--hostings .account-table__header {
  padding: 16px 24px 15px;
  gap: 24px;
}
.account-table--hostings .account-table__header .account-table__item:first-child {
  width: 29.4%;
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__header .account-table__item:first-child {
    width: 30%;
  }
}
.account-table--hostings .account-table__header .account-table__item:nth-child(2) {
  width: 19.6%;
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__header .account-table__item:nth-child(2) {
    width: 17.5%;
  }
}
.account-table--hostings .account-table__header .account-table__item:nth-child(3) {
  width: 19.6%;
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__header .account-table__item:nth-child(3) {
    width: 17.5%;
  }
}
.account-table--hostings .account-table__header .account-table__item:nth-child(4) {
  width: 10.2%;
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__header .account-table__item:nth-child(4) {
    width: 17.5%;
  }
}
.account-table--hostings .account-table__header .account-table__item:nth-child(5) {
  width: 9.6%;
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__header .account-table__item:nth-child(5) {
    width: 17.5%;
  }
}
.account-table--hostings .account-table__item-wrapper {
  padding: 15px 24px 16px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .account-table--hostings .account-table__item-wrapper {
    padding: 16px;
  }
}
.account-table--hostings .account-table__item-wrapper:first-child {
  padding: 16px 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--hostings .account-table__item-wrapper:first-child {
    padding: 16px;
  }
}
.account-table--hostings .account-table__item-wrapper .account-table__item:first-child {
  width: calc(47.7% - 24px);
  margin-right: 16px;
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__item-wrapper .account-table__item:first-child {
    width: 41.6%;
    width: calc(41.6% - 24px);
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--hostings .account-table__item-wrapper .account-table__item:first-child {
    width: 100%;
    margin-right: 0;
  }
}
.account-table--hostings .account-table__item-wrapper .account-table__item:first-child .hosting-plan__text {
  font-size: 12px;
  line-height: 1;
}
.account-table--hostings .account-table__accordion-content {
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .account-table--hostings .account-table__accordion-content {
    align-items: flex-start;
  }
}
.account-table--hostings .account-table__accordion-content .account-table__item:first-child {
  width: calc(33.4% - 24px);
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__accordion-content .account-table__item:first-child {
    width: calc(26% - 24px);
  }
}
.account-table--hostings .account-table__accordion-content .account-table__item:nth-child(2) {
  width: calc(33.4% - 24px);
}
@media only screen and (max-width: 1280px) {
  .account-table--hostings .account-table__accordion-content .account-table__item:nth-child(2) {
    width: calc(26% - 24px);
  }
}
.account-table--hostings .account-table__accordion-content .account-table__item:nth-child(3) {
  width: calc(19% - 24px);
}
.account-table--hostings .account-table__accordion-content .account-table__item:last-child {
  margin-left: auto;
  height: 32px;
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .account-table--hostings .account-table__accordion-content .account-table__item:last-child {
    margin-left: unset;
  }
}
.account-table--hostings .account-table__accordion-content .account-table__item:first-child, .account-table--hostings .account-table__accordion-content .account-table__item:nth-child(2), .account-table--hostings .account-table__accordion-content .account-table__item:nth-child(3) {
  margin-right: 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--hostings .account-table__accordion-content .account-table__item:first-child, .account-table--hostings .account-table__accordion-content .account-table__item:nth-child(2), .account-table--hostings .account-table__accordion-content .account-table__item:nth-child(3), .account-table--hostings .account-table__accordion-content .account-table__item:last-child {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
  }
}
.account-table--hostings .account-table__setup-btn {
  padding: 8px 16px;
  margin-left: auto;
}
@media only screen and (max-width: 767.98px) {
  .account-table--hostings .account-table__setup-btn {
    margin-left: unset;
  }
}
.account-table--autorenew .checkbox {
  display: flex;
  align-items: center;
}
.account-table--autorenew .checkbox input {
  margin-right: 24px;
}
@media only screen and (max-width: 1280px) {
  .account-table--autorenew .checkbox input {
    margin-right: 12px;
  }
}
.account-table--w-editing .account-table__header, .account-table--w-editing .account-table__item-wrapper {
  gap: 32px !important;
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .account-table__item-edit-wrapper:last-of-type .account-table__item-wrapper {
    padding-bottom: 0 !important;
  }
}
.account-table--w-editing .account-table__item-wrapper {
  padding: 24px !important;
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .account-table__item-wrapper:last-of-type {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .account-table__item-wrapper .account-table__item-content,
  .account-table--w-editing .account-table__item-wrapper .input--edit {
    max-width: 194px;
    word-break: break-word;
    margin-left: 16px;
    text-align: right;
  }
}
.account-table--w-editing .account-table__item-wrapper .input--edit {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .account-table__item-wrapper {
    margin-bottom: 16px;
    gap: 16px !important;
  }
}
.account-table--w-editing .account-table__item-wrapper.edit-mode {
  align-items: center;
  padding: 24px 24px 71px !important;
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .account-table__item-wrapper.edit-mode {
    align-items: flex-start;
    padding: 24px 0 !important;
  }
  .account-table--w-editing .account-table__item-wrapper.edit-mode:last-of-type {
    padding-bottom: 0 !important;
  }
  .account-table--w-editing .account-table__item-wrapper.edit-mode:last-of-type .editing-actions {
    bottom: 0;
  }
}
.account-table--w-editing .account-table__item-wrapper.edit-mode .input--edit,
.account-table--w-editing .account-table__item-wrapper.edit-mode .btn--delete,
.account-table--w-editing .account-table__item-wrapper.edit-mode .editing-actions {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .account-table__item-wrapper.edit-mode .input--edit .link,
  .account-table--w-editing .account-table__item-wrapper.edit-mode .btn--delete .link,
  .account-table--w-editing .account-table__item-wrapper.edit-mode .editing-actions .link {
    font-size: 16px;
  }
}
.account-table--w-editing .account-table__item-wrapper.edit-mode .editable-content,
.account-table--w-editing .account-table__item-wrapper.edit-mode .btn--edit {
  display: none;
}
.account-table--w-editing .input--edit,
.account-table--w-editing .btn--delete,
.account-table--w-editing .editing-actions {
  display: none;
}
.account-table--w-editing .editing-actions {
  position: absolute;
  right: 22px;
  bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .editing-actions {
    right: 0;
    bottom: 24px;
  }
}
.account-table--w-editing .editing-actions .link {
  font-size: 16px;
}
.account-table--w-editing .btn--cancel-editing {
  opacity: 0.48;
  margin-right: 29px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--w-editing .btn--cancel-editing {
    opacity: 1;
    margin-right: 16px;
  }
}
.account-table--dns-records .account-table__content .common-input,
.account-table--dns-records .account-table__content .form-select__control-button {
  border-radius: 8px;
}
.account-table--dns-records .account-table__item:first-child {
  width: 14.6%;
}
.account-table--dns-records .account-table__item:nth-child(2) {
  width: 14.7%;
}
.account-table--dns-records .account-table__item:nth-child(3) {
  width: 27%;
}
.account-table--dns-records .account-table__item:nth-child(4) {
  width: 26.1%;
}
.account-table--dns-records .account-table__item:nth-child(5) {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16px;
  margin-left: auto;
}
.account-table--dns-records .account-table__header-wrapper:first-child {
  width: 14.5%;
}
.account-table--dns-records .account-table__header-wrapper:nth-child(2) {
  width: 14.7%;
}
.account-table--dns-records .account-table__header-wrapper:nth-child(3) {
  width: 27%;
}
.account-table--dns-records .account-table__header-wrapper:nth-child(4) {
  width: -moz-fit-content;
  width: fit-content;
}
.account-table--dns-records .account-table__item-edit-wrapper:nth-of-type(even) {
  background-color: rgba(21, 21, 21, 0.02);
}
.account-table--dns-records .account-table__item-edit-wrapper:nth-of-type(even) .account-table__item-wrapper {
  background-color: transparent;
}
.account-table--dns-records .account-table__item-wrapper {
  padding: 23px 24px 12px !important;
}
.account-table--dns-records .account-table__item-wrapper:nth-of-type(even) {
  background-color: rgba(21, 21, 21, 0.02);
}
.account-table--email-forwarding .btn--delete {
  display: flex !important;
}
.account-table--paid-orders .account-table__item {
  width: 25%;
}
.account-table--paid-orders .account-table__item-content {
  line-height: 16px;
}
@media only screen and (max-width: 1280px) {
  .account-table--paid-orders .account-table__item:last-of-type {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--paid-orders .account-table__item {
    width: 100%;
  }
  .account-table--paid-orders .account-table__item-content,
  .account-table--paid-orders .account-table__item .account-table__link,
  .account-table--paid-orders .account-table__item a:not([class]) {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.5;
  }
}
.account-table--paid-orders .account-table__header, .account-table--paid-orders .account-table__item-wrapper {
  gap: 64px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--paid-orders .account-table__header, .account-table--paid-orders .account-table__item-wrapper {
    gap: 16px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .account-table--paid-orders .account-table__header {
    padding-right: 24px;
  }
}
.account-table--paid-orders .account-table__item-wrapper {
  padding: 23px 56px 24px 24px;
  background-color: #ffffff;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .account-table--paid-orders .account-table__item-wrapper {
    padding: 23px 24px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--paid-orders .account-table__item-wrapper {
    background-color: transparent !important;
    padding: 24px 0 23px !important;
    border-radius: 0;
    border: none;
    margin: 0;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
  }
}
.account-table--paid-orders .account-table__item-wrapper.processed {
  background-color: rgba(21, 21, 21, 0.02);
}
.account-table--paid-orders .account-table__item-wrapper:last-child {
  border-radius: 0 0 16px 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--paid-orders .account-table__item-wrapper:last-child {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--paid-orders .account-table__item-header {
    font-weight: 400;
    color: rgba(21, 21, 21, 0.64);
    line-height: 16px;
  }
}
.account-table--forwarding {
  margin-top: 16px;
  border-radius: 8px;
}
.account-table--forwarding .account-table__item:first-child {
  width: 63.3%;
}
.account-table--forwarding .account-table__item:nth-child(2) {
  width: 63%;
}
.account-table--forwarding .account-table__item:nth-of-type(3) {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16px;
  margin-left: auto;
}
.account-table--forwarding .account-table__header {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.account-table--forwarding .account-table__item-wrapper {
  padding: 23px 24px !important;
}
@media only screen and (max-width: 767.98px) {
  .account-table--forwarding .account-table__item-wrapper {
    padding: 24px 0 23px !important;
  }
}
.account-table--forwarding .account-table__header-wrapper:first-child {
  width: 46.8%;
}
.account-table--forwarding .account-table__header-wrapper:nth-child(2) {
  width: 30%;
}
.account-table--forwarding .account-table__item-edit-wrapper:nth-child(even) {
  background-color: rgba(21, 21, 21, 0.02);
}
@media only screen and (max-width: 767.98px) {
  .account-table--forwarding .account-table__item-edit-wrapper:nth-child(even) {
    background-color: transparent;
  }
}
.account-table--forwarding .account-table__item-edit-wrapper:last-of-type .account-table__item-wrapper {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--forwarding .account-table__item-edit-wrapper .account-table__item-wrapper {
    padding: 15px 0 !important;
  }
}
.account-table--forwarding .account-table__item-edit-wrapper.edit-mode .forwarding-card {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--forwarding .account-table__item-edit-wrapper.edit-mode .forwarding-card {
    border: none;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
    padding: 17px 0 0;
  }
  .account-table--forwarding .account-table__item-edit-wrapper.edit-mode .forwarding-card > p {
    line-height: 1.5;
  }
  .account-table--forwarding .account-table__item-edit-wrapper.edit-mode .forwarding-card .forwarding-card__actions {
    flex-direction: row;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--forwarding .account-table__item-edit-wrapper.edit-mode .account-table__item-wrapper {
    margin-bottom: 0;
    border: none;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
    padding: 16px 0;
  }
}
.account-table--waiting-for-payment .account-table__header {
  padding-right: 24px;
  gap: 32px;
}
.account-table--waiting-for-payment .account-table__item-wrapper {
  padding: 16px 24px;
  align-items: center;
  gap: 32px;
  padding-right: 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--waiting-for-payment .account-table__item-wrapper .account-table__item .btn-cta-primary {
    padding: 12px 16px !important;
  }
  .account-table--waiting-for-payment .account-table__item-wrapper:last-child {
    padding-bottom: 0 !important;
  }
}
.account-table--waiting-for-payment .account-table__item-wrapper:nth-child(even) {
  background-color: rgba(21, 21, 21, 0.02);
}
.account-table--waiting-for-payment .account-table__item-wrapper .btn--delete > svg g {
  transition: opacity 0.3s ease-in-out;
}
.account-table--waiting-for-payment .account-table__item-wrapper .btn--delete:hover > svg g {
  opacity: 0.6;
}
.account-table--waiting-for-payment .account-table__item:first-child {
  width: 23.9%;
}
@media only screen and (max-width: 1280px) {
  .account-table--waiting-for-payment .account-table__item:first-child {
    width: 20%;
  }
}
.account-table--waiting-for-payment .account-table__item:nth-child(2) {
  width: 23.9%;
}
@media only screen and (max-width: 1280px) {
  .account-table--waiting-for-payment .account-table__item:nth-child(2) {
    width: 20%;
  }
}
.account-table--waiting-for-payment .account-table__item:nth-child(3) {
  width: 18%;
}
.account-table--waiting-for-payment .account-table__item:nth-child(4) {
  min-width: 20%;
  justify-content: flex-end;
  gap: 32px;
}
@media only screen and (max-width: 1280px) {
  .account-table--waiting-for-payment .account-table__item:nth-child(4) {
    width: 20%;
    flex-grow: 1;
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--waiting-for-payment .account-table__item:nth-child(4) {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--waiting-for-payment .account-table__item .link {
    font-size: 16px;
  }
  .account-table--waiting-for-payment .account-table__item:first-child, .account-table--waiting-for-payment .account-table__item:nth-child(2), .account-table--waiting-for-payment .account-table__item:nth-child(3), .account-table--waiting-for-payment .account-table__item:nth-child(4) {
    width: 100%;
    line-height: 24px;
  }
}
.account-table--dns-record .account-table__item {
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  .account-table--dns-record .account-table__item {
    width: 100%;
  }
}
.account-table--dns-record .account-table__header, .account-table--dns-record .account-table__item-wrapper {
  gap: 51px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--dns-record .account-table__header, .account-table--dns-record .account-table__item-wrapper {
    gap: 16px;
  }
}
.account-table--dns-record .account-table__item-wrapper {
  padding: 21px 56px 21px 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--dns-record .account-table__item-wrapper {
    gap: 12px;
    margin: 0 0 23px;
    padding: 0;
    background-color: transparent;
    border: none;
  }
  .account-table--dns-record .account-table__item-wrapper .account-table__item-content {
    font-weight: 500;
    font-size: 16px !important;
  }
  .account-table--dns-record .account-table__item-wrapper .account-table__item-header {
    font-weight: 400;
    color: rgba(21, 21, 21, 0.64);
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-domain-services {
    margin: 0 !important;
  }
}
.account-table--order-domain-services .account-table__item-wrapper:nth-child(even) {
  background-color: rgba(21, 21, 21, 0.02);
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-domain-services .account-table__item-wrapper:nth-child(even) {
    background-color: #ffffff;
  }
}
.account-table--order-domain-services .account-table__header, .account-table--order-domain-services .account-table__item-wrapper {
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-domain-services .account-table__header, .account-table--order-domain-services .account-table__item-wrapper {
    gap: 16px;
  }
  .account-table--order-domain-services .account-table__header .link, .account-table--order-domain-services .account-table__item-wrapper .link {
    font-size: 16px;
  }
}
.account-table--order-domain-services .account-table__item {
  word-break: break-word;
}
@media only screen and (max-width: 568px) {
  .account-table--order-domain-services .account-table__item-content {
    text-align: right;
  }
}
.account-table--order-domain-services .account-table__item:first-of-type {
  width: 11.8%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-domain-services .account-table__item:first-of-type {
    width: 15%;
  }
}
.account-table--order-domain-services .account-table__item:nth-of-type(2) {
  width: 34.3%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-domain-services .account-table__item:nth-of-type(2) {
    width: 25%;
  }
}
.account-table--order-domain-services .account-table__item:nth-of-type(3) {
  width: 34.3%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-domain-services .account-table__item:nth-of-type(3) {
    width: 25%;
  }
}
.account-table--order-domain-services .account-table__item:last-of-type {
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-domain-services .account-table__item:first-of-type, .account-table--order-domain-services .account-table__item:nth-of-type(2), .account-table--order-domain-services .account-table__item:nth-of-type(3), .account-table--order-domain-services .account-table__item:last-of-type {
    width: 100%;
  }
}
.account-table--order-domain-services .account-table__link {
  line-height: 16px;
}
.account-table--order-domain-services .account-table__link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-trademark-services .account-table__accordion-btn {
    top: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-trademark-services .account-table__item-content-box .account-table__item-content:first-child {
    margin-right: 4px;
  }
}
.account-table--order-trademark-services .account-table__header {
  padding: 16px 16px 15px 24px;
  gap: 32px;
}
.account-table--order-trademark-services .account-table__header .account-table__item:first-child {
  width: 11.2%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__header .account-table__item:first-child {
    width: 15%;
  }
}
.account-table--order-trademark-services .account-table__header .account-table__item:nth-child(2) {
  width: 14.6%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__header .account-table__item:nth-child(2) {
    width: 17%;
  }
}
.account-table--order-trademark-services .account-table__header .account-table__item:nth-child(3) {
  width: 19.5%;
}
.account-table--order-trademark-services .account-table__header .account-table__item:nth-child(4) {
  width: 27.3%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__header .account-table__item:nth-child(4) {
    width: 23%;
  }
}
.account-table--order-trademark-services .account-table__header .account-table__item:last-child {
  width: auto;
  flex-grow: 1;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__header {
    gap: 16px;
  }
}
.account-table--order-trademark-services .account-table__item-wrapper {
  padding: 23px 24px 24px;
}
.account-table--order-trademark-services .account-table__item-wrapper:first-child {
  padding: 24px;
}
.account-table--order-trademark-services .account-table__item-wrapper .account-table__item:first-child {
  width: 13.4%;
  margin-right: 32px;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__item-wrapper .account-table__item:first-child {
    width: 18.4%;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-trademark-services .account-table__item-wrapper .account-table__item:first-child {
    width: 100%;
    margin: 0;
  }
}
.account-table--order-trademark-services .account-table__accordion-content .account-table__item {
  margin-right: 32px;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__accordion-content .account-table__item {
    margin-right: 16px;
  }
}
.account-table--order-trademark-services .account-table__accordion-content .account-table__item:first-child {
  width: 17.4%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__accordion-content .account-table__item:first-child {
    width: 20.8%;
  }
}
.account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(2) {
  width: 23.2%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(2) {
    width: 23.9%;
  }
}
.account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(3) {
  width: 32.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(3) {
    width: 28.2%;
  }
}
.account-table--order-trademark-services .account-table__accordion-content .account-table__item:last-child {
  margin: 0;
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-trademark-services .account-table__accordion-content .account-table__item:first-child, .account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(2), .account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(3) {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-trademark-services .account-table__accordion-content .account-table__item:first-child, .account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(2), .account-table--order-trademark-services .account-table__accordion-content .account-table__item:nth-child(3), .account-table--order-trademark-services .account-table__accordion-content .account-table__item:last-child {
    width: 100%;
  }
}
.account-table--order-payment .account-table__item .account-table__item-content {
  line-height: 21px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-payment .account-table__item .account-table__item-content {
    line-height: 24px;
  }
}
.account-table--order-payment .account-table__item:first-child, .account-table--order-payment .account-table__item:last-child {
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  .account-table--order-payment .account-table__item:first-child, .account-table--order-payment .account-table__item:last-child {
    width: 50%;
  }
}
.account-table--order-payment .account-table__item:last-child {
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-payment .account-table__item:first-child, .account-table--order-payment .account-table__item:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--order-payment .account-table__item-wrapper:last-child {
    padding-bottom: 0;
  }
}
.account-table--payments {
  border-radius: 8px;
}
.account-table--payments .account-table__header {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .account-table--payments .account-table__header, .account-table--payments .account-table__item-wrapper {
    gap: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--payments .account-table__header, .account-table--payments .account-table__item-wrapper {
    gap: 16px;
  }
}
.account-table--payments .account-table__item-content,
.account-table--payments .account-table__item .account-table__link {
  line-height: 21px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--payments .account-table__item-content,
  .account-table--payments .account-table__item .account-table__link {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--payments .account-table__item-wrapper:last-child {
    padding-bottom: 0 !important;
  }
}
.account-table--payments .account-table__item:first-child {
  width: 17.7%;
}
@media only screen and (max-width: 1280px) {
  .account-table--payments .account-table__item:first-child {
    width: 19%;
  }
}
.account-table--payments .account-table__item:nth-child(2) {
  width: 17.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--payments .account-table__item:nth-child(2) {
    width: 14%;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--payments .account-table__item:nth-child(2) {
    width: 14%;
  }
}
.account-table--payments .account-table__item:nth-child(3) {
  width: 17.6%;
}
@media only screen and (max-width: 1280px) {
  .account-table--payments .account-table__item:nth-child(3) {
    width: 14%;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--payments .account-table__item:nth-child(3) {
    width: 16%;
  }
}
.account-table--payments .account-table__item:nth-child(4) {
  width: 17.6%;
}
@media only screen and (max-width: 1280px) {
  .account-table--payments .account-table__item:nth-child(4) {
    width: 16%;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--payments .account-table__item:nth-child(4) {
    width: 14%;
  }
}
.account-table--payments .account-table__item:last-child {
  width: auto;
  flex-grow: 1;
}
@media only screen and (max-width: 767.98px) {
  .account-table--payments .account-table__item:first-child, .account-table--payments .account-table__item:nth-child(2), .account-table--payments .account-table__item:nth-child(3), .account-table--payments .account-table__item:nth-child(4), .account-table--payments .account-table__item:last-child {
    width: 100% !important;
  }
}
.account-table--billing-methods {
  background-color: transparent;
}
.account-table--billing-methods .account-table__header {
  padding: 0;
}
.account-table--billing-methods .account-table__mob-content {
  gap: 18px;
}
.account-table--billing-methods .account-table__item-wrapper {
  padding: 0;
  font-size: 16px;
}
.account-table--billing-methods .account-table__item-wrapper .account-table__item {
  padding: 24px 0 23px;
  display: flex;
  justify-content: center;
}
.account-table--billing-methods .btn--delete {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 0, 0, 0.08);
  transition: background-color 0.3s ease-in-out;
}
.account-table--billing-methods .btn--delete:hover {
  background-color: rgba(255, 0, 0, 0.1);
}
.account-table--billing-methods .btn--default {
  border-bottom: 1px solid currentColor;
  transition: all 0.3s ease-in-out;
}
.account-table--billing-methods .btn--default.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.account-table--billing-methods .account-table__item {
  padding: 16px 0 15px;
}
.account-table--billing-methods .account-table__item:first-of-type {
  width: 16%;
  padding-left: 23.5px;
}
.account-table--billing-methods .account-table__item:nth-of-type(2) {
  width: 25%;
}
.account-table--billing-methods .account-table__item:nth-of-type(2) .account-table__item-content {
  padding-right: 12px;
}
.account-table--billing-methods .account-table__item:nth-of-type(3) {
  width: 10%;
  text-align: center;
}
.account-table--billing-methods .account-table__item:nth-of-type(3) .account-table__item-content {
  margin: 0 auto;
}
.account-table--billing-methods .account-table__item:nth-of-type(4),
.account-table--billing-methods .account-table__item:nth-of-type(5) {
  width: 15%;
  text-align: center;
}
.account-table--billing-methods .account-table__item:nth-of-type(4) .account-table__item-content,
.account-table--billing-methods .account-table__item:nth-of-type(5) .account-table__item-content {
  margin: 0 auto;
}

.account-table--billing-methods .account-table__item:nth-of-type(4) .account-table__item-content button,
.account-table--billing-methods .account-table__item:nth-of-type(5) .account-table__item-content button {
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.account-table--billing-methods .account-table__item:nth-of-type(5) {
  margin-right: 48px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--billing-methods .account-table__item:first-of-type,
  .account-table--billing-methods .account-table__item:nth-of-type(2),
  .account-table--billing-methods .account-table__item:nth-of-type(3),
  .account-table--billing-methods .account-table__item:nth-of-type(4),
  .account-table--billing-methods .account-table__item:nth-of-type(5) {
    width: 100%;
    padding: 0;
    justify-content: flex-start;
    text-align: left;
    gap: 8px;
  }
  .account-table--billing-methods .account-table__item:first-of-type .account-table__item-content,
  .account-table--billing-methods .account-table__item:nth-of-type(2) .account-table__item-content,
  .account-table--billing-methods .account-table__item:nth-of-type(3) .account-table__item-content,
  .account-table--billing-methods .account-table__item:nth-of-type(4) .account-table__item-content,
  .account-table--billing-methods .account-table__item:nth-of-type(5) .account-table__item-content {
    flex-shrink: 0;
  }
  .account-table--billing-methods .account-table__item:nth-of-type(3),
  .account-table--billing-methods .account-table__item:nth-of-type(4),
  .account-table--billing-methods .account-table__item:nth-of-type(5) {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .account-table--billing-methods .account-table__item:nth-of-type(3) .account-table__item-content,
  .account-table--billing-methods .account-table__item:nth-of-type(4) .account-table__item-content,
  .account-table--billing-methods .account-table__item:nth-of-type(5) .account-table__item-content {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--billing-methods {
    background-color: #ffffff;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
    padding: 24px;
    margin: 0;
  }
  .account-table--billing-methods .btn--delete {
    right: 0;
    top: 8px;
    transform: none;
  }
  .account-table--billing-methods .account-table__mob-content {
    gap: 0;
  }
  .account-table--billing-methods .account-table__item-wrapper {
    border: none !important;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08) !important;
    padding: 0 0 23px;
    margin-bottom: 23px;
  }
  .account-table--billing-methods .account-table__item-wrapper:last-child {
    border: none !important;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023.98px) {
  .account-table--billing-methods .account-table__item:nth-of-type(4) .account-table__item-content button,
  .account-table--billing-methods .account-table__item:nth-of-type(5) .account-table__item-content button {
      font-size: 12px;
      word-break: keep-all;
      line-height: 18px;
  }
}

.account-table--wallet .account-table__header {
  gap: 0;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__header {
    gap: 5px;
  }
  .account-table--wallet .account-table__header .account-table__header-text {
    font-size: 12px !important;
  }
}
.account-table--wallet .account-table__item-wrapper {
  gap: 3.6px;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item-wrapper {
    gap: 5px;
  }
  .account-table--wallet .account-table__item-wrapper .account-table__item-content {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--wallet .account-table__item-wrapper:nth-child(odd) {
    margin-bottom: 0;
  }
  .account-table--wallet .account-table__item-wrapper:nth-child(even) {
    background-color: rgba(21, 21, 21, 0.02);
    padding-top: 24px;
  }
}
.account-table--wallet .account-table__item-wrapper .account-table__item {
  width: auto;
  justify-content: unset;
}
.account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(3) {
  padding-right: 24px;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(3) {
    padding: 0;
  }
}
.account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(4) {
  padding-right: 28px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(4) {
    padding-right: 0;
  }
}
.account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(4) .account-table__item-content {
  margin: 0;
}
.account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(2) {
  text-align: right;
  padding-right: 37px;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(2) {
    padding-right: 0;
    text-align: center;
  }
}
.account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(5) {
  text-align: right;
  padding-right: 40px;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item-wrapper .account-table__item:nth-of-type(5) {
    padding-right: 0;
    text-align: center;
  }
}
.account-table--wallet .account-table__item-wrapper .account-table__item:last-of-type {
  padding: 0 24px;
  text-align: right;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item-wrapper .account-table__item:last-of-type {
    padding: 0 16px 0 0;
    text-align: center;
  }
}
.account-table--wallet .account-table__item {
  display: flex;
}
.account-table--wallet .account-table__item:first-of-type {
  width: 18.4%;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item:first-of-type {
    padding-left: 16px;
  }
}
.account-table--wallet .account-table__item:nth-of-type(2) {
  width: 19.4%;
  padding-right: 24px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item:nth-of-type(2) {
    justify-content: center;
    padding-right: 0;
    width: 17.4%;
  }
}
.account-table--wallet .account-table__item:nth-of-type(2) .account-table__item-content {
  padding-right: 0;
}
.account-table--wallet .account-table__item:nth-child(3) {
  width: 14.7%;
  justify-content: center;
}
@media only screen and (max-width: 1280px) {
  .account-table--wallet .account-table__item:nth-child(3) {
    padding-right: 0;
  }
}
.account-table--wallet .account-table__item:nth-of-type(4) {
  justify-content: center;
  width: 19.6%;
  text-align: unset;
  flex-grow: unset;
  padding-right: 0;
}
.account-table--wallet .account-table__item:nth-of-type(5) {
  width: 14.5%;
  justify-content: center;
}
.account-table--wallet .account-table__item:last-of-type {
  width: auto;
  justify-content: center;
  flex-grow: 1;
  padding-right: 16px;
}
.account-table--wallet .account-table__item br {
  display: none;
}
@media only screen and (max-width: 568px) {
  .account-table--wallet .account-table__item br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--wallet .account-table__item:first-of-type, .account-table--wallet .account-table__item:nth-of-type(2), .account-table--wallet .account-table__item:nth-of-type(3), .account-table--wallet .account-table__item:nth-of-type(4), .account-table--wallet .account-table__item:nth-of-type(5), .account-table--wallet .account-table__item:last-of-type {
    width: 100%;
    justify-content: space-between;
    padding: 0 !important;
    text-align: left !important;
    gap: 8px;
    flex-direction: row;
    align-items: center;
  }
  .account-table--wallet .account-table__item:first-of-type .account-table__item-content, .account-table--wallet .account-table__item:nth-of-type(2) .account-table__item-content, .account-table--wallet .account-table__item:nth-of-type(3) .account-table__item-content, .account-table--wallet .account-table__item:nth-of-type(4) .account-table__item-content, .account-table--wallet .account-table__item:nth-of-type(5) .account-table__item-content, .account-table--wallet .account-table__item:last-of-type .account-table__item-content {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--wallet {
    background-color: #ffffff;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
    padding: 24px;
    margin: 0;
  }
  .account-table--wallet .account-table__header {
    display: none;
  }
  .account-table--wallet .account-table__item-header {
    display: block;
    line-height: 16px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.64);
    text-transform: uppercase;
  }
  .account-table--wallet .account-table__item-content {
    font-weight: 500;
  }
  .account-table--wallet .account-table__item:first-of-type {
    order: 1;
  }
  .account-table--wallet .account-table__item:nth-of-type(2) {
    order: 3;
  }
  .account-table--wallet .account-table__item:nth-of-type(2) .account-table__item-content {
    font-weight: 700;
  }
  .account-table--wallet .account-table__item:nth-of-type(3) {
    order: 2;
  }
  .account-table--wallet .account-table__item:nth-of-type(4) {
    order: 4;
  }
  .account-table--wallet .account-table__item:nth-of-type(4) .account-table__item-header {
    line-height: 20px;
  }
  .account-table--wallet .account-table__item:nth-of-type(5) {
    order: 5;
  }
  .account-table--wallet .account-table__item:last-of-type {
    order: 6;
  }
  .account-table--wallet .account-table__item-wrapper {
    border: none !important;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08) !important;
    padding: 0 24px 23px;
    margin: 0 -24px 24px;
    flex-direction: column;
    border-radius: 0;
    gap: 8px;
  }
  .account-table--wallet .account-table__item-wrapper:last-child {
    border: none !important;
    padding: 0 24px;
    margin: 0 -24px;
  }
}
.account-table--active-hostings .account-table__item-wrapper {
  padding-top: 16px;
  padding-bottom: 17px;
}
.account-table--active-hostings .account-table__header-text {
  text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hostings .account-table__header-text {
    text-transform: uppercase;
  }
}
.account-table--active-hostings .account-table__item:first-child {
  width: 34%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hostings .account-table__item:first-child {
    width: 25%;
  }
}
.account-table--active-hostings .account-table__item:nth-child(2) {
  width: 23%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hostings .account-table__item:nth-child(2) {
    width: 23%;
  }
}
.account-table--active-hostings .account-table__item:nth-child(3) {
  width: 23.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hostings .account-table__item:nth-child(3) {
    width: 23%;
  }
}
.account-table--active-hostings .account-table__item:nth-child(4) {
  width: 24%;
  flex-grow: 1;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hostings .account-table__item:nth-child(4) {
    width: 23%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hostings .account-table__item {
    width: 100% !important;
  }
  .account-table--active-hostings .account-table__item-header {
    line-height: 24px;
  }
}
.account-table--active-hostings .account-table__header, .account-table--active-hostings .account-table__item-wrapper {
  gap: 0px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hostings .account-table__link {
    text-align: right;
  }
}
.account-table--active-hosting-plans .account-table__item-wrapper {
  padding-top: 15px;
  padding-bottom: 14px;
  padding-right: 24px;
}
.account-table--active-hosting-plans .account-table__header-text {
  text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hosting-plans .account-table__header-text {
    text-transform: uppercase;
  }
}
.account-table--active-hosting-plans .account-table__item:first-child {
  width: 31.2%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__item:first-child {
    width: 25%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hosting-plans .account-table__item:first-child a {
    text-align: right;
  }
}
.account-table--active-hosting-plans .account-table__item:nth-child(2) {
  width: 21.6%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__item:nth-child(2) {
    width: 23%;
  }
}
.account-table--active-hosting-plans .account-table__item:nth-child(3) {
  width: 21.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__item:nth-child(3) {
    width: 23%;
  }
}
.account-table--active-hosting-plans .account-table__item:nth-child(4) {
  width: 21%;
  flex-grow: 1;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__item:nth-child(4) {
    width: 23%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hosting-plans .account-table__item {
    width: 100% !important;
  }
  .account-table--active-hosting-plans .account-table__item-header {
    line-height: 24px;
  }
}
.account-table--active-hosting-plans .account-table__header-wrapper:first-child {
  width: 33.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__header-wrapper:first-child {
    width: 25%;
  }
}
.account-table--active-hosting-plans .account-table__header-wrapper:nth-child(2) {
  width: 23.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__header-wrapper:nth-child(2) {
    width: 23%;
  }
}
.account-table--active-hosting-plans .account-table__header-wrapper:nth-child(3) {
  width: 23.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__header-wrapper:nth-child(3) {
    width: 23%;
  }
}
.account-table--active-hosting-plans .account-table__header-wrapper:nth-child(4) {
  width: 20%;
  flex-grow: 1;
}
@media only screen and (max-width: 1280px) {
  .account-table--active-hosting-plans .account-table__header-wrapper:nth-child(4) {
    width: 23%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hosting-plans .account-table__header-wrapper {
    width: 100% !important;
  }
  .account-table--active-hosting-plans .account-table__header-wrapper-header {
    line-height: 24px;
  }
}
.account-table--active-hosting-plans .account-table__header, .account-table--active-hosting-plans .account-table__item-wrapper {
  gap: 8px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--active-hosting-plans .account-table__link {
    text-align: right;
  }
}
.account-table--inactive-hostings .account-table__item-wrapper {
  padding-top: 15px;
  padding-bottom: 16px;
}
.account-table--inactive-hostings .account-table__header-text {
  text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
  .account-table--inactive-hostings .account-table__header-text {
    text-transform: uppercase;
  }
}
.account-table--inactive-hostings .account-table__item:first-child {
  width: 37%;
}
@media only screen and (max-width: 1280px) {
  .account-table--inactive-hostings .account-table__item:first-child {
    width: 25%;
  }
}
.account-table--inactive-hostings .account-table__item:nth-child(2) {
  width: 28.4%;
}
@media only screen and (max-width: 1280px) {
  .account-table--inactive-hostings .account-table__item:nth-child(2) {
    width: 23%;
  }
}
.account-table--inactive-hostings .account-table__item:nth-child(3) {
  width: 28.2%;
}
@media only screen and (max-width: 1280px) {
  .account-table--inactive-hostings .account-table__item:nth-child(3) {
    width: 23%;
  }
}
.account-table--inactive-hostings .account-table__item:nth-child(4) {
  width: 24%;
  flex-grow: 1;
}
@media only screen and (max-width: 1280px) {
  .account-table--inactive-hostings .account-table__item:nth-child(4) {
    width: 23%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--inactive-hostings .account-table__item {
    width: 100% !important;
  }
  .account-table--inactive-hostings .account-table__item-header {
    line-height: 24px;
  }
}
.account-table--inactive-hostings .account-table__header, .account-table--inactive-hostings .account-table__item-wrapper {
  gap: 0px;
}
.account-table--domains .account-table__header .account-table__item:first-child {
  width: 40.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__header .account-table__item:first-child {
    width: 30%;
  }
}
.account-table--domains .account-table__header .account-table__item:nth-child(2) {
  width: 21%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__header .account-table__item:nth-child(2) {
    width: 26%;
  }
}
.account-table--domains .account-table__header .account-table__item:nth-child(3) {
  width: 21.5%;
}
.account-table--domains .account-table__header .account-table__item:last-child {
  width: 11%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__header .account-table__item:last-child {
    width: 18%;
  }
}
.account-table--domains .account-table__item-wrapper {
  padding: 21px 56px 21px 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--domains .account-table__item-wrapper {
    padding: 16px;
  }
}
.account-table--domains .account-table__item-wrapper :first-child:not(svg) {
  /*width: 80%;*/
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__item-wrapper :first-child:not(svg) {
    /*width: 50%;*/
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--domains .account-table__item-wrapper :first-child:not(svg) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.account-table--domains .account-table__accordion-content .account-table__item:first-child {
  width: 44%;
}
.account-table--domains .account-table__accordion-content .account-table__item:nth-child(2) {
  width: 45%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__accordion-content .account-table__item:nth-child(2) {
    width: 37.5%;
  }
}
.account-table--domains .account-table__accordion-content .account-table__item:last-child {
  width: 11%;
}
@media only screen and (max-width: 767.98px) {
  .account-table--domains .account-table__accordion-content .account-table__item:first-child, .account-table--domains .account-table__accordion-content .account-table__item:nth-child(2), .account-table--domains .account-table__accordion-content .account-table__item:last-child {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.account-table--domains-inactive .account-table__item:first-of-type {
  width: 55.3%;
}
@media only screen and (max-width: 1024px) {
  .account-table--domains-inactive .account-table__item:first-of-type {
    width: 50%;
  }
}
.account-table--domains-inactive .account-table__item:nth-of-type(2) {
  width: 20.3%;
}
@media only screen and (max-width: 767.98px) {
  .account-table--domains-inactive .account-table__item-wrapper:last-of-type {
    padding-bottom: 0 !important;
  }
}
.account-table--pending-services .account-table__header, .account-table--pending-services .account-table__item-wrapper {
  padding-right: 24px;
}
.account-table--pending-services .account-table__item:first-of-type {
  width: 21.5%;
}
.account-table--pending-services .account-table__item:nth-of-type(2) {
  width: 19.7%;
}
.account-table--pending-services .account-table__item:last-of-type {
  flex-grow: 1;
}
.account-table--pending-services .account-table__item:last-of-type .account-table__item-content {
  margin-left: auto;
}
.account-table--pending-services .account-table__item:last-of-type .account-table__item-content a {
  padding: 8px 16px;
}
.account-table--pending-services .account-table__item:last-of-type .account-table__item-content a .link {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767.98px) {
  .account-table--pending-services .account-table__item:last-of-type .account-table__item-content {
    margin-right: auto;
    margin-left: unset;
  }
  .account-table--pending-services .account-table__item:last-of-type .account-table__item-content a {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--pending-services .account-table__item .label--default {
    max-width: 180px;
  }
  .account-table--pending-services .account-table__item .label--processed {
    max-width: 130px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table .account-table__item {
    width: 100% !important;
    gap: 16px;
  }
}
.account-table--hosting-renewal, .account-table--domain-renewal {
  font-size: 14px;
}
.account-table--hosting-renewal .account-table__header, .account-table--domain-renewal .account-table__header {
  padding: 16px 24px;
  gap: 24px;
  align-items: center;
}
.account-table--hosting-renewal .account-table__header-text, .account-table--domain-renewal .account-table__header-text {
  text-transform: capitalize;
}
.account-table--hosting-renewal .account-table__item-wrapper, .account-table--domain-renewal .account-table__item-wrapper {
  gap: 24px;
  padding: 16px 24px;
  align-items: center;
}
.account-table--hosting-renewal .account-table__item-content, .account-table--domain-renewal .account-table__item-content {
  line-height: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-table--hosting-renewal .account-table__item, .account-table--domain-renewal .account-table__item {
    gap: 4px;
  }
}
.account-table--hosting-renewal .account-table__item .trustee-tooltip, .account-table--domain-renewal .account-table__item .trustee-tooltip {
  width: -moz-max-content;
  width: max-content;
  padding: 16px 12px;
  z-index: 1;
}
@media only screen and (min-width: 767.98px) {
  .account-table--hosting-renewal .account-table__item .trustee-tooltip, .account-table--domain-renewal .account-table__item .trustee-tooltip {
    left: unset;
    right: -20px;
  }
  .account-table--hosting-renewal .account-table__item .trustee-tooltip::before, .account-table--domain-renewal .account-table__item .trustee-tooltip::before {
    left: unset;
    right: 16px;
  }
  .account-table--hosting-renewal .account-table__item .trustee-tooltip::after, .account-table--domain-renewal .account-table__item .trustee-tooltip::after {
    left: unset;
    right: 18px;
  }
}
.account-table--hosting-renewal .account-table__item:first-of-type {
  width: 2%;
}
.account-table--hosting-renewal .account-table__item:nth-of-type(2) {
  width: 18.4%;
}
.account-table--hosting-renewal .account-table__item:nth-of-type(3) {
  width: 17.2%;
}
.account-table--hosting-renewal .account-table__item:nth-of-type(4) {
  width: 24.7%;
}
.account-table--hosting-renewal .account-table__item:nth-of-type(5) {
  width: 12%;
}
.account-table--hosting-renewal .account-table__item:nth-of-type(6) {
  width: 10%;
}
.account-table--hosting-renewal .account-table__item .form-select__options-list {
  padding: 6px 16px;
}
.account-table--hosting-renewal .account-table__item .form-select__options-item {
  padding: 12px 0;
}
.account-table--domain-renewal .account-table__item:first-of-type {
  width: 2%;
}
.account-table--domain-renewal .account-table__item:nth-of-type(2) {
  width: 18.4%;
}
.account-table--domain-renewal .account-table__item:nth-of-type(3) {
  width: 17.2%;
}
.account-table--domain-renewal .account-table__item:nth-of-type(4) {
  width: 12.2%;
}
.account-table--domain-renewal .account-table__item:nth-of-type(5) {
  width: 17.2%;
}
.account-table--domain-renewal .account-table__item:nth-of-type(6) {
  width: 18%;
}
.account-table--domain-renewal .account-table__item .form-select {
  max-width: 120px;
}
.account-table--domain-renewal .account-table__item .form-select__options-list {
  padding: 6px 16px;
  max-height: 212px;
}
.account-table--domain-renewal .account-table__item .form-select__options-item {
  padding: 13px 0;
}

.account-table .label:not(.form-select--with-label .label),
.results-table__results .label:not(.form-select--with-label .label) {
  min-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  border-radius: 24px;
  padding: 4px 12px;
  line-height: 16px;
}
.account-table .label--desk-nowrap,
.results-table__results .label--desk-nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .account-table .label--desk-nowrap,
  .results-table__results .label--desk-nowrap {
    white-space: normal;
    text-align: center;
  }
}
.account-table .label--purple,
.results-table__results .label--purple {
  color: #9423ED;
  background-color: rgba(148, 35, 237, 0.15);
}
.account-table .label--processed,
.results-table__results .label--processed {
  background-color: rgba(235, 116, 0, 0.08);
  color: #eb7400;
}
.account-table .label--default,
.results-table__results .label--default {
  background-color: rgba(153, 185, 255, 0.2);
  color: #3151BC;
}
.account-table .label--active,
.results-table__results .label--active {
  color: #96C23D;
  background-color: rgba(150, 194, 61, 0.2);
}
.account-table .label--disabled,
.results-table__results .label--disabled {
  color: #898989;
  background-color: rgba(137, 137, 137, 0.1019607843);
}
.account-table .label--expired,
.results-table__results .label--expired {
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
}

.switch {
  margin-left: 8px;
  height: 0;
  width: 0;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.switch__label {
  cursor: pointer;
  width: 33px;
  height: 20px;
  background: #ffffff;
  border: 1px solid rgba(21, 21, 21, 0.16);
  display: block;
  border-radius: 80px;
  position: relative;
}
.switch__label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  background: #E2E5EC;
  background: rgba(21, 21, 21, 0.3);
  border-radius: 100px;
  transition: 0.3s;
}
@media only screen and (max-width: 568px) {
  .switch:checked + .switch__label {
    background-color: #ffffff;
  }
}
.switch:checked + .switch__label + span {
  color: #151515;
  font-weight: 500;
}
.switch:checked + .switch__label::after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
  background-color: #96C23D;
}
@media only screen and (max-width: 568px) {
  .switch:checked + .switch__label::after {
    background-color: #3151BC;
  }
}
.switch-container--orange span {
  display: none;
}
.switch-container--orange .switch:checked + .switch__label {
  background-color: #ffffff;
}
.switch-container--orange .switch:checked + .switch__label::after {
  background-color: #96C23D;
}

.flag {
  width: 150px;
  height: 150px;
}
.flag svg {
  width: inherit;
  height: inherit;
}
.flag--sm {
  width: 72px;
  height: 72px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}
.table th, .table td {
  padding: 23px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  width: 248px;
  min-width: 248px;
}
.table th .link, .table td .link {
  font-size: 18px;
}
.table th button, .table td button {
  margin-left: 4px;
}
.table tr td:first-of-type {
  text-align: left;
  width: 320px;
  min-width: 320px;
}
.table-responsive {
  overflow-x: auto;
}
@media only screen and (max-width: 767.98px) {
  .table tr td, .table tr th {
    width: 140px;
    min-width: 140px;
    font-size: 16px;
  }
  .table tr td:first-of-type, .table tr th:first-of-type {
    position: sticky;
    left: 0;
    background-color: #f0f0f0;
    width: 140px;
    min-width: 140px;
    word-break: break-word;
  }
}

.progress {
  position: relative;
  overflow: hidden;
}

.progress progress {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -777px;
}

.progress-line {
  overflow: hidden;
  background: #ac92ec;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-value {
  color: #333;
  display: block;
  line-height: 21px;
  text-align: center;
}

.progress-bg {
  background: rgba(21, 21, 21, 0.08);
  position: relative;
  height: 12px;
  border-radius: 5px;
  overflow: hidden;
}

.progress-line:after {
  background-color: #eb7400;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress-line {
  transition: width 1s linear;
}

.progress progress[value="1"] ~ .progress-bg .progress-line {
  width: 1%;
}

.progress progress[value="0"] ~ .progress-bg .progress-line {
  width: 0%;
}

.progress progress[value="1"] ~ .progress-bg .progress-line {
  width: 1%;
}

.progress progress[value="2"] ~ .progress-bg .progress-line {
  width: 2%;
}

.progress progress[value="3"] ~ .progress-bg .progress-line {
  width: 3%;
}

.progress progress[value="4"] ~ .progress-bg .progress-line {
  width: 4%;
}

.progress progress[value="5"] ~ .progress-bg .progress-line {
  width: 5%;
}

.progress progress[value="6"] ~ .progress-bg .progress-line {
  width: 6%;
}

.progress progress[value="7"] ~ .progress-bg .progress-line {
  width: 7%;
}

.progress progress[value="8"] ~ .progress-bg .progress-line {
  width: 8%;
}

.progress progress[value="9"] ~ .progress-bg .progress-line {
  width: 9%;
}

.progress progress[value="10"] ~ .progress-bg .progress-line {
  width: 10%;
}

.progress progress[value="11"] ~ .progress-bg .progress-line {
  width: 11%;
}

.progress progress[value="12"] ~ .progress-bg .progress-line {
  width: 12%;
}

.progress progress[value="13"] ~ .progress-bg .progress-line {
  width: 13%;
}

.progress progress[value="14"] ~ .progress-bg .progress-line {
  width: 14%;
}

.progress progress[value="15"] ~ .progress-bg .progress-line {
  width: 15%;
}

.progress progress[value="16"] ~ .progress-bg .progress-line {
  width: 16%;
}

.progress progress[value="17"] ~ .progress-bg .progress-line {
  width: 17%;
}

.progress progress[value="18"] ~ .progress-bg .progress-line {
  width: 18%;
}

.progress progress[value="19"] ~ .progress-bg .progress-line {
  width: 19%;
}

.progress progress[value="20"] ~ .progress-bg .progress-line {
  width: 20%;
}

.progress progress[value="21"] ~ .progress-bg .progress-line {
  width: 21%;
}

.progress progress[value="22"] ~ .progress-bg .progress-line {
  width: 22%;
}

.progress progress[value="23"] ~ .progress-bg .progress-line {
  width: 23%;
}

.progress progress[value="24"] ~ .progress-bg .progress-line {
  width: 24%;
}

.progress progress[value="25"] ~ .progress-bg .progress-line {
  width: 25%;
}

.progress progress[value="26"] ~ .progress-bg .progress-line {
  width: 26%;
}

.progress progress[value="27"] ~ .progress-bg .progress-line {
  width: 27%;
}

.progress progress[value="28"] ~ .progress-bg .progress-line {
  width: 28%;
}

.progress progress[value="29"] ~ .progress-bg .progress-line {
  width: 29%;
}

.progress progress[value="30"] ~ .progress-bg .progress-line {
  width: 30%;
}

.progress progress[value="31"] ~ .progress-bg .progress-line {
  width: 31%;
}

.progress progress[value="32"] ~ .progress-bg .progress-line {
  width: 32%;
}

.progress progress[value="33"] ~ .progress-bg .progress-line {
  width: 33%;
}

.progress progress[value="34"] ~ .progress-bg .progress-line {
  width: 34%;
}

.progress progress[value="35"] ~ .progress-bg .progress-line {
  width: 35%;
}

.progress progress[value="36"] ~ .progress-bg .progress-line {
  width: 36%;
}

.progress progress[value="37"] ~ .progress-bg .progress-line {
  width: 37%;
}

.progress progress[value="38"] ~ .progress-bg .progress-line {
  width: 38%;
}

.progress progress[value="39"] ~ .progress-bg .progress-line {
  width: 39%;
}

.progress progress[value="40"] ~ .progress-bg .progress-line {
  width: 40%;
}

.progress progress[value="41"] ~ .progress-bg .progress-line {
  width: 41%;
}

.progress progress[value="42"] ~ .progress-bg .progress-line {
  width: 42%;
}

.progress progress[value="43"] ~ .progress-bg .progress-line {
  width: 43%;
}

.progress progress[value="44"] ~ .progress-bg .progress-line {
  width: 44%;
}

.progress progress[value="45"] ~ .progress-bg .progress-line {
  width: 45%;
}

.progress progress[value="46"] ~ .progress-bg .progress-line {
  width: 46%;
}

.progress progress[value="47"] ~ .progress-bg .progress-line {
  width: 47%;
}

.progress progress[value="48"] ~ .progress-bg .progress-line {
  width: 48%;
}

.progress progress[value="49"] ~ .progress-bg .progress-line {
  width: 49%;
}

.progress progress[value="50"] ~ .progress-bg .progress-line {
  width: 50%;
}

.progress progress[value="51"] ~ .progress-bg .progress-line {
  width: 51%;
}

.progress progress[value="52"] ~ .progress-bg .progress-line {
  width: 52%;
}

.progress progress[value="53"] ~ .progress-bg .progress-line {
  width: 53%;
}

.progress progress[value="54"] ~ .progress-bg .progress-line {
  width: 54%;
}

.progress progress[value="55"] ~ .progress-bg .progress-line {
  width: 55%;
}

.progress progress[value="56"] ~ .progress-bg .progress-line {
  width: 56%;
}

.progress progress[value="57"] ~ .progress-bg .progress-line {
  width: 57%;
}

.progress progress[value="58"] ~ .progress-bg .progress-line {
  width: 58%;
}

.progress progress[value="59"] ~ .progress-bg .progress-line {
  width: 59%;
}

.progress progress[value="60"] ~ .progress-bg .progress-line {
  width: 60%;
}

.progress progress[value="61"] ~ .progress-bg .progress-line {
  width: 61%;
}

.progress progress[value="62"] ~ .progress-bg .progress-line {
  width: 62%;
}

.progress progress[value="63"] ~ .progress-bg .progress-line {
  width: 63%;
}

.progress progress[value="64"] ~ .progress-bg .progress-line {
  width: 64%;
}

.progress progress[value="65"] ~ .progress-bg .progress-line {
  width: 65%;
}

.progress progress[value="66"] ~ .progress-bg .progress-line {
  width: 66%;
}

.progress progress[value="67"] ~ .progress-bg .progress-line {
  width: 67%;
}

.progress progress[value="68"] ~ .progress-bg .progress-line {
  width: 68%;
}

.progress progress[value="69"] ~ .progress-bg .progress-line {
  width: 69%;
}

.progress progress[value="70"] ~ .progress-bg .progress-line {
  width: 70%;
}

.progress progress[value="71"] ~ .progress-bg .progress-line {
  width: 71%;
}

.progress progress[value="72"] ~ .progress-bg .progress-line {
  width: 72%;
}

.progress progress[value="73"] ~ .progress-bg .progress-line {
  width: 73%;
}

.progress progress[value="74"] ~ .progress-bg .progress-line {
  width: 74%;
}

.progress progress[value="75"] ~ .progress-bg .progress-line {
  width: 75%;
}

.progress progress[value="76"] ~ .progress-bg .progress-line {
  width: 76%;
}

.progress progress[value="77"] ~ .progress-bg .progress-line {
  width: 77%;
}

.progress progress[value="78"] ~ .progress-bg .progress-line {
  width: 78%;
}

.progress progress[value="79"] ~ .progress-bg .progress-line {
  width: 79%;
}

.progress progress[value="80"] ~ .progress-bg .progress-line {
  width: 80%;
}

.progress progress[value="81"] ~ .progress-bg .progress-line {
  width: 81%;
}

.progress progress[value="82"] ~ .progress-bg .progress-line {
  width: 82%;
}

.progress progress[value="83"] ~ .progress-bg .progress-line {
  width: 83%;
}

.progress progress[value="84"] ~ .progress-bg .progress-line {
  width: 84%;
}

.progress progress[value="85"] ~ .progress-bg .progress-line {
  width: 85%;
}

.progress progress[value="86"] ~ .progress-bg .progress-line {
  width: 86%;
}

.progress progress[value="87"] ~ .progress-bg .progress-line {
  width: 87%;
}

.progress progress[value="88"] ~ .progress-bg .progress-line {
  width: 88%;
}

.progress progress[value="89"] ~ .progress-bg .progress-line {
  width: 89%;
}

.progress progress[value="90"] ~ .progress-bg .progress-line {
  width: 90%;
}

.progress progress[value="91"] ~ .progress-bg .progress-line {
  width: 91%;
}

.progress progress[value="92"] ~ .progress-bg .progress-line {
  width: 92%;
}

.progress progress[value="93"] ~ .progress-bg .progress-line {
  width: 93%;
}

.progress progress[value="94"] ~ .progress-bg .progress-line {
  width: 94%;
}

.progress progress[value="95"] ~ .progress-bg .progress-line {
  width: 95%;
}

.progress progress[value="96"] ~ .progress-bg .progress-line {
  width: 96%;
}

.progress progress[value="97"] ~ .progress-bg .progress-line {
  width: 97%;
}

.progress progress[value="98"] ~ .progress-bg .progress-line {
  width: 98%;
}

.progress progress[value="99"] ~ .progress-bg .progress-line {
  width: 99%;
}

.progress progress[value="100"] ~ .progress-bg .progress-line {
  width: 100%;
}

.account-page {
  padding: 112px 0;
}
@media only screen and (max-width: 767.98px) {
  .account-page {
    padding: 33px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--billing-cards .account__cta-wrapper {
    gap: 13px;
  }
}
.account-page--billing-cards .edit-card-form .credit-card-img {
  margin-right: 8px;
}
.account-page--billing-cards .edit-card-form .form-select__control-button,
.account-page--billing-cards .edit-card-form .form-input .common-input {
  border-radius: 8px;
}
.account-page--billing-cards .edit-card-form .info__wrapper-item--zip {
  width: 99px;
}
.account-page--billing-cards .edit-card-form .info__wrapper-item--zip .common-input {
  padding: 15px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--billing-cards .edit-card-form .info__wrapper-item--zip {
    width: 100%;
  }
}
.account-page--billing-cards .edit-card-form .info__wrapper-item--primary {
  width: -moz-fit-content;
  width: fit-content;
}
.account-page--billing-cards .edit-card-form .info__wrapper-item--primary .form-select__control-button {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767.98px) {
  .account-page--billing-cards .edit-card-form .info__wrapper-item--primary .form-select__control-button {
    width: 100%;
  }
}
.account-page--billing-cards .edit-card-form .info__wrapper-item--primary .form-select__control-button svg {
  margin-left: 15px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--billing-cards .edit-card-form .info__wrapper-item--primary {
    width: 100%;
  }
}
.account-page--billing-cards .edit-card-form .credit-card-number {
  white-space: nowrap;
}
@media only screen and (max-width: 767.98px) {
  .account-page--billing-cards .edit-card-form .info__item-content {
    line-height: 1.5;
  }
}
.account-page--auto-renewal .card__title {
  line-height: 40px;
}
.account-page--auto-renewal .account-card__header-box {
  align-items: flex-start;
}
@media only screen and (max-width: 568px) {
  .account-page--auto-renewal .account-card__header-box {
    margin: 0 0 13px;
  }
}
.account-page--auto-renewal .account-card__header-box svg {
  margin-right: 8px;
}
@media only screen and (max-width: 568px) {
  .account-page--auto-renewal .account-card__header-box svg {
    margin: 3px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .account-page--auto-renewal .account-card {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .account-page--auto-renewal .account-card--mob {
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
    border-radius: 16px;
    padding: 24px;
    background-color: #ffffff;
  }
  .account-page--auto-renewal .account-card--mob:not(:last-child) {
    margin: 0 0 32px;
  }
}
.account-page--trademarks-studies .account__filters {
  margin-top: 2px;
}
.account-page--trademarks-studies .actions-container {
  justify-content: flex-end;
}
.account-page--trademarks-studies .actions-container .btn {
  min-width: 124px;
}
.account-page--trademarks-studies .actions-container .btn:first-of-type {
  margin-right: 24px;
}
.account-page--trademarks-studies .btn--hide-filters {
  margin-bottom: 20px;
}
.account-page--trademarks-studies .account-table__header {
  gap: 0;
  padding: 16px 16px 15px 24px;
}
.account-page--trademarks-studies .account-table__header .account-table__item:first-child {
  width: 44%;
}
@media only screen and (max-width: 1280px) {
  .account-page--trademarks-studies .account-table__header .account-table__item:first-child {
    width: 35%;
  }
}
.account-page--trademarks-studies .account-table__header .account-table__item:nth-child(2) {
  width: 24%;
}
.account-page--trademarks-studies .account-table__header .account-table__item:nth-child(3) {
  width: 24%;
}
.account-page--trademarks-studies .account-table__item-wrapper {
  padding: 23px 24px 24px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .account-table__item-wrapper {
    padding: 16px;
    align-items: flex-start;
  }
}
.account-page--trademarks-studies .account-table__item-wrapper:first-child {
  padding: 24px 24px 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .account-table__item-wrapper:first-child {
    padding: 16px;
  }
}
.account-page--trademarks-studies .account-table__item-wrapper :first-child {
  width: auto;
}
.account-page--trademarks-studies .account-table__item-wrapper .account-table__item:first-child {
  width: 76%;
}
@media only screen and (max-width: 1280px) {
  .account-page--trademarks-studies .account-table__item-wrapper .account-table__item:first-child {
    width: 54%;
  }
}
.account-page--trademarks-studies .account-table__content .account-table__item-content-link {
  margin-top: -4px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .account-table__content .account-table__item-content-link {
    margin: 0 0 0 5px;
  }
  .account-page--trademarks-studies .account-table__content .account-table__item-content-link .link {
    line-height: 1;
  }
}
.account-page--trademarks-studies .account-table__content .account-table__accordion-content .account-table__item {
  margin: auto 0;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .account-table__content .account-table__accordion-content .account-table__item {
    margin: 0 0 10px;
  }
}
.account-page--trademarks-studies .account-table__content .account-table__accordion-content .account-table__item:first-child, .account-page--trademarks-studies .account-table__content .account-table__accordion-content .account-table__item:nth-child(2) {
  width: 41.5%;
}
@media only screen and (max-width: 1280px) {
  .account-page--trademarks-studies .account-table__content .account-table__accordion-content .account-table__item:first-child, .account-page--trademarks-studies .account-table__content .account-table__accordion-content .account-table__item:nth-child(2) {
    width: 37%;
  }
}
.account-page--trademarks-studies .account-table__item-box > * {
  line-height: 16px;
  margin: 0 0 8px;
}
.account-page--trademarks-studies .account-table__item-box > *:nth-child(2), .account-page--trademarks-studies .account-table__item-box > *:last-child {
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .account-table__item-box > *:nth-child(2), .account-page--trademarks-studies .account-table__item-box > *:last-child {
    line-height: 1.5;
    font-size: 14px;
  }
}
.account-page--trademarks-studies .account-table__item-box > *:last-child {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .account-table__item-box > * {
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
.account-page--trademarks-studies .account-info-table {
  padding: 23px 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .info__wrapper--order-domain-service {
    align-items: flex-start;
  }
}
.account-page--trademarks-studies .info__wrapper--order-domain-service .info__wrapper-item .info__item-content {
  line-height: 1.5;
}
.account-page--trademarks-studies .info__wrapper--order-domain-service .info__wrapper-item:first-child {
  width: 15.5%;
  margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .info__wrapper--order-domain-service .info__wrapper-item:first-child {
    width: 100%;
    margin-right: 0;
  }
}
.account-page--trademarks-studies .info__wrapper--order-domain-service .info__wrapper-item:nth-child(2) {
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .info__wrapper--order-domain-service .info__wrapper-item {
    align-items: flex-start;
  }
}
.account-page--trademarks-studies .info__wrapper.tripple-column .info__wrapper-item:nth-child(2) {
  margin: 0 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .info__wrapper.tripple-column .info__wrapper-item:nth-child(2) {
    margin: 0 0 24px;
  }
}
.account-page--trademarks-studies .info__wrapper-item .icon-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 16px 26px 16px 24px;
}
@media only screen and (max-width: 1280px) {
  .account-page--trademarks-studies .info__wrapper-item .icon-btn {
    padding: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .info__wrapper-item .icon-btn {
    margin-left: unset;
    padding: 16px 26px 16px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .info__wrapper-item .icon-btn {
    margin-left: unset;
  }
}
.account-page--trademarks-studies .info__wrapper-item .icon-btn svg {
  margin-right: 16px;
}
@media only screen and (max-width: 1280px) {
  .account-page--trademarks-studies .info__wrapper-item .icon-btn svg {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--trademarks-studies .info__wrapper-item .icon-btn svg {
    margin-right: 16px;
  }
}
.account-page--menu {
  padding: 80px 0 120px;
}
.account-page--menu .card__title {
  line-height: 40px;
  word-break: break-word;
}
@media only screen and (max-width: 568px) {
  .account-page--menu .card__title {
    font-size: 22px;
    line-height: 30.08px;
  }
}
.account-page--menu .account-menu .text-12 {
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  .account-page--menu {
    padding: 33px 32px 64px;
  }
  .account-page--menu .account-card:not(.account-page .account-card--tablet,
  .account-page .account-card--mob) {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--billing-info .info__wrapper {
    gap: 24px;
  }
}
.account-page--add-billing-methods .add-billing-methods__form .common-input,
.account-page--add-billing-methods .add-billing-methods__form .form-select__control-button {
  border-radius: 8px;
}
.account-page--add-billing-methods .add-billing-methods__form .form-input {
  position: relative;
}
.account-page--add-billing-methods .add-billing-methods__form .text-12 {
  color: rgba(21, 21, 21, 0.64);
  line-height: 16px;
}
.account-page--add-billing-methods .add-billing-methods__form-checkbox {
  gap: 10px;
}
.account-page--add-billing-methods .add-billing-methods__form-checkbox p {
  line-height: 16px;
  color: rgba(21, 21, 21, 0.56);
}
.account-page--add-billing-methods .add-billing-methods__form-grid {
  display: grid;
  gap: 24px 16px;
  grid-template-columns: 309px 309px;
  grid-template-areas: "a b" "c d";
}
.account-page--add-billing-methods .add-billing-methods__form-grid > div:first-child {
  grid-area: a;
}
.account-page--add-billing-methods .add-billing-methods__form-grid > div:nth-child(2) {
  grid-area: b;
  gap: 16px;
}
.account-page--add-billing-methods .add-billing-methods__form-grid > div:nth-child(3) {
  grid-area: c;
}
.account-page--add-billing-methods .add-billing-methods__form-grid > div:last-child {
  grid-area: d;
}
.account-page--add-billing-methods .tabs-wrapper {
  display: grid;
  grid-auto-flow: column;
  gap: 12px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.account-page--add-billing-methods .tabs-wrapper .tab {
  border-radius: 16px;
  padding: 15px 23.5px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  font-size: 14px;
  line-height: 16px;
  gap: 8px;
  margin: 0;
}
.account-page--add-billing-methods .tabs-wrapper .tab svg path {
  transition: 0.3s ease-in-out;
}
.account-page--add-billing-methods .tabs-wrapper .tab.active {
  pointer-events: none;
}
.account-page--add-billing-methods .tabs-wrapper .tab.active svg path {
  fill: #ffffff;
}
.account-page--add-billing-methods .tabs-wrapper .tab.active .tab__icon--stroke path {
  stroke: #ffffff;
  fill: transparent;
}
.account-page--add-billing-methods .tabs-wrapper .tab:hover {
  background-color: rgba(21, 21, 21, 0.05);
  color: #151515;
}
.account-page--add-billing-methods .tabs-wrapper .tab img {
  max-width: 36px;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 20px;
}
.account-page--add-billing-methods .tabs-wrapper .tab--sepa {
  gap: 4px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .account-page--billing-wallet .account-card--tablet {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1024px) {
  .account-page--billing-wallet .account-card__header-box {
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    border-radius: 16px;
    position: relative;
    padding: 24px;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
    margin: 0 0 32px;
  }
  .account-page--billing-wallet .account-card__header-box .account-card__header-icon:not(.account-card__header-box .account-card__header-icon--static) {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .account-page--billing-wallet .account-card__header-box .account-card__text {
    margin: 6px 0 15px;
  }
}
@media only screen and (max-width: 568px) {
  .account-page--billing-wallet .account-card__header-box .account-card__text {
    max-width: 83%;
  }
}
.account-page--contact-profiles .form-select__control-button,
.account-page--contact-profiles .form-input .common-input {
  border-radius: 8px;
}
.account-page--contact-profiles .account-table--credit-cards .account-table__item {
  min-height: unset;
}
@media only screen and (max-width: 568px) {
  .account-page--contact-profiles .account-card--tablet .account-card__content-box {
    padding: 0;
  }
  .account-page--contact-profiles .account-card--tablet .account-card__content-box .profile-tables__wrapper {
    border: 1px solid rgba(21, 21, 21, 0.08);
    padding: 0 0 23px;
    border-radius: 16px;
  }
  .account-page--contact-profiles .account-card--tablet .account-card__content-box .profile-tables__wrapper-header {
    border: 1px solid rgba(21, 21, 21, 0.08);
    background-color: rgba(253, 253, 253, 0.5);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    padding: 15px 23px;
  }
  .account-page--contact-profiles .btn.btn-outline {
    margin: 0 auto;
    width: calc(100% - 46px);
  }
  .account-page--contact-profiles .account-table {
    margin: 0 0 24px;
  }
  .account-page--contact-profiles .account-table__item-wrapper {
    border-radius: unset;
    gap: 12px !important;
    padding: 0 23px 15px !important;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
  .account-page--contact-profiles .account-table__content {
    gap: 17px !important;
  }
  .account-page--contact-profiles .account-table__item-content {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--dns-servers .account-card--tablet .account-card__content-box {
    padding-top: 0;
  }
  .account-page--dns-servers .account-card--tablet .info__wrapper {
    gap: 12px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-top: none;
    padding: 16px 24px 15px;
    margin: 0 -24px;
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
  .account-page--dns-servers .account-card--tablet .info__wrapper:first-of-type {
    border-top: 1px solid rgba(21, 21, 21, 0.08);
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  .account-page--dns-servers .account-card--tablet .info__item-title {
    margin: 0;
    text-transform: uppercase;
  }
  .account-page--dns-servers .account-card--tablet .info__item-content {
    line-height: 1.5;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--dns-records .info__wrapper {
    gap: 16px;
  }
  .account-page--dns-records .info__item-content {
    line-height: 1.5;
  }
}
.account-page--edit-dns-records .add-server-form__row {
  margin: 0 0 16px;
}
.account-page--edit-dns-records .add-server-form__row .form-input {
  max-width: 277px;
  width: 100%;
}
.account-page--edit-dns-records .add-server-form__row .form-input:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--edit-dns-records .add-server-form__row .form-input:not(:last-child) {
    margin: 0 0 16px;
  }
}
.account-page--edit-dns-records .add-server-form__row .common-input {
  border-radius: 4px;
}
.account-page--edit-dns-records .btn--add-server-account {
  color: #3151BC;
}
@media only screen and (max-width: 767.98px) {
  .account-page--edit-dns-records .btn--add-server-account {
    margin: 0 0 23px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--edit-dns-records .form-input--checkbox-border {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.account-page--edit-dns-records .account-table {
  border-radius: 8px;
}
.account-page--edit-dns-records .account-table__header {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.account-page--add-dns-records .add-server-form__row .common-input {
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--add-dns-records .add-server-form__row .common-input {
    border-radius: 4px;
  }
}
.account-page .link {
  font-weight: 500;
  flex-shrink: 0;
}
.account-page--user-blocked .account-menu__list {
  pointer-events: none;
}
.account-page--user-blocked .account-menu__section:not(.account-menu__section.active) .account-menu__section-text,
.account-page--user-blocked .account-menu__section:not(.account-menu__section.active) svg {
  opacity: 0.5;
}
.account-page--user-blocked .link {
  font-weight: 600;
}
.account-page--user-blocked .files-upload__box {
  gap: 2px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--user-blocked .files-upload__btn {
    width: 100%;
  }
}
.account-page .social-authorization__text {
  margin-left: 8px;
  color: #151515;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .account-page .social-authorization__text {
    display: none;
  }
}
.account-page .social-authorization__btn {
  cursor: pointer;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E2E5EC;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}
.account-page .social-authorization__btn:hover {
  background-color: #E2E5EC;
}
@media only screen and (max-width: 568px) {
  .account-page .social-authorization__btn {
    width: 100%;
    height: 48px;
  }
}
.account-page__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .account-page__wrapper {
    flex-direction: column;
  }
}
.account-page--hostings .account-card {
  padding: 32px 32px 48px;
}
.account-page--con-domains .account-table__header {
  padding-right: 90px;
}
.account-page--con-domains .account-table__header-text {
  text-transform: none;
}
.account-page--con-domains .account-table__item {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .account-page--con-domains .account-table__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--con-domains .account-table__item-header {
    margin: 0 0 4px;
  }
}
.account-page--con-domains .account-table__item-content--domain {
  color: #151515;
  font-weight: 500;
}
.account-page--con-domains .account-table__item-wrapper {
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .account-page--con-domains .account-table__item-wrapper .account-table__item {
    margin: 16px 0 0;
  }
  .account-page--con-domains .account-table__item-wrapper .account-table__item:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--con-domains .account-table__item-wrapper {
    align-items: flex-start;
    gap: 0;
  }
}
.account-page--con-domains .account-table__item-wrapper .form-select {
  display: none;
}
.account-page--con-domains .account-table__item-wrapper .save-domain {
  display: none;
}
.account-page--con-domains .account-table__item-wrapper .cancel-domain {
  display: none;
}
.account-page--con-domains .account-table__item-wrapper .form-select {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767.98px) {
  .account-page--con-domains .account-table__item-wrapper .form-select {
    margin-top: 6px;
  }
}
.account-page--con-domains .account-table__item-wrapper .form-select .form-input__common-input {
  background-color: #ffffff;
}
.account-page--con-domains .account-table__item-wrapper .form-select__control-button svg {
  margin-left: 15px;
}
.account-page--con-domains .account-table__item-wrapper.active {
  padding: 7.5px 56px 7.5px 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--con-domains .account-table__item-wrapper.active {
    padding: 23.5px 56px 23.5px 24px;
  }
}
.account-page--con-domains .account-table__item-wrapper.active .account-table__item-content--primary {
  display: none;
}
.account-page--con-domains .account-table__item-wrapper.active .form-select {
  display: block;
}
.account-page--con-domains .account-table__item-wrapper.active .edit-domain {
  display: none;
}
.account-page--con-domains .account-table__item-wrapper.active .delete-domain {
  display: none;
}
.account-page--con-domains .account-table__item-wrapper.active .save-domain {
  display: block;
}
.account-page--con-domains .account-table__item-wrapper.active .cancel-domain {
  display: block;
}
.account-page--con-domains .account-table__item-cta:first-of-type {
  right: 63px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--con-domains .account-table__item-cta:first-of-type {
    right: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .account-page--con-domains .account-table__item-cta:first-of-type {
    right: 60px;
  }
}
.account-page--domain-service .account-table__header {
  gap: 0;
  padding: 16px 16px 15px 24px;
}
.account-page--domain-service .account-table__header .account-table__item:first-child {
  width: 44%;
}
@media only screen and (max-width: 1280px) {
  .account-page--domain-service .account-table__header .account-table__item:first-child {
    width: 35%;
  }
}
.account-page--domain-service .account-table__header .account-table__item:nth-child(2) {
  width: 24%;
}
.account-page--domain-service .account-table__header .account-table__item:nth-child(3) {
  width: 24%;
}
.account-page--domain-service .account-table__item-wrapper {
  padding: 23px 24px 24px;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .account-table__item-wrapper {
    padding: 16px;
    align-items: flex-start;
  }
}
.account-page--domain-service .account-table__item-wrapper:first-child {
  padding: 24px 24px 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .account-table__item-wrapper:first-child {
    padding: 16px;
  }
}
.account-page--domain-service .account-table__item-wrapper :first-child {
  width: auto;
}
.account-page--domain-service .account-table__item-wrapper .account-table__item:first-child {
  width: 76%;
}
@media only screen and (max-width: 1280px) {
  .account-page--domain-service .account-table__item-wrapper .account-table__item:first-child {
    width: 54%;
  }
}
.account-page--domain-service .account-table__content .account-table__item-content-link {
  margin-top: -4px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .account-table__content .account-table__item-content-link {
    margin: 0 0 0 5px;
  }
  .account-page--domain-service .account-table__content .account-table__item-content-link .link {
    line-height: 1;
  }
}
.account-page--domain-service .account-table__content .account-table__accordion-content .account-table__item {
  margin: auto 0;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .account-table__content .account-table__accordion-content .account-table__item {
    margin: 0 0 10px;
  }
}
.account-page--domain-service .account-table__content .account-table__accordion-content .account-table__item:first-child, .account-page--domain-service .account-table__content .account-table__accordion-content .account-table__item:nth-child(2) {
  width: 41.5%;
}
@media only screen and (max-width: 1280px) {
  .account-page--domain-service .account-table__content .account-table__accordion-content .account-table__item:first-child, .account-page--domain-service .account-table__content .account-table__accordion-content .account-table__item:nth-child(2) {
    width: 37%;
  }
}
.account-page--domain-service .account-table__item-box > * {
  line-height: 16px;
  margin: 0 0 8px;
}
.account-page--domain-service .account-table__item-box > *:nth-child(2), .account-page--domain-service .account-table__item-box > *:last-child {
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .account-table__item-box > *:nth-child(2), .account-page--domain-service .account-table__item-box > *:last-child {
    line-height: 1.5;
    font-size: 14px;
  }
}
.account-page--domain-service .account-table__item-box > *:last-child {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .account-table__item-box > * {
    margin: 0 0 10px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .info__wrapper--order-domain-service {
    align-items: flex-start;
    gap: 12px;
  }
  .account-page--domain-service .info__wrapper--order-domain-service .info__item-content {
    text-align: right;
  }
}
.account-page--domain-service .info__wrapper--order-domain-service .info__wrapper-item:not(.double-column.info__wrapper--order-domain-service .info__wrapper-item):not(.tripple-column.info__wrapper--order-domain-service .info__wrapper-item) .info__item-content {
  line-height: 1.5;
}
.account-page--domain-service .info__wrapper--order-domain-service .info__wrapper-item:not(.double-column.info__wrapper--order-domain-service .info__wrapper-item):not(.tripple-column.info__wrapper--order-domain-service .info__wrapper-item):first-child {
  width: 15.5%;
  margin-right: 10px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .info__wrapper--order-domain-service .info__wrapper-item:not(.double-column.info__wrapper--order-domain-service .info__wrapper-item):not(.tripple-column.info__wrapper--order-domain-service .info__wrapper-item):first-child {
    width: 100%;
    margin-right: 0;
  }
}
.account-page--domain-service .info__wrapper--order-domain-service .info__wrapper-item:not(.double-column.info__wrapper--order-domain-service .info__wrapper-item):not(.tripple-column.info__wrapper--order-domain-service .info__wrapper-item):nth-child(2) {
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .info__wrapper--order-domain-service .info__wrapper-item:not(.double-column.info__wrapper--order-domain-service .info__wrapper-item):not(.tripple-column.info__wrapper--order-domain-service .info__wrapper-item) {
    align-items: flex-start;
  }
}
.account-page--domain-service .info__wrapper.tripple-column .info__wrapper-item:nth-child(2):not(.info__wrapper--order-domain-service .info__wrapper-item:nth-child(2)) {
  margin: 0 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .info__wrapper.tripple-column .info__wrapper-item:nth-child(2):not(.info__wrapper--order-domain-service .info__wrapper-item:nth-child(2)) {
    margin: 0 0 24px;
  }
}
.account-page--domain-service .info__wrapper-item .icon-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 16px 26px 16px 24px;
}
@media only screen and (max-width: 1280px) {
  .account-page--domain-service .info__wrapper-item .icon-btn {
    padding: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .info__wrapper-item .icon-btn {
    margin-left: unset;
    padding: 16px 26px 16px 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .info__wrapper-item .icon-btn {
    margin-left: unset;
  }
}
.account-page--domain-service .info__wrapper-item .icon-btn svg {
  margin-right: 16px;
}
@media only screen and (max-width: 1280px) {
  .account-page--domain-service .info__wrapper-item .icon-btn svg {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--domain-service .info__wrapper-item .icon-btn svg {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-dns-records .card__title {
    line-height: 1.4;
  }
}
.account-page--hosting-dns-records .account-table__header, .account-page--hosting-dns-records .account-table__item-wrapper {
  gap: 24px;
  padding: 16px 24px 15px;
}
.account-page--hosting-dns-records .account-table__item-wrapper {
  padding: 24px 24px 23px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-dns-records .account-table__item-wrapper {
    padding: 0;
    gap: 8px;
  }
  .account-page--hosting-dns-records .account-table__item-wrapper:last-child {
    margin: 0;
  }
}
.account-page--hosting-dns-records .account-table__item {
  width: 33.33%;
}
.account-page--hosting-dns-records .account-table__item:nth-child(2) {
  margin: 0 24px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-dns-records .account-table__item:nth-child(2) {
    margin: 0;
  }
}
.account-page--hosting-dns-records .account-table__item:last-child {
  margin-left: 13px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-dns-records .account-table__item:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-auto-renewal .account-card__content-box:last-child {
    border: 1px solid rgba(21, 21, 21, 0.08);
    padding: 23px;
  }
  .account-page--hosting-auto-renewal .card__title {
    line-height: 1.4;
  }
}
.account-page--hosting-auto-renewal .account-card-w-switch {
  max-width: 410px;
  background-color: rgba(21, 21, 21, 0.02);
  padding: 23px 19px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-auto-renewal .account-card-w-switch {
    background-color: transparent;
    border: none;
    padding: 0;
    max-width: 100%;
    margin: 0;
  }
  .account-page--hosting-auto-renewal .account-card-w-switch .account-card-w-switch__title {
    font-weight: 400;
  }
}
.account-page--hosting-access .info__editing-form--password {
  max-width: 100%;
}
.account-page--hosting-access .info__editing-form--password .form-input {
  width: calc(33.333% - 10px);
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-access .info__editing-form--password .form-input {
    width: 100%;
  }
}
.account-page--hosting-access .info__editing-form--password .separator {
  width: 100%;
}
.account-page--hosting-access .password-validation {
  margin-top: 24px;
}
.account-page--hosting-access .info__editing-wrapper {
  display: grid;
  margin: 0;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767.98px) {
  .account-page--hosting-access .info__editing-wrapper {
    grid-template-columns: 1fr;
  }
}
.account-page--hosting .account__text .link {
  font-weight: 400;
}
.account-page--hosting .account-info-table {
  padding: 23px 24px;
}
.account-page--hosting .account-info-table__header .link {
  line-height: 1.5;
  font-size: 16px;
}
.account-page--hosting .account-service .btn-small {
  padding: 16px 15.15px;
}
.account-page--hosting .setup-hosting-plan-form .common-input,
.account-page--hosting .setup-hosting-plan-form .form-input__common-input {
  height: 56px;
}
.account-page--hosting .add-domain-form .form-select {
  max-width: 480px;
}
@media only screen and (max-width: 568px) {
  .account-page--hosting .add-domain-form .form-select {
    max-width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .account-page.general-info .input-preview-customized__icon {
    display: none;
  }
}
.account-page--active-domains-domain .input-preview-customized {
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 16px;
  padding: 14px 15px;
}
.account-page--active-domains-domain .input-preview-customized--pad {
  padding: 15px 15px 10px;
}
.account-page--active-domains-domain .input-preview-customized--pad input {
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .account-page--active-domains-domain .input-preview-customized__content {
    height: 24px;
    word-break: break-word;
  }
}
.account-page--active-domains-domain .input-preview-customized__content .link {
  line-height: 19px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767.98px) {
  .account-page--active-domains-domain .input-preview-customized {
    border: none;
    padding: 22.5px 24px !important;
  }
}
@media only screen and (max-width: 568px) {
  .account-page--active-domains-domain .input-preview-customized {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-page--active-domains-domain .account-info-table__title svg {
    width: 20px;
    height: 20px;
  }
  .account-page--active-domains-domain .general-info__wrapper {
    gap: 12px;
  }
}
.account-page--inactive-domains-domain .input-preview-customized {
  border: none;
  background-color: rgba(21, 21, 21, 0.04);
  padding: 15px 16px;
  gap: 7px;
}
@media only screen and (max-width: 767.98px) {
  .account-page--inactive-domains-domain .input-preview-customized {
    gap: 8px;
  }
}
.account-page--inactive-domains-domain .input-preview-customized .link {
  line-height: 16px;
}
.account__cta-wrapper {
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account__cta-wrapper {
    flex-direction: column;
  }
  .account__cta-wrapper--small-gap {
    gap: 12px;
  }
}
.account-menu {
  width: 100%;
  max-width: 253px;
  margin-right: 16px;
}
.account-menu .active {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .account-menu {
    margin: 0 auto 32px;
    max-width: 100%;
  }
}
.account-menu__control-box {
  display: none;
  background-color: #151515;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  padding: 16px 24px;
  border-radius: 16px;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .account-menu__control-box {
    display: flex;
    align-items: center;
  }
}
.account-menu__control-box .account-menu__control-icon {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.account-menu__control-box.opened {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.account-menu__control-box.opened .account-menu__control-icon {
  transform: none;
}
.account-menu__control-box.opened + ul {
  visibility: visible;
  opacity: 1;
  border-radius: 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__control-box.opened + ul {
    padding: 0 24px;
  }
}
.account-menu__control-title {
  line-height: 1.5;
}
.account-menu__list {
  padding: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .account-menu__list {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-menu__list {
    padding: 0 24px;
    border-radius: 0;
  }
}
.account-menu__item {
  cursor: pointer;
}
.account-menu__item:not(:last-of-type) {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__item:last-of-type .account-menu__section {
    padding: 16px 0;
  }
}
.account-menu__item:last-of-type .account-menu__submenu {
  margin-bottom: 0 !important;
}
.account-menu__item:hover .account-menu__link-text:not(.current .account-menu__link-text)::after {
  opacity: 1;
}
.account-menu__section {
  padding: 8px 12px;
  border-radius: 8px;
  align-items: center;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__section {
    font-size: 14px;
    padding: 16px 0 15px;
  }
  .account-menu__section.opened {
    padding: 16px 0;
  }
}
.account-menu__section svg path {
  transition: all 0.3s ease-in-out;
}
.account-menu__section svg mask path {
  transition: all 0.3s ease-in-out;
}
.account-menu__section-text {
  line-height: 1.5;
  color: #151515;
  top: 1px;
  margin-left: 8px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .account-menu__section-text {
    margin-left: 16px;
  }
}
.account-menu__section-text::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.account-menu__section.opened + .account-menu__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  margin-top: 16px;
  margin-bottom: 12px;
}
.account-menu__section.active {
  background-color: rgba(49, 81, 188, 0.05);
}
.account-menu__section.active .account-menu__section-text, .account-menu__section:hover .account-menu__section-text {
  color: #3151BC;
}
.account-menu__section.active svg path, .account-menu__section:hover svg path {
  fill: #3151BC;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__section:hover .account-menu__section-text {
    color: #151515;
  }
  .account-menu__section:hover svg path {
    stroke: #151515;
  }
}
.account-menu__link {
  width: 100%;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #151515;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .account-menu__link {
    padding: 13px 13px 13px 0;
  }
}
.account-menu__link.account-menu__link--paid-orders {
  border-bottom: none;
}
.account-menu__link.active {
  opacity: 0.64;
}
.account-menu__accordion.child-active {
  background-color: rgba(49, 81, 188, 0.05);
}
.account-menu__accordion.child-active .account-menu__section-text {
  color: #3151BC;
}
.account-menu__accordion.child-active svg:not(.account-menu__accordion-icon) path {
  fill: #3151BC;
}
.account-menu__accordion.child-active.opened .account-menu__section-text {
  color: #3151BC;
}
.account-menu__accordion.child-active.active {
  color: #3151BC;
}
.account-menu__accordion.child-active .active .account-menu__section-text {
  color: #3151BC;
}
.account-menu__accordion.child-active .account-menu__accordion-icon path {
  fill: #3151BC;
}
.account-menu__accordion.active .account-menu__section-text {
  color: #3151BC;
}
.account-menu__accordion-icon {
  transition: transform 0.3s ease-in-out;
}
.account-menu__accordion.opened .account-menu__accordion-icon {
  transform: rotate(180deg);
}
.account-menu__submenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
}
.account-menu__submenu .separator {
  margin-top: 14px;
}
.account-menu__submenu-item {
  margin-left: 36px;
}
.account-menu__submenu-item:not(:last-of-type) {
  padding-bottom: 16px;
}
.account-menu__submenu-item:not(.account-menu .account-menu__submenu-item-w-list).active .active {
  color: #3151BC;
  border-bottom: 1px solid #3151BC;
  width: auto;
  opacity: 1;
}
@media only screen and (max-width: 568px) {
  .account-menu__submenu-item:not(.account-menu .account-menu__submenu-item-w-list).active .active {
    color: #3151BC;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .account-menu__submenu-item:not(.account-menu .account-menu__submenu-item-w-list).active .active::after {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 16px;
    content: "";
    left: 0;
    background-color: #3151BC;
  }
}
@media only screen and (max-width: 568px) {
  .account-menu__submenu-item:not(.account-menu .account-menu__submenu-item-w-list):first-of-type .account-menu__link {
    padding: 12px 0 15px;
  }
}
@media only screen and (max-width: 568px) {
  .account-menu__submenu-item:not(.account-menu .account-menu__submenu-item-w-list):only-child .account-menu__link {
    padding: 16px 0 20px;
  }
}
.account-menu__submenu-item-w-list {
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #151515;
}
.account-menu__submenu-item-w-list li.active::before {
  background-color: #3151BC;
}
.account-menu__submenu-item-w-list li.active .active {
  opacity: 1;
}
@media only screen and (max-width: 568px) {
  .account-menu__submenu-item-w-list li.active .active {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
  .account-menu__submenu-item-w-list li.active .active::after {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 20px;
    content: "";
    left: 0;
    background-color: #3151BC;
  }
}
.account-menu__submenu-item-w-list .account-menu__link {
  transition: color 0.3s ease-in-out;
}
.account-menu__submenu-item-w-list .account-menu__link:not(.account-menu__submenu-item-w-list > .account-menu__link).active {
  color: #3151BC;
}
.account-menu__submenu-item-w-list .account-menu__link--paid-orders {
  padding: 0;
}
.account-menu__submenu-item-w-list li:hover::before {
  background-color: #3151BC;
}
.account-menu__submenu-item-w-list li:hover .account-menu__link {
  color: #3151BC;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__submenu-item-w-list li:last-of-type .account-menu__link {
    padding: 0px;
  }
  .account-menu__submenu-item-w-list li:last-of-type .account-menu__link::after {
    bottom: 0;
  }
}
.account-menu__submenu-item-w-list > .account-menu__link {
  color: rgba(21, 21, 21, 0.64);
}
.account-menu__submenu-item-w-list > .account-menu__link.active {
  color: #3151BC;
}
.account-menu__submenu-item-w-list ul {
  margin: 16px 0 8px 21px;
}
.account-menu__submenu-item-w-list ul li {
  position: relative;
}
.account-menu__submenu-item-w-list ul li:not(:last-of-type) {
  margin-bottom: 16px;
}
.account-menu__submenu-item-w-list ul li::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 4px;
  background-color: #151515;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__submenu-item-w-list ul li::before {
    top: 10px;
    transform: none;
  }
}
.account-card {
  padding: 32px;
  max-width: 928px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 767.98px) {
  .account-card {
    padding: 24px;
  }
}
@media only screen and (max-width: 568px) {
  .account-card {
    border-radius: 0;
  }
}
.account-card__total {
  padding: 12px 16px;
}
.account-card .credit-cards-empty {
  border: 1px solid rgba(21, 21, 21, 0.08);
  background-color: rgba(21, 21, 21, 0.02);
  border-radius: 16px;
  padding: 24px;
  line-height: 16px;
}
@media only screen and (max-width: 568px) {
  .account-card .credit-cards-empty {
    padding: 16px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-card--domains-contact .info__wrapper {
    gap: 20px;
  }
  .account-card--domains-contact .info__item-content {
    line-height: 1.5;
  }
}
.account-card__text {
  color: rgba(21, 21, 21, 0.76);
  line-height: 1.5;
}
@media only screen and (max-width: 568px) {
  .account-card__text {
    margin: 0;
  }
}
.account-card__header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-card__header-box-icon {
  width: 24px;
  height: 24px;
}
.account-card__header-box-icon img {
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .account-card__header-box--breadcrumbs .account-card__header-icon {
    position: static !important;
  }
}
@media only screen and (max-width: 375px) {
  .account-card__header-box--breadcrumbs .link-breadcrumb {
    max-width: 205px;
  }
}
.account-card__header-box .account-card__header-icon {
  margin-right: unset;
}
.account-card__header-icon, .account-card__header-icon--static {
  flex-shrink: 0;
  margin-right: 16px;
}
.account-card__billing-info {
  border-bottom: 1px solid #E2E5EC;
  margin-bottom: 24px;
}
.account-card__billing-header {
  margin-bottom: 27px;
  border-bottom: 1px solid #E2E5EC;
  padding-bottom: 24px;
}
@media only screen and (max-width: 568px) {
  .account-card .btn {
    width: 100%;
  }
}
.account-card--dns-record.add-mode .account-table {
  border-radius: 8px 8px 0 0;
}
.account-card__content-box--dns-servers {
  background-color: rgba(21, 21, 21, 0.04);
  padding: 24px;
  line-height: 1.5;
}
.account-card__content-box--dns-servers .dns-servers__item {
  margin: 0 0 8px;
}
.account-card__content-box--dns-servers .dns-servers__item:last-child {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .account-card__content-box--dns-servers {
    background-color: transparent;
  }
}
.account-card__content--condensed {
  max-width: 424px;
}
@media only screen and (max-width: 767.98px) {
  .account-card--tablet {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .account-card--tablet .account-card__header-box,
  .account-card--tablet .account-card__content-box {
    background-color: #ffffff;
    border-radius: 16px;
    position: relative;
    padding: 24px;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
  }
  .account-card--tablet .account-card__header-box .account-card__header-icon:not(.account-card__header-box .account-card__header-icon--static),
  .account-card--tablet .account-card__content-box .account-card__header-icon:not(.account-card__header-box .account-card__header-icon--static) {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .account-card--tablet .account-card__header-box .account-card__text:not(.account-page--billing-wallet .account-card__text),
  .account-card--tablet .account-card__content-box .account-card__text:not(.account-page--billing-wallet .account-card__text) {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 350px) {
  .account-card--tablet .account-card__header-box svg {
    width: 18px;
    right: 20px;
    top: 31px;
    height: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .account-card--ipad {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .account-card--ipad .account-card__header-box {
    margin: 0 0 32px;
  }
  .account-card--ipad .account-card__header-box.t-mb-20 {
    margin: 0 0 20px;
  }
  .account-card--ipad .account-card__header-box,
  .account-card--ipad .account-card__content-box {
    background-color: #ffffff;
    border-radius: 16px;
    position: relative;
    padding: 24px;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
  }
  .account-card--ipad .account-card__header-box .account-card__header-icon:not(.account-card__header-box .account-card__header-icon--static),
  .account-card--ipad .account-card__content-box .account-card__header-icon:not(.account-card__header-box .account-card__header-icon--static) {
    position: absolute;
    right: 24px;
    top: 24px;
  }
  .account-card--ipad .account-card__header-box .account-card__text:not(.account-page--billing-wallet .account-card__text),
  .account-card--ipad .account-card__content-box .account-card__text:not(.account-page--billing-wallet .account-card__text) {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 568px) {
  .account-card--ipad .account-card__header-box .order__total-price,
  .account-card--ipad .account-card__content-box .order__total-price {
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 350px) {
  .account-card--ipad .account-card__header-box svg {
    width: 18px;
    right: 20px;
    top: 31px;
    height: 18px;
  }
}
@media only screen and (max-width: 568px) {
  .account-card--mob {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.account-card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px;
}
.account-card-info__heading {
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.account-card-info__description {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.account-card-w-switch {
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
@media only screen and (max-width: 568px) {
  .account-card-w-switch {
    margin: 0 0 32px;
  }
  .account-card-w-switch:not(:last-of-type) {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 568px) {
  .account-card-w-switch__header {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}
.account-card-w-switch__title {
  font-family: "Cabin", sans-serif;
  color: #0D1739;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
}
.account-card-w-switch .switch-container {
  font-size: 14px;
  align-items: center;
}
.account-card-w-switch .switch-container .active {
  color: #151515;
  font-weight: 500;
}
.account-card-w-switch .switch-container span {
  line-height: 16px;
  color: rgba(21, 21, 21, 0.64);
}
.account-card-w-switch .switch-container :not(:last-child) {
  margin-right: 8px;
}
.account-card-w-switch .account__notification {
  margin-top: 16px;
}
.account-card-w-switch .account__notification .link {
  display: inline;
}
.account-card-w-switch--domains {
  background-color: rgba(21, 21, 21, 0.02);
  padding: 23px;
}
.account-card-w-switch--domains .account-card-w-switch__header {
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .account-card-w-switch--domains .account-card-w-switch__header {
    gap: 0;
  }
}
.account-card-w-switch--domains .account__notification .link {
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .account-card-w-switch--domains .account__notification {
    margin-bottom: 0;
  }
}
.account-card-w-switch--domains .switch:checked + .switch__label {
  background-color: #ffffff;
}
.account-card-w-switch--domains .switch:checked + .switch__label::after {
  background-color: #3151BC;
}
.account-card-w-switch--domains .account-card-w-switch__title, .account-card-w-switch--content .account-card-w-switch__title {
  min-width: 160px;
  font-weight: 700;
  font-size: 18px;
  color: rgba(21, 21, 21, 0.88);
}
@media only screen and (max-width: 767.98px) {
  .account-card-w-switch--domains .account-card-w-switch__title, .account-card-w-switch--content .account-card-w-switch__title {
    font-size: 16px;
    min-width: unset;
    word-break: break-word;
  }
}
.account-card-w-switch--domains .switch:checked + .switch__label, .account-card-w-switch.active .switch:checked + .switch__label {
  background-color: #ffffff;
}
.account-card-w-switch--domains .switch:checked + .switch__label::after, .account-card-w-switch.active .switch:checked + .switch__label::after {
  background-color: #3151BC;
}
.account-card-w-switch--content {
  background-color: rgba(21, 21, 21, 0.02);
  padding: 23px !important;
  max-width: 424px;
}
@media only screen and (max-width: 767.98px) {
  .account-card-w-switch--content {
    max-width: 100% !important;
  }
  .account-card-w-switch--content.active {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .account-card-w-switch--content.active .account-table--forwarding {
    border-radius: 16px;
    margin: 0 0 16px;
  }
  .account-card-w-switch--content.active .account-table--forwarding.account-table--email-forwarding {
    margin: 0;
  }
  .account-card-w-switch--content.active .account-table--w-editing,
  .account-card-w-switch--content.active .forwarding-card.forwarding-card--add-new-web,
  .account-card-w-switch--content.active .forwarding-card.forwarding-card--add-new-email,
  .account-card-w-switch--content.active .account-card-w-switch__header {
    border-left: 1px solid rgba(21, 21, 21, 0.08);
    border-right: 1px solid rgba(21, 21, 21, 0.08);
    box-shadow: 0px 11px 24px 0px rgba(112, 112, 112, 0.0784313725);
    background-color: #ffffff;
    padding: 0 24px;
  }
  .account-card-w-switch--content.active .account-card-w-switch__header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 24px 24px 15px;
  }
  .account-card-w-switch--content.active .account-table--w-editing {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 24px;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper .account-table__item-wrapper {
    padding: 15px 0 14px !important;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper .account-table__item-wrapper:last-of-type {
    padding-bottom: 0 !important;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper.edit-mode .btn {
    background-color: transparent;
    line-height: 16px;
    padding: 0;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper.edit-mode .btn--save {
    order: 3;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper.edit-mode .btn-delete {
    order: 1;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper.edit-mode .btn-cancel {
    order: 2;
    margin-left: auto;
    margin-right: 16px;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper.edit-mode:last-of-type .account-table__item-wrapper {
    padding-bottom: 0 !important;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper.edit-mode:last-of-type .account-table__item-wrapper + .forwarding-card {
    margin-top: 16px;
  }
  .account-card-w-switch--content.active .account-table--w-editing .account-table__item-edit-wrapper.edit-mode:last-of-type .forwarding-card__actions {
    margin: 0;
  }
  .account-card-w-switch--content.active .hidden-content--email {
    margin: 0;
  }
  .account-card-w-switch--content.active .account-table__item-edit-wrapper:not(.account-table--w-editing .edit-mode):last-of-type .account-table__item-wrapper {
    padding-bottom: 0 !important;
  }
  .account-card-w-switch--content.active .btn--add-web-forwarding {
    margin: 14px 0 0;
  }
  .account-card-w-switch--content.active .btn--add-web-forwarding .forwarding-card--add-new-web {
    padding: 24px;
  }
  .account-card-w-switch--content.active .forwarding-card__actions {
    flex-direction: row !important;
    gap: 16px;
  }
  .account-card-w-switch--content.active .forwarding-card__actions .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    max-width: 100px;
  }
  .account-card-w-switch--content.active .forwarding-card__actions .btn svg {
    margin-right: 4px;
  }
  .account-card-w-switch--content.active .forwarding-card.forwarding-card--add-new-web,
  .account-card-w-switch--content.active .forwarding-card.forwarding-card--add-new-email {
    padding: 24px;
  }
}
.account-card-w-switch--content:last-of-type {
  margin: 0;
}
.account-card-w-switch--content .account-card-w-switch__header:not(.active .account-card-w-switch__header) {
  justify-content: space-between;
}
.account-card-w-switch--content.active {
  max-width: 100%;
}
.account-card-w-switch--content.active .account-card-w-switch__header {
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .account-card-w-switch--content.active .account-card-w-switch__header {
    gap: 16px;
  }
}
.account__notification {
  padding: 16px 16px 16px 20px;
  border-radius: 8px;
  line-height: 24px;
}
.account__notification--not-confirmed {
  border-left: 4px solid #ff0000;
  background-color: rgba(255, 0, 0, 0.08);
}
@media only screen and (max-width: 568px) {
  .account__notification--not-confirmed {
    margin: 0 0 32px;
  }
}
.account__notification--not-confirmed p {
  line-height: 24px;
}
.account__notification--success {
  border-left: 4px solid #96C23D;
  background-color: rgba(150, 194, 61, 0.08);
}
.account__notification--confirmed {
  border-left: 4px solid #3151BC;
  background-color: rgba(49, 81, 188, 0.1);
}
.account__notification--confirmed p {
  line-height: 24px;
}
.account__notification .link {
  background-color: transparent;
}
@media only screen and (max-width: 568px) {
  .account__notification .link {
    font-weight: 400;
  }
  .account__notification .link.font-w-600 {
    font-weight: 600;
  }
}
.account-next-step__wrapper {
  max-width: 1008px;
  margin: 0 auto;
  width: 100%;
}
.account-next-step__wrapper .form-input .common-input {
  border-radius: 8px;
}
.account-next-step__wrapper .card {
  max-width: 100%;
  padding: 64px 76px;
}
@media only screen and (max-width: 767.98px) {
  .account-next-step__wrapper .card {
    padding: 24px;
    border-radius: 16px;
  }
}
.account-next-step__wrapper .card__title {
  line-height: 40px;
}
@media only screen and (max-width: 568px) {
  .account-next-step__wrapper .card__title {
    font-size: 22px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1280px) {
  .account-next-step__wrapper {
    padding: 0 32px;
  }
}
.account-next-step .form-input--checkbox {
  border-top: none;
  padding-top: 8px;
  padding-bottom: 26px;
}
.account-info-table {
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 8px;
}
.account-info-table--br-8 {
  border-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .account-info-table {
    background-color: #ffffff;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
  }
  .account-info-table .info__item-title {
    margin: 0;
  }
}
.account-info-table__title svg {
  margin-right: 16px;
}
.account-info-table__content {
  padding: 24px;
}
@media only screen and (max-width: 568px) {
  .account-info-table__content-mp {
    padding: 0;
  }
}
.account-info-table--configurations.opened .account-configurations {
  margin-top: 16px;
  opacity: 1;
  visibility: visible;
}
.account-info-table--payment .separator {
  width: calc(100% - 48px);
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .account-info-table--payment {
    border: none;
    box-shadow: none;
  }
  .account-info-table--payment .separator {
    width: 100%;
  }
}
.account-info-table--extended .account-info-table__title {
  padding: 24px;
  font-weight: 700;
}
.account__text {
  line-height: 150%;
}
@media only screen and (max-width: 568px) {
  .account__text {
    font-size: 14px;
  }
}
.account__filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 16px;
}
.account__filters--mt-0 {
  margin-top: 0;
}
.account__filters--text {
  line-height: 1.5;
  margin-top: 16px;
}
.account__filters .common-input,
.account__filters .form-input__common-input {
  border-radius: 8px;
  background-color: rgba(21, 21, 21, 0.04);
  border: 1px solid #E2E5EC;
}
@media only screen and (max-width: 767.98px) {
  .account__filters {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .account__filters .common-input {
    min-width: 95%;
  }
}
.account__filters .actions-container .btn {
  width: calc(50% - 12px);
  padding: 8px;
}
@media only screen and (max-width: 767.98px) {
  .account__filters .actions-container {
    gap: 12px;
  }
  .account__filters .actions-container .btn {
    width: calc(50% - 6px);
  }
}
.account__filters .selected-option {
  font-weight: 500;
  color: #151515;
}
.account__filters--waiting-for-payment {
  margin-top: 16px;
}
.account__filters--waiting-for-payment .actions-container {
  grid-column: 3/-1;
}
@media only screen and (max-width: 767.98px) {
  .account__filters--waiting-for-payment .actions-container {
    grid-column: 1/-1;
  }
}
.account__filters--paid-orders {
  margin-top: 16px;
}
.account-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 20px;
  background-color: rgba(49, 81, 188, 0.05);
  border-radius: 8px;
  line-height: 1.5;
  gap: 20px;
}
.account-service:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-service {
    padding: 20px 23px 19px;
    flex-direction: column;
  }
}
.account-service .btn {
  min-width: 160px;
  margin-left: 40px;
  text-align: center;
  padding: 12px 28px;
  line-height: 140%;
}
@media only screen and (max-width: 767.98px) {
  .account-service .btn {
    margin: 16px 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .account-service__btn {
    line-height: 140%;
  }
}
.account-service--hosting {
  background-color: #fdfdfd;
  border-radius: 16px;
  font-weight: 500;
  border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 16px;
  gap: 16px;
}
.account-service--hosting .account-service__btn {
  flex-shrink: 0;
  margin-left: unset;
}
@media only screen and (max-width: 767.98px) {
  .account-service--hosting {
    flex-direction: column;
  }
}
.account-servers__container {
  padding: 16px;
  background-color: rgba(49, 81, 188, 0.05);
  border-radius: 8px;
}
.account-servers__list li {
  margin-bottom: 4px;
  line-height: 150%;
}
.account-servers__server-select {
  display: flex;
  align-items: center;
}
.account-servers__server-select .form-select {
  width: 320px;
  margin-right: 32px;
}
@media only screen and (max-width: 767.98px) {
  .account-servers__server-select .form-select {
    margin: 0 0 16px;
    width: 100%;
  }
}
.account-servers__server-select .link {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-servers__server-select .link {
    margin: 0;
  }
}
.account-servers__server-select .selected-option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-right: 16px;
  gap: 5px;
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .account-servers__server-select .selected-option {
    display: inline-block;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-servers__server-select .selected-option {
    display: flex;
    margin-right: 16px;
  }
}
.account-form--waiting-information {
  max-width: 445px;
}
.account-form--waiting-information .btn {
  padding-left: 26px;
  padding-right: 26px;
}
.account-form--waiting-information > p {
  line-height: 1.5;
}
.account-form--waiting-information .form-input .common-input {
  border-radius: 8px;
  border: 1px solid #E2E5EC;
  height: -moz-fit-content;
  height: fit-content;
}
.account-form--dns-servers .form-input__common-input {
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  min-width: 320px;
}
@media only screen and (max-width: 1024px) {
  .account-form--dns-servers .form-input__common-input {
    min-width: 100%;
    max-width: 220px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers .form-input__common-input {
    max-width: unset;
  }
}
.account-form--dns-servers .btn-outline {
  flex-shrink: 0;
}
.account-form--dns-servers .btn-outline:first-of-type {
  margin: 0 0 0 30px;
}
.account-form--dns-servers .btn-outline:last-of-type {
  margin: 0 0 0 22px;
}
@media only screen and (max-width: 1280px) {
  .account-form--dns-servers .btn-outline:first-of-type, .account-form--dns-servers .btn-outline:last-of-type {
    margin: 0 0 0 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers .btn-outline:first-of-type, .account-form--dns-servers .btn-outline:last-of-type {
    margin: 0 0 12px;
  }
  .account-form--dns-servers .btn-outline:last-of-type {
    margin: 0;
  }
}
.account-form--dns-servers .info__item-content {
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers .account__cta-wrapper .btn-extra-small {
    width: calc(50% - 6px);
  }
}
.account-form--dns-servers-add .btn--add-server {
  margin: 8px 0 18px;
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers-add .btn--add-server {
    margin: 0;
    color: #151515;
  }
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row {
  margin: 0 0 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row {
    gap: 24px;
  }
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row:not(.full-width) {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row:not(.full-width) {
    width: 100%;
    margin: 0 0 24px;
  }
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .form-input__common-input,
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .common-input {
  border-radius: 8px !important;
  margin-bottom: 0;
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .btn--delete-server {
  right: -23px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .btn--delete-server:hover {
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .btn--delete-server {
    position: static;
    opacity: 1;
    padding: 0;
    align-self: self-start;
    margin-top: 5px;
  }
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .form-input {
  max-width: 283px;
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .form-input {
    max-width: 100%;
  }
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .form-input:not(:last-child) {
  margin-right: 32px !important;
}
@media only screen and (max-width: 767.98px) {
  .account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .form-input:not(:last-child) {
    margin-right: 0 !important;
  }
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .form-input.full-width {
  max-width: 587px;
}
.account-form--dns-servers-add .edit-dns-profile__inputs .add-server-form__row .form-input.full-width .common-input {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .account-con-domains {
    flex-direction: column;
  }
}
.account-con-domains__table {
  flex-grow: 1;
}
@media only screen and (max-width: 767.98px) {
  .account-con-domains__table {
    margin: 0 0 16px;
  }
}
.account-con-domains__table .text-14,
.account-con-domains__table .text-16,
.account-con-domains__table .link {
  line-height: 1.5;
}
.account-con-domains__table-header {
  padding: 15px 24px 16px;
  background-color: rgba(21, 21, 21, 0.02);
  border-top: 1px solid #E2E5EC;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px solid #E2E5EC;
  border-right: 1px solid #E2E5EC;
}
.account-con-domains__table-row {
  padding: 23px 24px 24px;
  border-top: 1px solid #E2E5EC;
  border-left: 1px solid #E2E5EC;
  border-right: 1px solid #E2E5EC;
}
.account-con-domains__table-row:nth-child(odd) {
  background-color: rgba(21, 21, 21, 0.02);
}
.account-con-domains__table-row:nth-child(odd):last-child {
  padding: 23px 24px;
  border-bottom: 1px solid #E2E5EC;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 568px) {
  .account-con-domains__table-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.account-con-domains__table-row > a {
  margin-left: 16px;
}
@media only screen and (max-width: 568px) {
  .account-con-domains__table-row > a {
    margin: 0;
  }
}
.account-con-domains__box {
  margin-left: 16px;
  padding: 24px;
  background-color: rgba(21, 21, 21, 0.02);
  border-bottom: 1px solid #E2E5EC;
  border-radius: 8px;
  height: -moz-fit-content;
  height: fit-content;
  flex-basis: calc(34% - 16px);
}
@media only screen and (max-width: 1280px) {
  .account-con-domains__box {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-con-domains__box {
    border: 1px solid #E2E5EC;
  }
}
.account-con-domains__box .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767.98px) {
  .account-con-domains__box .btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-con-domains__box {
    margin: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-gen-info {
    flex-direction: column;
  }
}
@media only screen and (max-width: 568px) {
  .account-gen-info__column .account__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-gen-info__column {
    margin: 0 0 24px;
  }
}
.account-gen-info__column:first-child, .account-gen-info__column:nth-child(2) {
  flex-basis: calc(34% - 20px);
  margin-right: 20px;
}
.account-gen-info__column:last-child {
  flex-grow: 1;
}
.account-gen-info__column-item {
  margin: 0 0 24px;
}
.account-gen-info__column-item:last-child {
  margin: 0;
}
.account-gen-info__column-item ul {
  list-style-type: disc;
  padding-left: 23px;
}
.account-gen-info__column-item ul li {
  padding-left: 0;
  font-weight: 500;
  margin: 0 0 0px;
  line-height: 1.5;
}
.account-gen-info__column-item ul li:last-child {
  margin: 0;
}
.account-configurations {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.account-configurations .account__small-title {
  margin: 0;
}
.account-configurations__item {
  position: relative;
  padding: 16px 16px 24px 24px;
  background-color: rgba(21, 21, 21, 0.04);
  border-radius: 8px;
}
.account-configurations__item:not(.account-configurations__item:last-child) {
  margin: 0 0 16px;
}
.account-configurations__item-column {
  width: calc(50% - 32px);
  margin: 0 16px;
}
@media only screen and (max-width: 767.98px) {
  .account-configurations__item-column {
    width: 100%;
    margin: 0 0 16px;
  }
  .account-configurations__item-column:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .account-configurations__item-header {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 375px) {
  .account-configurations__item-header .account__small-title {
    margin: 0 0 10px;
  }
}
.account-configurations__item-header .hosting-plan__btn {
  margin-left: 24px;
}
@media only screen and (max-width: 568px) {
  .account-configurations__item-header .hosting-plan__btn {
    position: absolute;
    top: 16px;
    right: 16px;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 375px) {
  .account-configurations__item-header .hosting-plan__btn {
    padding: 10px 16px;
  }
}
.account-configurations__item-header .hosting-plan__btn--active {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.64);
  pointer-events: none;
  cursor: default;
}
.account-configurations__item-header .hosting-plan__currency {
  font-size: 18px;
}
.account-configurations__item-header .hosting-plan__price {
  font-size: 18px;
}
.account-configurations__item-header .hosting-plan__price-box {
  line-height: 1.5;
}
.account-configurations__item-body {
  margin: 0 -16px;
}
@media only screen and (max-width: 767.98px) {
  .account-configurations__item-body {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .account-configurations__item-body {
    margin: 16px 0 0;
  }
}
.account-configurations__item-body ul {
  list-style-type: disc;
  padding-left: 23px;
  margin: 0;
}
.account-configurations__item-body ul li {
  padding-left: 0;
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.5;
}
.account-configurations__item-body ul li:last-child {
  margin: 0;
}

.wallet__total {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1280px) {
  .wallet__total {
    font-size: 14px !important;
  }
  .wallet__total .link {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .wallet__total {
    font-size: 16px !important;
    margin-left: 0;
    width: 100%;
    gap: 16px;
  }
  .wallet__total .link {
    font-size: 16px !important;
  }
  .wallet__total .wallet__total-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
  }
  .wallet__total .wallet__total-item .wallet__quantity {
    margin: 0;
    line-height: 1.5;
    font-size: 16px !important;
  }
  .wallet__total .wallet__total-item .wallet__text {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.64);
  }
  .wallet__total .wallet__total-item:first-of-type .wallet__text {
    font-size: 14px !important;
    line-height: 16px;
  }
  .wallet__total .wallet__total-item:last-of-type .wallet__text {
    font-weight: 700;
  }
  .wallet__total .wallet__total-item:not(:last-child) {
    border-bottom: none;
    padding: 0;
  }
}
.wallet__total-item {
  padding: 15px 0 16px;
  display: grid;
  line-height: 1.5;
  grid-template-columns: 1fr minmax(min-content, 120px);
}
.wallet__total-item:first-child {
  padding-top: 0;
}
.wallet__total-item .link {
  font-weight: 400;
}
.wallet__total-item:not(:last-child) {
  border-bottom: 1px solid #E2E5EC;
}
.wallet__text {
  justify-self: end;
}
.wallet__quantity {
  margin-left: 16px;
}
.wallet__add-funds-list {
  list-style: disc;
  margin-left: 24px;
}
.wallet__add-funds-list-item {
  margin-bottom: 8px;
  line-height: 150%;
}
@media only screen and (max-width: 568px) {
  .wallet__add-funds-list-item {
    font-size: 14px;
  }
}

.btn--sort {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.dns-record__actions button:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 767.98px) {
  .dns-record__actions button:not(:last-child) {
    margin-right: 0;
    text-align: left;
  }
}
.dns-record__actions button:last-child {
  opacity: 0.64;
}
.dns-record__add-new-card {
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 16px;
  padding: 24px;
}
@media only screen and (max-width: 767.98px) {
  .dns-record__add-new-card {
    padding: 0;
    border: none;
    border-radius: unset;
  }
}
.dns-record__add-new-card-title {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(21, 21, 21, 0.88);
}
.dns-record__add-new-card .form-row {
  width: 82%;
}
@media only screen and (max-width: 1024px) {
  .dns-record__add-new-card .form-row {
    width: 100%;
  }
}
.dns-record__add-new-card .form-input {
  width: 100%;
  max-width: 320px;
}
.dns-record__add-new-card .form-input .common-input,
.dns-record__add-new-card .form-input .form-input__common-input {
  border-radius: 8px;
}
.dns-record__add-new-card .form-input:first-child {
  margin-right: 24px;
}
@media only screen and (max-width: 767.98px) {
  .dns-record__add-new-card .form-input:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .dns-record__add-new-card .form-input {
    width: 100%;
    margin: 0 0 12px;
  }
  .dns-record__add-new-card .form-input label,
  .dns-record__add-new-card .form-input .label {
    line-height: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .dns-record__add-new-card--account {
    padding: 24px 0 0;
  }
  .dns-record__add-new-card--account .account__cta-wrapper {
    display: grid;
    margin: 12px 0 23px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.hidden-content--email {
  margin-top: 16px;
}

.email-forwarding-filters {
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr 1fr 190px;
}
.email-forwarding-filters__wrapper .btn--hide-filters {
  text-decoration: none;
}
.email-forwarding-filters__wrapper .btn--hide-filters button {
  width: -moz-fit-content;
  width: fit-content;
}
.email-forwarding-filters__wrapper .btn--hide-filters button span {
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.email-forwarding-filters__wrapper .btn--hide-filters:hover button span {
  border-color: #3151BC;
}
@media only screen and (max-width: 767.98px) {
  .email-forwarding-filters__wrapper {
    background-color: #ffffff;
    padding: 0 24px 15px;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .email-forwarding-filters {
    grid-template-columns: 1fr;
  }
}
.email-forwarding-filters .form-input {
  margin-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .email-forwarding-filters .form-input {
    margin: 0 0 16px;
  }
}
.email-forwarding-filters .btn:first-child {
  margin-right: 16px;
}

.forwarding-card {
  border-top: 1px solid #E2E5EC;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
}
@media only screen and (max-width: 767.98px) {
  .forwarding-card {
    border: 1px solid #E2E5EC;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 568px) {
  .forwarding-card__title {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .forwarding-card__inputs--web {
    flex-direction: column;
  }
}
.forwarding-card__inputs--web .form-input {
  width: 360px;
}
@media only screen and (max-width: 568px) {
  .forwarding-card__inputs--web .form-input {
    width: 100%;
  }
}
.forwarding-card__inputs--web .form-select {
  width: 115px;
  margin-right: 16px;
}
@media only screen and (max-width: 568px) {
  .forwarding-card__inputs--web .form-select {
    width: 100%;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .forwarding-card__inputs--email {
    align-items: flex-start;
  }
}
.forwarding-card__inputs--email .form-input:first-child {
  width: 160px;
  margin-right: 16px;
}
@media only screen and (max-width: 767.98px) {
  .forwarding-card__inputs--email .form-input:first-child {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .forwarding-card__inputs--email .form-input:first-child {
    width: 100%;
  }
}
.forwarding-card__inputs--email .form-input:last-child {
  width: 320px;
}
@media only screen and (max-width: 568px) {
  .forwarding-card__inputs--email .form-input:last-child {
    width: 100%;
  }
}
.forwarding-card__inputs--email .domain-text {
  margin-top: 22px;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .forwarding-card__inputs--email .domain-text {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .forwarding-card__inputs--email .domain-text {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 568px) {
  .forwarding-card__inputs--email .domain-text {
    margin: 0 0 16px;
  }
}
.forwarding-card__inputs--email .domain-text svg {
  margin-left: 33px;
}
@media only screen and (max-width: 1024px) {
  .forwarding-card__inputs--email .domain-text svg {
    margin-left: 8px;
  }
}
.forwarding-card .radio-button {
  max-width: 74%;
}
@media only screen and (max-width: 1024px) {
  .forwarding-card .radio-button {
    max-width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .forwarding-card__actions {
    flex-direction: column;
  }
}
.forwarding-card__actions .btn:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 568px) {
  .forwarding-card__actions .btn:not(:last-child) {
    margin: 0 0 12px;
  }
}
.forwarding-card .btn--cancel-editing {
  opacity: 1;
}
.forwarding-card .btn--ta {
  display: flex;
  background-color: rgba(255, 0, 0, 0.08);
  color: #ff0000;
  transition: background-color 0.3s ease-in-out;
}
.forwarding-card .btn--ta:hover {
  background-color: rgba(255, 0, 0, 0.16);
}
.forwarding-card--add-new-web, .forwarding-card--add-new-email {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 24px;
  border-radius: 16px;
}
.forwarding-card--add-new-web .form-input__common-input,
.forwarding-card--add-new-web .form-input .common-input, .forwarding-card--add-new-email .form-input__common-input,
.forwarding-card--add-new-email .form-input .common-input {
  border-radius: 8px;
}
.forwarding-card--add-new-web > p, .forwarding-card--add-new-email > p {
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .forwarding-card--add-new-web > p, .forwarding-card--add-new-email > p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767.98px) {
  .forwarding-card--add-new-web, .forwarding-card--add-new-email {
    border: none;
    padding: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .edit-dns-profile__inputs .add-server-form__row .form-input {
    max-width: 100%;
  }
}
.edit-dns-profile__inputs .common-input {
  width: 277px;
}
@media only screen and (max-width: 767.98px) {
  .edit-dns-profile__inputs .common-input {
    margin: 0 0 16px;
    width: 100%;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .edit-dns-profile__inputs .add-server-form__row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767.98px) {
  .edit-dns-profile__inputs .add-server-form__row {
    flex-direction: column;
    margin-bottom: 7px;
  }
}
.edit-dns-profile__inputs .add-server-form__row .form-input:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 767.98px) {
  .edit-dns-profile__inputs .add-server-form__row .form-input:not(:last-child) {
    margin-right: 0;
  }
}
.edit-dns-profile__actions .btn:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 767.98px) {
  .edit-dns-profile__actions .btn:not(:last-child) {
    margin: 0 0 16px;
  }
}
.edit-dns-profile__actions .btn--delete {
  background-color: rgba(255, 0, 0, 0.08);
  color: #ff0000;
  transition: all 0.3s ease-in-out;
}
.edit-dns-profile__actions .btn--delete:hover {
  background-color: rgba(255, 0, 0, 0.16);
}

@media only screen and (max-width: 1280px) {
  .work-with-us .hero {
    padding: 40px 0 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .hero__container {
    padding: 0 36px 0 32px;
  }
}
.work-with-us .hero__title {
  margin: 0;
  font-size: 48px;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .hero__title {
    font-size: 32px;
    text-align: left;
  }
}
.work-with-us .hero__wrapper {
  gap: 59px;
  padding: 0;
}
.work-with-us .hero__wrapper-image {
  padding: 40px 40px 40px 0;
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .hero__wrapper-image {
    padding: 0;
    max-width: 480px;
    top: 0;
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .hero__wrapper-image {
    margin: 0 -36px 0 -32px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .hero__wrapper {
    gap: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .hero__wrapper {
    gap: 40px;
  }
}
.work-with-us .hero__content {
  max-width: 619px;
  gap: 40px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .hero__content {
    gap: 28px;
    max-width: 100%;
    margin: 0;
  }
}
.work-with-us .block-with-image {
  padding: 80px 0 85px;
  background-color: rgba(226, 229, 236, 0.3);
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image {
    padding: 40px 0 56px;
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .block-with-image {
    padding: 32px 0 56px;
  }
}
.work-with-us .block-with-image__container {
  max-width: 1300px;
  padding: 0;
  gap: 95px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image__container {
    gap: 50px;
    padding: 0 24px;
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image__container {
    flex-direction: column;
    padding: 0 32px;
    gap: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__container {
    gap: 0px;
  }
}
.work-with-us .block-with-image__contact-box {
  background-color: rgba(49, 81, 188, 0.15);
  padding: 20px 24px;
  border-radius: 12px;
}
.work-with-us .block-with-image__image {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image__image {
    max-width: 450px;
    flex-shrink: 0;
  }
  .work-with-us .block-with-image__image svg {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image__image {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__image {
    max-width: 100%;
    gap: 36px;
    margin: 0 0 41px;
  }
}
.work-with-us .block-with-image__content {
  gap: 24px;
  padding-right: 42px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image__content {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image__content {
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__content {
    gap: 36px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image__content-text {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__content-text {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image__content-subtitle {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__content-subtitle {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__content-list {
    align-self: flex-start;
  }
}
.work-with-us .block-with-image__content-list li:not(:last-child) {
  margin: 0;
}
.work-with-us .block-with-image__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.work-with-us .block-with-image__card {
  gap: 20px;
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
.work-with-us .block-with-image__card svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image__card {
    gap: 10px;
    padding: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image__card {
    gap: 20px;
    padding: 23px;
  }
}
.work-with-us .block-with-image__card:nth-of-type(3) {
  grid-column: span 2;
  padding: 19px 24px;
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image__card:nth-of-type(3) {
    grid-column: auto;
    padding: 22px 24px;
  }
}
.work-with-us .block-with-image:last-of-type {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image:last-of-type {
    padding-top: 0;
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .block-with-image:last-of-type {
    padding: 0 0 63px;
  }
}
.work-with-us .block-with-image:last-of-type .block-with-image__image {
  top: 12px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image:last-of-type .block-with-image__image {
    top: 0;
  }
}
.work-with-us .block-with-image:last-of-type .block-with-image__container {
  max-width: 1315px;
  gap: 69px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image:last-of-type .block-with-image__container {
    align-items: center;
    gap: 40px;
  }
}
.work-with-us .block-with-image:last-of-type .block-with-image__content {
  padding-right: 48px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image:last-of-type .block-with-image__content {
    padding: 0;
  }
}
.work-with-us .block-with-image:last-of-type .block-with-image__grid {
  grid-template-columns: 1fr;
}
.work-with-us .block-with-image:last-of-type .block-with-image__grid .block-with-image__card {
  padding: 23px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image:last-of-type .block-with-image__grid .block-with-image__card {
    gap: 10px;
    padding: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image:last-of-type .block-with-image__grid .block-with-image__card {
    gap: 20px;
    padding: 23px;
  }
}
.work-with-us .block-with-image:last-of-type .block-with-image__grid .block-with-image__card:nth-of-type(3) {
  grid-column: unset;
}
.work-with-us .block-with-image--reverse {
  padding: 0 0 40px;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image--reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image--reverse {
    padding: 0 0 56px;
  }
}
.work-with-us .block-with-image--reverse .block-with-image__content {
  padding: 0;
  max-width: 610px;
}
.work-with-us .block-with-image--reverse .block-with-image__image {
  position: absolute;
  right: -95px;
  top: 38px;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image--reverse .block-with-image__image {
    position: relative;
    right: unset;
    top: unset;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image--reverse .block-with-image__image {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image--reverse .block-with-image__image {
    margin: 0 0 37px;
  }
}
.work-with-us .block-with-image--reverse .block-with-image__container {
  max-width: 1216px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .work-with-us .block-with-image--reverse .block-with-image__container {
    max-width: 1300px;
    padding: 0 24px;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-with-image--reverse .block-with-image__container {
    flex-direction: column;
    padding: 0 32px;
    gap: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .block-with-image--reverse .block-with-image__container {
    gap: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .section.services-section {
    margin: 0 24px 40px;
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .section.services-section {
    margin: 0 0 40px;
  }
}
.work-with-us .section.services-section .wrapper-bg {
  padding: 64px 0 96px;
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .section.services-section .wrapper-bg {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .section.services-section .wrapper-bg__header {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .section.services-section .services-section__desc {
    margin: 0;
  }
}
.work-with-us .about-hero__content {
  padding: 126px 0 313px;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .about-hero__content {
    padding: 100px 0 313px;
  }
}
@media only screen and (max-width: 767.98px) {
  .work-with-us .about-hero__content {
    padding: 40px 0 200px;
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .about-hero__content {
    padding: 40px 0 80px;
  }
}
.work-with-us .about-hero__description {
  font-weight: 700;
}
.work-with-us .block-2-cols__right {
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-2-cols__right {
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
}
.work-with-us .block-2-cols__right svg {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-2-cols__right svg {
    width: 60%;
    height: calc(100% + 15px);
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .block-2-cols__right svg {
    width: 100%;
  }
}
.work-with-us .block-2-cols--reverse .block-2-cols__right {
  padding-right: 0;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-2-cols--reverse .block-2-cols__right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .work-with-us .block-2-cols--reverse .block-2-cols__right svg {
    width: 60%;
  }
}
@media only screen and (max-width: 568px) {
  .work-with-us .block-2-cols--reverse .block-2-cols__right svg {
    width: 100%;
  }
}

.section-with-images .block-with-image {
  gap: 64px;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.section-with-images .block-with-image:not(:last-of-type) {
  margin-bottom: 112px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
.section-with-images .block-with-image hr {
  background-color: #EDEDED;
  height: 1px;
  border: unset;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image hr {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.section-with-images .block-with-image .btn {
  padding: 20px 32px;
  text-transform: initial;
  min-width: 285px;
}
.section-with-images .block-with-image .btn span {
  line-height: 24px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image .btn {
    padding: 20px;
  }
}
.section-with-images .block-with-image.flex-reverse .block-with-image__content-text {
  max-width: 512px;
}
.section-with-images .block-with-image:not(.flex-reverse) .block-with-image__content-text {
  max-width: 512px;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image {
    padding: 0 32px;
    align-items: center;
    gap: 74px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 96px;
  }
  .section-with-images .block-with-image:last-of-type {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image {
    padding: 0;
    gap: 32px 56px;
  }
  .section-with-images .block-with-image:last-of-type {
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image.flex-reverse {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image.flex-reverse {
    padding: 0;
  }
}
.section-with-images .block-with-image.flex-reverse .block-with-image__image-container {
  max-width: 562px;
  margin-right: -76px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image.flex-reverse .block-with-image__image-container {
    max-width: 100%;
    margin-right: auto;
  }
}
.section-with-images .block-with-image__image-container {
  flex-shrink: 0;
  margin-left: -76px;
  margin-right: unset;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image__image-container {
    flex-shrink: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image__image-container {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__image-container {
    padding: 0;
    max-width: 100%;
  }
}
.section-with-images .block-with-image__image-container svg {
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__image-container svg {
    width: 100%;
    height: auto;
  }
}
.section-with-images .block-with-image__content {
  width: 100%;
  max-width: 592px;
  width: 100%;
}
.section-with-images .block-with-image__content ul {
  list-style: initial;
  margin-left: 24px;
}
.section-with-images .block-with-image__content ul li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(21, 21, 21, 0.8);
}
.section-with-images .block-with-image__content .step {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  display: inline-block;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image__content {
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image__content {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__content {
    padding: 0;
  }
  .section-with-images .block-with-image__content .h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image__content br {
    display: none;
  }
}
.section-with-images .block-with-image__content-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 12px;
}
.section-with-images .block-with-image__content-cta .btn {
  padding: 16px;
  min-width: unset;
  margin-bottom: 0;
  flex-grow: 1;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__content-cta {
    grid-template-columns: 1fr;
  }
}
.section-with-images .block-with-image__title {
  font-family: "Cabin", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__title {
    margin-bottom: 24px;
  }
}
.section-with-images .block-with-image__subtitle {
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__subtitle {
    margin-top: 24px;
  }
}
.section-with-images .block-with-image__content-text {
  color: rgba(21, 21, 21, 0.8);
  font-size: 16px;
  line-height: 26px;
}
.section-with-images .block-with-image .btn {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image .btn {
    width: 100%;
    justify-content: center;
    display: inline-flex;
  }
}
.section-with-images .block-with-image__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-left: unset !important;
  list-style: none !important;
}
.section-with-images .block-with-image__list-title {
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.5;
  display: inline-block;
}
.section-with-images .block-with-image__list-item .external-link {
  padding: 23px 0;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #E2E5EC;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.section-with-images .block-with-image__list-item .external-link span {
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
.section-with-images .block-with-image__list-item .external-link:hover {
  border-color: #3151BC;
}
.section-with-images .block-with-image__services-container {
  margin-top: 48px;
}
.section-with-images .block-with-image__services-container .block-with-image__content-text {
  color: rgba(21, 21, 21, 0.88);
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__services-container .block-with-image__content-text {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__services-container {
    margin-top: 32px;
  }
}
.section-with-images .block-with-image__services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .section-with-images .block-with-image__services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.section-with-images .block-with-image__service {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  color: #151515;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.section-with-images .block-with-image__service:hover {
  box-shadow: none;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__service {
    justify-content: center;
    padding: 18.5px 24px;
  }
  .section-with-images .block-with-image__service .card-link__title {
    line-height: 1;
  }
}
.section-with-images .block-with-image__card {
  padding: 16px 24px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__card {
    padding: 16px;
  }
}
.section-with-images .block-with-image__card .link {
  font-size: 16px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__card .link {
    font-size: 14px;
  }
}
.section-with-images .block-with-image__card-description {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 8px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__card-description {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.section-with-images .block-with-image--register .block-with-image__image-container {
  margin-top: -19px;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image--register .block-with-image__image-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image--right-hosting .block-with-image__image-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--right-hosting {
    gap: 62px;
  }
}
.section-with-images .block-with-image--add-security .block-with-image__image-container {
  margin-top: 28px;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image--add-security .block-with-image__image-container {
    margin-top: 0;
  }
}
.section-with-images .block-with-image--search {
  margin: 24px 0;
  gap: 56px;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image--search {
    gap: 30px;
    padding-top: 64px;
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search {
    padding-top: 41px;
    margin-bottom: 64px;
  }
}
.section-with-images .block-with-image--search .h1 br {
  display: none;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search .h1 br {
    display: block;
  }
}
.section-with-images .block-with-image--search:first-of-type {
  margin: 31px 0 36px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search:first-of-type {
    margin: 24px 0 42px;
  }
}
.section-with-images .block-with-image--search .block-with-image__content-text {
  font-size: 20px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .section-with-images .block-with-image--search .block-with-image__content-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search .block-with-image__content-text {
    text-align: center;
  }
}
.section-with-images .block-with-image--search .block-with-image__services-container {
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--search .block-with-image__services-container {
    margin-top: 32px;
  }
}
.section-with-images .block-with-image--search .block-with-image__image-container {
  max-width: 520px;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image--search .block-with-image__image-container {
    max-width: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--search .block-with-image__image-container {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--search .btn {
    width: auto;
    padding: 24px 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-with-images .block-with-image--search .btn {
    padding: 20px 20px 20px 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search .btn {
    padding: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search h2 {
    text-align: center;
  }
}
.section-with-images .block-with-image--search h2 .flag-shadowed {
  scale: 2.2;
  margin-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--search h2 .flag-shadowed {
    scale: 1.5;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search h2 .flag-shadowed {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--search .input-search__icon svg g {
    opacity: 1;
  }
  .section-with-images .block-with-image--search .input-search__icon svg path {
    stroke: #151515;
  }
}
.section-with-images .block-with-image--accredited {
  margin-bottom: 64px;
  gap: 64px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--accredited {
    margin-bottom: 32px;
    gap: 24px;
    padding: 24px;
  }
}
.section-with-images .block-with-image--accredited .block-with-image__title {
  line-height: 1.3;
  font-size: 32px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--accredited .block-with-image__title {
    text-align: center;
  }
}
.section-with-images .block-with-image--accredited .block-with-image__title .text-secondary {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 4px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--accredited .block-with-image__title .text-secondary {
    font-size: 16px;
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--accredited .block-with-image__title {
    font-size: 20px;
  }
}
.section-with-images .block-with-image--accredited .block-with-image__content {
  width: calc(50% - 32px);
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--accredited .block-with-image__content {
    width: 100%;
  }
}
.section-with-images .block-with-image--accredited .block-with-image__image-container {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 100%;
  width: calc(50% - 32px);
  max-height: 272px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--accredited .block-with-image__image-container {
    max-width: 512px;
    max-height: 100%;
    width: 100%;
  }
}
.section-with-images .block-with-image--transfer {
  max-width: 1330px;
  gap: 80px;
}
.section-with-images .block-with-image--transfer:first-of-type .h1,
.section-with-images .block-with-image--transfer:first-of-type .block-with-image__content-text {
  text-align: start;
}
.section-with-images .block-with-image--transfer .block-with-image__content {
  padding: 0;
  max-width: 650px;
}
.section-with-images .block-with-image--transfer .block-with-image__title {
  margin-bottom: 32px;
}
.section-with-images .block-with-image--transfer .block-with-image__image-container svg:first-of-type {
  display: none;
}
.section-with-images .block-with-image--transfer .block-with-image__image-container svg:last-of-type {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .section-with-images .block-with-image--transfer .block-with-image__image-container {
    max-width: 100%;
    margin-left: -25px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--transfer {
    gap: 0;
  }
  .section-with-images .block-with-image--transfer .block-with-image__image-container {
    margin-top: -39px;
  }
}
.section-with-images .block-with-image--transfer .btn-bulk-registration {
  right: 191px;
}
@media only screen and (max-width: 767.98px) {
  .section-with-images .block-with-image--transfer .btn-bulk-registration {
    right: auto;
    left: 0;
    top: 65px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section-with-images .block-with-image--transfer:not(:first-of-type) {
  flex-direction: row-reverse;
  gap: 80px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--transfer:not(:first-of-type) {
    margin-bottom: 80px;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--transfer:not(:first-of-type) {
    margin-bottom: 64px;
    gap: 27px;
  }
}
.section-with-images .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
  max-width: 456px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
    max-width: 360px;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
    max-width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--transfer:not(:first-of-type) .h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 568px) {
  .section-with-images .block-with-image--transfer .block-with-image__image-container svg:first-of-type {
    display: block;
  }
  .section-with-images .block-with-image--transfer .block-with-image__image-container svg:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--transfer {
    gap: 32px;
  }
  .section-with-images .block-with-image--transfer .block-with-image__title {
    font-size: 24px;
    line-height: normal;
  }
  .section-with-images .block-with-image--transfer .block-with-image__content {
    padding: 0 32px;
  }
  .section-with-images .block-with-image--transfer .block-with-image__content-text:last-of-type {
    margin-bottom: 0;
  }
}
.section-with-images .block-with-image--google-workspace {
  position: relative;
  top: -45px;
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image--google-workspace {
    top: 0;
    padding: 64px 0;
    margin: 0;
  }
  .section-with-images .block-with-image--google-workspace .block-with-image__image-container {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--google-workspace {
    text-align: center;
  }
}
.section-with-images .block-with-image--google-workspace .block-with-image__content-text {
  font-size: 20px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image--google-workspace .block-with-image__content-text {
    font-size: 16px;
  }
}
.section-with-images--t2 {
  margin: 0 32px 32px;
}
@media only screen and (max-width: 568px) {
  .section-with-images--t2 {
    margin: 0;
  }
}
.section-with-images--t2 .block-with-image {
  grid-template-columns: 1fr 1.32fr;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 64px 76px;
  align-items: center;
  max-width: 1216px;
  gap: 65px;
  border: 1px solid #E2E5EC;
}
@media only screen and (max-width: 992px) {
  .section-with-images--t2 .block-with-image {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-with-images--t2 .block-with-image {
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
.section-with-images--t2 .block-with-image .block-with-image__content {
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .section-with-images--t2 .block-with-image .block-with-image__content {
    width: 100%;
  }
}
.section-with-images--t2 .block-with-image .block-with-image__content .block-with-image__content-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: unset;
}
.section-with-images--t2 .block-with-image .block-with-image__content .block-with-image__content-text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .section-with-images--t2 .block-with-image .block-with-image__content .block-with-image__content-text {
    max-width: none;
  }
}
.section-with-images--t2 .block-with-image__image-container {
  max-width: 575px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  aspect-ratio: unset;
}
@media only screen and (max-width: 992px) {
  .section-with-images--t2 .block-with-image__image-container {
    max-width: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.section-with-images--t2 .block-with-image__image-container svg {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 1280px) {
  .section-with-images--t2 .block-with-image__image-container svg {
    width: 400px;
  }
}
@media only screen and (max-width: 992px) {
  .section-with-images--t2 .block-with-image__image-container svg {
    width: 100%;
  }
}
.section-with-images--t2 .block-with-image__title {
  margin-bottom: 24px;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 1280px) {
  .section-with-images--t2 .block-with-image__title {
    max-width: 100%;
  }
}
.section-with-images--t2 .block-with-image__image-container--mobile {
  display: none;
}
@media only screen and (max-width: 568px) {
  .section-with-images--t2 .block-with-image {
    padding: 32px 24px !important;
    border-radius: 16px;
  }
  .section-with-images--t2 .block-with-image__content-text {
    margin-bottom: 24px;
  }
  .section-with-images--t2 .block-with-image__title {
    font-size: 24px;
  }
  .section-with-images--t2 .block-with-image__image-container--mobile {
    display: block;
    margin-bottom: 24px;
  }
  .section-with-images--t2 .block-with-image__image-container--desktop {
    display: none;
  }
}
.section-with-images--landrush .block-with-image {
  padding: 56px 98px 56px 56px;
  gap: 85px;
}
.section-with-images--landrush .block-with-image__content {
  max-width: 594px;
}
.section-with-images--pre .block-with-image {
  padding: 52px 69px 52px 56px;
  gap: 35px;
}
.section-with-images--pre .block-with-image__content {
  max-width: 594px;
}
.section-with-images--pre .block-with-image__image-container {
  margin-top: 38px;
}

.block-with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .block-with-image {
    gap: 74px;
  }
}
@media only screen and (max-width: 992px) {
  .block-with-image {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-with-image {
    gap: 20px;
  }
}
.block-with-image__image-container {
  max-width: 564px;
  position: relative;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1280px) {
  .block-with-image__image-container {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  .block-with-image__image-container {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .block-with-image__image-container {
    aspect-ratio: unset;
  }
}
.block-with-image__image-container svg {
  overflow: visible;
}
@media only screen and (max-width: 767.98px) {
  .block-with-image__image-container {
    max-width: calc(100dvw - 64px);
  }
  .block-with-image__image-container svg {
    width: 100%;
    height: auto;
  }
}
.block-with-image__image-container img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -76px;
  width: 564px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1280px) {
  .block-with-image__image-container img {
    left: -32px;
    width: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  .block-with-image__image-container img {
    display: flex;
    margin: 0 auto;
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-with-image__image-container img {
    width: 100%;
    left: -32px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image__image-container img {
    left: 0;
  }
}
.block-with-image__content {
  width: 100%;
}
.block-with-image__title {
  font-family: "Cabin";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #021f54;
  margin-bottom: 24px;
  max-width: 70%;
}
@media only screen and (max-width: 767.98px) {
  .block-with-image__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image__title {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .block-with-image__title br {
    display: none;
  }
}
.block-with-image__content-text {
  color: rgba(0, 0, 0, 0.88);
  line-height: 160%;
  max-width: 500px;
  margin-bottom: 24px;
}
.block-with-image__content-text.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image__content-text {
    max-width: none;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-with-image__content-text {
    line-height: 24px;
  }
}
.block-with-image .btn {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .block-with-image .btn {
    width: 100%;
    justify-content: center;
    padding: 20px 33px;
    display: inline-flex;
  }
}
.block-with-image__list {
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}
.block-with-image__list-title {
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.5;
  display: inline-block;
}
.block-with-image__list-item {
  width: calc(33.333% - 16px);
  margin: 0 8px 16px;
}
.block-with-image__list-item .external-link {
  padding: 22.5px 0;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #E2E5EC;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .block-with-image__list-item .external-link {
    font-size: 14px;
    padding: 14.5px 0;
  }
}
.block-with-image__list-item .external-link span {
  border-bottom: 1px solid transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.block-with-image__list-item .external-link:hover {
  background-color: rgba(21, 21, 21, 0.08);
}
.block-with-image__list-item .external-link:hover span {
  border-color: currentColor;
}
.block-with-image__services-container {
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image__services-container {
    max-width: none;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image__services-container {
    margin-top: 36px;
  }
}
.block-with-image__services-container--secondary .block-with-image__icon {
  background: rgba(150, 194, 61, 0.1);
}
.block-with-image__services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .block-with-image__services-grid {
    grid-template-columns: 1fr;
  }
}
.block-with-image__service {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  color: #151515;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
  .block-with-image__service {
    padding: 11px 14px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image__service {
    background-color: #ffffff;
  }
}
.block-with-image__service .card-link__title {
  border: none;
}
.block-with-image__service:hover {
  box-shadow: none;
  border-color: #3151BC;
}
.block-with-image__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(49, 81, 188, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-with-image__card {
  padding: 16px 24px;
}
@media only screen and (max-width: 568px) {
  .block-with-image__card {
    padding: 16px;
  }
}
.block-with-image__card .link {
  font-size: 16px;
}
@media only screen and (max-width: 568px) {
  .block-with-image__card .link {
    font-size: 14px;
  }
}
.block-with-image__card-description {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: 8px;
}
@media only screen and (max-width: 568px) {
  .block-with-image__card-description {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.block-with-image--register {
  margin-bottom: 104px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--register {
    margin-bottom: 34px;
  }
}
.block-with-image--add-email {
  margin-bottom: -21px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--add-email {
    margin-bottom: 34px;
  }
}
.block-with-image--add-security {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--add-security {
    margin-bottom: 34px;
  }
}
.block-with-image--search {
  margin: 24px 0;
  gap: 56px;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .block-with-image--search {
    gap: 30px;
    padding-top: 64px;
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search {
    padding-top: 41px;
    margin-bottom: 64px;
  }
}
.block-with-image--search .h1 br {
  display: none;
}
@media only screen and (max-width: 568px) {
  .block-with-image--search .h1 br {
    display: block;
  }
}
.block-with-image--search:first-of-type {
  margin: 31px 0 36px;
}
@media only screen and (max-width: 568px) {
  .block-with-image--search:first-of-type {
    margin: 24px 0 42px;
  }
}
.block-with-image--search .block-with-image__content-text {
  font-size: 20px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .block-with-image--search .block-with-image__content-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search .block-with-image__content-text {
    text-align: center;
  }
}
.block-with-image--search .block-with-image__services-container {
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--search .block-with-image__services-container {
    margin-top: 32px;
  }
}
.block-with-image--search .block-with-image__image-container {
  max-width: 520px;
}
@media only screen and (max-width: 1280px) {
  .block-with-image--search .block-with-image__image-container {
    max-width: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .block-with-image--search .block-with-image__image-container {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .block-with-image--search .btn {
    width: auto;
    padding: 24px 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-with-image--search .btn {
    padding: 20px 20px 20px 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search .btn {
    padding: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search h2 {
    text-align: center;
  }
}
.block-with-image--search h2 .flag-shadowed {
  scale: 2.2;
  margin-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--search h2 .flag-shadowed {
    scale: 1.5;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search h2 .flag-shadowed {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--search .input-search__icon svg g {
    opacity: 1;
  }
  .block-with-image--search .input-search__icon svg path {
    stroke: #151515;
  }
}
.block-with-image--accredited {
  margin-bottom: 26px;
  gap: 64px;
}
@media only screen and (max-width: 568px) {
  .block-with-image--accredited {
    margin-bottom: 32px;
    gap: 24px;
  }
}
.block-with-image--accredited .block-with-image__title {
  line-height: 1.3;
  font-size: 32px;
  margin-bottom: 16px;
}
.block-with-image--accredited .block-with-image__title .text-secondary {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 4px;
}
@media only screen and (max-width: 568px) {
  .block-with-image--accredited .block-with-image__title .text-secondary {
    font-size: 16px;
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--accredited .block-with-image__title {
    font-size: 20px;
  }
}
.block-with-image--accredited .block-with-image__content {
  width: calc(50% - 32px);
}
@media only screen and (max-width: 1024px) {
  .block-with-image--accredited .block-with-image__content {
    width: 100%;
  }
}
.block-with-image--accredited .block-with-image__image-container {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 16px;
  max-width: 100%;
  width: calc(50% - 32px);
  max-height: 272px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--accredited .block-with-image__image-container {
    max-width: 512px;
    max-height: 100%;
    width: 100%;
  }
}
.block-with-image--transfer:first-of-type {
  margin: -40px auto;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--transfer:first-of-type {
    margin: 32px auto 80px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--transfer:first-of-type {
    margin: 21px auto 97px;
  }
}
.block-with-image--transfer:first-of-type .h1,
.block-with-image--transfer:first-of-type .block-with-image__content-text {
  text-align: start;
}
.block-with-image--transfer .btn-bulk-registration {
  right: 191px;
}
@media only screen and (max-width: 767.98px) {
  .block-with-image--transfer .btn-bulk-registration {
    right: auto;
    left: 0;
    top: 65px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.block-with-image--transfer:not(:first-of-type) {
  flex-direction: row-reverse;
  gap: 80px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--transfer:not(:first-of-type) {
    margin-bottom: 80px;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--transfer:not(:first-of-type) {
    margin-bottom: 64px;
    gap: 27px;
  }
}
.block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
  max-width: 456px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
    max-width: 360px;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
    max-width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  .block-with-image--transfer:not(:first-of-type) .h2 {
    text-align: center;
  }
}
.block-with-image--google-workspace {
  position: relative;
  top: -45px;
}
@media only screen and (max-width: 1024px) {
  .block-with-image--google-workspace {
    top: 0;
    padding: 64px 0;
    margin: 0;
  }
  .block-with-image--google-workspace .block-with-image__image-container {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .block-with-image--google-workspace {
    text-align: center;
  }
}
.block-with-image--google-workspace .block-with-image__content-text {
  font-size: 20px;
}
@media only screen and (max-width: 568px) {
  .block-with-image--google-workspace .block-with-image__content-text {
    font-size: 16px;
  }
}
.block-with-image--reversed {
  grid-template-columns: 1fr 1fr;
}
.block-with-image--reversed .block-with-image__image-container {
  order: 2;
}
.block-with-image--reversed .block-with-image__image-container img {
  left: auto;
  right: -76px;
}
@media only screen and (max-width: 992px) {
  .block-with-image--reversed {
    grid-template-columns: 1fr;
  }
  .block-with-image--reversed .block-with-image__image-container {
    order: -1;
  }
  .block-with-image--reversed .block-with-image__image-container img {
    left: auto;
    right: 0;
  }
}

.block-advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 12px;
}
@media only screen and (max-width: 1024px) {
  .block-advantages {
    grid-template-columns: 1fr;
  }
}
.block-advantages--plain {
  gap: 16px 80px;
}
.block-advantages--plain .advantage-card {
  border: unset;
  padding: 24px;
}
.block-advantages--plain .advantage-card:not(:last-child) {
  position: relative;
}
.block-advantages--plain .advantage-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EDEDED;
}
@media only screen and (max-width: 1024px) {
  .block-advantages--plain .advantage-card:nth-child(even):after {
    display: none;
  }
  .block-advantages--plain .advantage-card:nth-child(odd):after {
    right: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-advantages--plain .advantage-card:nth-child(odd):after {
    display: none;
  }
}
.block-advantages--plain .advantage-card__title {
  font-size: 24px;
  line-height: 33px;
  font-family: "Cabin", sans-serif;
  margin-bottom: 30px;
}
@media only screen and (max-width: 568px) {
  .block-advantages--plain .advantage-card__icon {
    margin-bottom: 12px;
  }
}
.block-advantages--4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.block-advantages--4-cols .advantage-card__icon svg path {
  fill: #96C23D;
}

@media only screen and (max-width: 1024px) {
  .block-advantages--4-cols {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-advantages--4-cols {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 568px) {
  .block-advantages--4-cols {
    grid-template-columns: 1fr;
  }
  .block-advantages--4-cols .card.advantage-card {
    padding: 24px;
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
  .block-advantages--4-cols .card.advantage-card .advantage-card__icon svg {
    width: 28px;
    height: 28px;
  }
}
.block-advantages--text-left .advantage-card {
  padding: 0;
}
.block-advantages--text-left .advantage-card__description {
  text-align: left;
}
.block-advantages--country {
  gap: 64px 80px;
}
.block-advantages--country .advantage-card {
  padding: 0;
}
.block-advantages--country .advantage-card__icon {
  margin-bottom: 0;
  width: 44px;
  height: 44px;
  background: rgba(49, 81, 188, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-advantages--country .advantage-card__icon .flag {
  width: 28px;
  height: 28px;
  display: block;
  background-size: 28px;
  border-radius: 8px;
  overflow: hidden;
}
.block-advantages--country .advantage-card__header {
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.block-advantages--country .advantage-card__title {
  text-align: left;
  margin-bottom: 0;
}
.block-advantages--country .advantage-card__description {
  text-align: left;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 150%;
}
.block-advantages--country .advantage-card .btn {
  width: 100%;
  padding: 20px;
  line-height: 24px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .block-advantages--country .advantage-card .text-line-break {
    display: inline-block;
  }
  .block-advantages--country .advantage-card .advantage-card__description {
    text-align: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 568px) {
  .block-advantages--country .advantage-card {
    padding: 24px;
  }
  .block-advantages--country .advantage-card__header {
    margin-bottom: 28px;
  }
  .block-advantages--country .advantage-card__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 568px) {
  .block-advantages--country {
    gap: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .block-advantages--default {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .block-advantages--default .advantage-card:not(:last-child) {
    padding-bottom: 23px;
    margin-bottom: 9px;
    border-bottom: 1px solid #E2E5EC;
    border-radius: 0;
  }
  .block-advantages--default .advantage-card__title-wrapper {
    gap: 16px;
    margin-bottom: 24px;
  }
  .block-advantages--default .advantage-card__title {
    margin-bottom: 0;
    width: 73%;
  }
  .block-advantages--default .advantage-card__description {
    line-height: 24px;
  }
  .block-advantages--default .advantage-card__icon {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-advantages--default .advantage-card__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
}
@media only screen and (max-width: 568px) {
  .block-advantages--default .advantage-card__icon svg {
    width: 28px;
    height: 28px;
  }
}
.block-advantages--default .advantage-card:nth-child(odd):after {
  display: none;
}

.section-advantages .h2 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 568px) {
  .section-advantages .h2 {
    margin-bottom: 24px;
  }
}
.section-advantages--w-shadow .advantage-card {
  border: none;
  box-shadow: 0px 16px 32px 0px rgba(2, 31, 84, 0.09) !important;
}
.section-advantages--w-shadow .advantage-card__description {
  text-align: left;
}
.section-advantages--w-shadow .advantage-card .badge {
  background-color: #EBFACB;
  color: #6B931B;
  text-transform: none;
}
.section-advantages--w-shadow .advantage-card__title {
  font-family: "Cabin";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .section-advantages--w-shadow .advantage-card__title {
    margin-bottom: 0;
  }
}
.section-advantages--w-shadow .advantage-card__header {
  margin-bottom: 21px;
}
.section-advantages--w-shadow .block-advantages {
  gap: 32px;
}
.section-advantages--w-shadow .block-advantages--default .advantage-card {
  border-radius: 16px;
}
.section-advantages--w-shadow .block-advantages--default .advantage-card__title-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.section-advantages--w-shadow .block-advantages--default .advantage-card__title {
  font-family: "Cabin";
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.section-advantages--w-shadow .block-advantages--default .advantage-card__description {
  text-align: center;
}

.advantage-card {
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e5ec;
}
.advantage-card__title-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
}
.advantage-card__icon {
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 568px) {
  .advantage-card__icon svg {
    width: 48px;
    height: 48px;
  }
}
.advantage-card__header {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 17px;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .advantage-card__header svg {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 568px) {
  .advantage-card__header {
    margin-bottom: 20px;
  }
}
.advantage-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #151515;
}
@media only screen and (max-width: 1024px) {
  .advantage-card__title br {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .advantage-card__title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.advantage-card__subtitle {
  margin-bottom: 24px;
  color: rgba(21, 21, 21, 0.8);
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .advantage-card__subtitle {
    margin-bottom: 18px;
  }
}
.advantage-card__description {
  line-height: 150%;
  color: rgba(21, 21, 21, 0.8);
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .advantage-card__description {
    font-size: 14px;
  }
}
.advantage-card--with-subtitle .advantage-card__title {
  margin-bottom: 19px;
}
.advantage-card--with-subtitle .advantage-card__description {
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .advantage-card--with-subtitle {
    padding: 24px;
  }
  .advantage-card--with-subtitle .advantage-card__title {
    font-size: 18px;
    line-height: 1.21;
  }
  .advantage-card--with-subtitle .advantage-card__subtitle {
    font-size: 16px;
    font-family: "Cabin", sans-serif;
  }
  .advantage-card--with-subtitle .advantage-card__description {
    font-size: 14px;
  }
  .advantage-card--with-subtitle .advantage-card__icon {
    margin: 0 0 15px;
  }
  .advantage-card--with-subtitle .advantage-card__icon svg {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .advantage-card {
    border: 1px solid rgba(21, 21, 21, 0.08);
    padding: 32px 30px;
  }
}

.section-advantages--4-cards .block-advantages {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 1024px) {
  .section-advantages--4-cards .block-advantages {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-advantages--4-cards .block-advantages {
    grid-template-columns: 1fr;
  }
}
.section-advantages--4-cards .advantage-card {
  border-radius: 8px;
  border: 1px solid #E2E5EC;
  padding: 24px;
}
@media only screen and (max-width: 1024px) {
  .section-advantages--4-cards .advantage-card.card {
    border-radius: 8px;
  }
}
.section-advantages--4-cards .advantage-card__title {
  width: 100%;
  text-align: center;
  font-family: "Cabin";
  font-size: 24px;
  margin-bottom: 24px;
}
.section-advantages--4-cards .advantage-card__icon {
  width: 64px;
  height: 64px;
}
@media only screen and (max-width: 568px) {
  .section-advantages--4-cards .advantage-card__icon {
    width: auto;
    height: auto;
  }
  .section-advantages--4-cards .advantage-card__icon svg {
    width: 32px;
    height: 32px;
  }
}
.section-advantages--4-cards .advantage-card__title-wrapper {
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 1024px) {
  .section-advantages--4-cards .advantage-card__title-wrapper {
    gap: 24px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 568px) {
  .section-advantages--4-cards .advantage-card__title-wrapper {
    gap: 16px;
  }
}
.section-advantages--4-cards .advantage-card__description {
  text-align: center;
}
.section-advantages--outline .block-advantages {
  gap: 80px;
}
@media only screen and (max-width: 767.98px) {
  .section-advantages--outline .block-advantages {
    gap: 48px;
  }
}
@media only screen and (max-width: 568px) {
  .section-advantages--outline .block-advantages {
    gap: 24px;
  }
}
.section-advantages--outline .block-advantages .advantage-card {
  border: none;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 568px) {
  .section-advantages--outline .block-advantages .advantage-card {
    padding: 24px;
    margin-bottom: 0;
    border: 1px solid #E2E5EC;
  }
}
.section-advantages--outline .block-advantages .advantage-card:not(:last-child):before {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #E2E5EC;
  width: 1px;
  right: -40px;
}
@media only screen and (max-width: 767.98px) {
  .section-advantages--outline .block-advantages .advantage-card:not(:last-child):before {
    height: 1px;
    width: 100%;
    right: 0;
    bottom: -24px;
  }
}
@media only screen and (max-width: 568px) {
  .section-advantages--outline .block-advantages .advantage-card:not(:last-child):before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .section-advantages--outline .block-advantages .advantage-card:nth-child(2)::before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-advantages--outline .block-advantages .advantage-card:nth-child(2)::before {
    display: block;
  }
}
@media only screen and (max-width: 568px) {
  .section-advantages--outline .block-advantages .advantage-card:nth-child(2)::before {
    display: none;
  }
}
.section-advantages--outline .block-advantages .advantage-card__title-wrapper {
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .section-advantages--outline .block-advantages .advantage-card__title-wrapper {
    align-items: center;
  }
}
.section-advantages--outline .block-advantages .advantage-card__title {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .section-advantages--outline .block-advantages .advantage-card__title {
    text-align: center;
  }
}
.section-advantages--outline .block-advantages .advantage-card__description {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .section-advantages--outline .block-advantages .advantage-card__description {
    text-align: center;
  }
}
.section-advantages--outline .block-advantages .advantage-card__icon {
  border-radius: 8px;
  background: rgba(49, 81, 188, 0.1);
  width: 44px;
  height: 44px;
}
.section-advantages--green .block-advantages .advantage-card__icon {
  background: rgba(150, 194, 61, 0.15);
}

@media only screen and (max-width: 568px) {
  main:has(.hero--home) .card.advantage-card {
    padding: 24px;
    border-radius: 12px;
  }
}

  .block-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .block-articles__grid {
      grid-template-columns: 1fr;
      gap: 35px;
    }
  }
  @media only screen and (max-width: 568px) {
    .block-articles__grid {
      margin: 0 0 24px;
      gap: 16px;
    }
  }
  .block-articles__title {
    font-size: 32px;
    line-height: 40px;
  }
  @media only screen and (max-width: 767.98px) {
    .block-articles__title {
      font-size: 24px;
      line-height: 33.6px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .block-articles .btn {
      width: 100%;
      justify-content: center;
      display: inline-flex;
    }
  }

  .faq {
    max-width: 800px;
    margin: 0 auto;
  }
  .faq--full-width {
    max-width: 100%;
  }
  .faq--full-width.faq.container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .faq__icon {
    transition: all 0.3s ease;
  }
  .faq__icon svg path {
    transition: all 0.3s ease;
  }
  @media only screen and (max-width: 568px) {
    .faq__icon {
      margin-top: 4px;
    }
  }
  .faq__icon span {
    background-color: #151515;
    width: 16px;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 2px;
    position: relative;
    border-radius: 2px;
  }
  .faq__icon span:last-of-type {
    opacity: 1;
    position: absolute;
    top: 6px;
    left: 0px;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
  .faq__column-item {
    margin: 0 0 32px;
  }
  .faq__column-item:last-child {
    margin: 0;
  }
  .faq.container {
    padding: 0;
  }
  @media only screen and (max-width: 1024px) {
    .faq.container {
      padding: 0 32px;
    }
  }
  .faq__subtitle {
    border-radius: 12px;
    background: rgba(49, 81, 188, 0.05);
    color: #0D1739;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
    padding: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .faq__subtitle {
      margin: 0 20px 16px;
    }
  }
  .faq__item {
    margin-bottom: 48px;
    position: relative;
  }
  @media only screen and (max-width: 767.98px) {
    .faq__item {
      margin-bottom: 20px;
    }
  }
  .faq__item:after {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 100%;
    background-color: #E2E5EC;
    height: 1px;
    left: 0;
  }
  @media only screen and (max-width: 767.98px) {
    .faq__item:after {
      width: calc(100% - 48px);
      left: 24px;
      bottom: -12px;
    }
  }
  .faq__item:last-of-type {
    margin: 0;
  }
  @media only screen and (max-width: 568px) {
    .faq__item {
      margin-bottom: 16px;
    }
  }
  .faq__question-container {
    cursor: pointer;
    display: flex;
    padding: 21px 0 19px;
    transition: all 0.3s;
    border-radius: 8px;
  }
  @media only screen and (max-width: 767.98px) {
    .faq__question-container {
      padding: 21px 24px 19px;
    }
    .faq__question-container.opened {
      border-radius: 8px 8px 0 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .faq__question-container {
      border: 1px solid transparent;
      box-shadow: none;
      padding: 19px 20px;
      align-items: flex-start;
    }
  }
  .faq__question-container svg {
    transition: all 0.3s ease-in-out;
  }
  .faq__question {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #151515;
    text-underline-offset: 2px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: all 0.3s ease-in-out;
    margin-right: 16px;
  }
  .faq__answer-container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.88);
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 767.98px) {
    .faq__answer-container {
      background-color: #ffffff;
      padding: 0 24px;
      border-radius: 0 0 8px 8px;
    }
  }
  .faq__answer {
    color: rgba(21, 21, 21, 0.88);
    font-size: 16px;
    line-height: 27px;
  }
  @media only screen and (max-width: 767.98px) {
    .faq__answer {
      padding-bottom: 20px;
    }
  }
  @media only screen and (max-width: 568px) {
    .faq__answer {
      padding: 0 0 20px;
      line-height: 24px;
    }
  }
  .faq__help-container {
    background-color: #3151BC;
    border-radius: 12px;
    display: flex;
    padding: 24px 24px 24px 48px;
    justify-content: space-between;
    align-items: center;
    margin-top: 88px;
    gap: 16px;
  }
  @media only screen and (max-width: 1024px) {
    .faq__help-container {
      flex-direction: column;
      justify-content: center;
      padding: 24px;
      margin: 36px 24px 0;
      gap: 19px;
    }
  }
  .faq__help-container .btn {
    font-size: 16px;
    padding: 20px 28px;
  }
  .faq__help-container .btn span {
    line-height: 24px;
    font-weight: 500;
  }
  @media only screen and (max-width: 568px) {
    .faq__help-container .btn {
      width: 100%;
      justify-content: center;
    }
  }
  .faq__help-title {
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
  }
  @media only screen and (max-width: 767.98px) {
    .faq__help-title {
      text-align: center;
    }
  }
  .faq__help-subtitle {
    font-size: 20px;
    color: rgba(21, 21, 21, 0.88);
    line-height: 1.5;
  }
  @media only screen and (max-width: 1024px) {
    .faq__help-subtitle {
      text-align: center;
      font-size: 16px;
    }
  }
  .faq__title {
    color: #0D1739;
  }
  @media only screen and (max-width: 1024px) {
    .faq__title {
      background-color: #ffffff;
      margin-bottom: 0;
      padding: 50px 24px 24px;
      border-radius: 12px 12px 0 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .faq__title.hosting__title {
      font-size: 28px;
      font-style: normal;
      font-weight: 600;
      line-height: 40px;
    }
  }
  .faq--2-cols {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
  @media only screen and (max-width: 1024px) {
    .faq--2-cols {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .faq--2-cols.container {
      padding: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .faq--2-cols.container.faq {
      background-color: #ffffff;
      padding-bottom: 24px;
      border-radius: 12px;
      gap: 0;
    }
    .faq--2-cols .faq__column {
      background-color: #ffffff;
      padding: 20px 0;
      border-radius: 12px;
    }
    .faq--2-cols .wrapper-bg__header {
      margin-bottom: 0;
    }
  }
  .faq--2-cols .faq__item {
    margin-bottom: 32px;
  }
  .faq--2-cols .faq__item:has(.opened) {
    margin-bottom: 52px;
  }
  .faq--2-cols .faq__item:has(.opened):after {
    bottom: -37px;
  }
  @media only screen and (max-width: 767.98px) {
    .faq--2-cols .faq__item:has(.opened) {
      margin-bottom: 0px;
    }
    .faq--2-cols .faq__item:has(.opened):after {
      bottom: 0px;
    }
  }
  .faq--2-cols .faq__item:last-child {
    margin-bottom: 0;
  }
  .faq--2-cols .faq__item:last-child:after {
    display: none;
  }
  .faq--2-cols .faq__item:after {
    bottom: -16px;
    transition: all 0.3s ease;
  }
  @media only screen and (max-width: 767.98px) {
    .faq--2-cols .faq__item:after {
      bottom: 4px;
    }
  }
  @media only screen and (max-width: 568px) {
    .faq--2-cols .faq__item {
      margin-bottom: -4px;
    }
  }
  .faq--2-cols .faq__column {
    max-width: 800px;
    margin: 0 auto;
  }
  .faq--2-cols .faq__column:first-child {
    margin-bottom: 48px;
  }
  @media only screen and (max-width: 568px) {
    .faq--2-cols .faq__column:first-child {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .faq--2-cols .faq__column {
      margin: 0 4px;
    }
  }
  .faq--2-cols .faq__column-item:first-child {
    margin-bottom: 48px;
  }
  @media only screen and (max-width: 568px) {
    .faq--2-cols .faq__column-item:first-child {
      margin-bottom: 0;
    }
  }
  .faq--2-cols .faq__question {
    font-size: 18px;
  }
  .faq--2-cols .faq__question-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  .faq--2-cols .faq__help-container {
    margin-top: 90px;
    grid-column: 1/-1;
  }
  @media only screen and (max-width: 568px) {
    .faq--2-cols .faq__help-container {
      margin-top: 25px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .faq__column:first-child {
      margin-bottom: 24px;
    }
  }
  .faq--white {
    background-color: #ffffff;
  }
  @media only screen and (max-width: 568px) {
    .faq--white .faq__item:last-of-type {
      margin: 0;
    }
  }
  .faq--white .faq__question {
    text-decoration: none;
  }
  @media only screen and (max-width: 568px) {
    .faq--white .faq__question {
      font-weight: 500;
      margin-right: 20px;
    }
  }
  .faq--white .faq__question-container,
  .faq--white .faq__question-container.opened {
    background-color: #ffffff;
  }
  @media only screen and (max-width: 568px) {
    .faq--white .faq__question-container.opened .faq__question {
      font-weight: 600;
    }
  }
  @media only screen and (max-width: 1024px) {
    .faq--white-md .faq__item:last-of-type {
      margin: 0;
    }
    .faq--white-md .faq__question {
      text-decoration: none;
      font-weight: 500;
      margin-right: 20px;
    }
    .faq--white-md .faq__question-container,
    .faq--white-md .faq__question-container.opened {
      background-color: #ffffff;
    }
    .faq--white-md .faq__question-container.opened .faq__question {
      font-weight: 600;
    }
  }

  .faq__question-container.opened .faq__icon {
    rotate: 180deg;
  }
  .faq__question-container.opened .faq__icon svg path {
    fill: #96C23D;
  }
  .faq__question-container.opened .faq__icon span {
    background-color: #3151BC;
  }
  .faq__question-container.opened .faq__icon span:last-of-type {
    opacity: 0;
  }
  @media only screen and (max-width: 568px) {
    .faq__question-container.opened .faq__question {
      text-decoration: none;
    }
  }

  .faq__question-container.opened + .faq__answer-container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .faq__question-container:hover .faq__question {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }

  .wrapper-bg-gap-md .faq.container {
    padding: 0;
  }

  @media only screen and (max-width: 568px) {
    .faq.container {
      padding: 0;
    }
  }
  .section-faq {
    margin-bottom: 0;
  }
  .section-faq .faq__item {
    overflow: hidden;
    margin-bottom: 9px;
  }
  .section-faq .faq__item:after {
    display: none;
  }
  .section-faq .faq__icon {
    rotate: none;
    position: relative;
    top: -5px;
  }
  .section-faq .faq__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    color: #0D1739;
  }
  .section-faq .faq__question-container {
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    background: rgba(226, 229, 236, 0.15);
    padding: 24px 32px 24px;
    position: relative;
    border-radius: 8px;
    transition: none;
  }
  @media only screen and (max-width: 767.98px) {
    .section-faq .faq__question-container {
      background-color: #ffffff;
      padding: 24px;
    }
  }
  .section-faq .faq__question-container + .faq__answer-container {
    border-radius: 0 0 8px 8px;
    border: 1px solid #E2E5EC;
    border-top: none;
    background: rgba(226, 229, 236, 0.15);
  }
  @media only screen and (max-width: 767.98px) {
    .section-faq .faq__question-container + .faq__answer-container {
      background-color: #ffffff;
    }
    .section-faq .faq__question-container + .faq__answer-container table td, .section-faq .faq__question-container + .faq__answer-container table th {
      background-color: #ffffff;
    }
  }
  .section-faq .faq__question-container:after {
    content: "";
    width: calc(100% - 64px);
    height: 1px;
    background-color: #E2E5EC;
    position: absolute;
    top: 100%;
    left: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .section-faq .faq__question-container.opened {
    border-bottom: none;
    border-radius: 8px 8px 0 0;
  }
  .section-faq .faq__question-container.opened:after {
    opacity: 1;
    visibility: visible;
  }
  .section-faq .faq__question-container.opened .faq__icon {
    rotate: none;
  }
  .section-faq .faq__answer-container {
    background-color: rgba(21, 21, 21, 0.02);
  }
  .section-faq .faq__answer-container .table-responsive {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .section-faq .faq {
      padding: 0;
      background-color: unset;
      border: unset;
    }
    .section-faq .faq__title {
      background-color: #ffffff;
      border-radius: 16px;
      border: 1px solid rgba(21, 21, 21, 0.08);
      box-shadow: 0px 8px 24px 0px rgba(21, 21, 21, 0.05);
      padding: 32px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .section-faq .faq__title {
      font-size: 24px;
      line-height: 120%;
    }
  }
  @media only screen and (max-width: 568px) {
    .section-faq .faq__question {
      font-size: 18px;
      font-weight: 400;
    }
  }

  @media only screen and (max-width: 767.98px) {
    .hosting-why__card.hosting-why__card--faq {
      padding-bottom: 24px;
      border-radius: 12px;
      background-color: #ffffff;
    }
  }

  .domains-section {
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 142px 32px;
  }
  .domains-section__bg {
    position: absolute;
    right: 0;
    top: 10px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-section__bg {
      top: 200px;
      display: none;
    }
  }
  .domains-section__bg img {
    width: 367px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-section__bg img {
      width: 160px;
    }
  }
  .domains-section .input-search--domains {
    padding: 7px 8px 7px 34px;
    background-color: rgba(21, 21, 21, 0.02);
    box-shadow: unset;
  }
  .domains-section .input-search--domains .input-search__input {
    padding: 0 112px 0 12px;
  }
  @media only screen and (max-width: 568px) {
    .domains-section .input-search--domains .input-search__input {
      padding: 9px 11px;
    }
  }
  .domains-section .input-search--domains .btn-bulk-registration {
    top: 20px;
    right: 125px;
    color: #243d91;
  }
  @media only screen and (max-width: 767.98px) {
    .domains-section .input-search--domains .btn-bulk-registration {
      top: auto;
      right: auto;
      bottom: -37px;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .domains-section .input-search--domains .input-search__icon {
    top: 26px;
    left: 14px;
  }
  @media only screen and (max-width: 568px) {
    .domains-section .input-search--domains {
      padding: 7px 8px;
      margin: 0;
      box-shadow: 0px 6px 24px 0px rgba(21, 21, 21, 0.04);
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section {
      padding: 0;
    }
  }
  .domains-section--international-extensions {
    padding: 48px 0;
    position: relative;
  }
  .domains-section--international-extensions .domains-section__hero-icon {
    border-radius: 33px;
    background: rgba(150, 194, 61, 0.3);
    padding: 33px;
    height: -moz-fit-content;
    height: fit-content;
  }
  @media only screen and (max-width: 1024px) {
    .domains-section--international-extensions .domains-section__hero-icon {
      padding: 25px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .domains-section--international-extensions .domains-section__hero-icon svg {
      width: 44px;
      height: 44px;
    }
  }
  .domains-section.domains-section--international-extensions .subtitle {
    max-width: 682px;
    font-size: 20px;
    line-height: 160%;
    opacity: 0.8;
    color: #0D1739;
  }
  @media only screen and (max-width: 767.98px) {
    .domains-section.domains-section--international-extensions .subtitle {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section.domains-section--international-extensions .subtitle {
      text-align: left;
      margin-bottom: 48px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section.domains-section--international-extensions .h1 {
      text-align: left;
    }
  }
  .domains-section--generic-extensions {
    background-color: #151515;
    padding: 143px 32px 111px;
    position: relative;
  }
  .domains-section.domains-section--generic-extensions .subtitle {
    max-width: 810px;
  }
  .domains-section__icon {
    margin-bottom: 60px;
  }
  @media only screen and (min-width: 1280px) {
    .domains-section__icon {
      position: absolute;
      right: 117px;
      top: 110px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section__icon {
      margin-bottom: 0;
    }
    .domains-section__icon svg {
      width: 110px;
    }
  }
  @media only screen and (min-width: 568px) {
    .domains-section--generic {
      padding: 142px 32px 80px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section--generic {
      position: relative;
    }
  }
  .domains-section--generator {
    padding: 0 0 70px;
  }
  @media only screen and (min-width: 568px) {
    .domains-section--generator {
      padding: 142px 32px 120px;
    }
  }
  @media only screen and (min-width: 568px) {
    .domains-section--international {
      padding: 142px 32px 120px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section--international-extensions, .domains-section--generic-extensions {
      padding: 40px 32px 48px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section .container {
      padding: 0;
    }
  }
  .domains-section__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
  }
  @media only screen and (min-width: 1280px) {
    .domains-section__title {
      max-width: 80%;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section__title {
      font-size: 32px;
    }
  }
  .domains-section .subtitle {
    max-width: 78%;
    opacity: 0.88;
  }
  @media only screen and (max-width: 767.98px) {
    .domains-section .subtitle {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section__title-wrapper {
      background-position: center;
      background-size: cover;
      text-align: center;
      padding: 34px 32px 1px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section__title-wrapper--generic .subtitle {
      max-width: 240px;
      margin: 0 auto;
    }
  }
  .domains-section__cta {
    padding: 11px 24px;
    width: 194px;
  }
  @media only screen and (max-width: 568px) {
    .domains-section__cta {
      margin-top: 24px;
      padding: 7px 8px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section__cta-wrapper {
      background-color: #fdfdfd;
      padding-bottom: 32px;
    }
  }
  .domains-section__extensions-link {
    align-self: center;
    color: #ffffff;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
  }
  .domains-section__extensions-link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
  @media only screen and (max-width: 568px) {
    .domains-section__extensions-link {
      color: #151515;
      font-size: 14px;
    }
  }
  .domains-section--new-extensions {
    padding-top: 0;
    padding-bottom: 24px;
    padding-inline: 0;
  }
  .domains-section--new-extensions .text-wrap {
    display: block;
  }
  .domains-section--new-extensions .domains-section__title-wrapper {
    margin-top: 110px;
    margin-bottom: 85px;
    position: relative;
    z-index: 10;
  }
  @media only screen and (max-width: 1024px) {
    .domains-section--new-extensions .domains-section__title-wrapper {
      margin-top: 40px;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-section--new-extensions .domains-section__title-wrapper {
      width: 100%;
      max-width: none;
      margin-bottom: 40px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section--new-extensions .domains-section__title-wrapper {
      margin-bottom: 0;
    }
  }
  .domains-section--new-extensions .domains-section__title {
    font-size: 56px;
    font-weight: 500;
    line-height: 150%;
    font-family: "Cabin";
    color: #0D1739;
  }
  .domains-section--new-extensions .domains-section__bg {
    right: 33px;
    top: 76px;
  }
  @media only screen and (max-width: 1280px) {
    .domains-section--new-extensions .domains-section__bg {
      position: static;
    }
    .domains-section--new-extensions .domains-section__bg svg {
      width: 420px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-section--new-extensions .domains-section__bg {
      display: block;
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .domains-section--new-extensions .domains-section__bg svg {
      width: 70%;
      height: auto;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-section--new-extensions .domains-section__bg {
      padding-bottom: 40px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-section--new-extensions .domains-section__bg svg {
      width: 100%;
    }
  }

.domains-section--new-extensions .domains-section__content-wrapper {
    padding-right: 440px;
}

  @media only screen and (max-width: 1280px) {
    .domains-section--new-extensions .domains-section__content-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-section--new-extensions .domains-section__content-wrapper {
      flex-direction: column;
    }
  }
  .domains-section--new-extensions .subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.8;
  }
  .domains-section--new-extensions .domains-wrapper {
    position: relative;
    z-index: 10;
    background-color: #ffffff;
    padding: 48px 76px;
    border-radius: 12px;
    border: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 767.98px) {
    .domains-section--new-extensions .domains-wrapper {
      padding: 24px;
      border: none;
      background-color: #ffffff;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section--new-extensions .domains-wrapper {
      padding: 0;
    }
  }
  .domains-section--new-extensions .domains-wrapper__submit {
    height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    padding: 10px 22px;
  }
  @media only screen and (max-width: 568px) {
    .domains-section--new-extensions {
      padding: 32px 24px 24px;
    }
    .domains-section--new-extensions .domains-section__title {
      font-size: 32px;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
    }
    .domains-section--new-extensions .domains-section__title .text-wrap {
      display: block;
    }
    .domains-section--new-extensions .domains-section__title-wrapper {
      margin-top: 0px;
      padding: 34px 0 0;
    }
    .domains-section--new-extensions .domains-wrapper {
      margin-top: 8px;
      border-radius: 12px;
      border: 1px solid rgba(21, 21, 21, 0.08);
    }
    .domains-section--new-extensions .domains-wrapper__header {
      padding: 23px 22px 0 23px;
    }
    .domains-section--new-extensions .domains-wrapper__content {
      margin-top: 62px !important;
      padding: 0 22px 16px;
      margin-bottom: 12px;
    }
    .domains-section--new-extensions .domains-wrapper__grid--tablet-2-cols {
      grid-template-columns: 1fr;
    }
    .domains-section--new-extensions .domains-wrapper__category-container {
      border-bottom: unset;
    }
  }
  .domains-section--new .subtitle {
    max-width: 571px;
  }
  .domains-section--new .domains-section__title-wrapper {
    margin-top: 208px;
    margin-bottom: 208px;
  }
  @media only screen and (max-width: 1280px) {
    .domains-section--new .domains-section__title-wrapper {
      margin-bottom: 85px;
      margin-top: 100px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-section--new .domains-section__title-wrapper {
      margin-top: 40px;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-section--new .domains-section__title-wrapper {
      margin-bottom: 40px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section--new .domains-section__title-wrapper {
      margin-bottom: 0;
      margin-top: 0;
    }
  }
  .domains-section--sunrise .domains-section__title-wrapper {
    margin-bottom: 215px;
  }
  @media only screen and (max-width: 1280px) {
    .domains-section--sunrise .domains-section__title-wrapper {
      margin-bottom: 85px;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-section--sunrise .domains-section__title-wrapper {
      margin-bottom: 40px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section--sunrise .domains-section__title-wrapper {
      margin-bottom: 0;
    }
  }
  .domains-section--pre-register .domains-section__title-wrapper {
    margin-bottom: 115px;
  }
  @media only screen and (max-width: 1280px) {
    .domains-section--pre-register .domains-section__title-wrapper {
      margin-bottom: 85px;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-section--pre-register .domains-section__title-wrapper {
      margin-bottom: 40px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-section--pre-register .domains-section__title-wrapper {
      margin-bottom: 0;
    }
  }

  .domains-wrapper {
    border-radius: 16px;
  }
  .domains-wrapper .separator {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper-bg {
      background-color: #fdfdfd;
    }
    .domains-wrapper-bg .input-search--domains {
      background-color: #ffffff;
    }
  }
  .domains-wrapper__header {
    margin-bottom: 52px;
  }
  .domains-wrapper .input-search {
    max-width: 100%;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper .input-search__icon path {
      stroke: #021f54;
    }
    .domains-wrapper .input-search__icon g {
      opacity: 1;
    }
  }
  .domains-wrapper .input-search__btn {
    border-radius: 8px;
  }
  .domains-wrapper .tabs-wrapper {
    padding: 0 32px 8px;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper .tabs-wrapper {
      margin-top: 67px;
      margin-bottom: 24px;
    }
  }
  .domains-wrapper .tab:not(:last-child) {
    margin-right: 2px;
  }
  .domains-wrapper .tab-content {
    padding: 0 32px 32px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper .tab-content {
      border-bottom: 1px solid #E2E5EC;
      padding: 0 32px 64px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__content {
      border-bottom: 1px solid #E2E5EC;
    }
  }
  .domains-wrapper__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 23px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__grid {
      grid-template-columns: 1fr 1fr;
      -moz-column-gap: 23px;
      column-gap: 23px;
      row-gap: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__grid {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__grid--tablet-2-cols {
      grid-template-columns: 1fr 1fr;
      -moz-column-gap: 22px;
      column-gap: 22px;
    }
  }
  .domains-wrapper__grid-category {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .domains-wrapper__btn {
    display: none;
    margin: 9px auto 10px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__col:not(:first-child) {
      display: none;
    }
  }
  .domains-wrapper__domain {
    padding: 16px 0;
    border-bottom: 1px solid #E2E5EC;
  }
  .domains-wrapper__domain:nth-child(-n+4) {
    border-top: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__domain:nth-child(-n+4) {
      border-top: unset;
    }
    .domains-wrapper__domain:nth-child(-n+3) {
      border-top: 1px solid #E2E5EC;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__domain:nth-child(-n+3) {
      border-top: unset;
    }
    .domains-wrapper__domain:nth-child(-n+2) {
      border-top: 1px solid #E2E5EC;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__domain:nth-child(-n+2) {
      border-top: unset;
    }
    .domains-wrapper__domain:first-child {
      border-top: 1px solid #E2E5EC;
    }
  }
  .domains-wrapper__domain .checkbox input {
    margin-right: 15px;
  }
  .domains-wrapper__domain .flag-shadowed {
    transform: scale(0.75);
    border-radius: 2px;
    margin: 0 4px;
    margin-left: 0;
    margin-right: 4px;
  }
  .domains-wrapper__domain a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.88);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
  }
  .domains-wrapper__domain a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
  .domains-wrapper__domain--generic .flag-shadowed-gtld {
    width: 25px;
    margin-left: 0;
  }
  .domains-wrapper__domain--generic a {
    margin-left: 4px;
  }
  .domains-wrapper__info-btn {
    margin-left: 9px;
  }
  .domains-wrapper__category {
    cursor: pointer;
  }
  .domains-wrapper__category-container:not(:last-of-type) {
    border-bottom: 1px solid rgba(21, 21, 21, 0.04);
  }
  .domains-wrapper__category-container:first-child .domains-wrapper__category-name {
    padding: 0 0 20px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__category-container {
      border-bottom: 1px solid rgba(21, 21, 21, 0.04);
    }
  }
  .domains-wrapper__category-name {
    padding: 18px 0 17px;
    font-size: 18px;
    font-weight: 500;
    color: #151515;
    line-height: 1.1;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__category-name {
      font-size: 16px;
      padding: 19px 0 18px;
    }
  }
  .domains-wrapper__category-btn {
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 6px;
  }
  .domains-wrapper__category-btn::before, .domains-wrapper__category-btn::after {
    content: "";
    display: inline-block;
    border: 1px solid #3151BC;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .domains-wrapper__category-btn::after {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
  .domains-wrapper__category-content {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
  }
  .domains-wrapper__domain-popup .popup__wrapper {
    padding: 16px 32px;
    max-width: 640px;
  }
  @media only screen and (max-width: 1440px) {
    .domains-wrapper__domain-popup .popup__wrapper {
      max-height: 90%;
      overflow-y: auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__domain-popup .popup__wrapper {
      padding: 8px 24px;
      max-height: 80%;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__domain-popup .popup__wrapper {
      max-height: 70%;
      padding: 8px 24px;
    }
  }
  .domains-wrapper__domain-popup .popup__section {
    padding: 16px 0;
  }
  .domains-wrapper__domain-popup .popup__section:not(:last-child) {
    border-bottom: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__domain-popup .popup__section {
      padding: 8px 0;
    }
  }
  .domains-wrapper__domain-popup .popup__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__domain-popup .popup__title {
      font-size: 18px;
      line-height: 23px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__domain-popup .popup__text {
      font-size: 12px;
    }
  }
  .domains-wrapper__domain-popup .popup__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #151515;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__domain-popup .popup__subtitle {
      font-size: 16px;
      margin-bottom: 8px;
    }
  }
  .domains-wrapper__domain-popup .popup__table {
    border-radius: 8px;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__domain-popup .popup__table {
      font-size: 14px;
    }
  }
  .domains-wrapper__domain-popup .popup__table thead {
    background-color: #3151BC;
    color: #ffffff;
    line-height: 1;
  }
  .domains-wrapper__domain-popup .popup__table th {
    text-align: start;
    font-weight: 500;
  }
  .domains-wrapper__domain-popup .popup__table th,
  .domains-wrapper__domain-popup .popup__table td {
    padding: 14px 24px;
  }
  .domains-wrapper__domain-popup .popup__table th:first-child,
  .domains-wrapper__domain-popup .popup__table td:first-child {
    width: 31%;
  }
  .domains-wrapper__domain-popup .popup__table td {
    border-top: 1px solid #E2E5EC;
  }
  .domains-wrapper__domain-popup .popup__table tbody tr:nth-child(even) {
    background: linear-gradient(0deg, rgba(49, 81, 188, 0.02), rgba(49, 81, 188, 0.02)), #ffffff;
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper--generic .input-search {
      margin-bottom: 61px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper--generic .btn-bulk-registration {
      bottom: -32px;
    }
  }
  .domains-wrapper--generic .domains-wrapper__content {
    margin-top: 25px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper--generic {
      margin-top: 0;
      box-shadow: none;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper--generic-category.domains-wrapper .domains-wrapper__content {
      margin-top: 68px;
    }
    .domains-wrapper--generic-category.domains-wrapper .domains-wrapper__category-container {
      border-bottom: none;
    }
    .domains-wrapper--generic-category.domains-wrapper + .domains-section__cta {
      margin-top: 13px;
      width: 312px;
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper .domains-wrapper__content {
      margin-top: 70px;
      padding-bottom: 0;
      border: unset;
    }
  }
  .domains-wrapper--extensions {
    padding: 32px;
    position: relative;
    margin-bottom: 0;
    box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04);
    border-radius: 12px;
    background-color: #ffffff;
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper--extensions {
      padding: 32px 0 35px;
      box-shadow: none;
    }
  }
  .domains-wrapper--extensions .btn--hide-filters {
    color: #6B931B;
  }
  .domains-wrapper--extensions .btn--clear-filters {
    color: #151515;
    opacity: 0.8;
    background: rgba(226, 229, 236, 0.5);
  }
  .domains-wrapper__filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr) min-content;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .domains-wrapper__filters--generic {
    grid-template-columns: repeat(3, 1fr) min-content;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__filters {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__filters {
      grid-template-columns: 1fr;
      row-gap: 16px;
    }
  }
  .domains-wrapper__filters .form-input input:focus,
  .domains-wrapper__filters .selected-option {
    color: #151515;
    font-weight: 500;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__filters .actions-container {
      grid-column: 1/-1;
      justify-content: flex-end;
    }
  }
  .domains-wrapper__filters .btn {
    align-self: flex-end;
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__filters .btn {
      width: 50%;
    }
  }
  .domains-wrapper__filters .btn:first-child {
    margin-right: 12px;
  }
  .domains-wrapper__filters.hidden + .domains-wrapper__table {
    margin-top: 24px;
  }
  .domains-wrapper__table {
    width: 100%;
    border-spacing: 0;
    border-radius: 8px;
    margin-bottom: 24px;
  }
  .domains-wrapper__table-header {
    background-color: #151515;
    color: #ffffff;
    display: flex;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 24px 16px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-header {
      display: none;
    }
  }
  .domains-wrapper__table-header-cell {
    padding: 0 8px;
    font-weight: 500;
    text-align: start;
    line-height: 1;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-header-cell {
      font-size: 14px;
    }
  }
  .domains-wrapper__table-header-cell:nth-child(1), .domains-wrapper__table-header-cell:nth-child(3) {
    width: 18.5%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-header-cell:nth-child(1), .domains-wrapper__table-header-cell:nth-child(3) {
      width: 12%;
    }
  }
  .domains-wrapper__table-header-cell:nth-child(2) {
    width: 18.5%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-header-cell:nth-child(2) {
      width: 18%;
    }
  }
  .domains-wrapper__table-header-cell:nth-child(4) {
    width: 25%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-header-cell:nth-child(4) {
      width: 35%;
    }
  }
  .domains-wrapper__table-header-cell:nth-child(5) {
    width: 9%;
    text-align: center;
    white-space: nowrap;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-header-cell:nth-child(5) {
      width: 10%;
    }
  }
  .domains-wrapper__table-cell {
    padding: 0 4px;
    line-height: 1;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-cell {
      display: flex;
      justify-content: space-between;
    }
  }

.domains-wrapper__table-cell .link.internal-link {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-cell:not(:last-child) {
      margin-bottom: 16px;
    }
  }
  .domains-wrapper__table-cell:nth-child(1) {
    width: 18.9%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-cell:nth-child(1) {
      width: 13%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-cell:nth-child(1) {
      justify-content: center;
      color: #151515;
    }
  }
  .domains-wrapper__table-cell:nth-child(2) {
    width: 18.4%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-cell:nth-child(2) {
      width: 17.5%;
    }
  }
  .domains-wrapper__table-cell:nth-child(3) {
    width: 18.5%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-cell:nth-child(3) {
      width: 12%;
    }
  }
  .domains-wrapper__table-cell:nth-child(4) {
    width: 25%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table-cell:nth-child(4) {
      width: 36%;
    }
  }
  .domains-wrapper__table-cell:nth-child(5) {
    width: 7%;
    text-align: center;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-cell:nth-child(1), .domains-wrapper__table-cell:nth-child(2), .domains-wrapper__table-cell:nth-child(3), .domains-wrapper__table-cell:nth-child(4), .domains-wrapper__table-cell:nth-child(5), .domains-wrapper__table-cell:nth-child(6) {
      width: 100%;
    }
  }
  .domains-wrapper__table-cell:last-child {
    padding: 0 4px 0 19px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-cell:last-child {
      padding: 0 4px;
    }
  }
  .domains-wrapper__table-cell a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
  }
  .domains-wrapper__table-cell a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
  .domains-wrapper__table-cell .domains-wrapper__info-btn {
    margin-left: 6px;
  }
  .domains-wrapper__table-cell .old-price {
    font-size: 12px;
    align-self: flex-start;
    margin-right: 8px;
  }
  .domains-wrapper__table-cell .sale-label {
    margin-left: 16px;
    padding: 8px 10px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-cell .sale-label {
      margin-top: 4px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-body {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-left: 1px solid #E2E5EC;
      border-bottom: 1px solid #E2E5EC;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__table-body {
      grid-template-columns: 1fr;
      border: none;
    }
  }
  .domains-wrapper__table-row {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #E2E5EC;
    border-top: none;
    padding: 14px 10px 13px 13px;
    max-height: 48px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-row {
      flex-direction: column;
      max-height: -moz-fit-content;
      max-height: fit-content;
      border: none;
      border-top: 1px solid #E2E5EC;
      border-right: 1px solid #E2E5EC;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__table-row {
      border: 1px solid #E2E5EC;
      border-bottom: none;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__table-row {
      padding: 15px 20px 11px 18px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-row:first-child {
      border-top: 1px solid #E2E5EC;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__table-row:first-child {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
    }
  }
  .domains-wrapper__table-row:nth-child(odd) {
    background: rgba(21, 21, 21, 0.02);
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__table-row:nth-child(odd) {
      background: #ffffff;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__table-row:nth-child(even) {
      background: rgba(21, 21, 21, 0.02);
    }
  }
  .domains-wrapper__table-row:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-row:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__table-row:last-child {
      border-bottom: 1px solid #E2E5EC;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
    }
  }
  .domains-wrapper__table-mobile-text {
    display: none;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-mobile-text {
      display: block;
      margin-right: auto;
      white-space: nowrap;
      align-self: baseline;
    }
  }
  .domains-wrapper__table-price {
    display: flex;
    align-items: center;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table-price {
      flex-wrap: wrap;
      justify-content: flex-end;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__table-price {
      flex-direction: column;
      align-items: end;
    }
  }
  .domains-wrapper__table .sort-cell {
    cursor: pointer;
  }
  .domains-wrapper__table .sort-cell svg {
    margin-left: 5px;
  }
  .domains-wrapper__table .flag-shadowed {
    margin-right: 6px;
    border-radius: 2px;
  }
  .domains-wrapper__table .flag-shadowed--gtld {
    margin-right: 8px;
    width: 25px;
  }
  .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(1) {
    width: 40%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(1) {
      width: 25%;
    }
  }
  .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(2) {
    width: 39.5%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(2) {
      width: 30%;
    }
  }
  .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(3) {
    width: 34%;
  }
  .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(4) {
    width: 13%;
  }
  .domains-wrapper__table--generic .domains-wrapper__table-header-cell:nth-child(5) {
    width: 11%;
  }
  .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(1) {
    width: 41%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(1) {
      width: 37%;
    }
  }
  .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(2) {
    width: 38.5%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(2) {
      width: 42%;
    }
  }
  .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(3) {
    width: 37.5%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(3) {
      width: 54.5%;
    }
  }
  .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(4) {
    width: 9%;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(4) {
      width: 10%;
    }
  }
  .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(5) {
    width: 15%;
    text-align: start;
  }
  @media only screen and (max-width: 1280px) {
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(5) {
      width: 19%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(1), .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(2), .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(3), .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(4), .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(5), .domains-wrapper__table--generic .domains-wrapper__table-cell:nth-child(6) {
      width: 100%;
    }
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-header {
    background-color: #0D1739;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-row:nth-child(odd) {
    background-color: #ffffff;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-row:nth-child(even) {
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.02) 0%, rgba(21, 21, 21, 0.02) 100%), #ffffff;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(1) {
    width: 20.2%;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(2) {
    width: 20.5%;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(3) {
    width: 23.4%;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(4) {
    width: 17%;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(5) {
    width: 18%;
    text-align: left;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--extensions .domains-wrapper__table-body {
      grid-template-columns: 1fr;
    }
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-row {
    padding: 15px 10px 15px 13px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--extensions .domains-wrapper__table-row .domains-wrapper__table-cell:not(:first-of-type) {
      gap: 16px;
    }
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(1) {
    width: 20.2%;
  }
  @media only screen and (min-width: 1024px) {
    .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(1) {
      padding-left: 11px;
    }
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(2) {
    width: 20.5%;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(3) {
    width: 23.4%;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(4) {
    width: 17%;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(5) {
    width: 18%;
    padding-left: 0;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(1), .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(2), .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(3), .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(4), .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(5), .domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(6) {
      width: 100%;
    }
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell .link {
    margin-left: 28px;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell .sale-label {
    padding: 4px 12px;
    margin-left: 8px;
    margin-top: 0;
    border-radius: 16px;
    border: 1px solid rgba(249, 162, 69, 0.08);
    background: #3151BC;
    color: #ffffff;
  }
  @media only screen and (min-width: 1024px) {
    .domains-wrapper__table--extensions .domains-wrapper__table-cell .sale-label {
      margin-right: 24px;
      margin-left: auto;
    }
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell .cta {
    display: flex;
    width: 100%;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--extensions .domains-wrapper__table-cell .cta {
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
    }
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell .flag-shadowed {
    flex-shrink: 0;
  }
  .domains-wrapper__table--extensions .domains-wrapper__table-cell .flag-shadowed + a {
    max-width: 166px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 17px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--extensions .domains-wrapper__table-cell .date {
      text-align: right;
    }
  }
  .domains-wrapper__table--new-extensions {
    background: #ffffff;
    margin-bottom: 0;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-row:nth-child(odd) {
    background-color: #ffffff;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-row:nth-child(even) {
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.02) 0%, rgba(21, 21, 21, 0.02) 100%), #ffffff;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-header-cell:nth-child(1) {
    width: 25.2%;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-header-cell:nth-child(2) {
    width: 25.5%;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-header-cell:nth-child(3) {
    width: 25.4%;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-header-cell:nth-child(4) {
    width: 23.5%;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--new-extensions .domains-wrapper__table-body {
      grid-template-columns: 1fr;
    }
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-row {
    padding: 16px 10px 16px 13px;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--new-extensions .domains-wrapper__table-row .domains-wrapper__table-cell:not(:first-of-type) {
      gap: 16px;
    }
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(1) {
    width: 25.7%;
  }
  @media only screen and (min-width: 1024px) {
    .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(1) {
      padding-left: 9px;
    }
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(2) {
    width: 25.6%;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(3) {
    width: 23.5%;
  }
  .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(4) {
    width: 23.5%;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(1), .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(2), .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(3), .domains-wrapper__table--new-extensions .domains-wrapper__table-cell:nth-child(4) {
      width: 100%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__table--new-extensions .domains-wrapper__table-cell .date {
      text-align: right;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__table--new-extensions {
      padding: 0;
      border: unset;
    }
  }
  .domains-wrapper__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media only screen and (max-width: 1024px) {
    .domains-wrapper__footer {
      flex-direction: column;
    }
    .domains-wrapper__footer p {
      margin-bottom: 24px;
    }
  }
  .domains-wrapper__card {
    background-color: #ffffff;
    padding: 64px 76px;
    border-radius: 12px;
    border: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 767.98px) {
    .domains-wrapper__card {
      background-color: transparent;
      border: none;
      padding: 0;
    }
  }

  .all-domains {
    margin-bottom: 25px;
  }

  .btn-show-more {
    display: none;
  }
  @media only screen and (max-width: 568px) {
    .btn-show-more {
      display: block;
      margin-top: 11px;
      color: #3151BC;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
    }
  }

  .btn--hide-filters {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
  }
  .btn--hide-filters svg {
    margin-right: 9px;
  }
  .btn--hide-filters:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }

  .domains-wrapper__category.opened + .domains-wrapper__category-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 568px) {
    .domains-wrapper__category.opened + .domains-wrapper__category-content {
      margin-bottom: 4px;
      overflow-x: auto;
    }
  }

  .domains-wrapper__category.opened .domains-wrapper__category-btn::after {
    transform: rotate(0);
  }

  .domains-animation-block {
    transform: translateX(18.5%);
    margin-top: 6px;
  }
  .domains-animation-block--generic {
    margin-top: 30px;
    margin-bottom: 62px;
  }
  @media only screen and (max-width: 568px) {
    .domains-animation-block--generic-category {
      margin-bottom: 73px;
    }
  }

  .domains-image {
    position: relative;
  }
  .domains-image__flag {
    border-radius: 32px;
    position: absolute;
    left: 12px;
    top: 10.6%;
    width: 266px;
    height: 190px;
  }
  @media only screen and (max-width: 1280px) {
    .domains-image__flag {
      width: 240px;
      height: auto;
    }
  }
  @media only screen and (max-width: 1150px) {
    .domains-image__flag {
      width: 180px;
      height: auto;
      top: 20%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .domains-image__flag {
      width: 160px;
      top: 25%;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-image__flag {
      width: 43dvw;
      left: 25px;
      top: 10%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-image__flag {
      width: 40dvw;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-image__flag {
      left: 4%;
      top: 11%;
    }
  }
  @media only screen and (max-width: 375px) {
    .domains-image__flag {
      width: 37dvw;
    }
  }
  .domains-image__flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .domains-image__country {
    font-family: "Inter";
    font-size: 27px;
    padding: 11px 19px;
    background-color: #CBCACA;
    border-radius: 8px;
    color: #ffffff;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    position: absolute;
    top: 48%;
    left: 8%;
  }
  @media only screen and (max-width: 1150px) {
    .domains-image__country {
      font-size: 22px;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-image__country {
      font-size: 46px;
      top: 48.5%;
      left: 9%;
      padding: 12px 26px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-image__country {
      font-size: 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-image__country {
      font-size: 20px;
      padding: 11px 19px;
    }
  }
  @media only screen and (max-width: 375px) {
    .domains-image__country {
      font-size: 18px;
      padding: 6px 14px;
    }
  }
  .domains-image__text {
    position: absolute;
    left: 12.5%;
    top: 31%;
    background-color: #CBCACA;
    padding: 11px 40px;
    border-radius: 20px;
  }
  @media only screen and (max-width: 1150px) {
    .domains-image__text {
      top: 32.5%;
      left: 11%;
      border-radius: 16px;
      padding: 8px 30px;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-image__text {
      left: 15%;
      top: 32%;
      border-radius: 24px;
      text-align: center;
      padding: 12px 40px;
    }
  }
  @media only screen and (max-width: 870px) {
    .domains-image__text {
      top: 31%;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-image__text {
      border-radius: 16px;
      padding: 8px 30px;
    }
  }
  .domains-image__text span {
    color: #ffffff;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  @media only screen and (max-width: 1150px) {
    .domains-image__text span {
      font-size: 22px;
    }
  }
  @media only screen and (max-width: 992px) {
    .domains-image__text span {
      font-size: 46px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .domains-image__text span {
      font-size: 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-image__text span {
      font-size: 20px;
    }
  }
  .domains-image--countries .domains-image__text {
    left: 61%;
    top: 41%;
    padding: 16px 20px;
  }
  .domains-image--countries .domains-image__text span {
    text-transform: uppercase;
  }
  @media only screen and (max-width: 568px) {
    .domains-image--countries .domains-image__text {
      left: 27%;
      top: 58%;
      min-width: 60px;
      padding: 13px 6px;
    }
  }
  @media only screen and (max-width: 568px) {
    .domains-image__text {
      left: 14%;
      top: 31%;
      padding: 12px 16px;
      min-width: 120px;
      text-align: center;
    }
  }

  .domain-information {
    padding: 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .domain-information p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .domain-information h6 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    opacity: 0.78;
    margin-bottom: 6px;
    color: #000000;
  }
  .domain-information blockquote {
    margin: 0;
    padding: 16px 24px;
    border-radius: 8px;
    border-left: 4px solid #5479F7;
    background: rgba(153, 185, 255, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .domain-information blockquote p {
    font-size: 14px;
    line-height: 24px;
  }
  .domain-information a {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.3s ease;
  }
  .domain-information a:hover {
    text-decoration: none;
  }

  .section-european .btn-bulk-registration,
  .section-international .btn-bulk-registration {
    right: 125px;
    top: 18px;
    color: #243d91;
  }
  @media only screen and (max-width: 767.98px) {
    .section-european .btn-bulk-registration,
    .section-international .btn-bulk-registration {
      top: auto;
      right: auto;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .section-european .input-search,
  .section-international .input-search {
    padding-left: 46px;
  }
  @media only screen and (max-width: 568px) {
    .section-european .input-search,
    .section-international .input-search {
      padding-left: 20px;
    }
  }
  .section-european .input-search__icon,
  .section-international .input-search__icon {
    left: 16px;
  }
  .section-european .domains-wrapper__header,
  .section-international .domains-wrapper__header {
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 568px) {
    .section-european .domains-wrapper-bg,
    .section-international .domains-wrapper-bg {
      background-color: transparent;
    }
  }
  .section-european .domains-wrapper__category-btn::before, .section-european .domains-wrapper__category-btn::after,
  .section-international .domains-wrapper__category-btn::before,
  .section-international .domains-wrapper__category-btn::after {
    border-color: #96C23D;
  }
  .section-european .domains-wrapper__category,
  .section-international .domains-wrapper__category {
    transition: all 0.3s ease;
  }
  .section-european .domains-wrapper__category.opened,
  .section-international .domains-wrapper__category.opened {
    margin-bottom: 8px;
  }
  .section-european .domains-wrapper__category.opened .domains-wrapper__category-btn::before,
  .section-european .domains-wrapper__category.opened .domains-wrapper__category-btn::after,
  .section-international .domains-wrapper__category.opened .domains-wrapper__category-btn::before,
  .section-international .domains-wrapper__category.opened .domains-wrapper__category-btn::after {
    border-color: #3151BC;
  }
  .section-european .all-domains,
  .section-international .all-domains {
    margin-bottom: 16px;
  }
  .section-european .domains-wrapper__grid,
  .section-international .domains-wrapper__grid {
    gap: 0 34px;
  }
  .section-european .domains-wrapper__domain,
  .section-international .domains-wrapper__domain {
    padding: 12px 0;
    border: none;
  }
  .section-european .domains-wrapper__domain a,
  .section-international .domains-wrapper__domain a {
    font-weight: 500;
    color: #0D1739;
    line-height: 24px;
  }
  .section-european .domains-wrapper__info-btn,
  .section-international .domains-wrapper__info-btn {
    margin-left: auto;
  }
  .section-european .domains-wrapper__info-btn svg path,
  .section-international .domains-wrapper__info-btn svg path {
    stroke: #6B931B;
  }

  .domains-wrapper__category.opened + .domains-wrapper__category-content {
    overflow: visible;
  }

  .favorite-app-block {
    padding: 48px;
  }
  .favorite-app-block__heading {
    text-align: center;
  }
  .favorite-app-block__description {
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    line-height: 150%;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.88;
  }
  .favorite-app-block__description p {
    font-size: 16px;
    line-height: 150%;
    opacity: 0.88;
  }
  .favorite-app-block__grid {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    max-width: 1010px;
    margin: 0 auto;
  }
  .favorite-app-block__grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media only screen and (max-width: 1280px) {
    .favorite-app-block__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767.98px) {
    .favorite-app-block__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 568px) {
    .favorite-app-block {
      padding: 32px;
    }
    .favorite-app-block__grid {
      grid-template-columns: 1fr;
    }
    .favorite-app-block__heading {
      font-size: 24px;
      line-height: 120%;
    }
    .favorite-app-block__description {
      text-align: left;
    }
  }

  .notification {
    font-family: Inter;
    font-size: 16px;
    line-height: 150%;
    padding: 16px;
    background-color: rgba(49, 81, 188, 0.1);
    border-radius: 8px;
    text-align: center;
  }
  @media only screen and (max-width: 568px) {
    .notification {
      text-align: left;
    }
  }

  .chat {
    border-radius: 16px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(36, 61, 145, 0.04), 0px 16px 32px 0px rgba(101, 101, 101, 0.04);
  }
  .chat__header {
    background-color: #0D1739;
    padding: 32px;
  }
  .chat__header h2 {
    line-height: 32px;
  }
  .chat__heading {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #E2E5EC;
    text-align: center;
  }
  .chat__main {
    padding: 24px 32px;
    height: 600px;
    overflow-y: scroll;
  }
  .chat__footer {
    padding: 32px;
  }
  .chat-form {
    display: flex;
    align-items: center;
    position: relative;
  }
  .chat-form__input {
    border-radius: 12px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    background: rgba(245, 245, 245, 0.25);
    padding: 18px 54px 18px 16px;
    flex-grow: 1;
    max-width: 100%;
  }
  .chat-form__input:focus-visible {
    outline: none;
  }
  .chat-form__btn {
    position: absolute;
    box-sizing: content-box;
    padding: 16px;
    width: 24px;
    height: 24px;
    right: 0;
  }
  .chat-form__btn:hover {
    opacity: 0.7;
  }
  @media only screen and (max-width: 767.98px) {
    .chat {
      margin-top: 40px;
    }
    .chat__heading {
      font-size: 18px;
      line-height: 24px;
    }
    .chat__main {
      height: 400px;
    }
  }
  @media only screen and (max-width: 568px) {
    .chat__header, .chat__main, .chat__footer {
      padding: 24px;
    }
  }

  .message {
    display: flex;
    align-items: flex-end;
    gap: 32px;
  }
  .message__icon {
    border-radius: 16px;
    background-color: #96C23D;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .message__text {
    background-color: rgba(21, 21, 21, 0.08);
    padding: 24px;
    border-radius: 16px 16px 16px 2px;
    max-width: 648px;
    text-align: left;
  }
  .message__text p {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.8;
  }
  .message:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .message--outgoing {
    flex-direction: row-reverse;
  }
  .message--outgoing .message__icon {
    background-color: #3151BC;
  }
  .message--outgoing .message__text {
    border-radius: 16px 16px 2px 16px;
    text-align: right;
  }
  @media only screen and (max-width: 568px) {
    .message {
      gap: 8px;
    }
    .message:not(:last-of-type) {
      margin-bottom: 24px;
    }
    .message__text p {
      font-size: 14px;
    }
  }

  .service-block {
    display: grid;
    grid-template-columns: 0.47fr 0.53fr;
    gap: 24px 0;
    align-items: center;
    padding: 24px 22px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    background-color: #ffffff;
  }
  .service-block-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  @media only screen and (max-width: 568px) {
    .service-block-wrapper {
      grid-template-columns: 1fr;
    }
  }
  .service-block__img {
    display: block;
    margin: 0 auto;
    width: 180px;
    max-width: 100%;
  }
  .service-block__content {
    padding-left: 15px;
  }
  .service-block__heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .service-block__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .service-block__cta {
    grid-column: 1/3;
    text-align: center;
    padding: 11px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  @media only screen and (max-width: 992px) {
    .service-block {
      grid-template-columns: 1fr;
    }
    .service-block__content {
      padding-left: unset;
    }
    .service-block__cta {
      grid-column: unset;
    }
  }

  .hero .subtitle {
    font-size: 20px;
    line-height: 160%;
  }
  @media only screen and (max-width: 767.98px) {
    .hero .subtitle {
      font-size: 16px;
      line-height: 150%;
    }
  }
  .hero-w-menu .hero__wrapper {
    padding: 166px 0 124px;
  }
  @media only screen and (max-width: 767.98px) {
    .hero-w-menu .hero__wrapper {
      padding: 50px 0 40px;
    }
  }
  .hero-w-menu .hero__image {
    top: 53%;
  }
  .hero__wrapper {
    padding: 144px 0 169px;
    width: 100%;
    color: #151515;
    gap: 16px;
  }
  @media only screen and (max-width: 1280px) {
    .hero__wrapper {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hero__wrapper {
      padding: 80px 0;
      gap: 48px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero__wrapper {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero__wrapper {
      gap: 48px 16px;
      padding: 45px 0 48px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero__container {
      padding: 0 24px;
    }
  }
  .hero__content {
    max-width: 622px;
    width: 100%;
  }
  @media only screen and (max-width: 1280px) {
    .hero__content {
      max-width: 871px;
      width: 100%;
    }
  }
  @media only screen and (max-width: 992px) {
    .hero__content {
      max-width: unset;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero__content {
      font-weight: 400;
    }
  }
  .hero__image {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
  }
  .hero__image img {
    max-width: 680px;
    aspect-ratio: 1.02;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  @media only screen and (max-width: 992px) {
    .hero__image img.t-hide {
      display: none;
    }
  }
  @media only screen and (max-width: 1280px) {
    .hero__image {
      top: 40px;
    }
    .hero__image img {
      max-width: 480px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hero__image {
      position: static;
      transform: unset;
      padding: 0 12px;
    }
    .hero__image img {
      max-width: 633px;
      display: flex;
      margin: 0 auto;
      width: 100%;
    }
  }
  .hero__image svg {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
  .hero__image--search {
    right: -110px;
    top: 116px;
  }
  @media only screen and (max-width: 568px) {
    .hero__image--search {
      height: 254px;
      margin-left: -32px;
      margin-right: -30px;
    }
  }
  .hero__image--domains {
    right: -112px;
    top: -47px;
  }
  @media only screen and (max-width: 568px) {
    .hero__image--domains {
      height: 254px;
      margin-left: -32px;
      margin-right: -30px;
    }
  }
  .hero__image--names {
    right: -112px;
    top: -47px;
  }
  @media only screen and (max-width: 568px) {
    .hero__image--names {
      height: 163px;
      margin-top: 60px;
      margin-left: -52px;
      margin-right: -74px;
    }
  }
  .hero__image--countries {
    right: -112px;
    top: -47px;
  }
  @media only screen and (max-width: 568px) {
    .hero__image--countries {
      height: 180px;
      margin-top: 44px;
      margin-left: -44px;
      margin-right: -50px;
    }
  }
  .hero__image--whois {
    right: -73px;
    top: 113px;
  }
  @media only screen and (max-width: 568px) {
    .hero__image--whois {
      height: 257px;
      margin-top: -16px;
      margin-left: -50px;
      margin-right: -50px;
    }
  }
  .hero__image--transfer {
    right: -32px;
    top: 79px;
  }
  @media only screen and (max-width: 568px) {
    .hero__image--transfer {
      height: 265px;
      margin-top: 2px;
      margin-left: -50px;
      margin-right: -50px;
    }
  }
  .hero__image--flags {
    position: relative;
  }
  .hero__image--flags .flag {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 64px;
    background-size: 210px;
  }
  .hero__image--flags .flag--sm {
    top: 107px;
    left: 6px;
    z-index: -1;
    background-size: 100px;
  }
  @media only screen and (max-width: 568px) {
    .hero__image--flags .flag {
      left: 0;
      width: 80px;
      height: 80px;
      background-size: 120px;
    }
    .hero__image--flags .flag--sm {
      display: none;
    }
  }
  .hero__image--flags-scale .flag {
    left: 69px;
    top: 13px;
    width: 180px;
    height: 180px;
    background-size: 260px;
  }
  .hero__image--flags-scale .flag--sm {
    left: 25px;
    width: 96px;
    height: 96px;
    top: 125px;
  }
  .hero .input-search {
    margin-bottom: 32px;
  }
  .hero__copy {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
  }
  .hero__copy .link {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  .hero__title {
    margin-bottom: 21px;
    line-height: 84px;
    font-weight: 500;
  }
  @media only screen and (max-width: 767.98px) {
    .hero__title {
      text-align: center;
      line-height: 48px;
      margin-bottom: 12px;
    }
  }
  .hero__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 40px;
    max-width: 547px;
    opacity: 0.8;
  }
  @media only screen and (max-width: 767.98px) {
    .hero__subtitle {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero__subtitle {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .hero__text {
    line-height: 16px;
  }
  @media only screen and (max-width: 568px) {
    .hero__text {
      text-align: center;
    }
  }
  .hero__text span {
    opacity: 0.8;
    margin-right: 4px;
  }
  .hero__text a {
    color: #151515;
    line-height: 1;
  }
  .hero__text .btn-bulk-registration {
    font-size: 14px;
  }
  .hero__actions {
    margin-bottom: 43px;
    display: flex;
    gap: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .hero__actions {
      margin-bottom: 26px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero__actions {
      display: grid;
      grid-template-columns: 1fr 1fr;
      justify-content: center;
      text-align: center;
    }
    .hero__actions .link {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .hero__actions .btn {
    text-transform: uppercase;
    text-align: center;
  }
  @media only screen and (max-width: 767.98px) {
    .hero__actions .btn {
      text-transform: none;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--home {
      margin-bottom: 48px;
    }
  }
  .hero--home .hero__wrapper {
    padding: 144px 0 170px;
  }
  @media only screen and (max-width: 1024px) {
    .hero--home .hero__wrapper {
      padding: 80px 0 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--home .hero__wrapper {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--home .hero__wrapper {
      padding: 45px 0 0;
    }
  }
  .hero--home .hero__title {
    text-align: left;
  }
  .hero--home .hero__subtitle {
    text-align: left;
  }
  @media only screen and (max-width: 1024px) {
    .hero--home .hero__subtitle {
      margin: 0 0 36px;
    }
  }
  .hero--home .hero__image {
    top: 51px;
  }
  .hero--home .hero__image svg {
    width: 635px;
    height: 486px;
    overflow: visible;
  }
  @media only screen and (max-width: 1280px) {
    .hero--home .hero__image svg {
      width: 500px;
      height: 486px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--home .hero__image svg {
      width: 100%;
      height: auto;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hero--home .hero__image {
      padding: 0 40px;
    }
  }
  .hero--home .hero__text {
    text-align: left;
  }
  @media only screen and (min-width: 1280px) {
    .hero--all-trademark .hero__wrapper {
      padding: 250px 0 150px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .hero--defence .hero__wrapper {
      padding: 157px 0 159px;
    }
    .hero--defence .hero__image {
      top: 51%;
    }
  }
  .hero--renewal .hero__title {
    max-width: 300px;
  }
  @media only screen and (max-width: 1024px) {
    .hero--renewal .hero__title {
      max-width: none;
    }
  }
  .hero--renewal .hero__subtitle {
    max-width: 573px;
  }
  .hero--renewal .hero__image {
    top: 31px;
    right: 61px;
  }
  @media only screen and (max-width: 1280px) {
    .hero--renewal .hero__image {
      position: static;
    }
  }
  .hero--renewal .hero__wrapper {
    padding-bottom: 135px;
  }
  @media only screen and (max-width: 1024px) {
    .hero--renewal .hero__wrapper {
      padding-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--renewal .hero__wrapper {
      padding-bottom: 64px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--renewal .hero__wrapper {
      padding-bottom: 0;
    }
  }
  @media only screen and (min-width: 1280px) {
    .hero--wipo .hero__wrapper {
      padding: 160px 0 166px;
    }
    .hero--wipo .hero__image {
      top: 51%;
    }
    .hero--wipo .hero__subtitle {
      max-width: 560px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .hero--transfer .hero__wrapper {
      padding: 202px 0 206px;
    }
    .hero--transfer .hero__subtitle {
      max-width: 365px;
    }
    .hero--transfer .hero__image {
      top: 51%;
    }
  }
  .hero--image-right .hero__content {
    max-width: 682px;
  }
  .hero--image-right .hero__wrapper {
    padding: 165px 0 108px;
  }
  @media only screen and (max-width: 1280px) {
    .hero--image-right .hero__wrapper {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hero--image-right .hero__wrapper {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--image-right .hero__wrapper {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--image-right .hero__wrapper {
      padding: 52px 0 0;
    }
  }
  .hero--image-right .hero__subtitle {
    max-width: 571px;
  }
  .hero--image-right .hero__image {
    position: absolute;
    right: 0;
  }
  @media only screen and (max-width: 1280px) {
    .hero--image-right .hero__image {
      position: relative;
    }
  }
  .hero--image-right .hero__image img {
    max-width: 43.5dvw;
  }
  @media only screen and (min-width: 1440px) {
    .hero--image-right .hero__image img {
      max-width: 40dvw;
    }
  }
  @media only screen and (min-width: 1790px) {
    .hero--image-right .hero__image img {
      max-width: 30dvw;
    }
  }
  @media only screen and (max-width: 992px) {
    .hero--image-right .hero__image img {
      max-width: 100dvw;
    }
  }
  .hero--country .breadcrumb__item.current {
    gap: 4px;
  }
  .hero--country .breadcrumb__item.current .flag-shadowed {
    border-radius: 4px;
  }
  @media only screen and (max-width: 767.98px) {
    .hero--country .input-search {
      max-width: none;
    }
  }
  .hero--country .ipad-flex-col {
    flex-direction: row;
    gap: 24px;
  }
  @media only screen and (max-width: 992px) {
    .hero--country .ipad-flex-col {
      flex-direction: column;
      gap: 0;
    }
  }
  .hero--country .btn-bulk-registration {
    color: #243d91;
  }
  @media only screen and (max-width: 568px) {
    .hero--country .container {
      padding: 0 24px;
    }
  }
  .hero--country .hero__content {
    padding: 157px 0;
    max-width: 580px;
  }
  @media only screen and (max-width: 1280px) {
    .hero--country .hero__content {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hero--country .hero__content {
      padding: 64px 0 80px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--country .hero__content {
      max-width: none;
      margin-bottom: 0;
    }
    .hero--country .hero__content .subtitle {
      text-align: center;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--country .hero__content {
      padding: 45px 0;
    }
  }
  .hero--country .hero__image {
    top: 113px;
  }
  @media only screen and (max-width: 1280px) {
    .hero--country .hero__image {
      position: relative;
      display: flex;
      justify-content: center;
      top: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--country .hero__image {
      margin-bottom: 50px;
    }
  }
  .hero--country .hero__image img {
    max-width: 582px;
  }
  @media only screen and (max-width: 1280px) {
    .hero--country .hero__image img {
      max-width: 380px;
      margin-left: 32px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hero--country .hero__image img {
      margin-left: 0;
      max-width: none;
      width: 40dvw;
      display: flex;
      justify-content: center;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--country .hero__image img {
      width: 60dvw;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--country .hero__image img {
      width: 80dvw;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--country .hero__text {
      text-align: center;
    }
  }
  .hero--plesk .hero__image {
    top: 74px;
    right: 27px;
  }
  @media only screen and (max-width: 1280px) {
    .hero--plesk .hero__image {
      position: static;
    }
  }
  .hero--plesk .hero__wrapper {
    padding-bottom: 105px;
  }
  @media only screen and (max-width: 1024px) {
    .hero--plesk .hero__wrapper {
      padding-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hero--plesk .hero__wrapper {
      padding-bottom: 64px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hero--plesk .hero__wrapper {
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 992px) {
    .hero--plesk .hero__content {
      max-width: unset;
    }
  }
  @media only screen and (max-width: 992px) {
    .hero--plesk .hero__subtitle {
      max-width: unset;
    }
  }

  .endings__desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    opacity: 0.8;
    margin-bottom: 54px;
    text-align: center;
  }
  @media only screen and (max-width: 1024px) {
    .endings__desc {
      font-size: 16px;
    }
  }
  .endings__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .endings__tabs .tab {
    min-width: 203px;
    padding: 11px 15px;
  }
  @media only screen and (max-width: 568px) {
    .endings__tabs {
      justify-content: initial;
      padding-bottom: 10px;
      margin-bottom: 26px;
      margin-right: -32px;
      gap: 8px;
    }
    .endings__tabs .tab:not(:last-child) {
      margin: 0;
    }
  }
  .endings__cards .arrow-btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 24px;
  }
  @media only screen and (max-width: 568px) {
    .endings__cards .arrow-btn {
      margin-top: 32px;
      order: 2;
    }
  }
  @media only screen and (max-width: 568px) {
    .endings__cards .arrow-btn {
      width: 100%;
      font-weight: 700;
    }
  }
  .endings__cards-label {
    margin: 24px 0 0;
    color: rgba(21, 21, 21, 0.48);
    line-height: 16px;
  }
  @media only screen and (max-width: 568px) {
    .endings__cards-label {
      margin: 32px 0 0;
      order: 3;
    }
  }
  .endings__cards-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px 16px;
  }
  .endings__cards-wrapper--three-column {
    grid-template-columns: repeat(3, 1fr);
  }
  @media only screen and (max-width: 1024px) {
    .endings__cards-wrapper {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767.98px) {
    .endings__cards-wrapper.endings__cards-wrapper--three-column {
      grid-template-columns: 1fr;
      gap: 22px;
    }
  }
  @media only screen and (max-width: 568px) {
    .endings__cards-wrapper {
      gap: 20px;
      grid-template-columns: 1fr;
    }
    .endings__cards-wrapper .endings__card:nth-child(n+9) {
      display: none;
    }
  }
  .endings__card-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .endings__card-title span {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    max-height: 25px;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  @media only screen and (max-width: 568px) {
    .endings__card-title {
      font-size: 16px;
    }
  }
  .endings__card-title .flag-shadowed {
    margin-right: 4px;
    border: 1px solid #E2E5EC;
    border-radius: 6px;
  }
  @media only screen and (max-width: 568px) {
    .endings__card-title .flag-shadowed {
      margin-right: 4px;
    }
  }
  .endings__card-title span {
    color: #151515;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 767.98px) {
    .endings__card-title span {
      text-align: center;
    }
  }
  .endings__card-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(21, 21, 21, 0.4);
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  @media only screen and (max-width: 568px) {
    .endings__card-description {
      text-align: center;
    }
  }
  .endings__card-btn g {
    transition: all 0.3s ease-in-out;
  }
  .endings__card-label {
    font-size: 12px;
    line-height: 14px;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: -14px;
    color: #3151BC;
    padding: 0 12px;
    height: 22px;
    text-transform: capitalize;
    background: linear-gradient(0deg, rgba(49, 81, 188, 0.1) 0%, rgba(49, 81, 188, 0.1) 100%), #FFF;
  }
  .endings__card-prices .old-price {
    margin: 0 0 0 2px;
    color: rgba(21, 21, 21, 0.4);
  }
  .endings__card-icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
  }
  .endings__card-icon img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: inherit;
    height: inherit;
  }
  .endings__card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 14px 20px;
    border: none;
    background-color: #ffffff;
    border: 1px solid #E2E5EC;
  }
  .endings__card--product {
    margin-bottom: 20px;
  }
  .endings__card--product .endings__card-title {
    margin-bottom: 4px;
  }
  .endings__card--product .endings__card-description {
    margin-bottom: 6px;
  }
  .endings__card:hover {
    border: 1px solid #3151BC;
  }
  .endings__card:hover .endings__card-title span {
    color: #3151BC;
    border-color: currentColor;
  }
  @media only screen and (max-width: 1024px) {
    .endings__card {
      padding: 16px;
    }
    .endings__card--product {
      padding: 24px;
      margin-bottom: 22px;
    }
  }

  .testimonials__stars {
    margin-bottom: 12px;
  }
  @media only screen and (max-width: 568px) {
    .testimonials__star svg {
      display: inline-block;
      width: 25px;
      height: 25px;
    }
  }
  .testimonials__star:not(:last-child) {
    margin-right: 7px;
  }
  .testimonials__rating {
    font-weight: 900;
    color: #eb7400;
  }
  .testimonials__subtitle {
    line-height: 150%;
  }
  .testimonials__subtitle a {
    font-size: 16px;
  }
  .testimonials__card-icon {
    position: absolute;
    top: 24px;
    right: 32px;
    z-index: 0;
  }
  .testimonials__testimonial {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: auto;
    color: rgba(0, 0, 0, 0.88);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  @media only screen and (max-width: 568px) {
    .testimonials__testimonial {
      font-size: 16px;
      -webkit-line-clamp: 7;
    }
  }
  .testimonials__testimonial-footer {
    margin-top: 25px;
  }
  @media only screen and (max-width: 568px) {
    .testimonials__testimonial-footer {
      margin-top: 16px;
    }
  }
  .testimonials__testimonial-author {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.88);
  }
  .testimonials__testimonial-link {
    align-self: baseline;
  }
  .testimonials__brand-logo {
    width: 130px;
    height: 40px;
    transition: all 0.3s ease-in-out;
  }
  .testimonials__brand-logo:hover {
  }
  .testimonials__slider {
    max-width: 1225px;
    margin-bottom: 30px;
    padding: 0 55px;
  }
  @media only screen and (max-width: 767.98px) {
    .testimonials__slider {
      padding: 0 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .testimonials__slider {
      padding: 0;
    }
  }
  .testimonials__slide {
    height: unset;
  }
  .testimonials__slide .card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px;
  }
  @media only screen and (max-width: 568px) {
    .testimonials__slide .card {
      padding: 24px;
    }
  }
  .testimonials__slider-btn-prev {
    position: absolute;
    left: -2px;
    top: 37%;
  }
  @media only screen and (max-width: 767.98px) {
    .testimonials__slider-btn-prev {
      top: auto;
      bottom: 1px;
      left: auto;
      right: 54px;
    }
  }
  .testimonials__slider-btn-prev::after {
    content: url("../../images/icons/slider-arrow-left.4e0bb7bab880.svg");
  }
  .testimonials__slider-btn-next {
    position: absolute;
    right: -2px;
    top: 37%;
  }
  @media only screen and (max-width: 767.98px) {
    .testimonials__slider-btn-next {
      top: auto;
      bottom: 1px;
    }
  }
  .testimonials__slider-btn-next::after {
    content: url("../../images/icons/slider-arrow-right.ac70a764dfd3.svg");
  }
  .testimonials__reviews-wrapper {
    background-color: white;
    padding: 32px;
    width: 100%;
    max-width: 1134px;
    margin: 0 auto;
  }

  .steps {
    margin-bottom: 32px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
  .steps .wrapper-bg {
    padding-inline: 0;
  }
  .steps__subtitle {
    line-height: 24px;
  }
  @media only screen and (max-width: 568px) {
    .steps__subtitle {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media only screen and (max-width: 568px) {
    .steps {
      background-color: #ffffff;
      padding-top: 46px;
    }
  }
  .steps .block-with-image.flex-reverse .block-with-image__content {
    order: -1;
    padding-right: 0;
    padding-left: 76px;
  }
  @media only screen and (max-width: 1280px) {
    .steps .block-with-image.flex-reverse .block-with-image__content {
      padding-left: 20px;
    }
  }
  @media only screen and (max-width: 992px) {
    .steps .block-with-image.flex-reverse .block-with-image__content {
      order: 2;
      padding: 0;
    }
  }
  .steps .block-with-image.flex-reverse .block-with-image__image-container {
    padding-left: 0;
    padding-right: 20px;
    margin-right: 0;
  }
  @media only screen and (max-width: 992px) {
    .steps .block-with-image.flex-reverse .block-with-image__image-container {
      padding: 0;
    }
  }
  @media only screen and (max-width: 992px) {
    .steps .block-with-image.flex-reverse .block-with-image__content-text {
      max-width: unset;
    }
  }
  .steps .block-with-image__image-container {
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
  }
  .steps .block-with-image__content {
    padding-right: 76px;
  }
  @media only screen and (max-width: 1280px) {
    .steps .block-with-image__content {
      width: 100%;
      padding-right: 20px;
    }
  }
  @media only screen and (max-width: 992px) {
    .steps .block-with-image__content {
      padding: 0;
    }
  }
  @media only screen and (max-width: 992px) {
    .steps .block-with-image:not(.flex-reverse) .block-with-image__content-text {
      max-width: unset;
    }
  }
  .steps .block-with-image:not(:last-of-type) {
    margin-bottom: 90px;
  }
  @media only screen and (max-width: 1024px) {
    .steps .block-with-image:not(:last-of-type) {
      margin-bottom: 64px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .steps .block-with-image:last-of-type {
      margin-bottom: 0;
    }
  }

  .subtitle {
    font-size: 18px;
    line-height: 32px;
  }
  .subtitle-sm {
    font-size: 16px;
    line-height: 25px;
    max-width: 708px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 568px) {
    .subtitle {
      font-size: 16px;
      line-height: 24px;
    }
  }

  .section-steps .wrapper-bg {
    overflow: hidden;
    padding: 64px 0;
    gap: 24px;
  }
  @media only screen and (max-width: 568px) {
    .section-steps .wrapper-bg {
      background-color: #ffffff;
      border: 1px solid #E2E5EC;
      border-radius: 12px;
      padding: 24px;
    }
  }
  .section-steps .subtitle {
    max-width: 720px;
    margin: 0 auto;
  }
  .section-steps .block-with-image {
    margin-bottom: 111px;
    gap: 0;
    grid-template-columns: 1fr 1.03fr;
  }
  @media only screen and (max-width: 1024px) {
    .section-steps .block-with-image {
      margin-bottom: 24px;
    }
  }
  @media only screen and (max-width: 992px) {
    .section-steps .block-with-image {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }
  .section-steps .block-with-image:last-child {
    margin-bottom: 0;
  }
  .section-steps .block-with-image__title {
    max-width: 397px;
  }
  @media only screen and (max-width: 992px) {
    .section-steps .block-with-image__title {
      max-width: none;
    }
  }
  .section-steps .block-with-image__icon {
    min-width: 40px;
  }
  .section-steps .block-with-image__content {
    padding-right: 76px;
  }
  @media only screen and (max-width: 1024px) {
    .section-steps .block-with-image__content {
      max-width: none;
      padding: 0 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .section-steps .block-with-image__content {
      padding: 0;
    }
  }
  .section-steps .block-with-image__services-container {
    margin-top: 24px;
  }
  .section-steps .block-with-image__services-grid {
    grid-template-columns: max-content 1fr;
  }
  @media only screen and (max-width: 1280px) {
    .section-steps .block-with-image__services-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 568px) {
    .section-steps .block-with-image__services-grid {
      grid-template-columns: 1fr;
    }
  }
  .section-steps .block-with-image__image-container {
    padding-top: 49px;
    padding-left: 40px;
  }
  @media only screen and (max-width: 1280px) {
    .section-steps .block-with-image__image-container {
      padding-left: 32px;
    }
    .section-steps .block-with-image__image-container svg {
      width: calc(100% - 32px);
    }
  }
  .section-steps .block-with-image__image-container img {
    position: static;
  }
  @media only screen and (max-width: 1024px) {
    .section-steps .block-with-image__image-container img.t-hide {
      display: none;
    }
  }
  @media only screen and (max-width: 1024px) {
    .section-steps .block-with-image__image-container {
      display: flex;
      justify-content: center;
      padding-left: 0;
    }
    .section-steps .block-with-image__image-container svg {
      height: 500px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .section-steps .block-with-image__image-container svg {
      height: auto;
    }
  }
  .section-steps .block-with-image--reversed {
    grid-template-columns: 1.03fr 1fr;
  }
  @media only screen and (max-width: 992px) {
    .section-steps .block-with-image--reversed {
      grid-template-columns: 1fr;
    }
  }
  .section-steps .block-with-image--reversed .block-with-image__services-container {
    margin-top: 65px;
  }
  @media only screen and (max-width: 1024px) {
    .section-steps .block-with-image--reversed .block-with-image__services-container {
      margin-top: 28px;
    }
  }
  .section-steps .block-with-image--reversed .block-with-image__content {
    padding-left: 76px;
    padding-right: 0;
    max-width: none;
  }
  @media only screen and (max-width: 1280px) {
    .section-steps .block-with-image--reversed .block-with-image__content {
      padding-left: 32px;
    }
  }
  @media only screen and (max-width: 992px) {
    .section-steps .block-with-image--reversed .block-with-image__content {
      padding: 0 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .section-steps .block-with-image--reversed .block-with-image__content {
      padding: 0;
    }
  }
  .section-steps .block-with-image--reversed .block-with-image__content .block-with-image__service:hover {
    border-color: #96C23D;
  }
  .section-steps .block-with-image--reversed .block-with-image__image-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  }
  @media only screen and (max-width: 1280px) {
    .section-steps .block-with-image--reversed .block-with-image__image-container {
      padding-right: 32px;
      padding-left: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .section-steps .block-with-image--reversed .block-with-image__image-container {
      padding-left: 0;
      padding-right: 0;
      justify-content: center;
    }
  }
  .section-steps .block-with-image--reversed .block-with-image__title {
    max-width: 400px;
  }
  @media only screen and (max-width: 1024px) {
    .section-steps .block-with-image--reversed .block-with-image__title {
      max-width: none;
    }
  }
  .section-steps .block-with-image--reversed .block-with-image__content-text {
    max-width: 433px;
  }
  @media only screen and (max-width: 568px) {
    .section-steps .h2 {
      padding: 12px 8px;
      line-height: 40px;
    }
  }
  .section-steps--asset .wrapper-bg {
    gap: 20px;
  }
  .section-steps--asset .block-with-image {
    margin-bottom: 80px;
    grid-template-columns: 1fr 0.93fr;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image {
      grid-template-columns: 1fr;
      margin-bottom: 32px;
    }
  }
  .section-steps--asset .block-with-image:last-of-type {
    grid-template-columns: 1fr 0.71fr;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image:last-of-type {
      grid-template-columns: 1fr;
    }
  }
  .section-steps--asset .block-with-image__title {
    color: #151515;
  }
  .section-steps--asset .block-with-image__subtitle {
    font-family: Cabin;
    color: #151515;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .section-steps--asset .block-with-image__subtitle {
      font-size: 16px;
      margin-bottom: 16px;
    }
  }
  .section-steps--asset .block-with-image__section {
    max-width: 501px;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image__section {
      max-width: none;
    }
  }
  .section-steps--asset .block-with-image__section .btn {
    line-height: 24px;
    padding: 20px 32px;
    min-width: 285px;
  }
  .section-steps--asset .block-with-image__section:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 47px;
    border-bottom: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 767.98px) {
    .section-steps--asset .block-with-image__section:not(:last-child) {
      margin-bottom: 32px;
      padding-bottom: 31px;
    }
  }
  .section-steps--asset .block-with-image__section:first-of-type {
    margin-top: 47px;
  }
  @media only screen and (max-width: 1024px) {
    .section-steps--asset .block-with-image__section:first-of-type {
      margin-top: 24px;
    }
  }
  .section-steps--asset .block-with-image__section:last-of-type {
    max-width: 470px;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image__section:last-of-type {
      max-width: none;
    }
  }
  .section-steps--asset .block-with-image__section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.88;
    color: #151515;
    margin-bottom: 32px;
  }
  .section-steps--asset .block-with-image__actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 45px;
  }
  @media only screen and (max-width: 767.98px) {
    .section-steps--asset .block-with-image__actions {
      width: 100%;
    }
  }
  .section-steps--asset .block-with-image__actions .btn {
    padding: 20px 32px;
  }
  .section-steps--asset .block-with-image__content .btn {
    padding: 20px 32px;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image__content .btn {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .section-steps--asset .block-with-image__content .btn {
      width: 100%;
      max-width: none;
    }
  }
  .section-steps--asset .block-with-image__content-text {
    margin-bottom: 48px;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image__content-text {
      max-width: none;
    }
  }
  .section-steps--asset .block-with-image__content-text, .section-steps--asset .block-with-image__content-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.88;
    color: #151515;
  }
  .section-steps--asset .block-with-image__content-text p:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-steps--asset .block-with-image__image-container {
    padding-right: 0;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image__image-container {
      padding: 0 24px;
    }
  }
  .section-steps--asset .block-with-image__image-container svg {
    width: 100%;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image__image-container svg {
      width: 90%;
    }
  }
  .section-steps--asset .block-with-image--reversed .block-with-image__image-container {
    align-items: center;
    padding-right: 20px;
    padding-left: 0;
  }
  @media only screen and (max-width: 1440px) {
    .section-steps--asset .block-with-image--reversed .block-with-image__image-container {
      padding-left: 30px;
    }
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image--reversed .block-with-image__image-container {
      padding: 0 24px;
    }
  }
  .section-steps--asset .block-with-image--reversed .block-with-image__title {
    max-width: none;
  }
  @media only screen and (max-width: 992px) {
    .section-steps--asset .block-with-image--reversed .block-with-image__content-text {
      max-width: none;
    }
  }

  @media only screen and (max-width: 568px) {
    .section-endings .wrapper-bg {
      border-radius: 12px;
      border: 1px solid #E2E5EC;
      background: #ffffff;
      overflow: hidden;
      padding: 0;
    }
    .section-endings .wrapper-bg .h2 {
      text-align: left;
      padding: 24px 24px 16px;
    }
    .section-endings .wrapper-bg .endings__desc {
      text-align: left;
      padding: 0 24px 24px;
      margin-bottom: 0;
      opacity: 0.8;
      line-height: 24px;
      color: #0D1739;
    }
    .section-endings .wrapper-bg .endings__tabs {
      padding: 0 60px 0 24px;
    }
    .section-endings .wrapper-bg .endings__cards-wrapper {
      margin-bottom: 24px;
    }
    .section-endings .wrapper-bg .tab-content {
      padding: 0 24px 24px;
    }
  }
  @media only screen and (max-width: 568px) {
    .section-endings--secondary .wrapper-bg {
      padding: 0;
      border: none;
      background: transparent;
    }
    .section-endings--secondary .wrapper-bg .h2 {
      text-align: center;
      padding: 0 0 16px;
    }
    .section-endings--secondary .wrapper-bg .endings__tabs {
      padding-inline: 0;
      justify-content: center;
      margin-right: 0;
    }
    .section-endings--secondary .wrapper-bg .tab-content {
      padding-inline: 0;
    }
  }
  .section-endings--secondary .tab {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 100px;
    min-width: 176px;
  }
  .section-endings--secondary .tab svg path {
    transition: all 0.3s ease;
    fill: #96C23D;
  }
  @media only screen and (min-width: 1024px) {
    .section-endings--secondary .tab:hover {
      color: #96C23D;
      border-color: #96C23D;
      background-color: transparent;
    }
  }
  @media only screen and (max-width: 568px) {
    .section-endings--secondary .tab {
      min-width: -moz-fit-content;
      min-width: fit-content;
    }
    .section-endings--secondary .tab svg {
      display: none;
    }
  }
  .section-endings--secondary .tab.active {
    border-color: #96C23D;
    color: #ffffff;
    background-color: #96C23D;
  }
  .section-endings--secondary .tab.active svg path {
    fill: #ffffff;
  }
  .section-endings--secondary .endings__card-label {
    background: linear-gradient(0deg, rgba(150, 194, 61, 0.08) 0%, rgba(150, 194, 61, 0.08) 100%), #FFF;
    color: #6B931B;
  }
  .section-endings--secondary .endings__tabs {
    margin-bottom: 32px;
  }
  @media only screen and (min-width: 1024px) {
    .section-endings--secondary .endings__card:hover {
      border-color: #96C23D;
    }
    .section-endings--secondary .endings__card:hover .endings__card-title span {
      border-color: transparent;
      color: #000000;
    }
  }

  .section-reviews img {
    width: 100%;
  }
  @media only screen and (max-width: 767.98px) {
    .section-reviews .h2 {
      padding: 0 20px;
    }
  }
  .section-reviews__widget {
    width: 100%;
  }

  .popular-domains {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  @media only screen and (max-width: 1024px) {
    .popular-domains {
      grid-template-columns: 1fr;
    }
  }
  .popular-domains__col:first-child {
    border-right: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 1024px) {
    .popular-domains__col:first-child {
      border-right: none;
    }
  }
  .popular-domains__domain {
    padding: 17px 23px 18px 20px;
    border-bottom: 1px solid #E2E5EC;
  }
  .popular-domains__domain:hover .popular-domains__name {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
  @media only screen and (max-width: 568px) {
    .popular-domains__domain {
      padding: 0 24px 0 19px;
      height: 64px;
    }
  }
  .popular-domains .flag-shadowed {
    border: 2px solid #E2E5EC;
    border-radius: 2px;
    width: 32px;
    height: 24px;
  }
  .popular-domains .flag-shadowed-gtld {
    width: 28px;
    height: 22px;
    align-self: center;
  }
  .popular-domains__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #021f54;
    margin-right: auto;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .popular-domains .sale-label {
    margin-right: 15px;
  }
  @media only screen and (max-width: 568px) {
    .popular-domains .sale-label {
      margin-right: 9px;
    }
  }
  .popular-domains .old-price {
    margin-right: 11px;
  }
  @media only screen and (max-width: 568px) {
    .popular-domains .old-price {
      margin-right: 0;
      line-height: 13px;
      margin-top: 6px;
    }
  }
  .popular-domains .price {
    margin-right: 16px;
    font-size: 14px;
  }
  @media only screen and (max-width: 568px) {
    .popular-domains .price {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .popular-domains__icon {
      display: none;
    }
  }
  .popular-domains__all {
    padding: 24px;
    grid-column: 1/-1;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #151515;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
  }
  .popular-domains__all:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
  @media only screen and (max-width: 568px) {
    .popular-domains__all {
      font-size: 14px;
      line-height: 16px;
    }
  }

  @media only screen and (max-width: 767.98px) {
    .grid-3-cols.service-card-grid {
      grid-template-columns: 1fr;
    }
  }

  .whois-results.section {
    margin-top: 48px;
  }
  .whois-results.section .input-search {
    max-width: unset;
  }

  .blog-section {
    padding: 80px 0 110px;
    z-index: 1;
  }
  .blog-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 64px;
  }
  .blog-section__main {
    margin-bottom: 40px;
  }
  .blog-section__select {
    min-width: 190px;
  }
  @media only screen and (max-width: 767.98px) {
    .blog-section {
      padding: 0 0 64px;
      background-color: #ffffff;
    }
  }
  @media only screen and (max-width: 568px) {
    .blog-section {
      padding: 0 0 40px;
    }
    .blog-section__header {
      flex-direction: column;
      margin-bottom: 32px;
    }
    .blog-section__main {
      margin-bottom: 32px;
    }
    .blog-section__heading {
      font-size: 32px;
    }
    .blog-section__select {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .blog .hero .container {
      padding: 0 24px;
    }
  }
  .blog .hero__wrapper {
    position: relative;
    padding: 114px 0 35px;
  }
  @media only screen and (max-width: 1024px) {
    .blog .hero__wrapper {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .blog .hero__wrapper {
      padding-top: 64px;
    }
  }
  @media only screen and (max-width: 568px) {
    .blog .hero__wrapper {
      padding: 32px 0;
    }
  }
  .blog .hero__wrapper-image {
    position: absolute;
    top: 102px;
    right: -92px;
  }
  @media only screen and (max-width: 1280px) {
    .blog .hero__wrapper-image {
      position: static;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .blog .hero__wrapper-image {
      max-width: 100%;
    }
    .blog .hero__wrapper-image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .blog .hero__wrapper-image {
      margin: 0 -8px;
    }
  }
  .blog .hero .input-search {
    max-width: 540px;
    background: rgba(49, 81, 188, 0.04);
  }
  @media only screen and (max-width: 767.98px) {
    .blog .hero .input-search {
      max-width: none;
    }
  }
  .blog .hero .input-search.article-search-form .btn--clear-input {
    top: 31px;
    right: 187px;
  }
  @media only screen and (max-width: 568px) {
    .blog .hero .input-search {
      padding: 7px 8px 7px 19px;
      margin: 0;
    }
    .blog .hero .input-search.article-search-form .btn--clear-input {
      top: 19px;
      right: 80px;
    }
  }
  .blog .tabs-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -32px 32px 0;
    display: flex;
  }
  @media only screen and (max-width: 767.98px) {
    .blog .tabs-wrapper {
      margin: 0 -32px 16px 0;
      padding-bottom: 16px;
    }
  }
  .blog .tabs-wrapper .tab {
    padding: 11px 20px 11px 16px;
    border: 1px solid #E2E5EC;
    border-radius: 100px;
  }
  .blog .tabs-wrapper .tab svg {
    margin-right: 8px;
  }
  .blog .tabs-wrapper .tab.active {
    background-color: #3151BC;
    color: #ffffff;
  }
  .blog .tabs-wrapper .tab.active svg path {
    fill: #ffffff;
  }
  .blog .tabs-wrapper .tab__icon {
    margin-right: 8px;
  }
  @media only screen and (max-width: 568px) {
    .blog .tabs-wrapper .tab__icon {
      display: block;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .blog .tabs-wrapper .tab {
      padding: 11px 24px 11px 16px;
    }
  }
  .blog .tabs-wrapper li {
    margin-right: 8px;
  }
  .blog .tabs-wrapper li:last-child {
    padding-right: 32px;
    margin: 0;
  }
  .blog .items-wrapper--diff-width {
    gap: 20px;
    margin: 0 0 32px;
    justify-content: space-between;
  }
  @media only screen and (max-width: 1280px) {
    .blog .items-wrapper--diff-width .item {
      width: calc(50% - 16px);
    }
    .blog .items-wrapper--diff-width .article--bg {
      flex-shrink: 0;
    }
    .blog .items-wrapper--diff-width .card--email-form {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .blog .items-wrapper--diff-width .item {
      width: 100%;
    }
  }
  .blog .items-wrapper--double-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  @media only screen and (max-width: 767.98px) {
    .blog .items-wrapper--double-col {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 568px) {
    .blog .items-wrapper--double-col {
      gap: 32px;
    }
  }
  .blog .items-wrapper--tripple-col {
    flex-wrap: wrap;
    width: auto;
    margin: 0 -16px;
  }
  @media only screen and (max-width: 767.98px) {
    .blog .items-wrapper--tripple-col {
      margin: 0;
    }
  }
  .blog .items-wrapper--tripple-col .item {
    width: calc(33.333% - 32px);
    margin: 0 16px 32px;
    order: 3;
  }
  @media only screen and (max-width: 1024px) {
    .blog .items-wrapper--tripple-col .item {
      width: calc(50% - 32px);
    }
  }
  @media only screen and (max-width: 767.98px) {
    .blog .items-wrapper--tripple-col .item {
      width: 100%;
      margin: 0 0 32px;
    }
  }
  .blog .items-wrapper--tripple-col .item:nth-child(1):not(.item--fixed-order) {
    order: 1;
  }
  .blog .items-wrapper--tripple-col .item:nth-child(2):not(.item--fixed-order) {
    order: 1;
  }
  .blog .items-wrapper--tripple-col .item:nth-child(3):not(.item--fixed-order) {
    order: 1;
  }
  .blog .items-wrapper--tripple-col .item--fixed-order {
    border-radius: 8px;
    padding: 32px 12px 0 32px;
    background-color: #ffffff;
    order: 2;
  }
  @media only screen and (max-width: 568px) {
    .blog .items-wrapper--tripple-col .item--fixed-order {
      background-color: transparent;
      padding: 24px 16px 0 24px;
    }
  }
  .blog .items-wrapper--tripple-col .item--fixed-order .h3 {
    line-height: 1;
  }
  .blog .items-wrapper--tripple-col .item--fixed-order__list {
    flex-wrap: wrap;
    max-height: 356px;
    max-width: 338px;
    overflow-y: scroll;
  }
  @media only screen and (max-width: 767.98px) {
    .blog .items-wrapper--tripple-col .item--fixed-order__list {
      max-height: 248px;
      max-width: 100%;
    }
  }
  .blog .items-wrapper--tripple-col .item--fixed-order__list li {
    margin: 0 8px 8px 0;
  }
  .blog .items-wrapper--tripple-col .item--fixed-order__list li a {
    padding: 7px 16px;
    border: 1px solid transparent;
    line-height: 1;
    border-radius: 4px;
    background-color: #E2E5EC;
    color: #151515;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .blog .items-wrapper--tripple-col .item--fixed-order__list li a:hover {
    border-color: #E2E5EC;
    background-color: #ffffff;
  }
  .blog .items-wrapper--tripple-col .item--fixed-order__list li:last-child {
    margin: 0;
  }

  @media only screen and (max-width: 767.98px) {
    .pagination {
      margin: 0;
    }
  }
  .pagination__wrapper {
    gap: 8px;
    flex-wrap: wrap;
  }
  .pagination__item {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    font-size: 14px;
    color: #3151BC;
    border: 1px solid #E2E5EC;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 568px) {
    .pagination__item.mob-hidden {
      display: none;
    }
  }
  .pagination__item:hover {
    border-color: #3151BC;
    background-color: rgba(49, 81, 188, 0.08);
  }
  .pagination__item--content {
    padding: 8px 6.5px;
  }
  .pagination__item--dots {
    background-color: transparent;
    border-color: transparent;
  }
  .pagination__item--dots .pagination__item-content {
    height: 16px;
  }
  .pagination__item--active {
    background-color: #3151BC;
    color: rgba(255, 255, 255, 0.88);
    border-color: transparent;
    pointer-events: none;
  }
  .pagination__item--disabled {
    pointer-events: none;
    cursor: default;
  }
  .pagination__item--disabled .pagination__item-content {
    opacity: 0.4;
  }

  .article-page__article .link {
    font-weight: 500;
  }
  .article-page__article-title {
    font-size: 48px;
  }
  @media only screen and (max-width: 767.98px) {
    .article-page__article-title {
      font-size: 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .article-page__article {
      padding-top: 0;
    }
  }
  .article-page__wrapper {
    margin: 48px auto;
    border-radius: 12px;
    border: 1px solid #E2E5EC;
    max-width: 1216px;
    background-color: #ffffff;
    padding: 48px 76px;
  }
  @media only screen and (max-width: 1280px) {
    .article-page__wrapper {
      padding: 64px 0;
      max-width: 1280px;
      margin: 48px 32px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .article-page__wrapper {
      padding: 24px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .article-page__wrapper {
      margin: 40px 24px 48px;
    }
  }
  .article-page__author {
    margin-left: 16px;
  }
  .article-page__content > * {
    margin: 0 0 32px;
  }
  .article-page__content > *:last-child {
    margin: 0;
  }
  .article-page__content img {
    margin: 0 0 32px;
  }
  .article-page__content img:last-child {
    margin: 0;
  }
  .article-page__content h1,
  .article-page__content h2,
  .article-page__content h3,
  .article-page__content h4,
  .article-page__content h5 {
    color: #151515;
  }
  .article-page__content h1 strong,
  .article-page__content h2 strong,
  .article-page__content h3 strong,
  .article-page__content h4 strong,
  .article-page__content h5 strong {
    color: #151515;
    font-family: "Cabin", sans-serif;
  }
  .article-page__content i strong {
    font-family: "Inter", serif;
    font-weight: 500;
  }
  .article-page__content h1 {
    font-size: 48px;
    display: block;
    line-height: 1.2;
  }
  @media only screen and (max-width: 767.98px) {
    .article-page__content h1 {
      font-size: 32px;
    }
  }
  .article-page__content h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #151515;
  }
  @media only screen and (max-width: 767.98px) {
    .article-page__content h2 {
      font-size: 24px;
    }
  }
  .article-page__content h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  @media only screen and (max-width: 767.98px) {
    .article-page__content h3 {
      font-size: 20px;
    }
  }
  .article-page__content h4 {
    font-size: 24px;
    line-height: 1.5;
  }
  @media only screen and (max-width: 767.98px) {
    .article-page__content h4 {
      font-size: 18px;
    }
  }
  .article-page__content h5,
  .article-page__content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
  @media only screen and (max-width: 767.98px) {
    .article-page__content h5,
    .article-page__content h6 {
      font-size: 16px;
    }
  }
  .article-page__content img {
    border-radius: 16px;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
    max-width: 100%;
    min-height: 124px;
  }
  .article-page__content picture {
    border-radius: 8px;
    display: block;
  }
  .article-page__content picture + img,
  .article-page__content div + img {
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .article-page__content p {
    font-size: 16px;
    line-height: 1.5;
  }
  .article-page__content figure figcaption {
    text-align: center;
  }
  .article-page__content blockquote * {
    font-size: 18px;
    color: black;
    line-height: 1.4;
  }
  .article-page__content ul,
  .article-page__content ol {
    list-style: inside;
  }
  .article-page__content ul li,
  .article-page__content ol li {
    margin: 0 0 16px;
    color: #151515;
  }
  .article-page__content ul li:last-child,
  .article-page__content ol li:last-child {
    margin: 0;
  }
  .article-page__content ol {
    list-style-type: decimal;
  }
  .article-page__content ul {
    list-style-type: disc;
  }
  .article-page__content > * ul,
  .article-page__content > * ol {
    margin-top: 16px;
    padding-left: 24px;
  }
  .article-page__content a,
  .article-page__content a:visited {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    color: #3151BC;
    cursor: pointer;
  }
  .article-page__content a:hover,
  .article-page__content a:visited:hover {
    border-color: currentColor;
  }
  .article-page__content iframe {
    border-radius: 8px;
    display: block;
    margin: 0 auto 32px;
    max-width: 100%;
  }

  .country-domain {
    background-position: center;
    background-size: cover;
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 767.98px) {
    .country-domain {
      margin-bottom: 64px;
    }
  }
  .country-domain .breadcrumb .flag-shadowed {
    margin-left: 8px;
  }
  .country-domain__header {
    padding-bottom: 80px;
    max-width: 644px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__header {
      padding: 64px 0;
    }
  }
  .country-domain__header .bulk-registration {
    display: none;
  }
  @media only screen and (max-width: 767.98px) {
    .country-domain__header .bulk-registration {
      display: block;
      margin-bottom: 20px;
    }
  }
  .country-domain .input-search .btn-bulk-registration {
    right: 193px;
  }
  @media only screen and (max-width: 767.98px) {
    .country-domain .input-search .btn-bulk-registration {
      display: none;
    }
  }
  .country-domain__prices-wrapper {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
  }
  .country-domain__table {
    border: 1px solid #E2E5EC;
    box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__table {
      margin-bottom: 30px;
    }
  }
  .country-domain__table-row {
    padding: 25px 24px 22px 21px;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__table-row {
      padding: 8px 18px 9px 24px;
    }
  }
  .country-domain__table-row:not(:first-child) {
    border-top: 1px solid #E2E5EC;
  }
  .country-domain__table-row:nth-child(odd) {
    background-color: rgba(21, 21, 21, 0.02);
  }
  .country-domain__table-row:nth-child(even) {
    background: #ffffff;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__table .price-container {
      flex-direction: column-reverse;
      align-self: center;
      margin-left: 6px;
    }
  }
  .country-domain__table .price {
    font-size: 18px;
    line-height: 32px;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__table .price {
      font-size: 14px;
      line-height: 17px;
    }
  }
  .country-domain__table .old-price {
    margin-left: 16px;
    color: rgba(21, 21, 21, 0.64);
    font-size: 16px;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__table .old-price {
      margin: 0;
      line-height: 17px;
    }
  }
  .country-domain__table .sale-label {
    margin-left: 16px;
    border-radius: 8px;
    border: 1px solid #96C23D;
    background: rgba(150, 194, 61, 0.1);
    color: #6B931B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 7px;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__table .sale-label {
      padding: 0;
      border: 0;
      color: #ff0000;
      background-color: transparent;
    }
  }
  .country-domain__table--country .country-domain__table-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
  .country-domain__table--country .country-domain__table-row .country-domain__name:not(:first-of-type) {
    border-left: 1px solid rgba(21, 21, 21, 0.08);
  }
  .country-domain__table--country .country-domain__name {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    width: 100%;
  }
  .country-domain__table--country .country-domain__name .flag-shadowed {
    flex-shrink: 0;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__table--country .country-domain__name {
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }
    .country-domain__table--country .country-domain__name .flag-shadowed {
      margin-right: 0;
    }
  }
  .country-domain__name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.88);
    line-height: 133%;
    margin-right: auto;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__name {
      font-size: 16px;
    }
  }
  .country-domain__name .flag-shadowed {
    margin-right: 3px;
    border-radius: 4px;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__name .flag-shadowed {
      margin-right: 4px;
    }
  }
  .country-domain__requirements-wrapper {
    padding: 16px;
    border-radius: 8px;
    background: rgba(150, 194, 61, 0.1);
    line-height: 150%;
    text-align: center;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__requirements-wrapper {
      text-align: start;
      font-size: 14px;
      padding: 16px 20px;
    }
  }
  .country-domain__requirements-link {
    display: inline;
    color: #6B931B;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
  }
  @media only screen and (max-width: 568px) {
    .country-domain__requirements-link {
      font-size: 14px;
    }
  }
  .country-domain__requirements-link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }

  .section-prices {
    padding-bottom: 32px;
  }
  .section-prices .wrapper-bg {
    gap: 0;
  }
  @media only screen and (max-width: 568px) {
    .section-prices {
      padding: 0 0 50px;
    }
    .section-prices .wrapper-bg {
      padding-bottom: 0;
    }
    .section-prices-mob-bg {
      background-color: #fdfdfd;
    }
    .section-prices-mob-bg .country-domain__table-row {
      padding: 19px 22px 15px 21px;
    }
    .section-prices-mob-bg .country-domain__table-row:nth-child(odd) {
      background: linear-gradient(0deg, rgba(21, 21, 21, 0.02) 0%, rgba(21, 21, 21, 0.02) 100%), #ffffff;
    }
  }

  .about {
    padding-bottom: 82px;
  }
  @media only screen and (max-width: 767.98px) {
    .about {
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .about__title {
      margin: 0 0 48px;
    }
  }
  .about .section {
    padding: 0 0 30px;
    margin: 0;
  }
  @media only screen and (max-width: 767.98px) {
    .about .section {
      padding: 0 0 48px;
    }
  }
  .about .section:has(.block-with-image) .wrapper-bg {
    gap: 30px;
  }
  .about .services-section {
    padding: 0 0 30px;
  }
  @media only screen and (max-width: 568px) {
    .about .services-section {
      margin: 0 24px 48px;
    }
  }
  .about .services-section .container {
    margin-top: -190px;
  }
  @media only screen and (max-width: 767.98px) {
    .about .services-section .container {
      padding: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .about .services-section .container {
      margin-top: 0;
    }
  }
  .about .services-section .wrapper-bg {
    gap: 32px;
  }
  .about .services-section .advantage-card__description {
    text-align: left;
  }
  @media only screen and (max-width: 767.98px) {
    .about .services-section {
      padding: 48px 0 0;
    }
  }
  .about .services-section__desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    opacity: 0.8;
    color: #0D1739;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 48px;
  }
  .about .block-with-text {
    padding: 48px;
  }
  @media only screen and (max-width: 767.98px) {
    .about .block-with-text {
      padding: 32px;
    }
  }
  .about .block-with-text > p {
    max-width: 745px;
  }
  @media only screen and (max-width: 767.98px) {
    .about .block-with-text > p {
      max-width: 100%;
      text-align: left;
    }
  }
  .about .block-with-text > p .link {
    line-height: 21px;
  }
  @media only screen and (max-width: 1024px) {
    .about .bg-white--md:first-of-type .section {
      padding-bottom: 32px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .about .bg-white--md:last-of-type .section {
      padding-top: 32px;
    }
  }
  .about .bg-white--md .about__link::after {
    position: absolute;
    bottom: 3px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #3151BC;
    content: "";
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .about .bg-white--md .about__link:hover:after {
    opacity: 0;
  }
  .about .advantage-card {
    padding: 28px 32px;
    box-shadow: 0px 7px 24px -10px rgba(21, 21, 21, 0.12);
  }
  .about .advantage-card .card-title {
    color: #021f54;
  }
  .about .hero {
    background: linear-gradient(90deg, #151515 38%, rgba(21, 21, 21, 0) 100%);
  }
  @media only screen and (max-width: 1024px) {
    .about .hero {
      background: linear-gradient(90deg, #151515 44%, rgba(21, 21, 21, 0) 100%), linear-gradient(30.17deg, #151515 8.16%, rgba(21, 21, 21, 0) 100%);
    }
  }
  @media only screen and (max-width: 568px) {
    .about .hero {
      background: #151515;
      z-index: 0;
    }
  }
  .about .hero__title {
    font-size: 48px;
    margin: 0;
  }
  @media only screen and (max-width: 767.98px) {
    .about .hero__title {
      font-size: 32px;
      text-align: left;
    }
  }
  .about .hero__content-box {
    padding: 153px 0;
    max-width: 675px;
    gap: 40px;
    position: relative;
  }
  @media only screen and (max-width: 767.98px) {
    .about .hero__content-box {
      gap: 28px;
      padding: 40px 0;
    }
    .about .hero__content-box > p:last-child {
      padding-right: 5px;
    }
  }
  .about .hero__image-box {
    max-height: 100%;
    height: 100%;
    max-width: 880px;
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
  }
  @media only screen and (max-width: 375px) {
    .about .hero__image-box {
      top: -131px;
      right: -70px;
      height: auto;
    }
  }
  .about .hero__image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .about .block-with-image {
    gap: 64px;
    grid-template-columns: 1.32fr 1fr;
  }
  .about .block-with-image--reversed {
    grid-template-columns: 1fr 1.32fr;
  }
  @media only screen and (max-width: 1024px) {
    .about .block-with-image--reversed {
      grid-template-columns: 1fr;
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .about .block-with-image {
      padding: 0;
      box-shadow: none;
      grid-template-columns: 1fr;
      gap: 0;
    }
    .about .block-with-image__content-text {
      margin-bottom: 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .about .block-with-image {
      padding: 24px;
    }
  }
  .about .block-with-image__title {
    gap: 9px;
    line-height: 1.3;
  }
  .about .block-with-image__title :first-child {
    font-size: 24px;
  }
  @media only screen and (max-width: 1024px) {
    .about .block-with-image__title :first-child {
      font-size: 20px;
    }
  }
  .about .block-with-image__title :last-child {
    font-size: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .about .block-with-image__title :last-child {
      font-size: 24px;
      line-height: 1.2;
    }
  }
  .about .block-with-image__image-container {
    max-width: 570px;
    flex-shrink: 0;
    width: 100%;
    padding: 0;
  }
  @media only screen and (max-width: 375px) {
    .about .block-with-image__image-container {
      gap: 12px;
    }
  }
  .about .block-with-image__image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    left: 0;
  }
  @media only screen and (max-width: 375px) {
    .about .block-with-image__image-container img:first-child {
      padding: 0 2px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .about .block-with-image__image-container {
      order: 2;
      max-width: none;
    }
    .about .block-with-image__image-container img {
      position: static;
      height: auto;
      aspect-ratio: unset;
    }
  }
  .about .block-with-image__content {
    width: 100%;
  }
  .about .testimonials__reviews-wrapper {
    box-shadow: 0px 16px 32px 0px rgba(2, 31, 84, 0.0392156863);
  }
  @media only screen and (max-width: 568px) {
    .about .testimonials__reviews-wrapper {
      border: 1px solid #E2E5EC;
      box-shadow: none;
    }
  }
  .about .testimonials__star {
    width: 24px;
    height: 24px;
  }
  @media only screen and (max-width: 568px) {
    .about .testimonials__stars {
      margin: 0 0 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .about .testimonials__subtitle {
      margin: 0 0 36px;
    }
  }
  .about .testimonials__title-wrapper {
    line-height: 1;
    font-size: 32px;
  }
  @media only screen and (max-width: 568px) {
    .about .testimonials__title-wrapper {
      line-height: 1.2;
      font-size: 24px;
    }
  }

  .about .block-advantages .advantage-card {
    box-shadow: none;
  }
  @media only screen and (max-width: 1024px) {
    .about .block-advantages .advantage-card:first-child::before {
      content: "";
      position: absolute;
      bottom: -20px;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #E2E5EC;
    }
    .about .block-advantages .advantage-card::after {
      content: "";
      position: absolute;
      bottom: -20px;
      height: 1px;
      width: 100%;
      background-color: #E2E5EC;
    }
    .about .block-advantages .advantage-card:nth-child(3):after {
      display: none;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .about .block-advantages .advantage-card:nth-child(2)::before {
      display: none;
    }
  }
  @media only screen and (max-width: 568px) {
    .about .block-advantages .advantage-card::before, .about .block-advantages .advantage-card:after {
      display: none;
    }
  }

  .block-2-cols {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 70px;
  }
  @media only screen and (max-width: 1024px) {
    .block-2-cols {
      grid-template-columns: 1fr;
      padding: 0 76px;
      gap: 24px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .block-2-cols {
      padding: 0 24px;
    }
  }
  .block-2-cols:not(:last-child) {
    margin-bottom: 120px;
  }
  @media only screen and (max-width: 1024px) {
    .block-2-cols:not(:last-child) {
      margin-bottom: 24px;
    }
  }
  .block-2-cols:last-child .block-2-cols__grid {
    grid-template-columns: 1fr;
  }
  .block-2-cols__desc {
    line-height: 160%;
    color: rgba(0, 0, 0, 0.88);
  }
  .block-2-cols__note {
    border-radius: 12px;
    background: rgba(49, 81, 188, 0.15);
    padding: 20px;
    line-height: 160%;
    color: rgba(0, 0, 0, 0.88);
  }
  .block-2-cols__note a {
    color: #3151BC;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
  }
  .block-2-cols__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-right: 12px;
  }
  @media only screen and (max-width: 1280px) {
    .block-2-cols__grid {
      grid-template-columns: 1fr;
    }
  }
  .block-2-cols__card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    font-weight: 500;
    color: #0D1739;
    line-height: 24px;
    transition: all 0.3s ease;
  }
  .block-2-cols__card:hover {
    border-color: #3151BC;
  }
  .block-2-cols__card:last-child {
    grid-column: 1/-1;
  }
  @media only screen and (max-width: 568px) {
    .block-2-cols__card {
      background-color: #ffffff;
    }
  }
  .block-2-cols__card-icon {
    border-radius: 8px;
    background: rgba(150, 194, 61, 0.1);
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .block-2-cols__right img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .block-2-cols__left {
    padding-left: 76px;
  }
  @media only screen and (max-width: 1024px) {
    .block-2-cols__left {
      order: 2;
      padding-left: 0;
    }
  }
  .block-2-cols__left ul {
    list-style: disc;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    gap: 8px;
    color: rgba(0, 0, 0, 0.88);
  }
  .block-2-cols--reverse {
    grid-template-columns: 470px 1fr;
  }
  .block-2-cols--reverse .block-2-cols__right svg {
    padding-left: 12px;
  }
  @media only screen and (max-width: 1024px) {
    .block-2-cols--reverse .block-2-cols__right svg {
      width: 100%;
      height: auto;
    }
  }
  @media only screen and (max-width: 1024px) {
    .block-2-cols--reverse {
      grid-template-columns: 1fr;
    }
    .block-2-cols--reverse .block-2-cols__right svg {
      padding-left: 0;
    }
  }
  .block-2-cols--reverse .block-2-cols__left {
    order: 2;
    padding-left: 0;
    padding-right: 76px;
  }
  @media only screen and (max-width: 1024px) {
    .block-2-cols--reverse .block-2-cols__left {
      padding-right: 0;
    }
  }
  .block-2-cols--secondary.block-2-cols:last-child .block-2-cols__grid {
    grid-template-columns: 1fr 1fr;
    margin-right: 0;
  }
  @media only screen and (max-width: 767.98px) {
    .block-2-cols--secondary.block-2-cols:last-child .block-2-cols__grid {
      grid-template-columns: 1fr;
    }
  }
  .block-2-cols--secondary.block-2-cols:last-child .block-2-cols__card:last-child {
    grid-column: auto;
  }
  .block-2-cols--secondary .block-2-cols__card-icon {
    background: rgba(49, 81, 188, 0.1);
  }

  .services__slider {
    position: static;
  }
  .services__slider-btn-prev {
    position: absolute;
    right: 87px;
    height: 24px;
    width: 24px;
    left: auto;
    top: 40px;
  }
  @media only screen and (max-width: 767.98px) {
    .services__slider-btn-prev {
      display: none;
    }
  }
  .services__slider-btn-prev::after {
    content: url("../../images/icons/slider-arrow-left.4e0bb7bab880.svg");
  }
  .services__slider-btn-next {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 32px;
    left: auto;
    top: 40px;
  }
  @media only screen and (max-width: 767.98px) {
    .services__slider-btn-next {
      display: none;
    }
  }
  .services__slider-btn-next::after {
    content: url("../../images/icons/slider-arrow-right.ac70a764dfd3.svg");
  }
  .services__slider-wrapper {
    justify-content: flex-start;
    position: static;
    border-radius: 16px;
    padding: 0 0 56px;
  }
  @media only screen and (max-width: 767.98px) {
    .services__slider-wrapper {
      flex-direction: column;
      gap: 32px;
      margin: 0 32px 48px;
      width: calc(100% - 64px);
      padding-bottom: 16px;
    }
  }
  .services__slider-wrapper .card-title {
    align-self: flex-start;
    line-height: 1.5;
  }
  @media only screen and (max-width: 568px) {
    .services__slider-wrapper .card-title {
      font-size: 24px;
    }
  }
  .services__slider-wrapper .btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    gap: 8px;
  }
  @media only screen and (max-width: 1280px) {
    .services__slider-wrapper .btn {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .services__slider-wrapper .btn {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .services__slider-wrapper .btn {
      padding: 24px 40px;
    }
  }
  .services__slider-wrapper .btn .arrow-container {
    margin-left: 0px;
  }

  .about-hero {
    position: relative;
  }
  .about-hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
  }
  .about-hero__title {
    margin-bottom: 21px;
  }
  @media only screen and (max-width: 767.98px) {
    .about-hero__title {
      text-align: left;
    }
  }
  .about-hero__content {
    padding: 110px 0 299px;
    max-width: 970px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 1024px) {
    .about-hero__content {
      padding: 80px 0 300px;
    }
  }
  @media only screen and (max-width: 568px) {
    .about-hero__content {
      padding: 40px 0;
    }
  }
  .about-hero__description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.8;
    font-family: "Inter";
  }
  @media only screen and (max-width: 767.98px) {
    .about-hero__description {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      text-align: left;
    }
  }

  .client-reviews__grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
  }
  @media only screen and (max-width: 1024px) {
    .client-reviews__grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  .client-reviews__grid .h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .client-reviews__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  @media only screen and (max-width: 568px) {
    .client-reviews__right {
      grid-template-columns: 1fr;
    }
  }
  .client-reviews__right .btn {
    height: 100%;
    justify-content: space-between;
  }
  @media only screen and (max-width: 568px) {
    .client-reviews__right .btn {
      height: 67px;
    }
  }
  .client-reviews__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    padding: 16px 24px;
    transition: all 0.3s ease;
  }
  @media only screen and (max-width: 568px) {
    .client-reviews__link {
      background-color: #ffffff;
    }
  }
  .client-reviews__link:hover {
    border-color: #3151BC;
  }
  .client-reviews__link img {
    height: 33px;
    width: auto;
    max-width: 178px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .certificates-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    align-items: center;
  }
  @media only screen and (max-width: 1280px) {
    .certificates-grid {
      grid-template-columns: 1fr 1fr;
      place-items: center;
    }
  }
  @media only screen and (max-width: 568px) {
    .certificates-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
  .certificates-grid img {
    width: auto;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .certificates-grid__link {
    position: relative;
  }
  .certificates-grid__link:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #E2E5EC;
  }
  @media only screen and (max-width: 1280px) {
    .certificates-grid__link:not(:last-child)::after {
      display: none;
    }
  }

  .more-services .wrapper-bg {
    padding-inline: 0;
  }
  @media only screen and (max-width: 568px) {
    .more-services .block-2-cols {
      padding: 0;
    }
  }
  .more-services .block-2-cols .btn {
    margin-bottom: 48px;
  }
  @media only screen and (max-width: 767.98px) {
    .more-services .block-2-cols .btn {
      width: 100%;
    }
  }
  .more-services .block-2-cols__right svg {
    padding-left: 76px;
  }
  @media only screen and (max-width: 1280px) {
    .more-services .block-2-cols__right svg {
      padding-left: 24px;
    }
  }
  @media only screen and (max-width: 992px) {
    .more-services .block-2-cols__right svg {
      padding-left: 0;
    }
  }
  .more-services__desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    color: #0D1739;
    opacity: 0.8;
    text-align: center;
    margin: 0 48px;
  }
  @media only screen and (max-width: 1024px) {
    .more-services__desc {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      margin: 0 24px;
    }
  }
  @media only screen and (min-width: 1280px) {
    .more-services__desc {
      margin: 0 auto;
      max-width: 800px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .more-services--single .block-2-cols__right {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .more-services--single .block-2-cols__right svg {
    padding-left: 18px;
    position: relative;
    top: -18px;
  }
  @media only screen and (max-width: 1024px) {
    .more-services--single .block-2-cols__right svg {
      max-width: 400px;
      top: 0;
    }
  }
  .more-services--single .block-2-cols__desc {
    margin-bottom: 50px;
  }
  .more-services--single .block-2-cols--reverse {
    padding-top: 43px;
    padding-bottom: 62px;
    grid-template-columns: 570px 1fr;
  }
  @media only screen and (max-width: 1280px) {
    .more-services--single .block-2-cols--reverse {
      grid-template-columns: 470px 1fr;
    }
  }
  @media only screen and (max-width: 1024px) {
    .more-services--single .block-2-cols--reverse {
      grid-template-columns: 1fr;
      padding-bottom: 0;
      padding-top: 0;
    }
  }
  .more-services--single .block-2-cols--reverse .text-secondary {
    display: block;
  }
  @media only screen and (max-width: 1024px) {
    .more-services--single .block-2-cols--reverse .text-secondary {
      display: inline-block;
    }
  }

  .error-page {
    background: linear-gradient(180deg, rgba(226, 229, 236, 0) 0%, #E2E5EC 100%);
  }
  @media only screen and (min-width: 767.98px) {
    .error-page-403 .error-section__content {
      padding: 20px 0 50px;
    }
    .error-page-404 .error-section__content {
      padding: 111px 0 0;
    }
    .error-page-500 .error-section__content {
      padding: 85px 0 55px;
    }
  }
  @media only screen and (max-width: 568px) {
    .error-page .icon-btn {
      width: 100%;
    }
  }
  .error-section {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 72px);
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow-y: auto;
  }
  @media only screen and (max-width: 568px) {
    .error-section {
      min-height: calc(100vh - 53px);
    }
  }
  .error-section__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media only screen and (max-width: 568px) {
    .error-section__content {
      padding: 50px 0;
    }
  }
  @media only screen and (min-width: 568px) {
    .error-section__img {
      margin-bottom: 33px;
    }
  }
  .error-section__img svg {
    max-width: 100%;
  }
  @media only screen and (max-width: 568px) {
    .error-section__img {
      margin-bottom: -10px;
    }
    .error-section__img svg {
      width: 100%;
      height: auto;
    }
  }
  .error-section__img--403 {
    margin-bottom: -4px;
  }
  @media only screen and (max-width: 568px) {
    .error-section__img--403 {
      margin-bottom: -60px;
    }
    .error-section__img--403 svg {
      width: 310px;
    }
  }
  .error-section__img--500 {
    margin-bottom: 48px;
  }
  @media only screen and (max-width: 568px) {
    .error-section__img--500 {
      margin-bottom: -46px;
    }
    .error-section__img--500 svg {
      width: 310px;
    }
  }
  .error-section__main {
    position: relative;
    top: -138px;
  }
  @media only screen and (max-width: 568px) {
    .error-section__main {
      top: 0;
    }
  }
  .error-section__text {
    font-size: 20px;
    line-height: 1.5;
    color: #0D1739;
    max-width: 283px;
    text-align: center;
    margin: 0 auto 48px;
    text-align: center;
    opacity: 0.88;
  }
  @media only screen and (max-width: 568px) {
    .error-section__text {
      margin-bottom: 32px;
    }
  }
  .error-section__title {
    text-align: center;
    font-family: "Cabin";
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
    color: #3151BC;
    opacity: 0.88;
  }
  @media only screen and (max-width: 568px) {
    .error-section__title {
      font-size: 24px;
    }
  }
  .error-section__caption {
    color: #151515;
    line-height: 1.5;
  }
  .error-section__btn {
    width: 346px;
    padding: 12px 12px;
    font-weight: 500;
  }
  .error-section__btn svg {
    margin-right: 16px;
  }

  .error-page-expired .container {
    max-width: 1444px;
  }
  @media only screen and (max-width: 1024px) {
    .error-page-expired .container {
      padding: 0;
      overflow-x: hidden;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .error-page-expired .container {
      padding-left: 15px;
      overflow-x: unset;
    }
  }
  @media only screen and (max-width: 568px) {
    .error-page-expired .error-section {
      align-items: flex-start;
    }
  }
  .error-page-expired .error-section__main {
    position: absolute;
    bottom: 15px;
    top: auto;
  }
  @media only screen and (max-width: 767.98px) {
    .error-page-expired .error-section__main {
      bottom: -43px;
    }
  }
  @media only screen and (max-width: 568px) {
    .error-page-expired .error-section__main {
      left: 0;
    }
  }
  .error-page-expired .error-section__title {
    font-size: 41px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 1280px) {
    .error-page-expired .error-section__title {
      font-size: 32px;
    }
  }
  .error-page-expired .error-section__text {
    opacity: 0.5;
    margin-bottom: 108px;
  }
  @media only screen and (max-width: 1280px) {
    .error-page-expired .error-section__text {
      margin-bottom: 120px;
      font-size: 16px;
      margin-bottom: 160px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .error-page-expired .error-section__text {
      margin-bottom: 33%;
    }
  }
  .error-page-expired .error-section__btn {
    width: 440px;
  }
  @media only screen and (max-width: 1280px) {
    .error-page-expired .error-section__btn {
      width: 330px;
    }
  }
  @media only screen and (max-width: 568px) {
    .error-page-expired .error-section__btn {
      width: calc(100dvw - 35px);
      position: relative;
      left: 5px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .error-page-expired .error-section__img {
      width: 100%;
    }
    .error-page-expired .error-section__img svg {
      width: calc(100dvw + 64px);
      max-width: unset;
      position: relative;
      left: -32px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .error-page-expired .error-section__img svg {
      width: 100%;
      left: 0;
    }
  }

  @media only screen and (max-width: 568px) {
    .search-results .container {
      padding: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .search-results {
      padding-top: 0;
    }
  }

  .search-bar-wrapper {
    padding: 48px 0 24px;
  }
  .search-bar-wrapper .input-search {
    width: 100%;
    max-width: none;
  }
  @media only screen and (min-width: 1024px) {
    .search-bar-wrapper .input-search {
      padding-left: 50px;
    }
  }
  .search-bar-wrapper .input-search .search-btn {
    font-weight: 400;
    padding: 12px 24px;
  }
  @media only screen and (max-width: 568px) {
    .search-bar-wrapper .input-search .search-btn {
      margin: 8px;
      border-radius: 8px;
      padding: 12px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .search-bar-wrapper .input-search .search-btn-text {
    line-height: 24px;
  }
  .search-bar-wrapper .input-search .btn--clear-input {
    top: 21px;
    right: 176px;
    margin: 0;
  }
  @media only screen and (max-width: 568px) {
    .search-bar-wrapper {
      padding: 32px 24px 30px;
    }
    .search-bar-wrapper .btn--clear-input {
      right: 50px !important;
      top: 8px !important;
    }
    .search-bar-wrapper .input-search {
      margin: 0;
      padding: 0 0 0 16px;
    }
    .search-bar-wrapper .input-search__input {
      font-size: 14px;
      padding-left: 32px;
      font-weight: 700;
    }
    .search-bar-wrapper .input-search__input::-moz-placeholder {
      font-weight: 400;
    }
    .search-bar-wrapper .input-search__input::placeholder {
      font-weight: 400;
    }
    .search-bar-wrapper .input-search__icon {
      display: block;
      top: 29px;
      left: 16px;
    }
    .search-bar-wrapper .search-btn {
      border-radius: 50%;
      padding: 16px;
    }
  }
  .search-bar-wrapper .search-btn-icon {
    display: none;
    line-height: 0;
  }
  @media only screen and (max-width: 568px) {
    .search-bar-wrapper .search-btn-icon {
      display: block;
    }
  }
  .search-bar-wrapper--search {
    padding: 0 0 28px;
  }
  .search-bar-wrapper--search .input-search {
    background-color: #ffffff;
  }

  .search-results-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
  }
  @media only screen and (max-width: 1280px) {
    .search-results-grid {
      gap: 16px;
      grid-template-columns: 1fr 280px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .search-results-grid {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 568px) {
    .search-results-grid.section {
      margin: 0 24px;
    }
  }

  .results-table {
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 568px) {
    .results-table {
      border-radius: 8px;
      border-top: none;
    }
  }
  .results-table__filters {
    padding: 16px 24px;
    background: #fdfdfd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  @media only screen and (max-width: 568px) {
    .results-table__filters {
      padding: 20px 24px;
    }
  }
  .results-table__filters .results-table__year-select {
    margin: 0 10px 0 8px;
    width: auto;
  }
  .results-table__filters .results-table__year-select svg {
    margin-left: 0;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__filters .results-table__year-filter {
      display: none;
    }
  }
  .results-table__year-filter {
    color: rgba(0, 0, 0, 0.64);
    position: relative;
  }
  .results-table__year-filter.active .results-table__year-select svg {
    transform: rotate(180deg);
  }
  .results-table__year-filter.active .results-table__options-list {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .results-table__year-select {
    width: 85px;
    margin-right: 21px;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__year-select {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .results-table__year-select {
      font-size: 14px;
    }
  }
  .results-table__year-select svg {
    margin-left: 8px;
  }
  .results-table__year-select .selected-option {
    margin-right: 5px;
  }
  .results-table__options-list {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 8px 32px rgba(21, 21, 21, 0.16);
    padding: 8px 0;
    position: absolute;
    top: 24px;
    left: 31px;
    z-index: 1;
    max-height: 138px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .results-table__options-list--domain {
    left: 29px;
  }
  .results-table__options-item {
    font-size: 14px;
    padding: 8px 16px;
    position: relative;
    color: #021f54;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
  }
  .results-table__options-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    border-bottom: 1px solid #E2E5EC;
    width: 80%;
  }
  .results-table__options-item:hover {
    color: rgba(2, 31, 84, 0.64);
  }
  .results-table__options-item.disabled-option {
    color: rgba(0, 0, 0, 0.64);
    pointer-events: none;
    cursor: none;
  }
  .results-table__header {
    padding: 23px 24px 24px;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    cursor: pointer;
    background-color: rgba(21, 21, 21, 0.02);
  }
  .results-table__header--no-br {
    border-radius: 0;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__header {
      padding: 12px 32px 10px;
      background-color: rgba(253, 253, 253, 0.7);
    }
  }
  @media only screen and (max-width: 568px) {
    .results-table__header {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      border-top: 1px solid rgba(21, 21, 21, 0.08);
    }
  }
  .results-table__header.opened + .results-table__results {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .results-table__header.opened .results-table__amount svg {
    transform: rotate(0);
  }
  .results-table__cols-title:first-of-type {
    width: 36.5%;
  }
  .results-table__cols-title:nth-of-type(2) {
    width: 23.4%;
  }
  .results-table__cols-title:nth-of-type(3) {
    width: 13.8%;
  }
  .results-table__cols-titles {
    padding: 12px 24px;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 1280px) {
    .results-table__cols-titles {
      display: none;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__cols {
      display: none;
    }
  }
  .results-table__results {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .results-table .label {
    font-size: 12px !important;
  }
  .results-table .label svg {
    margin-right: 0;
    margin-left: 4px;
  }
  .results-table__name-wrapper {
    line-height: 150%;
    font-weight: 700;
    padding-left: 24px;
    word-break: break-word;
    align-items: center;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__name-wrapper {
      padding-left: 0;
    }
  }
  .results-table__btns-wrapper {
    margin-left: auto;
  }
  .results-table__years-price-box {
    width: 35.5%;
    text-align: right;
  }
  @media only screen and (max-width: 1280px) {
    .results-table__years-price-box {
      width: 25%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__years-price-box {
      width: -moz-fit-content;
      width: fit-content;
      gap: 16px;
      flex-direction: row-reverse;
    }
    .results-table__years-price-box .results-table__row-content {
      line-height: 24px;
      font-size: 14px;
    }
  }
  .results-table__years-price-box .results-table__year-wrapper {
    width: 30%;
    font-size: 14px !important;
  }
  @media only screen and (max-width: 1280px) {
    .results-table__years-price-box .results-table__year-wrapper {
      width: 34%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__years-price-box .results-table__year-wrapper {
      width: -moz-fit-content;
      width: fit-content;
    }
    .results-table__years-price-box .results-table__year-wrapper .results-table__row-content {
      display: flex;
      gap: 5px;
    }
  }
  .results-table__years-price-box .results-table__price-wrapper {
    width: 54%;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__years-price-box .results-table__price-wrapper {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .results-table__description-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__description-wrapper {
      width: 100%;
      justify-content: space-between;
    }
  }
  .results-table__description-wrapper .results-table__name-wrapper {
    width: 58%;
  }
  @media only screen and (max-width: 1280px) {
    .results-table__description-wrapper .results-table__name-wrapper {
      width: 34.6%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__description-wrapper .results-table__name-wrapper {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .results-table__description-wrapper .results-table__status-wrapper {
    width: 32.5%;
  }
  @media only screen and (max-width: 1280px) {
    .results-table__description-wrapper .results-table__status-wrapper {
      width: 29.8%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__description-wrapper .results-table__status-wrapper {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .results-table__row {
    border-top: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__row {
      padding: 24px 32px 23px;
    }
  }
  .results-table__row--last {
    border-end-start-radius: 8px;
    border-end-end-radius: 8px;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__row--last .link {
      font-size: 16px !important;
    }
  }
  .results-table__row--all {
    padding: 24px 24px 23px;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
    background-color: #ffffff !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__row--all {
      padding: 23px 24px 24px;
      line-height: 24px;
    }
    .results-table__row--all span {
      line-height: 18px;
    }
  }
  .results-table__row--no-results {
    padding: 16px 24px 14px;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
    background-color: #ffffff !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__row--no-results {
      line-height: 24px;
    }
    .results-table__row--no-results span {
      line-height: 18px;
    }
  }
  .results-table__row--disabled .results-table__years-price-box,
  .results-table__row--disabled .results-table__btns-wrapper {
    opacity: 0.2;
    pointer-events: none;
  }
  .results-table__row--disabled .results-table__years-price-box .results-table__btn-text,
  .results-table__row--disabled .results-table__btns-wrapper .results-table__btn-text {
    color: #151515;
  }
  .results-table__row--disabled .results-table__years-price-box .results-table__btn-icon path,
  .results-table__row--disabled .results-table__btns-wrapper .results-table__btn-icon path {
    stroke: #151515;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__row--disabled .results-table__years-price-box,
    .results-table__row--disabled .results-table__btns-wrapper {
      display: none;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__row--loading {
      padding: 21px 32px 20px;
      background-color: rgba(253, 253, 253, 0.025);
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__row:not(.results-table__row--disabled) .results-table__status-wrapper {
      display: none;
    }
    .results-table__row:not(.results-table__row--disabled) .results-table__description-wrapper {
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
    }
  }
  .results-table__row.in-cart {
    background: linear-gradient(0deg, rgba(49, 81, 188, 0.08), rgba(49, 81, 188, 0.08)), #ffffff;
  }
  .results-table__row.in-cart .results-table__btn--remove {
    display: flex;
  }
  .results-table__row.in-cart .results-table__btn--add {
    display: none;
  }
  .results-table__title {
    line-height: 24px;
    font-weight: 700;
  }
  @media only screen and (max-width: 568px) {
    .results-table__title {
      font-size: 18px;
    }
  }
  .results-table__title-icon {
    margin-right: 16px;
    background-color: rgba(49, 81, 188, 0.15);
    padding: 4px;
    border-radius: 4px;
  }
  .results-table__amount {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.64);
  }
  .results-table__amount svg {
    margin-left: 23px;
    transform: rotate(180deg);
  }
  .results-table .label-premium {
    margin-left: auto;
    margin-right: 46px;
    flex-shrink: 0;
  }
  @media only screen and (max-width: 1280px) {
    .results-table .label-premium {
      margin-left: 8px;
    }
  }
  .results-table__status {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 23px 24px 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__status {
      padding: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .results-table__status {
      font-size: 12px;
    }
  }
  .results-table__status svg {
    margin: 0 8px;
  }
  .results-table__status--not-available {
    color: #ff0000;
  }
  .results-table__status--loading {
    margin-right: 12px;
  }
  @media only screen and (max-width: 568px) {
    .results-table__status--loading {
      margin-right: 4px;
      font-weight: 500;
      line-height: 15px;
    }
  }
  .results-table__status--loading br {
    display: none;
  }
  @media only screen and (max-width: 568px) {
    .results-table__status--loading br {
      display: block;
    }
  }
  .results-table__price {
    text-align: end;
    width: 64px;
    margin-right: 56px;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__price {
      margin-right: 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .results-table__price {
      width: 35px;
      font-size: 14px;
    }
  }
  .results-table__discount {
    width: 46px;
    margin-right: 41px;
    color: #ff0000;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__discount {
      margin-right: 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .results-table__discount {
      order: 1;
    }
  }
  .results-table__btn--all, .results-table__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3151BC;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  .results-table__btn--all-icon, .results-table__btn-icon {
    display: inline-block;
    margin-right: 8px;
  }
  .results-table__btn--all svg path, .results-table__btn svg path {
    stroke: #3151BC;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__btn--all {
      gap: 10px;
    }
  }
  .results-table__btn {
    padding: 23px 24px 24px;
    min-width: 174px;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__btn {
      min-width: 48px;
      height: 48px;
      border-radius: 8px;
      margin-right: 0;
      padding: 0;
    }
  }
  .results-table__btn-icon path {
    transition: stroke 0.3s ease-in-out;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__btn-icon {
      margin-right: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__btn-text {
      display: none;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__btn--add {
      background-color: #3151BC;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__btn--add .results-table__btn-icon path {
      stroke: #ffffff;
    }
  }
  .results-table__btn--remove {
    display: none;
  }
  @media only screen and (max-width: 767.98px) {
    .results-table__btn--remove {
      background-color: #ffffff;
    }
  }
  .results-table__btn:hover {
    background-color: #3151BC;
    color: #ffffff;
  }
  .results-table__btn:hover svg path {
    stroke: #ffffff;
  }

  .cart {
    height: -moz-fit-content;
    height: fit-content;
    transition: all 0.4s ease;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .cart {
      position: fixed;
      width: 100%;
      left: 0;
      top: auto;
      bottom: -1px;
      z-index: 30000;
      border-top-right-radius: 17px;
      border: none;
      border-top-left-radius: 17px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .cart__header {
    margin: 24px 24px 0;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
    pointer-events: none;
  }
  @media only screen and (max-width: 1024px) {
    .cart__header {
      margin: 0;
      padding: 16px 24px 15px;
      background-color: #3151BC;
      color: #ffffff;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      pointer-events: all;
      cursor: pointer;
    }
  }
  .cart__header .h4 {
    line-height: 120%;
  }
  @media only screen and (max-width: 1024px) {
    .cart__header .h4 {
      font-size: 18px;
    }
  }
  .cart__header svg {
    display: none;
  }
  @media only screen and (max-width: 1024px) {
    .cart__header svg {
      display: block;
      margin-right: 21px;
    }
  }
  .cart__content {
    padding-right: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .cart__content {
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
    }
  }
  .cart__body {
    padding: 0 16px 0 24px;
  }
  .cart__empty {
    padding: 25px 0;
  }
  @media only screen and (max-width: 1024px) {
    .cart__empty {
      padding: 25px 0 0;
    }
  }
  .cart__empty p {
    font-size: 14px;
    line-height: 16px;
  }
  .cart__empty p:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .cart__items {
    max-height: 359px;
  }
  @media only screen and (max-width: 1024px) {
    .cart__items {
      margin-top: 8px;
      max-height: 365px;
    }
  }
  .cart__item {
    padding: 14px 0;
  }
  .cart__item .trustee-link {
    margin-left: 0;
  }
  .cart__item .trustee-link svg path {
    stroke: #6B931B;
  }
  .cart__item:not(:last-child) {
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
  .cart__item .trustee-tooltip {
    display: none;
    width: 250px;
    left: -16px;
  }
  .cart__item .trustee-link:hover + .trustee-tooltip {
    display: block;
    z-index: 1;
  }
  .cart__item:not(:first-child) .trustee-tooltip {
    top: unset;
    bottom: 170%;
  }
  .cart__item:not(:first-child) .trustee-tooltip::before {
    top: unset;
    bottom: -10px;
    transform: rotate(180deg);
  }
  .cart__item:not(:first-child) .trustee-tooltip::after {
    top: unset;
    bottom: -8px;
    transform: rotate(180deg);
  }
  .cart__item:first-child .trustee-tooltip {
    top: calc(100% + 10px);
    bottom: unset;
  }
  .cart__item-name {
    display: inline-block;
    margin-bottom: 5px;
    word-break: break-word;
  }
  .cart__item-price, .cart__item-duration {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #151515;
  }
  .cart__item-duration {
    margin-right: 4px;
    color: rgba(21, 21, 21, 0.6);
  }
  .cart__footer {
    margin: 0 16px 24px 24px;
    padding-top: 29px;
    border-top: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 1024px) {
    .cart__footer {
      border-top: none;
      padding-top: 32px;
    }
    .cart__footer .btn-cta-primary {
      padding: 12px 24px 12px 36px !important;
    }
  }
  .cart__total {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
  }
  .cart__total-amount {
    font-weight: 700;
    font-size: 20px;
  }
  .cart .btn {
    width: 100%;
    justify-content: center;
  }
  .cart--empty .cart__footer {
    margin: 0 14px 0 24px;
    padding-top: 27px;
  }

  .btn-remove-all {
    line-height: 16px;
    color: #ff0000;
    font-size: 14px;
    line-height: 16px;
  }

  .cart.opened .cart__content {
    display: block;
    max-height: calc(100vh - 100px);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .cart.opened .cart__header svg {
    transform: rotate(180deg);
  }

  .cart-backdrop {
    background-color: rgba(0, 0, 0, 0.64);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20000;
  }

  .btn-delete-item {
    padding: 9px;
    margin-bottom: -11px;
  }
  .btn-delete-item svg g {
    transition: opacity 0.3s ease-in-out;
  }
  .btn-delete-item:hover svg g {
    opacity: 1;
  }

  @media only screen and (min-width: 1024px) {
    .terms__section.section {
      margin-top: 80px;
    }
  }
  .terms__wrapper {
    max-width: 1280px;
    padding: 0 32px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 1024px) {
    .terms__wrapper {
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      padding: 0;
      flex-direction: column;
    }
  }
  .terms-hero {
    position: relative;
    color: #ffffff;
    padding: 64px 0;
    background-color: #0D1739;
  }
  @media only screen and (max-width: 767.98px) {
    .terms-hero {
      padding: 40px 0;
    }
  }
  .terms-hero__heading {
    font-family: "Cabin";
    font-size: 48px;
    font-weight: 400;
    line-height: 76px;
    text-transform: none;
  }
  @media only screen and (max-width: 767.98px) {
    .terms-hero__heading {
      font-size: 32px;
      font-weight: 500;
      line-height: 48px;
    }
  }
  .terms-hero__description {
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 160%;
    font-weight: 500;
    position: relative;
    z-index: 1;
    max-width: 80%;
  }
  @media only screen and (max-width: 1024px) {
    .terms-hero__description {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .terms-hero__description {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
    }
  }
  .terms-hero__bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  @media only screen and (max-width: 1024px) {
    .terms-hero__bg {
      display: none;
    }
  }
  .terms-menu {
    width: 100%;
    max-width: 320px;
    margin-right: 28px;
    flex-shrink: 0;
  }
  @media only screen and (max-width: 1024px) {
    .terms-menu {
      margin-right: 0;
      max-width: 100%;
    }
  }
  .terms-menu__control-title {
    line-height: 1.5;
  }
  .terms-menu__control-box {
    background-color: #3151BC;
    padding: 16px 24px;
    color: #ffffff;
    display: none;
    cursor: pointer;
  }
  @media only screen and (max-width: 1024px) {
    .terms-menu__control-box {
      display: flex;
    }
  }
  .terms-menu__control-box.opened + .terms-menu__titles-list {
    border-bottom: 1px solid #E2E5EC;
  }
  .terms-menu__control-box.opened .terms-menu__control-icon {
    transform: rotate(180deg);
  }
  .terms-menu__control-box.opened + ul {
    visibility: visible;
    opacity: 1;
  }
  .terms-menu__control-icon {
    margin-left: 20px;
    transform: none;
    transition: all 0.3s ease-in-out;
  }
  .terms-menu__titles-list {
    padding: 0 24px;
    border: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 1024px) {
    .terms-menu__titles-list {
      border: none;
      border-radius: 0;
      max-height: 0;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }
  }
  .terms-menu__title {
    font-family: "Cabin";
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 0 18px;
  }
  .terms-menu__title-item:first-child {
    padding-top: 24px;
  }
  @media only screen and (max-width: 568px) {
    .terms-menu__title-item:first-child {
      padding-top: 26px;
    }
  }
  .terms-menu__title-item:last-child {
    padding-bottom: 24px;
  }
  .terms-menu__links-list {
    list-style: disc;
    padding-left: 20px;
  }
  .terms-menu__links-list .link {
    display: inline;
    font-size: 14px;
  }
  .terms-menu__link-item {
    margin: 0 0 12px;
    line-height: 1.31;
  }
  .terms-menu__link-item:last-child {
    margin: 0;
  }
  .terms-menu__link-item::marker {
    color: #151515;
  }
  .terms-menu__link-item.current {
    color: #3151BC;
    font-size: 14px;
    line-height: 1.5;
  }
  .terms-menu__link-item.current::marker {
    color: #3151BC;
  }
  .terms-menu .terms-menu__links-list + .separator {
    margin: 16px 0 18px;
  }
  .terms__content {
    padding: 0 0 0 32px;
    max-width: 864px;
  }
  @media only screen and (max-width: 1024px) {
    .terms__content {
      border-radius: 0;
      padding: 32px 32px 0;
      max-width: 100%;
    }
  }
  .terms__content .separator {
    margin: 16px 0;
  }
  .terms__content h1,
  .terms__content h2,
  .terms__content h3,
  .terms__content h4,
  .terms__content h5 {
    color: #151515;
  }
  .terms__content h1,
  .terms__content h2 {
    line-height: 1.25;
    font-size: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .terms__content h1,
    .terms__content h2 {
      font-size: 24px;
    }
  }
  .terms__content p,
  .terms__content strong {
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5;
  }
  .terms__content > p {
    margin: 0 0 16px;
  }
  .terms__content strong {
    text-transform: uppercase;
  }
  .terms__content hr {
    margin: 16px 0;
    border: 1px solid #E2E5EC;
  }
  .terms__content ul {
    list-style: disk;
  }
  .terms__content ul,
  .terms__content ol {
    list-style-position: inside;
  }
  .terms__content ul li,
  .terms__content ol li {
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5;
  }
  .terms__content ul li:last-child,
  .terms__content ol li:last-child {
    margin: 0;
  }
  .terms__content > * ul,
  .terms__content > * ol {
    margin-top: 16px;
  }
  .terms__content ol:nth-of-type(1) {
    counter-reset: item;
  }
  .terms__content ol li {
    display: block;
    position: relative;
  }
  .terms__content ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    font-weight: 700;
  }
  .terms__content > p,
  .terms__content > ul {
    border-top: 1px solid #E2E5EC;
    padding-top: 16px;
  }
  .terms__content > ol > li:has(> ol) {
    border-top: 1px solid #E2E5EC;
    padding-top: 16px;
  }
  .terms__content a,
  .terms__content a:visited {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid currentColor;
    line-height: 1;
    color: #3151BC;
  }
  .terms__content a:hover,
  .terms__content a:visited:hover {
    border-bottom: 1px solid transparent;
  }
  .terms__content .card__title {
    line-height: 1.2;
    margin: 0 0 8px;
  }
  .terms__content .card__date {
    color: rgba(0, 0, 0, 0.64);
    line-height: 1.5;
  }

  .trademarks-registration .bg-image--search {
    top: -80px;
  }
  .trademarks-registration .bg-sections {
    background: linear-gradient(180deg, rgba(202, 221, 255, 0) 0%, #caddff 100%);
  }
  .trademarks-registration .block-with-image__content a.arrow-btn {
    margin: 0 0 48px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration .block-with-image__content .h2 {
      text-align: center;
    }
  }
  .trademarks-registration .block-with-image__content .trademarks-registration-popup__open-btn {
    font-size: 14px;
    padding: 24px 32px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration .block-with-image__content .trademarks-registration-popup__open-btn {
      width: 100%;
    }
  }
  .trademarks-registration__hero {
    background: linear-gradient(180deg, #caddff 0%, rgba(202, 221, 255, 0) 100%);
  }
  .trademarks-registration__hero .block-with-image {
    margin: 5px 0 0;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration__hero .block-with-image {
      padding-top: 64px;
      margin: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .trademarks-registration__hero {
      margin: 0 0 64px;
    }
  }
  .trademarks-registration .block-with-image {
    margin-bottom: 0;
  }
  .trademarks-registration .block-with-image__image-container {
    flex-shrink: 0;
  }
  .trademarks-registration .block-with-image--trademarks-international {
    gap: 175px;
  }
  .trademarks-registration .block-with-image--trademarks-international .h2 {
    line-height: 1.5;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-registration .block-with-image--trademarks-international .h2 {
      line-height: 1.2;
    }
  }
  @media only screen and (max-width: 1280px) {
    .trademarks-registration .block-with-image--trademarks-international {
      gap: 100px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .trademarks-registration .block-with-image--trademarks-international {
      gap: 64px;
    }
  }
  .trademarks-registration .block-with-image--trademarks-international .block-with-image__image-container {
    padding-left: 60px;
  }
  @media only screen and (max-width: 1024px) {
    .trademarks-registration .block-with-image--trademarks-international .block-with-image__image-container {
      padding-left: 0;
    }
  }
  .trademarks-registration-popup .popup__heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
    margin-bottom: 18px;
  }
  .trademarks-registration-popup .popup__header {
    border-bottom: 1px solid #E2E5EC;
    padding-bottom: 18px;
    margin-bottom: 32px;
  }
  .trademarks-registration-popup .popup__wrapper {
    max-width: 648px;
    padding: 32px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration-popup .popup__wrapper {
      padding: 24px;
      width: 83%;
    }
  }
  .trademarks-registration-popup .popup__close-btn {
    position: initial;
    width: 32px;
    height: 32px;
  }
  .trademarks-registration-popup .popup__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration-popup .popup__list {
      flex-direction: column;
    }
  }
  .trademarks-registration-popup .popup__item {
    overflow: hidden;
    height: 100%;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration-popup .popup__item {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration-popup .popup__item-image {
      border-radius: 4px;
      width: 60px;
      height: 40px;
    }
    .trademarks-registration-popup .popup__item-image img {
      border-radius: 4px;
    }
  }
  .trademarks-registration-popup .popup__item > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  .trademarks-registration-popup .popup__item:hover .popup__item-content-title {
    border-color: currentColor;
  }
  .trademarks-registration-popup .popup__item-image {
    width: 140px;
    height: 100px;
  }
  .trademarks-registration-popup .popup__item-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .trademarks-registration-popup .popup__item-content {
    display: flex;
    justify-content: center;
  }
  .trademarks-registration-popup .popup__item-content .flex-column {
    align-items: center;
  }
  .trademarks-registration-popup .popup__item-content-title {
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration-popup .popup__item-content-title {
      font-size: 16px;
      margin: 0;
      text-align: left;
    }
  }
  .trademarks-registration-popup .popup__item-content-text {
    line-height: 1.2;
    font-size: 14px;
    color: #9423ED;
  }
  .trademarks-country .grid-3-cols {
    max-width: 908px;
    margin: 0 auto;
    gap: 16px;
  }
  @media only screen and (max-width: 1280px) {
    .trademarks-country .grid-3-cols {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .grid-3-cols {
      gap: 32px;
    }
  }
  .trademarks-country .faq__subtitle {
    line-height: 1.2;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .faq__subtitle {
      margin-bottom: 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .faq__answer {
      padding: 8px 0 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .faq--2-cols .faq__item {
      margin: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .faq__title {
      line-height: 1.3;
    }
  }
  .trademarks-country .breadcrumb .flag-shadowed {
    margin-left: 3px;
    transform: scale(0.6);
  }
  .trademarks-country .faq__question-container {
    padding: 23px 24px 23px 27px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .faq__question-container {
      padding: 16px 0 8px;
    }
    .trademarks-country .faq__question-container:first-child {
      padding: 0 0 8px;
    }
  }
  .trademarks-country .faq--2-cols .faq__help-container {
    margin-top: 32px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .faq--2-cols .faq__help-container {
      margin-top: 20px;
    }
  }
  .trademarks-country .block-with-image--trademarks-country {
    align-items: flex-start;
    gap: 0;
    margin: 0 0 32px;
    padding: 40px 40px 38px 40px;
  }
  .trademarks-country .block-with-image--trademarks-country:last-of-type {
    margin: 0;
  }
  .trademarks-country .block-with-image--trademarks-country.card {
    border-radius: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-country .block-with-image--trademarks-country {
      padding: 24px;
    }
  }
  .trademarks-country .block-with-image--trademarks-country .cta-wrapper {
    display: flex;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-country .block-with-image--trademarks-country .cta-wrapper {
      flex-direction: column;
    }
  }
  .trademarks-country .block-with-image--trademarks-country .cta-wrapper .btn {
    margin: 0 16px 0 0;
  }
  .trademarks-country .block-with-image--trademarks-country .cta-wrapper .btn:last-child {
    margin: 0;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-country .block-with-image--trademarks-country .cta-wrapper .btn {
      margin: 0 0 16px;
    }
  }
  .trademarks-country .block-with-image--trademarks-country .block-with-image__image-container {
    max-width: 456px;
    margin-left: 40px;
  }
  @media only screen and (max-width: 1024px) {
    .trademarks-country .block-with-image--trademarks-country .block-with-image__image-container {
      display: none;
    }
  }
  .trademarks-country .block-with-image--trademarks-country .block-with-image__content-list {
    list-style-type: disc;
    padding-left: 24px;
  }
  .trademarks-country .block-with-image--trademarks-country .block-with-image__content-list > li {
    line-height: 1.5;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
    margin: 0 0 13px;
    padding-left: 0px;
  }
  .trademarks-country .block-with-image--trademarks-country .block-with-image__content-list > li:last-child {
    margin: 0;
  }
  .trademarks-country .block-with-image--trademarks-country .block-with-image__content-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .block-with-image--trademarks-country .block-with-image__content-title {
      font-size: 20px;
      line-height: 1.3;
    }
  }
  .trademarks-country .block-with-image--trademarks-country .block-with-image__content-title .text-secondary {
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-country .block-with-image--trademarks-country .block-with-image__content-title .text-secondary {
      font-size: 14px;
    }
  }

  .trademarks-search-page .trademarks-search-results .table__main {
    padding: 32px 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-page .grid-2-cols .service-card {
      padding: 0 0 32px;
    }
  }
  .trademarks-search-page .grid-2-cols .service-card__title {
    display: block;
    text-align: center;
    margin: 0;
    /*margin: 0 0 24px;*/
    font-weight: 600;
    font-family: "Cabin" sans-serif;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-page .grid-2-cols .service-card__title {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-page .grid-2-cols .service-card .btn {
      margin: 0 32px;
    }
  }
  .trademarks-search-page .grid-2-cols .service-card__description {
    font-size: 16px;
    padding: 0 32px 24px;
    opacity: 0.88;
  }
  .trademarks-search-page__hero {
    background-size: cover;
    background-position: center;
  }
  .trademarks-search-page__header {
    padding: 0 32px 80px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-page__header {
      padding: 64px 32px;
    }
  }
  .trademarks-search-page__header .subtitle {
    opacity: 1;
    text-shadow: 0px 4px 8px rgba(21, 21, 21, 0.24);
  }
  .trademarks-search__box-content {
    gap: 24px;
  }
  .trademarks-search__box-content .form-input {
    width: 100%;
  }
  .trademarks-search__box-content.dropdown-body {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .trademarks-search__box-icon {
    transform: none;
    transition: all 0.3s ease-in-out;
  }
  .trademarks-search__box-header {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .trademarks-search__box-header .title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
  .trademarks-search__box-header.opened {
    margin-bottom: 28px;
  }
  .trademarks-search__box-header.opened .trademarks-search__box-icon {
    transform: rotate(180deg);
  }
  .trademarks-search__box-header.opened + div.trademarks-search__box-content {
    visibility: visible;
    opacity: 1;
  }
  @media only screen and (max-width: 992px) {
    .trademarks-search__box-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search__box-grid {
      grid-template-columns: 1fr;
    }
  }
  .trademarks-search__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  @media only screen and (max-width: 1024px) {
    .trademarks-search__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search__grid {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 1024px) {
    .trademarks-search__grid .trademarks-search__col:last-child .domains-wrapper__domain:last-child {
      padding: 10px 0 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-section {
      padding: 0;
      margin-bottom: 64px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-section .container {
      padding: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-section .h1,
    .trademarks-search-section .subtitle {
      text-align: center;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-section .domains-wrapper {
      border-radius: 0;
      box-shadow: none;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-section .domains-wrapper .input-search {
      margin-bottom: 24px;
    }
  }
  .trademarks-search-section .domains-wrapper .tab-content {
    padding: 0 0 32px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-section .domains-wrapper .tab-content {
      border-bottom: none;
      padding: 0;
    }
  }
  .trademarks-search-section .domains-wrapper .tabs-wrapper {
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .trademarks-search-section .domains-wrapper .tab {
    padding: 12px 20px;
    font-size: 14px;
    margin-right: 0;
    border-radius: 100px;
    flex-grow: 1;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-section .domains-wrapper .tab {
      padding: 8px 17px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results {
      margin: 0 24px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-results {
      margin-top: 40px;
    }
    .trademarks-search-results .search-results__filters-button {
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results .container {
      padding: 0;
    }
  }
  .trademarks-search-results .input-search__btn {
    padding: 8px 20px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-results .trademarks-search__box-grid {
      gap: 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-results .wrapper-bg {
      background-color: #ffffff;
      border: 1px solid #E2E5EC;
    }
  }
  .trademarks-search-results .search-results__filters {
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    width: 100%;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-results .search-results__filters {
      flex-direction: column-reverse;
    }
  }
  .trademarks-search-results .search-results__filters-list {
    flex-wrap: wrap;
  }
  .trademarks-search-results .search-results__filters-item {
    padding: 12px 13px 12px 16px;
    border: 1px solid #E2E5EC;
    font-size: 14px;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    border-radius: 48px;
    margin: 0 12px 8px 0;
    background-color: #ffffff;
  }
  .trademarks-search-results .search-results__filters-item.hide {
    display: none;
  }
  .trademarks-search-results .search-results__filters-item:last-child {
    margin-right: 0;
  }
  .trademarks-search-results .search-results__filters-item .remove-filter-button {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    cursor: pointer;
  }
  .trademarks-search-results .search-results__filters-item .remove-filter-button:hover svg g {
    opacity: 1;
  }
  .trademarks-search-results .search-results__filters-item .remove-filter-button svg g {
    opacity: 0.48;
    transition: opacity 0.3s ease-in-out;
  }
  .trademarks-search-results .search-results__filters-button {
    flex-shrink: 0;
    font-weight: 500;
    margin-left: auto;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-results .search-results__filters-button {
      margin-left: unset;
    }
  }
  .trademarks-search-results .search-results__filters-button svg {
    margin-right: 9px;
  }
  .trademarks-search-results__table .pagination {
    justify-content: flex-end;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .pagination {
      justify-content: center;
    }
  }
  .trademarks-search-results__table .table {
    margin: 0 0 28px;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #E2E5EC;
  }
  .trademarks-search-results__table .table__header {
    background-color: #3151BC;
    padding: 0 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .trademarks-search-results__table .table__header .table__item {
    width: 20%;
    padding: 24px 8px;
    text-align: center;
    line-height: 1;
  }
  .trademarks-search-results__table .table__header .table__item:nth-child(4) {
    text-align: left;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__header {
      display: none;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__item {
      margin: 0;
    }
  }
  .trademarks-search-results__table .table__item-wrapper {
    width: 20%;
    justify-content: center;
    padding: 16px 8px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__item-wrapper {
      margin: 0 0 16px;
      justify-content: flex-start;
      width: 100%;
      padding: 0;
    }
  }
  .trademarks-search-results__table .table__no-result {
    padding: 32px 8px;
    font-size: 16px;
    line-height: 24px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-results__table .table__no-result {
      text-align: center;
      padding: 8px 0;
    }
  }
  .trademarks-search-results__table .table__content-item {
    display: flex;
    border-top: 1px solid #E2E5EC;
    font-size: 16px;
    line-height: 150%;
    padding: 0 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item {
      padding: 0 24px;
    }
  }
  .trademarks-search-results__table .table__content-item .classes-list {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item .classes-list li {
      line-height: 1.5;
    }
  }
  .trademarks-search-results__table .table__content-item > .table__item-wrapper .table__content-item-box {
    text-align: center;
    line-height: 1.5;
  }
  .trademarks-search-results__table .table__content-item:first-child {
    border-top: none;
  }
  .trademarks-search-results__table .table__content-item:nth-child(even) {
    background: linear-gradient(0deg, rgba(49, 81, 188, 0.02) 0%, rgba(49, 81, 188, 0.02) 100%), #FFF;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item {
      flex-direction: column;
      line-height: 1;
      padding: 16px 24px;
    }
  }
  .trademarks-search-results__table .table__content-item-header {
    display: none;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item-header {
      display: block;
      line-height: 1;
      color: rgba(0, 0, 0, 0.48);
    }
  }
  .trademarks-search-results__table .table__content-item-box {
    text-align: center;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item-box {
      text-align: left;
    }
  }
  .trademarks-search-results__table .table__content-item-box .status-label {
    border-radius: 16px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 8px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item-box .status-label {
      margin: 0 12px 0 0;
    }
  }
  .trademarks-search-results__table .table__content-item-box .status-label__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .trademarks-search-results__table .table__content-item-box .status-label__wrapper .external-link {
    color: #3151BC;
    font-size: 14px;
    line-height: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item-box .status-label__wrapper {
      flex-direction: row;
    }
  }
  .trademarks-search-results__table .table__content-item-box .status-label--cancelled {
    background-color: rgba(255, 0, 0, 0.08);
    color: #ff0000;
  }
  .trademarks-search-results__table .table__content-item-box .status-label--expired {
    background-color: rgba(2, 31, 84, 0.08);
    color: #021f54;
  }
  .trademarks-search-results__table .table__content-item-box .status-label--registered {
    color: #6B931B;
    background-color: rgba(150, 194, 61, 0.08);
  }
  .trademarks-search-results__table .table__content-item-image {
    max-width: 132px;
    height: auto;
    margin: 0 auto 8px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-item-image {
      margin: 8px auto;
      max-width: 180px;
    }
  }
  .trademarks-search-results__table .table__content-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .trademarks-search-results__table .table .t-dropdown-body {
    display: flex;
    width: 80%;
  }
  .trademarks-search-results__table .table .t-dropdown-body .table__content-item-header {
    margin: 0 0 8px;
  }
  .trademarks-search-results__table .table .t-dropdown-body .table__item-wrapper {
    width: 25%;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table .t-dropdown-body .table__item-wrapper {
      width: 100%;
    }
    .trademarks-search-results__table .table .t-dropdown-body .table__item-wrapper:last-child .table__content-item-box {
      line-height: 1.5;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table .t-dropdown-body {
      flex-direction: column;
      width: 100%;
    }
  }
  .trademarks-search-results__table .table__dropdown-button {
    display: none;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__dropdown-button {
      display: block;
      order: 3;
      font-size: 14px;
    }
    .trademarks-search-results__table .table__dropdown-button .hide {
      display: none;
    }
    .trademarks-search-results__table .table__dropdown-button .show {
      display: inline-block;
    }
    .trademarks-search-results__table .table__dropdown-button.opened .hide {
      display: inline-block !important;
    }
    .trademarks-search-results__table .table__dropdown-button.opened .show {
      display: none;
    }
    .trademarks-search-results__table .table__dropdown-button.opened + div.t-dropdown-body {
      visibility: visible;
      opacity: 1;
      margin: 0 0 16px;
    }
  }
  .trademarks-search-results__table .table__content-list {
    max-height: 630px;
    overflow-y: auto;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-search-results__table .table__content-list {
      max-height: 813px;
    }
  }
  .trademarks-search-results__table-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-search-results__table-title {
      text-align: center;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-owner-info {
      background-color: #ffffff;
    }
  }
  .trademarks-owner-info .order__title {
    margin: 0 0 20px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-owner-info .order__title {
      margin: 0 0 24px;
    }
  }
  .trademarks-owner-info .order-wrapper {
    margin: 32px 0 112px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-owner-info .order-wrapper {
      margin: 0;
      overflow: hidden;
      background-color: #ffffff;
    }
  }
  .trademarks-owner-info .order__section-description {
    opacity: 0.88;
  }
  .trademarks-owner-info .btn--edit-profile {
    color: #3151BC;
    font-weight: 500;
  }
  .trademarks-order-info .form__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
  }
  .trademarks-order-info .popup {
    overflow-y: auto;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-order-info .popup__wrapper {
      width: 100%;
      height: auto;
      top: 53px;
      transform: translate(-50%, 0);
      border-radius: 0;
    }
  }
  .trademarks-order-info .popup__text {
    font-size: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-order-info .popup__text {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-order-info .order {
      padding-top: 32px;
      border-radius: 0;
    }
  }
  .trademarks-order-info .order__content {
    max-width: 800px;
  }
  .trademarks-order-info .order .colored-input {
    background: rgba(49, 81, 188, 0.15);
    border: unset;
  }
  .trademarks-order-info .order .form-input {
    width: 100%;
  }
  .trademarks-order-info .order .form-input textarea {
    height: 96px;
    display: block;
  }
  .trademarks-order-info .order__section:last-child {
    padding: 0;
    border: none;
    margin: 0;
  }
  .trademarks-order-info .order__summary-block {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    background: rgba(49, 81, 188, 0.04);
  }
  .trademarks-order-info .order__summary-block .btn {
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .trademarks-order-info .order__summary-title {
    line-height: 1.5;
    font-weight: 700;
  }
  .trademarks-order-info .order__summary-list {
    list-style: disc;
    padding-left: 23px;
  }
  .trademarks-order-info .order__summary-list li {
    line-height: 1.2;
    margin: 0 0 8px;
  }
  .trademarks-order-info .order__summary-list li:last-child {
    margin: 0;
  }
  .trademarks-order-info .order__summary-price {
    font-size: 24px;
    font-weight: 700;
  }
  .trademarks-order-info .order__summary-price-box {
    line-height: 1.5;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-order-info .order__summary-price-box {
      margin-left: unset;
    }
  }
  .trademarks-order-info .order__summary-box {
    margin: 0 -8px 16px;
    border-bottom: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-order-info .order__summary-box {
      flex-direction: column;
      margin: 0 0 16px;
    }
  }

  .trademarks-order-info .order__section-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Cabin", sans-serif;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-order-info .order__section-title.t-text-18 {
      font-size: 18px;
    }
  }
  .trademarks-order-info .order__section-description {
    text-align: left;
    margin-bottom: 16px;
  }
  .trademarks-order-info .order__section-description:last-child {
    margin: 0;
  }
  .trademarks-order-info .order__description {
    margin: 0 0 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.88;
    color: #151515;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-order-info .order__description {
      text-align: center;
      line-height: 1.5;
    }
  }
  .trademarks-order-info .selects-list {
    margin: 0 -12px -32px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-order-info .selects-list {
      flex-direction: column;
      margin: 0 0 -24px;
    }
  }
  .trademarks-order-info .selects-list__content {
    height: 100%;
    width: 100%;
    border-top: 1px solid #E2E5EC;
    padding-top: 15px;
  }
  .trademarks-order-info .selects-list__image-wrapper {
    width: 100%;
    height: 48px;
  }
  .trademarks-order-info .selects-list__image-wrapper img {
    height: auto;
    width: auto;
    margin: auto;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .trademarks-order-info .selects-list .card {
    margin: 0 12px 32px;
    border: 1px solid #E2E5EC;
    padding: 23px 24px 31px;
    width: calc(33.333% - 24px);
    background-color: white;
    position: relative;
    transition: background-color 0.3s ease-in-out;
    border-radius: 8px;
  }
  .trademarks-order-info .selects-list .card.option-selected {
    background-color: rgba(49, 81, 188, 0.08);
    border: 1px solid #3151BC;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-order-info .selects-list .card {
      width: 100%;
      margin: 0 0 24px;
    }
  }
  .trademarks-order-info .selects-list .card .radio-button {
    margin: 0 0 16px;
  }
  .trademarks-order-info .selects-list .card .radio-button label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
  }
  .trademarks-order-info .selects-list .card .radio-button input {
    line-height: 16px;
    margin-right: 12px;
  }
  .trademarks-order-info .selects-list--study .card {
    width: calc(50% - 24px);
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-order-info .selects-list--study .card {
      width: 100%;
    }
  }
  .trademarks-order-info .selects-list--study .card .radio-button {
    margin: 0;
  }
  .trademarks-order-info .selects-list--study .card .selects-list__content-text {
    line-height: 24px;
  }
  .trademarks-order-info .selects-list--study .card .selects-list__content ul {
    list-style: disc;
    padding-left: 23px;
  }
  .trademarks-order-info .selects-list--study .card .selects-list__content ul li {
    line-height: 24px;
    margin: 0 0 7px;
  }
  .trademarks-order-info .selects-list--study .card .selects-list__content ul li:last-child {
    margin: 0;
  }

  .trademarks-registration .service-card__title,
  .trademarks-country .service-card__title,
  .trademarks-search-page .service-card__title {
    display: flex;
    flex-direction: column;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration .service-card__title,
    .trademarks-country .service-card__title,
    .trademarks-search-page .service-card__title {
      display: block;
    }
  }
  .trademarks-registration .service-card__img svg,
  .trademarks-country .service-card__img svg,
  .trademarks-search-page .service-card__img svg {
    height: auto;
  }
  .trademarks-registration .service-card__title,
  .trademarks-country .service-card__title,
  .trademarks-search-page .service-card__title {
    margin: 0 0 16px;
  }
  .trademarks-registration .service-card__description,
  .trademarks-country .service-card__description,
  .trademarks-search-page .service-card__description {
    padding: 0 32px 16px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-registration .service-card__description,
    .trademarks-country .service-card__description,
    .trademarks-search-page .service-card__description {
      padding: 0 24px 16px;
    }
  }

  .trademarks-registration .block-advantages,
  .trademarks-search-page .block-advantages {
    grid-template-columns: repeat(4, 1fr);
  }
  @media only screen and (max-width: 1280px) {
    .trademarks-registration .block-advantages,
    .trademarks-search-page .block-advantages {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 1024px) {
    .trademarks-registration .block-advantages,
    .trademarks-search-page .block-advantages {
      grid-template-columns: 1fr;
    }
  }

  .grid-4-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  @media only screen and (max-width: 1280px) {
    .grid-4-cols {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 1024px) {
    .grid-4-cols {
      gap: 32px;
      grid-template-columns: 1fr;
    }
  }

  .trademarks-class-selectors-popup .popup__wrapper {
    max-width: 800px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-class-selectors-popup .popup__wrapper {
      padding: 24px;
    }
  }
  .trademarks-class-selectors-popup .popup__cta-box .btn {
    border-radius: 8px;
    padding: 8px 20px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-class-selectors-popup .popup__cta-box {
      width: 100%;
    }
    .trademarks-class-selectors-popup .popup__cta-box .btn {
      width: 50%;
    }
  }
  .trademarks-class-selectors-popup .order__summary-price-box {
    margin-left: unset;
  }
  .trademarks-class-selectors-popup .order__summary-price-box .order__summary-price {
    font-size: 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-class-selectors-popup .order__summary-price-box {
      margin: 0 0 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-class-selectors-popup .t-flex-column {
      align-items: flex-start;
    }
  }
  .trademarks-class-selectors-popup .class-selectors {
    padding: 16px 0;
    border-top: 1px solid #E2E5EC;
    border-bottom: 1px solid #E2E5EC;
    margin: 0 0 16px;
  }
  .trademarks-class-selectors-popup .class-selectors__cta-box .link {
    font-size: 16px;
    line-height: 1.5;
  }
  .trademarks-class-selectors-popup .class-selectors__cta-box .link:first-child {
    margin-right: 16px;
  }
  .trademarks-class-selectors-popup .class-selectors__list {
    flex-wrap: wrap;
    display: flex;
    margin: 0 -8px -16px;
  }
  .trademarks-class-selectors-popup .class-selectors__item {
    margin: 0 8px 16px;
    width: calc(8.33% - 16px);
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-class-selectors-popup .class-selectors__item {
      width: calc(25% - 16px);
    }
  }

  .trademarks-prices-popup .popup__wrapper {
    max-width: 800px;
    max-height: 98%;
    overflow-y: auto;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-prices-popup .popup__wrapper {
      max-height: unset;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademarks-prices-popup .popup__close-btn {
      display: block;
      top: 5px;
      right: 10px;
    }
    .trademarks-prices-popup .popup__close-btn svg {
      width: 24px;
      height: 24px;
    }
  }
  .trademarks-prices-popup .popup__text.text-14 {
    font-size: 14px;
  }
  .trademarks-prices-popup .endings__card-label {
    position: initial;
  }
  .trademarks-prices-popup .endings__card-label + .old-price {
    color: rgba(21, 21, 21, 0.4);
  }
  .trademarks-prices-popup .popup__title {
    margin-bottom: 19px;
  }
  .trademarks-prices-popup .tabs-wrapper {
    padding: 0 0 10px;
    margin: 0 0 22px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-prices-popup .tabs-wrapper {
      margin: 0 0 21px;
    }
  }
  .trademarks-prices-popup .tab {
    padding: 11px 24px;
    border-radius: 100px;
    width: 32.2%;
  }
  .trademarks-prices-popup .tab:not(:last-child) {
    margin-right: 8px;
  }
  @media only screen and (max-width: 568px) {
    .trademarks-prices-popup .tab {
      padding: 8px 16px;
    }
  }
  .trademarks-prices-popup .trademark-prices__box {
    border-bottom: 1px solid #E2E5EC;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .trademarks-prices-popup .trademark-prices__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Cabin", sans-serif;
  }
  .trademarks-prices-popup .trademark-prices__title span {
    font-weight: 400;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-prices-popup .trademark-prices__title {
      font-size: 16px;
    }
  }
  .trademarks-prices-popup .trademark-prices-table {
    border-radius: 8px;
    border-bottom: 1px solid #E2E5EC;
    border-left: 1px solid #E2E5EC;
    border-right: 1px solid #E2E5EC;
  }
  .trademarks-prices-popup .trademark-prices-table--desktop .trademark-prices-table__item-wrapper:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-prices-popup .trademark-prices-table--desktop {
      display: none;
    }
  }
  .trademarks-prices-popup .trademark-prices-table--mobile {
    display: none;
    border: none;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-prices-popup .trademark-prices-table--mobile {
      display: block;
    }
  }
  .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__header-text {
    margin: 16px 0;
    display: block;
  }
  .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper {
    border-left: 1px solid #E2E5EC;
    border-right: 1px solid #E2E5EC;
  }
  .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper:last-child {
    border-bottom: 1px solid #E2E5EC;
  }
  .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper:nth-child(even) {
    background-color: transparent;
  }
  .trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper:nth-child(odd) {
    background-color: rgba(21, 21, 21, 0.02);
  }
  .trademarks-prices-popup .trademark-prices-table__header {
    background-color: rgba(49, 81, 188, 0.02);
    padding: 15px 24px 16px;
    border-radius: 8px;
    border-top: 1px solid #E2E5EC;
  }
  .trademarks-prices-popup .trademark-prices-table__header-text {
    font-weight: 700;
    line-height: 1;
  }
  .trademarks-prices-popup .trademark-prices-table__item {
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .trademarks-prices-popup .trademark-prices-table__item:first-child {
    padding: 0 8px;
    width: 34.5%;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-prices-popup .trademark-prices-table__item:first-child {
      width: 50%;
    }
  }
  .trademarks-prices-popup .trademark-prices-table__item:nth-child(2) {
    width: 35%;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-prices-popup .trademark-prices-table__item:nth-child(2) {
      width: 50%;
    }
  }
  .trademarks-prices-popup .trademark-prices-table__item:last-child {
    padding: 0 8px;
    width: 30.5%;
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-prices-popup .trademark-prices-table__item:last-child {
      width: 50%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademarks-prices-popup .trademark-prices-table__item {
      width: 50%;
    }
    .trademarks-prices-popup .trademark-prices-table__item:nth-child(3) {
      display: none;
    }
  }
  .trademarks-prices-popup .trademark-prices-table__item-wrapper {
    border-top: 1px solid #E2E5EC;
    padding: 21px 16px 16px;
  }
  .trademarks-prices-popup .trademark-prices-table__item-wrapper:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .trademarks-prices-popup .trademark-prices-table__item-wrapper:last-child {
    padding: 21px 16px 16px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .trademarks-prices-popup .trademark-prices-table__item-wrapper--sale .new-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #ff0000;
    margin-right: 12px;
  }
  .trademarks-prices-popup .trademark-prices-table__item-wrapper--sale .sale-label {
    background: rgba(150, 194, 61, 0.1);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    padding: 3px 8px;
    margin-right: 12px;
  }
  .trademarks-prices-popup .trademark-prices-table__item-wrapper--sale .old-price {
    opacity: 0.4;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .trademarks-prices-popup-1 .trademark-prices__box:first-child .trademark-prices-table__content .trademark-prices-table__item-wrapper:first-child {
    border-top: 1px solid rgba(49, 81, 188, 0.1);
    background: rgba(49, 81, 188, 0.1);
  }

  .trademarks-prices-popup-2 .trademark-prices__box:nth-child(2) .trademark-prices-table__content .trademark-prices-table__item-wrapper:first-child {
    border-top: 1px solid rgba(49, 81, 188, 0.1);
    background: rgba(49, 81, 188, 0.1);
  }

  .trademarks-prices-popup-3 .trademark-prices__box:nth-child(3) .trademark-prices-table__content .trademark-prices-table__item-wrapper:first-child {
    border-top: 1px solid rgba(49, 81, 188, 0.1);
    background: rgba(49, 81, 188, 0.1);
  }

  .section-text .wrapper-bg__header {
    margin-bottom: 6px;
  }
  .section-text .wrapper-bg__main {
    max-width: 990px;
    display: flex;
    margin: 0 auto;
    background-color: #3151BC;
    color: #ffffff;
  }

  .trademarks-order-details .order__table--details .order__table-header input.order__table-header-cell {
    color: #151515;
    background-color: #E1E5FA;
  }
  .trademarks-order-details .order__table--details .order__table-header input.order__table-header-cell::-moz-placeholder {
    color: #151515;
  }
  .trademarks-order-details .order__table--details .order__table-header input.order__table-header-cell::placeholder {
    color: #151515;
  }
  .trademarks-order-details .order__table-header svg path {
    fill: #151515;
  }

  .order {
    padding: 56px 0;
    border: 1px solid #E2E5EC;
    border-radius: 12px;
  }
  @media only screen and (max-width: 1024px) {
    .order {
      padding: 56px 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .order {
      border: unset;
      border-radius: unset;
    }
  }
  .order-page {
    padding: 112px 0;
  }
  @media only screen and (max-width: 568px) {
    .order-page {
      padding: 0;
    }
  }
  .order__total-price {
    font-size: 24px;
    line-height: 36px;
    font-family: "Inter", sans-serif;
  }
  @media only screen and (max-width: 568px) {
    .order__total-price {
      font-size: 18px;
      line-height: 27px;
    }
  }
  .order__content {
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
  }
  .order__content--big {
    max-width: 980px;
  }
  .order__content .btn-outline {
    gap: 8px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    text-transform: initial;
    font-weight: 500;
    border: none;
  }
  .order__content .btn-outline:first-of-type {
    background: rgba(150, 194, 61, 0.15);
    color: #6B931B;
  }
  .order__content .btn-outline:last-of-type {
    color: #3151BC;
    background: rgba(49, 81, 188, 0.05);
  }
  @media only screen and (max-width: 568px) {
    .order__content .btn-outline {
      width: 100%;
    }
  }
  .order__cta {
    flex-wrap: wrap;
  }
  .order__section {
    padding-bottom: 26px;
    margin-bottom: 29px;
    border-bottom: 1px solid #E2E5EC;
  }
  .order__section::after {
    content: "";
    border-bottom: 1px solid #E2E5EC;
  }
  .order__section--trustee .order__table-header-cell:first-child {
    color: #000000;
  }
  .order__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #151515;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Cabin", sans-serif;
  }
  @media only screen and (max-width: 568px) {
    .order__title {
      margin-bottom: 24px;
    }
  }
  .order__section-description {
    margin-bottom: 28px;
    text-align: center;
    line-height: 24px;
    max-width: 560px;
    margin: 0 auto 28px;
    color: rgba(0, 0, 0, 0.88);
  }
  @media only screen and (max-width: 568px) {
    .order__section-description {
      margin-bottom: 24px;
    }
  }
  .order__section-description .link {
    font-size: 16px;
    color: #6B931B;
  }
  .order--domain {
    padding: 56px 32px;
  }
  @media only screen and (max-width: 568px) {
    .order--domain {
      padding: 32px 32px 64px;
      border-radius: unset;
      border: none;
    }
  }
  .order--domain .progress-bar {
    width: 608px;
  }
  /* .order--domain .progress-bar--step-2 .progress-bar__step:first-child:after {
  border-color: #96C23D;
}
.order--domain .progress-bar--step-2 .progress-bar__step:first-child .progress-bar__step-circle, .order--domain .progress-bar--step-2 .progress-bar__step:nth-child(2) .progress-bar__step-circle {
  background-color: #96C23D;
}
.order--domain .progress-bar--step-2 .progress-bar__step:first-child:before, .order--domain .progress-bar--step-2 .progress-bar__step:nth-child(2):before {
  border-color: #96C23D;
} */
  .order--domain .radio-button input:checked {
    background-color: #96C23D;
    border-color: #96C23D;
  }
  .order--domain.order--confirm .order__summary .btn {
    background-color: #96C23D;
  }
  .order--receipt .order__title {
    margin-bottom: 32px;
  }
  .order--receipt .order__table--details {
    margin-bottom: 28px;
  }
  .order--receipt .order__footer .btn {
    padding: 12px 35px;
  }
  .order__radio-wrapper {
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 568px) {
    .order__radio-wrapper {
      margin-bottom: 24px;
    }
  }
  .order .radio-button:first-child {
    margin-right: 24px;
  }
  @media only screen and (max-width: 375px) {
    .order .radio-button:first-child {
      margin-right: 5px;
    }
  }
  .order .radio-button br {
    display: none;
  }
  @media only screen and (max-width: 568px) {
    .order .radio-button br {
      display: block;
    }
  }
  .order__profile-wrapper {
    max-width: 400px;
    margin: 0 auto 28px;
  }
  .order__profile-wrapper .form-select {
    width: 100%;
  }
  .order__profile-wrapper .form-input__common-input {
    padding: 16px;
    background: rgba(49, 81, 188, 0.04);
  }
  .order__profile-wrapper .form-input__common-input .selected-option {
    overflow: hidden;
    max-height: 20px;
    -webkit-line-clamp: 1;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .order__profile-wrapper .form-select__control-button {
    height: 56px;
    border-radius: 8px;
  }
  @media only screen and (max-width: 568px) {
    .order__profile-wrapper .form-select__control-button {
      padding: 16px 23px 16px 14px;
    }
  }
  .order__table {
    padding: 0 10px;
  }
  @media only screen and (max-width: 767.98px) {
    .order__table {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 568px) {
    .order__table {
      font-size: 16px;
      padding: 0;
    }
  }
  .order__table-header {
    padding: 15px 24px;
    background-color: #E1E5FA;
    color: #000000;
    line-height: 1.5;
    font-weight: 700;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 568px) {
    .order__table-header {
      display: none;
    }
  }
  .order__table-row {
    display: flex;
    align-items: center;
    padding: 19px 22px 18px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-top: none;
  }
  .order__table-row .tip__icon {
    right: -29px;
    top: 3px;
  }
  @media only screen and (max-width: 568px) {
    .order__table-row {
      flex-direction: column;
      position: relative;
      padding: 24px 29px 24px 24px;
    }
  }
  .order__table-row:nth-child(even) {
    background: rgba(226, 229, 236, 0.2);
  }
  .order__table-row:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  @media only screen and (max-width: 568px) {
    .order__table-row:first-child {
      border-top: 1px solid #E2E5EC;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
    }
  }
  .order__table-header-cell:first-child, .order__table-cell:first-child {
    width: 43%;
    background-color: unset !important;
    color: #151515;
  }
  .order__table-header-cell:first-child::-moz-placeholder, .order__table-cell:first-child::-moz-placeholder {
    color: #151515;
  }
  .order__table-header-cell:first-child::placeholder, .order__table-cell:first-child::placeholder {
    color: #151515;
  }
  @media only screen and (max-width: 1024px) {
    .order__table-header-cell:first-child, .order__table-cell:first-child {
      width: 30%;
    }
  }
  .order__table-header-cell:nth-child(2), .order__table-cell:nth-child(2) {
    width: 43.5%;
  }
  @media only screen and (max-width: 568px) {
    .order__table-header-cell:first-child, .order__table-header-cell:nth-child(2), .order__table-cell:first-child, .order__table-cell:nth-child(2) {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .order__table-cell {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .order__table-cell:not(:last-of-type) {
      margin-bottom: 15px;
    }
  }
  .order__table .btn--delete-item {
    margin-left: 35px;
  }
  @media only screen and (max-width: 568px) {
    .order__table .btn--delete-item {
      position: absolute;
      top: 24px;
      right: 27px;
    }
    .order__table .btn--delete-item svg {
      width: 24px;
      height: 24px;
    }
  }
  .order__table .btn--delete-item svg g {
    transition: opacity 0.3s ease-in-out;
  }
  .order__table .btn--delete-item:hover svg g {
    opacity: 1;
  }
  .order__table-years-quantity .results-table__year-select {
    margin-right: 0;
    justify-content: end;
  }
  @media only screen and (max-width: 568px) {
    .order__table-years-quantity .results-table__year-select {
      justify-content: start;
    }
  }
  .order__table-actions {
    display: none;
  }
  .order__table--domain {
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 568px) {
    .order__table--domain {
      margin-bottom: 24px;
    }
  }
  .order__table--domain .order__table-header {
    display: flex;
  }
  @media only screen and (max-width: 1024px) {
    .order__table--domain .order__table-row {
      flex-direction: row;
      padding: 17px 24px 18px 24px;
    }
    .order__table--domain .order__table-row:first-child {
      font-size: 14px;
    }
  }
  @media only screen and (max-width: 568px) {
    .order__table--details .order__table-row--col-mob .tip__icon {
      top: 0;
      right: 0;
    }
  }
  .order__table--details .tip__wrapper {
    font-size: 14px;
  }
  .order__notification {
    background-color: rgba(148, 35, 237, 0.04);
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 28px;
  }
  .order__notification-content {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .order__notification-content strong {
    color: #eb7400;
  }
  @media only screen and (max-width: 568px) {
    .order__notification {
      margin-bottom: 24px;
    }
    .order__notification-content span {
      display: block;
    }
  }
  .order__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .order__footer-col {
    display: flex;
    gap: 20px;
  }
  .order__footer-col .btn {
    text-transform: initial;
  }
  @media only screen and (max-width: 767.98px) {
    .order__footer {
      flex-direction: column;
      gap: 30px;
    }
    .order__footer-col {
      flex-direction: column;
    }
    .order__footer-col .btn {
      padding: 16px 32px;
      max-width: 100%;
      width: 312px;
    }
  }
  .order__mobile-text {
    display: none;
  }
  @media only screen and (max-width: 568px) {
    .order__mobile-text {
      display: block;
    }
  }
  .order__hosting-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    padding-bottom: 20px;
  }
  @media only screen and (max-width: 1024px) {
    .order__hosting-options {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 568px) {
    .order__hosting-options {
      padding: 0;
      gap: 0;
    }
  }
  .order__hosting-icon {
    border-radius: 8px;
    background: rgba(49, 81, 188, 0.1);
    padding: 8px;
    line-height: 0;
  }
  .order__hosting-icon svg {
    width: 24px;
    height: 24px;
  }
  .order__hosting-option {
    position: relative;
  }
  @media only screen and (max-width: 568px) {
    .order__hosting-option {
      padding: 32px 0 32px;
    }
  }
  .order__hosting-option:not(:last-child):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #E2E5EC;
    right: -28px;
    top: 0;
  }
  @media only screen and (max-width: 1024px) {
    .order__hosting-option:not(:last-child):after {
      bottom: -28px;
      width: 100%;
      height: 1px;
      right: 0;
      left: 0;
      top: auto;
    }
  }
  @media only screen and (max-width: 568px) {
    .order__hosting-option:not(:last-child):after {
      bottom: 0;
    }
  }
  .order__hosting-option:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .order__hosting-option:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .order__hosting-option p {
    line-height: 150%;
  }
  .order__hosting-option-title {
    font-weight: 700;
    color: #151515;
    line-height: 150%;
    margin-left: 18px;
    font-family: "Cabin", sans-serif;
  }
  @media only screen and (max-width: 568px) {
    .order__hosting-option-title {
      margin-left: 16px;
    }
  }
  .order__next-step-link {
    width: 98%;
    justify-content: center;
    padding: 16px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .order__summary {
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .order__summary {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      padding: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .order__summary {
      margin-bottom: -5px;
    }
  }
  .order__summary .btn {
    width: 100%;
    text-transform: none;
    padding: 16px;
    background-color: #3151BC;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .order__summary-item .flag {
    width: 32px;
    height: 30px;
    border-radius: 8px;
    margin-right: 16px;
    background-size: contain;
    overflow: hidden;
  }


  @media only screen and (max-width: 767.98px) {
    .order__payment-actions {
      padding: 20px 24px !important;
    }
  }
  .order__payment-actions .arrow-btn {
    margin-left: 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .order__payment-actions .arrow-btn {
      width: 100%;
      margin-left: 0;
    }
  }
  .order__payment-actions .arrow-btn .arrow-container {
    margin-left: 10px;
  }
  @media only screen and (max-width: 767.98px) {
    .order__payment-actions .btn--delete-order {
      order: 2;
    }
  }
  .order--confirm {
    border-radius: 24px;
  }
  @media only screen and (max-width: 568px) {
    .order--confirm {
      border-radius: unset;
    }
  }
  .order--confirm .order__table-chosen-option .results-table__options-list.results-table__options-list--domain {
    padding-inline: 4px;
  }
  .order--confirm .order__table-chosen-option .results-table__options-list.results-table__options-list--domain .results-table__options-item {
    padding: 14px 16px;
    margin-bottom: 8px;
    border-bottom: none;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  .order--confirm .order__table-chosen-option .results-table__options-list.results-table__options-list--domain .results-table__options-item:after {
    display: none;
  }
  .order--confirm .order__table-chosen-option .results-table__options-list.results-table__options-list--domain .results-table__options-item.disabled-option, .order--confirm .order__table-chosen-option .results-table__options-list.results-table__options-list--domain .results-table__options-item:hover {
    color: #000000;
    background: rgba(226, 229, 236, 0.4);
  }
  .order--confirm .order__summary .btn {
    background-color: #3151BC;
  }
  .order--confirm .tip__icon path {
    stroke: #96C23D;
  }
  .order--confirm .tip__wrapper {
    min-width: 405px;
  }
  .order--confirm .order__title {
    margin-bottom: 24px;
  }
  .order--confirm .order__table-header {
    background-color: #E1E5FA;
  }
  .order--confirm .order__table .btn--delete-ordered-domain {
    margin-left: auto;
  }
  .order--confirm .order__table-header-cell {
    color: #000000;
  }
  .order--confirm .order__table-header {
    font-size: 20px;
    line-height: 32px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  @media only screen and (max-width: 568px) {
    .order--confirm .order__table-header {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .order--confirm .order__table .results-table__year-select {
    width: 100%;
  }
  .order--confirm .order__table .results-table__year-select .discount {
    font-size: 12px;
    text-align: right;
  }
  .order--confirm .order__table .results-table__year-select .selected-option {
    margin-right: 3px;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .order--confirm .order__table .results-table__year-select > svg path {
    stroke: #96C23D;
  }
  .order--confirm .order__table-chosen-option svg {
    margin-left: 10px;
  }
  .order--confirm .order__table-chosen-option .results-table__options-list {
    min-width: 177px;
    max-height: 260px;
    overflow-y: auto;
  }
  .order--confirm .order__table-chosen-option .results-table__options-list--lg {
    min-width: 317px;
  }
  .order--confirm .order__table-chosen-option .results-table__options-list .results-table__options-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    color: #151515;
    font-size: 16px;
  }
  .order--confirm .order__table-chosen-option .results-table__options-list .results-table__options-item.disabled-option {
    color: #3151BC;
  }
  @media only screen and (max-width: 568px) {
    .order--confirm .order__table-chosen-option .results-table__options-list {
      left: 0;
      right: auto;
    }
  }
  .order--confirm .order__table-chosen-option .discount {
    color: #ff0000;
    font-size: 14px;
  }
  .order--confirm .order__table-row:nth-child(even) {
    background: rgba(226, 229, 236, 0.2);
  }
  .order--confirm .order__table-row:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .order--confirm .order__table-row:last-child .bold {
    color: #000000;
  }
  .order--confirm .order__table-row > div:last-of-type {
    min-width: 54px;
    text-align: right;
  }
  @media only screen and (max-width: 568px) {
    .order--confirm .order__table-row {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
    }
    .order--confirm .order__table-row:first-child {
      border-radius: unset;
      border-top: unset;
    }
    .order--confirm .order__table-row .order__table-title {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  }
  .order--confirm .order__table--grey .order__table-header {
    background-color: rgba(21, 21, 21, 0.05);
  }
  .order--confirm .order__table--grey .order__table-row:nth-child(even) {
    background: rgba(21, 21, 21, 0.02);
  }
  .order--confirm .order__table--grey .order__table-row:last-child .bold {
    color: inherit;
  }
  .order--confirm .order__notification {
    background: rgba(150, 194, 61, 0.1);
  }
  .order--confirm .order__notification-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #6B931B;
  }
  .order--confirm .order__summary {
    min-height: 494px;
  }
  .order--confirm .payment-form {
    background: rgba(49, 81, 188, 0.04);
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 8px;
  }
  .order--confirm .payment-form__title {
    color: #151515;
  }
  @media only screen and (max-width: 568px) {
    .order--confirm .payment-form {
      padding: 28px 32px 32px;
    }
    .order--confirm .payment-form__title {
      font-size: 24px;
    }
    .order--confirm .payment-form .order__radio-wrapper {
      gap: 20px;
      margin-bottom: 34px;
    }
    .order--confirm .payment-form .form-input--card {
      max-width: 100%;
      margin-bottom: 10px;
    }
    .order--confirm .payment-form .form-input--card .form-input {
      margin-bottom: 15px;
    }
    .order--confirm .payment-form .form-input--card .form-input--date, .order--confirm .payment-form .form-input--card .form-input--cvc {
      max-width: 50%;
    }
  }
  .order--confirm .summary-card {
    border-radius: 8px;
  }
  .order--confirm .summary-card__currency {
    margin-bottom: 0;
    margin-top: 8px;
  }

  .order-receipt .order__notification-content {
    max-width: 410px;
  }
  .order-receipt .order__notification-content strong {
    color: #151515;
  }

  .selected-option .profile-name {
    color: #000000;
    font-weight: 500;
    margin-right: 16px;
  }

  .trustee-link {
    cursor: help;
    margin-left: 4px;
  }
  .trustee-link svg {
    vertical-align: text-top;
  }

  .trustee-tooltip {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    left: -23px;
    width: 592px;
    background: #ffffff;
    border: 1px solid #E2E5EC;
    border-radius: 8px;
    max-width: 280px;
    padding: 16px;
    font-size: 14px;
    line-height: 17px;
    text-align: start;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    color: #151515;
  }
  .trustee-tooltip::after, .trustee-tooltip::before {
    content: "";
    position: absolute;
    left: 16px;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .trustee-tooltip:after {
    width: 16px;
    height: 8px;
    top: -9px;
    left: 18px;
    background: #ffffff;
  }
  .trustee-tooltip::before {
    width: 20px;
    height: 10px;
    top: -10px;
    background: #E2E5EC;
  }
  @media only screen and (max-width: 1024px) {
    .trustee-tooltip {
      width: 520px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trustee-tooltip {
      width: 320px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trustee-tooltip {
      left: auto;
      right: -16px;
      z-index: 1111;
      width: calc(100dvw - 80px);
    }
    .trustee-tooltip::after, .trustee-tooltip::before {
      left: auto;
      right: 16px;
    }
    .trustee-tooltip::after {
      right: 18px;
    }
  }
  .trustee-tooltip--register {
    width: 405px;
  }
  @media only screen and (max-width: 767.98px) {
    .trustee-tooltip--register {
      width: 320px;
    }
  }
  @media only screen and (max-width: 568px) {
    .trustee-tooltip--register {
      width: calc(100dvw - 80px);
    }
  }

  .trustee-link:hover + .trustee-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .radio-content {
    display: none;
  }

  .profile-popup .popup__wrapper {
    max-width: 800px;
  }
  @media only screen and (max-width: 767.98px) {
    .profile-popup .popup__wrapper {
      width: 83%;
      max-height: 82%;
      overflow-y: auto;
      padding: 24px;
    }
  }
  .profile-popup .popup__section {
    margin-bottom: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 568px) {
    .profile-popup .popup__section {
      padding-bottom: 14px;
    }
  }
  .profile-popup .popup__title {
    margin-top: 2px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    font-family: "Cabin", sans-serif;
  }
  @media only screen and (max-width: 568px) {
    .profile-popup .popup__title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px;
    }
  }
  @media only screen and (max-width: 568px) {
    .profile-popup .popup__subtitle {
      font-size: 14px;
      line-height: 150%;
      max-width: 80%;
    }
  }
  .profile-popup .popup__actions .btn:first-child {
    margin-right: 16px;
  }
  .profile-popup__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 767.98px) {
    .profile-popup__form {
      grid-template-columns: 1fr;
      padding-bottom: 16px;
    }
  }
  .profile-popup .form-input {
    margin-bottom: 16px;
  }
  .profile-popup .checkbox label {
    margin-top: 10px;
  }
  @media only screen and (max-width: 568px) {
    .profile-popup .checkbox label {
      font-size: 12px;
    }
  }
  @media only screen and (max-width: 568px) {
    .profile-popup .popup__close-btn {
      display: block;
    }
    .profile-popup .popup__close-btn svg {
      width: 24px;
      height: 24px;
    }
  }
  .profile-popup--create .form-input:nth-child(2) {
    grid-column: 1;
  }
  @media only screen and (max-width: 568px) {
    .profile-popup--create .popup__actions {
      flex-direction: column;
    }
    .profile-popup--create .popup__actions .btn {
      width: 100%;
    }
    .profile-popup--create .popup__actions .btn:first-child {
      margin-bottom: 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .profile-popup--create .popup__close-btn {
      display: block;
    }
    .profile-popup--create .popup__close-btn svg {
      width: 24px;
      height: 24px;
    }
  }

  .add-server-form {
    background: rgba(21, 21, 21, 0.02);
    border-radius: 8px;
    padding: 24px;
    margin: 0 10px;
  }
  @media only screen and (max-width: 568px) {
    .add-server-form {
      margin: 0;
    }
  }
  .add-server-form .form-input {
    max-width: 364px;
    width: 100%;
  }
  .add-server-form .form-input input:not(:disabled) {
    background-color: #ffffff;
  }
  @media only screen and (max-width: 1024px) {
    .add-server-form .form-input {
      max-width: 95%;
      margin-bottom: 24px;
    }
  }
  .add-server-form .radio-button {
    width: -moz-fit-content;
    width: fit-content;
  }
  @media only screen and (max-width: 1024px) {
    .add-server-form .checkbox {
      margin-bottom: 24px;
    }
  }
  .add-server-form__row {
    display: flex;
    margin-bottom: 24px;
    position: relative;
  }
  @media only screen and (max-width: 767.98px) {
    .add-server-form__row {
      margin-bottom: 0;
    }
  }
  .add-server-form__row .form-input {
    max-width: 344px;
  }
  @media only screen and (max-width: 1024px) {
    .add-server-form__row .form-input {
      max-width: 95%;
    }
  }
  .add-server-form__row .form-input:not(:last-child) {
    margin-right: 24px;
  }
  .add-server-form__row--additional:last-of-type {
    margin-bottom: 24px !important;
  }
  @media only screen and (max-width: 1024px) {
    .add-server-form__row {
      flex-direction: column;
    }
  }

  .btn--add-server {
    font-weight: 500;
    color: #3151BC;
    cursor: pointer;
    margin-bottom: 22px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out;
    transition: text-decoration-color 0.3s ease-in-out, -webkit-text-decoration-color 0.3s ease-in-out;
  }
  .btn--add-server svg {
    margin-right: 8px;
  }
  @media only screen and (max-width: 568px) {
    .btn--add-server svg {
      margin-right: 8px;
    }
  }
  .btn--add-server:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
  .btn--add-server-account {
    font-size: 14px;
    margin-top: -8px;
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 568px) {
    .btn--add-server-account {
      margin-top: -6px;
    }
  }
  .btn--add-server-account svg {
    margin-right: 8px;
  }

  .btn--delete-server {
    align-self: self-end;
    padding: 12px 0;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
  }
  .btn--delete-server:hover {
    opacity: 1;
  }
  @media only screen and (max-width: 767.98px) {
    .btn--delete-server {
      margin-left: 5px;
    }
  }

  .btn--edit-ordered-domain,
  .btn--delete-ordered-domain {
    padding: 0 10px;
    margin-right: -10px;
  }
  .btn--edit-ordered-domain svg,
  .btn--delete-ordered-domain svg {
    transition: opacity 0.3s ease-in-out;
  }
  .btn--edit-ordered-domain:hover svg,
  .btn--delete-ordered-domain:hover svg {
    opacity: 0.5;
  }

  .btn--delete-ordered-domain {
    display: none;
  }

  .payment-form {
    padding: 32px;
    height: -moz-fit-content;
    height: fit-content;
    grid-area: 1/1/3/2;
    background: rgba(49, 81, 188, 0.04);
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .payment-form {
      grid-area: auto;
      margin-bottom: 24px;
      padding: 24px;
    }
  }
  .payment-form__title {
    color: #151515;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 700;
    text-align: center;
  }
  .payment-form__card-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 177px;
  }
  @media only screen and (max-width: 568px) {
    .payment-form__card-wrapper {
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  .payment-form .form-input {
    margin-bottom: 24px;
  }
  .payment-form .form-input label {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 6px;
  }
  @media only screen and (max-width: 568px) {
    .payment-form .form-input {
      margin-bottom: 23px;
    }
  }
  @media only screen and (max-width: 568px) {
    .payment-form .form-input--card {
      max-width: 184px;
    }
  }
  .payment-form .form-input--date {
    max-width: 100px;
    margin-right: 16px;
  }
  .payment-form .form-input--cvc {
    max-width: 60px;
  }
  .payment-form .form-input__common-input,
  .payment-form .common-input {
    background-color: #ffffff;
  }
  .payment-form .form-input__common-input {
    height: 56px;
  }

  .summary-card {
    width: 100%;
    border: 1px solid #E2E5EC;
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .summary-card {
      order: -1;
      margin-bottom: 22px;
    }
  }
  .summary-card__row {
    padding: 16px 24px;
    text-align: center;
  }
  @media only screen and (max-width: 568px) {
    .summary-card__row {
      font-size: 16px;
      padding: 16px;
    }
  }
  .summary-card__row:first-child {
    padding: 32px 16px;
    border-bottom: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 568px) {
    .summary-card__row:first-child {
      padding: 16px;
    }
  }
  .summary-card__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #151515;
    font-family: "Cabin", serif;
  }
  @media only screen and (max-width: 568px) {
    .summary-card__title {
      font-size: 20px;
    }
  }
  .summary-card__amount {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    margin-top: 12px;
  }
  @media only screen and (max-width: 568px) {
    .summary-card__amount {
      font-size: 20px;
      margin-top: 0;
    }
  }
  .summary-card__currency {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    opacity: 0.5;
    display: inline-block;
    margin-bottom: 4px;
  }
  .summary-card__text {
    color: rgba(21, 21, 21, 0.5);
    font-weight: 400;
    margin-bottom: 4px;
  }
  .summary-card__discount {
    font-weight: 400;
    font-size: 14px;
    margin-top: 11px;
  }
  .summary-card__discount .old {
    color: rgba(21, 21, 21, 0.3);
    text-decoration: line-through;
    margin-right: 9px;
  }
  .summary-card__discount .new {
    color: #ff0000;
  }
  .summary-card__total-desc {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: rgba(21, 21, 21, 0.5);
  }
  @media only screen and (max-width: 568px) {
    .summary-card__total-desc {
      text-align: center;
    }
  }
  .summary-card--receipt {
    border-radius: 8px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    background: rgba(21, 21, 21, 0.02);
    padding: 20px 40px;
    max-width: 537px;
  }
  @media only screen and (max-width: 767.98px) {
    .summary-card--receipt {
      max-width: unset;
    }
  }
  .summary-card--receipt .summary-card__row {
    padding: 0;
    text-align: unset;
  }
  @media only screen and (max-width: 568px) {
    .summary-card--receipt .summary-card__row {
      text-align: center;
    }
  }
  .summary-card--receipt .summary-card__row:first-child {
    border-bottom: unset;
  }
  .summary-card--receipt .summary-card__row:last-child {
    text-align: right;
  }
  .summary-card--receipt .summary-card__amount {
    margin-top: 14px;
  }
  .summary-card--receipt .summary-card__title {
    text-align: center;
    margin-bottom: 54px;
  }
  .summary-card--receipt .summary-card__header {
    opacity: 1;
  }
  .summary-card--receipt .summary-card__header span {
    opacity: 0.4;
  }
  .summary-card--receipt .summary-card__header, .summary-card--receipt .summary-card__description {
    border-bottom: 1px dashed #b1b8d0;
  }
  .summary-card--receipt .summary-card__total {
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
    padding-bottom: 28px;
  }
  @media only screen and (max-width: 568px) {
    .summary-card--receipt {
      flex-direction: column;
      align-items: initial;
      padding: 0;
    }
    .summary-card--receipt .summary-card__row {
      padding: 16px;
    }
    .summary-card--receipt .summary-card__row:first-child {
      padding: 16px;
      border-bottom: 1px solid #edeff6;
    }
    .summary-card--receipt .summary-card__row:last-child {
      text-align: center;
    }
    .summary-card--receipt .summary-card__amount {
      margin-top: 4px;
    }
  }
  .summary-card__header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-bottom: 7px;
    position: relative;
    border-bottom: 1px dashed #e8eaf1;
  }
  .summary-card__header span {
    opacity: 0.4;
  }
  .summary-card__total {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding: 12px 0;
  }
  .summary-card__description {
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-bottom: 1px dashed #e8eaf1;
  }
  .summary-card__description .old-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .summary-card__desc-row {
    display: flex;
    justify-content: space-between;
  }
  @media only screen and (max-width: 350px) {
    .summary-card__desc-row {
      gap: 8px;
    }
  }
  @media only screen and (max-width: 375px) {
    .summary-card__desc-row span:first-child {
      text-align: left;
    }
    .summary-card__desc-row span:last-child {
      text-align: right;
      white-space: nowrap;
    }
  }
  .summary-card .internal-link {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    color: #6B931B;
  }
  .summary-card .line {
    width: 100%;
  }

  .secure-card {
    padding: 36px 32px 32px;
    border-radius: 8px;
    background-color: rgba(49, 81, 188, 0.08);
    border: 1px solid #E2E5EC;
    margin-top: 32px;
  }
  @media only screen and (max-width: 568px) {
    .secure-card {
      padding: 24px;
      margin-top: 25px;
    }
  }
  .secure-card__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #151515;
    font-family: "Cabin", sans-serif;
    margin-bottom: 16px;
    font-weight: 700;
    max-width: 248px;
    margin: 0 auto 20px;
  }
  .secure-card__links :not(:last-child) {
    margin-right: 32px;
  }
  .secure-card__img {
    max-width: 152px;
    width: 100%;
    height: 48px;
  }
  @media only screen and (max-width: 568px) {
    .secure-card__img {
      max-width: 126px;
      height: 40px;
    }
  }

  .order-page {
    padding-top: 8px;
  }
  .order-page .breadcrumb {
    padding-bottom: 32px;
  }
  .order-page--confirm {
    padding-top: 8px;
  }
  .order-page--confirm .breadcrumb {
    margin-bottom: 32px;
  }

  .international-trademark__section {
    background-size: cover;
    background-position: bottom;
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 1024px) {
    .international-trademark__section {
      margin-bottom: 32px;
    }
  }
  .international-trademark__header {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
  }
  @media only screen and (max-width: 568px) {
    .international-trademark__header {
      padding: 64px 0;
    }
  }
  .international-trademark__header .subtitle {
    opacity: 1;
  }

  .international-trademark-table .tabs-wrapper {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  @media only screen and (max-width: 568px) {
    .international-trademark-table .tabs-wrapper {
      margin-bottom: 32px;
    }
  }
  .international-trademark-table .tabs-wrapper .tab {
    padding: 12px 24px;
    border-radius: 100px;
    min-width: 164px;
    font-size: 16px;
    line-height: 24px;
  }
  .international-trademark-table .tabs-wrapper .tab.active {
    background-color: #9423ED;
    color: #ffffff;
  }
  .international-trademark-table__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 32px;
  }
  @media only screen and (max-width: 1024px) {
    .international-trademark-table__content {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .international-trademark-table__content {
      grid-template-columns: 1fr;
    }
  }
  .international-trademark-table__column {
    border-top: 1px solid #E2E5EC;
    border-bottom: 1px solid #E2E5EC;
  }
  .international-trademark-table__country {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #E2E5EC;
  }
  .international-trademark-table__country .flag-shadowed {
    margin-left: -4px;
    margin-right: 4px;
    border-radius: 2px;
  }
  .international-trademark-table__country svg {
    margin-left: auto;
  }
  .international-trademark-table__country:nth-child(-n+4) {
    border-top: 1px solid #E2E5EC;
  }
  .international-trademark-table__link {
    padding: 18px 0;
    color: rgba(21, 21, 21, 0.88);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  @media only screen and (max-width: 568px) {
    .international-trademark-table__link {
      padding: 10px 0;
    }
  }
  .international-trademark-table__link:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }

  @media only screen and (max-width: 568px) {
    .international-trademark-treaties {
      padding-top: 64px;
    }
  }
  .international-trademark-treaties .service-card__title {
    line-height: 29px;
    margin-bottom: 16px;
  }
  .international-trademark-treaties .service-card__title br {
    display: block;
  }
  @media only screen and (max-width: 1024px) {
    .international-trademark-treaties .service-card__title br {
      display: none;
    }
  }
  .international-trademark-treaties .service-card__img {
    height: 160px;
  }
  @media only screen and (max-width: 568px) {
    .international-trademark-treaties .service-card__img {
      height: 120px;
    }
  }
  .international-trademark-treaties .service-card__description {
    padding: 0 32px 15px;
  }
  @media only screen and (max-width: 568px) {
    .international-trademark-treaties .service-card__description {
      padding: 0 24px 15px;
    }
  }
  .international-trademark-treaties .grid-4-cols {
    gap: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .international-trademark-treaties .grid-4-cols {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .international-trademark-treaties .grid-4-cols {
      grid-template-columns: 1fr;
    }
  }

  .google-packages {
    position: relative;
    gap: 40px;
  }
  @media only screen and (max-width: 1024px) {
    .google-packages {
      gap: 64px;
    }
  }
  .google-packages-wrapper {
    margin: 0 auto 40px;
  }
  @media only screen and (max-width: 1024px) {
    .google-packages-wrapper {
      margin: 0 0 64px;
      padding-top: 64px;
    }
  }
  .google-packages__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  @media only screen and (max-width: 1024px) {
    .google-packages__grid {
      grid-template-columns: 1fr;
    }
  }
  .google-packages__table {
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 1024px) {
    .google-packages__table {
      display: none;
    }
  }
  .google-packages.sticky {
    top: 0;
  }
  @media only screen and (max-width: 1024px) {
    .google-packages.sticky {
      top: 0;
    }
  }
  .google-packages.sticky .google-package__description,
  .google-packages.sticky .label-popular {
    display: none;
  }
  .google-packages.sticky .google-package__title {
    margin: 0 0 24px;
  }
  .google-packages__header {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .google-packages__header .google-packages__grid {
    gap: 24px;
  }
  @media only screen and (max-width: 1024px) {
    .google-packages__header {
      position: static;
      background-color: transparent;
    }
  }
  .google-packages__section:not(:last-child) .google-packages__section-title {
    border-bottom: 1px solid rgba(21, 21, 21, 0.02);
  }
  .google-packages__section-title {
    cursor: pointer;
    padding: 23.5px 24px;
    background-color: rgba(21, 21, 21, 0.02);
    color: #151515;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media only screen and (max-width: 1024px) {
    .google-packages__section-title {
      padding: 15.5px 24px;
      background-color: rgba(21, 21, 21, 0.08);
    }
    .google-packages__section-title .h5 {
      font-family: "Inter", sans-serif;
      font-weight: 700;
    }
  }
  .google-packages__section-title button {
    height: 24px;
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
  }
  .google-packages__section-title.opened + .google-packages__section-content {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .google-packages__section-title.opened button {
    transform: rotate(0deg);
  }
  .google-packages__section-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }

  .google-package {
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package {
      background-color: #ffffff;
      box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
      border-radius: 16px;
      margin-bottom: 24px;
      border: none;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .google-package {
      border: 1px solid #E2E5EC;
    }
  }
  .google-package:not(:last-child) {
    border-right: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 1024px) {
    .google-package:not(:last-child) {
      border-right: none;
    }
  }
  .google-package:first-child {
    border-top-left-radius: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package:first-child {
      border-top-left-radius: 16px;
    }
  }
  .google-package:last-child {
    border-top-right-radius: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package:last-child {
      margin: 0;
      border-top-right-radius: 16px;
    }
  }
  .google-package .google-package__title {
    font-size: 32px;
    line-height: 1.4;
    width: 80%;
  }
  @media only screen and (max-width: 767.98px) {
    .google-package .google-package__title {
      font-size: 24px;
    }
  }
  .google-package .google-package__title--md {
    line-height: 1.25;
  }
  @media only screen and (max-width: 767.98px) {
    .google-package .google-package__title--md {
      line-height: 1.2;
    }
  }
  .google-package__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 24px;
  }
  .google-package__content .google-package__title {
    padding: 0 24px;
    color: #0D1739;
    text-align: center;
    font-family: Cabin;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
  }
  @media only screen and (max-width: 568px) {
    .google-package__content .google-package__title {
      padding: 0;
      font-weight: 700;
      font-family: "Inter", san-serif;
      margin: 0 0 15px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-package__content {
      border-top-right-radius: 16px;
      border-top-left-radius: 16px;
      background-color: #ffffff;
      z-index: 2;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-package__content {
      padding: 24px;
    }
  }
  .google-package .btn {
    justify-content: center;
  }
  @media only screen and (max-width: 1280px) {
    .google-package .btn {
      padding: 12px 32px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-package .btn {
      padding: 12px 48px;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-package .btn {
      font-size: 14px;
    }
  }
  .google-package__price-container {
    margin-bottom: 24px;
    font-size: 14px;
    padding: 16px 20px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    width: 100%;
  }
  @media only screen and (max-width: 1280px) {
    .google-package__price-container {
      margin-top: auto;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-package__price-container {
      margin-bottom: 10px;
    }
  }
  .google-package__price {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin: 0 8px 0 4px;
  }
  @media only screen and (max-width: 568px) {
    .google-package__price {
      font-size: 33px;
    }
  }
  .google-package__price-text {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: -3px;
  }
  @media only screen and (max-width: 568px) {
    .google-package__price-text {
      top: 0;
    }
  }
  .google-package .label-popular {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
  }
  @media only screen and (max-width: 1024px) {
    .google-package .label-popular {
      display: none;
    }
  }
  .google-package__storage-text {
    margin-bottom: 24px;
    line-height: 24px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__storage-text {
      margin: 0;
      padding: 24px 0;
      border-top: 1px solid #E2E5EC;
      border-bottom: 1px solid #E2E5EC;
      text-align: center;
    }
  }
  .google-package__storage-btn {
    color: #151515;
    width: 100%;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    order: 2;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    padding: 19.5px 24px;
  }
  .google-package__storage-btn-text {
    color: #151515;
    border-bottom: 1px solid #151515;
    transition: all 0.3s ease-in-out;
  }
  .google-package__storage-btn:hover {
    background-color: #96C23D;
    color: #ffffff;
  }
  .google-package__storage-btn:hover .google-package__storage-btn-text {
    color: #ffffff;
    border-color: #ffffff;
  }
  .google-package__option {
    display: flex;
  }
  .google-package__option img {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  @media only screen and (max-width: 1280px) {
    .google-package__option img {
      width: 24px;
      height: 24px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-package__option img {
      width: 32px;
      height: 32px;
    }
  }
  .google-package__option-description {
    font-size: 13px;
    color: rgba(21, 21, 21, 0.88);
    line-height: 19.95px;
  }
  .google-package__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.88;
  }
  @media only screen and (max-width: 568px) {
    .google-package__description {
      margin-bottom: 11px;
    }
  }
  .google-package__list {
    padding: 24px;
  }
  .google-package__list:not(:last-child) {
    border-right: 1px solid rgba(21, 21, 21, 0.08);
  }
  .google-package__list .google-package__option:not(:last-child) {
    margin-bottom: 24px;
  }
  .google-package__info {
    display: none;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__info {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
  }
  .google-package__info-table {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }
  .google-package.info-visible .google-package__info-table {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .google-package.info-visible .google-package__storage-text {
    border-bottom: none;
    padding-bottom: 0;
  }
  .google-package.info-visible .google-package__content {
    position: sticky;
    top: 0;
  }
  @media only screen and (max-width: 568px) {
    .google-package.info-visible .google-package__content {
      top: 48px;
    }
  }
  .google-package.info-visible .google-package__storage-btn {
    border-top: 1px solid #E2E5EC;
  }
  .google-package .popup__close-btn {
    display: none;
  }
  @media only screen and (max-width: 767.98px) {
    .google-package .popup__close-btn {
      display: block;
    }
  }
  .google-package__popup-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .google-package__popup .popup__wrapper {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    max-width: 783px;
    padding: 0;
    border-radius: 16px;
    transform: none;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup .popup__wrapper {
      flex-direction: column;
      width: 82.94%;
      top: 32px;
    }
  }
  .google-package__popup-column {
    padding: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-column {
      padding: 24px 12px 24px 24px;
    }
    .google-package__popup-column:first-child {
      padding-bottom: 24px;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-package__popup-column:first-child {
      padding-bottom: 15px;
    }
  }
  .google-package__popup-column:last-child {
    background-color: rgba(21, 21, 21, 0.02);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 52%;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-column:last-child {
      width: 100%;
      border-top-right-radius: 0;
      border-bottom-left-radius: 16px;
      padding-top: 24px;
      padding-right: 24px;
      background-color: #ffffff;
      position: relative;
    }
    .google-package__popup-column:last-child:before {
      content: "";
      position: absolute;
      background-color: rgba(21, 21, 21, 0.08);
      height: 1px;
      margin: 0 auto;
      top: 0;
      width: calc(100% - 48px);
    }
  }
  @media only screen and (max-width: 568px) {
    .google-package__popup-column:last-child {
      padding-top: 16px;
    }
  }
  .google-package__popup-subtitle {
    display: inline-block;
    line-height: 40px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-subtitle {
      font-size: 14px;
      line-height: 1;
      margin: 0 0 8px;
    }
  }
  .google-package__popup-title {
    margin-bottom: 23px;
    font-size: 32px;
    line-height: 40px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-title {
      font-size: 20px;
      margin-bottom: 15px;
      line-height: 1.4;
    }
  }
  .google-package__popup-list {
    list-style: disc;
    margin-left: 22px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-list {
      margin-left: 21px;
    }
  }
  .google-package__popup-item {
    padding-left: 2px;
  }
  .google-package__popup-item:not(:last-child) {
    margin-bottom: 13px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-item {
      font-size: 14px;
      padding: 0;
      line-height: 1;
    }
    .google-package__popup-item:not(:last-child) {
      margin-bottom: 12px;
    }
  }
  .google-package__popup-text {
    font-size: 24px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.88);
    margin-bottom: 24px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-text {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-text {
      font-size: 16px;
      line-height: 19.36px;
      margin-bottom: 16px;
    }
  }
  .google-package__popup .btn {
    width: 100%;
  }
  @media only screen and (max-width: 568px) {
    .google-package__popup .btn {
      padding: 8px 24px;
    }
    .google-package__popup .btn .arrow-container {
      margin-left: 8px;
    }
  }
  .google-package__popup .common-input,
  .google-package__popup .form-input__common-input {
    background-color: #ffffff;
    font-size: 16px;
    color: #000000;
  }
  .google-package__popup .form-select__options-list {
    height: 150px;
    overflow-y: auto;
  }
  .google-package__popup-inputs {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    margin-bottom: 29px;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-inputs {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-package__popup-inputs {
      grid-template-columns: 1fr;
    }
  }
  .google-package__popup-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    position: relative;
    align-items: center;
  }
  .google-package__popup-price span:first-child {
    font-family: "Cabin", sans-serif;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-price {
      margin-bottom: 18px;
    }
  }
  .google-package__popup-price::after {
    content: "";
    position: absolute;
    bottom: 19px;
    width: 40%;
    left: 94px;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.48);
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-price::after {
      display: none;
    }
  }
  .google-package__popup-price .total-price {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
  }
  @media only screen and (max-width: 1024px) {
    .google-package__popup-price .total-price {
      font-size: 20px;
    }
  }
  .google-package__popup-price .total-price__per-month {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .google-workspace .section-with-image {
    display: flex;
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace .section-with-image {
      flex-direction: column;
    }
  }
  .google-workspace__logo-container {
    margin-bottom: 11px;
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace__logo-container {
      text-align: center;
    }
  }
  .google-workspace__logo-container img {
    max-width: 250px;
  }
  .google-workspace__desc {
    opacity: 0.8;
  }
  .google-workspace .hero__title {
    font-family: "Cabin";
    font-size: 56px;
    line-height: 150%;
    margin: 0 0 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .google-workspace .hero__title {
      font-size: 32px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .google-workspace .hero__content {
      max-width: 500px;
      margin: 0;
    }
  }
  .google-workspace .hero__image {
    right: -39px;
    top: 63px;
    transform: none;
  }
  @media only screen and (max-width: 1280px) {
    .google-workspace .hero__image {
      top: 40px;
      right: 20px;
    }
    .google-workspace .hero__image svg {
      max-width: 420px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace .hero__image {
      position: static;
      right: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-workspace .hero__image {
      height: auto;
      margin: 0;
    }
  }
  .google-workspace .hero__image img {
    width: 100%;
    max-width: 777px;
    max-height: 580px;
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace .hero__image img {
      display: flex;
      max-width: none;
      max-height: unset;
      max-width: 60%;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .google-workspace .hero__image img {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-workspace .hero__image img {
      height: auto;
    }
  }
  .google-workspace .hero__wrapper {
    padding: 195px 0 220px;
  }
  @media only screen and (max-width: 1280px) {
    .google-workspace .hero__wrapper {
      padding: 100px 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace .hero__wrapper {
      padding: 80px 0 40px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .google-workspace .hero__wrapper {
      padding: 64px 0 0px;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-workspace .hero__wrapper {
      gap: 3px;
    }
  }
  .google-workspace__tools {
    overflow-x: hidden;
    padding: 0 7.7%;
    margin-bottom: 24px;
  }
  @media only screen and (min-width: 1600px) {
    .google-workspace__tools {
      padding: 0 16%;
    }
  }
  @media only screen and (max-width: 1280px) {
    .google-workspace__tools {
      padding: 0 32px;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-workspace__tools {
      margin-bottom: 16px;
    }
  }
  .google-workspace__tools .swiper-slide {
    height: unset;
    flex-shrink: unset;
  }
  .google-workspace__tool-card {
    min-width: 224px;
    padding: 30px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    box-shadow: none;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace__tool-card {
      min-width: 200px;
      padding: 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .google-workspace__tool-card {
      min-width: 147px;
      padding: 14px 0px;
      border-radius: 16px;
      box-shadow: none;
    }
  }
  .google-workspace__tool-card img {
    height: 64px;
    width: 64px;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace__tool-card img {
      width: 48px;
      height: 48px;
      margin-bottom: 8px;
    }
  }
  .google-workspace__tool-card svg path {
    stroke: #3151BC;
  }
  .google-workspace__tool-card.active {
    border: 2px solid #3151BC;
    box-shadow: 0px 16px 32px rgba(21, 21, 21, 0.04);
  }
  .google-workspace__tool-card.active svg {
    transform: rotate(-180deg);
  }
  @media only screen and (max-width: 767.98px) {
    .google-workspace__tool-card.active {
      box-shadow: none;
    }
  }
  .google-workspace__tool-name {
    line-height: 19px;
    color: #151515;
    font-weight: 700;
    margin-bottom: 16px;
    max-width: 176px;
    text-align: center;
  }
  @media only screen and (max-width: 767.98px) {
    .google-workspace__tool-name {
      font-size: 14px;
      line-height: 17px;
      margin: 0 0 8px;
    }
  }
  .google-workspace__tool-description {
    display: none;
    padding: 24px;
    line-height: 150%;
    align-items: center;
    border: 1px solid #E2E5EC;
    border-radius: 16px;
    margin: 0 44px;
  }
  @media only screen and (max-width: 1024px) {
    .google-workspace__tool-description {
      margin: 0;
      padding: 0;
      border: none;
    }
  }
  .google-workspace__tool-description img {
    height: 48px;
    width: 48px;
    margin-right: 24px;
  }
  @media only screen and (max-width: 767.98px) {
    .google-workspace__tool-description img {
      display: none;
    }
  }

  .google-cloud-card {
    position: relative;
    margin: 0 0 32px;
    padding: 64px 76px;
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 1280px) {
    .google-cloud-card {
      padding: 24px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card {
      border-radius: 16px;
      border: none;
      box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
      padding: 32px 32px 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .google-cloud-card {
      border: 1px solid #E2E5EC;
    }
  }
  @media only screen and (max-width: 568px) {
    .google-cloud-card {
      padding: 32px 24px 17px;
      margin: 0 0 64px;
    }
  }
  .google-cloud-card__menu {
    position: relative;
  }
  .google-cloud-card__menu-item:not(:first-child) .google-cloud-card__nav-item {
    border-top: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__menu-item:last-child .google-cloud-card__body {
      border-bottom: 1px solid transparent;
    }
  }
  .google-cloud-card__menu-item.active .google-cloud-card__nav-item {
    color: rgba(21, 21, 21, 0.64);
    background-color: rgba(21, 21, 21, 0.02);
    border-radius: 8px;
    padding: 16px 24px;
    border-top: none;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__menu-item.active .google-cloud-card__nav-item {
      color: #3151BC;
      background-color: rgba(49, 81, 188, 0.15);
      height: 74px;
    }
  }
  .google-cloud-card__menu-item.active .google-cloud-card__nav-item svg {
    opacity: 0.64;
  }
  .google-cloud-card__menu-item.active .google-cloud-card__nav-item svg path {
    stroke: #151515;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__menu-item.active .google-cloud-card__nav-item svg path {
      stroke: #3151BC;
    }
  }
  .google-cloud-card__menu-item.active + li .google-cloud-card__nav-item {
    border-top: 1px solid transparent;
  }
  .google-cloud-card__nav-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 23.5px 24px;
    height: 70px;
    font-size: 14px;
    color: #151515;
    line-height: 150%;
    max-width: 280px;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__nav-item {
      max-width: none;
      height: 85px;
      color: #3151BC;
    }
  }
  .google-cloud-card__nav-item svg {
    min-width: 16px;
    min-height: 16px;
    margin-right: 16px;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__nav-item svg path {
      stroke: #3151BC;
    }
  }
  .google-cloud-card__content {
    display: none;
  }
  .google-cloud-card__header {
    position: absolute;
    left: 386px;
  }
  .google-cloud-card__header .google-package__title {
    width: 100%;
    font-family: Cabin;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  @media only screen and (max-width: 1280px) {
    .google-cloud-card__header .google-package__title {
      font-size: 28px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .google-cloud-card__header .google-package__title {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .google-cloud-card__header {
      left: 346px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__header {
      position: static;
      margin-bottom: 24px;
      text-align: center;
    }
  }
  .google-cloud-card__body {
    border-top: 1px solid #E2E5EC;
    position: absolute;
    left: 311px;
    top: 78px;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__body div:first-child {
      max-width: 100%;
    }
  }
  .google-cloud-card__body-image {
    position: relative;
    top: 50px;
    left: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__body-image {
      position: static;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 1280px) {
    .google-cloud-card__body {
      top: 48px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__body {
      position: static;
      border-top: none;
      flex-direction: column-reverse;
      padding-bottom: 24px;
      border-bottom: 1px solid #E2E5EC;
      margin-top: 27px;
    }
  }
  @media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .google-cloud-card__body {
      margin-top: 22px;
      padding-bottom: 22px;
    }
  }
  .google-cloud-card__body img {
    height: 320px;
    width: 320px;
    margin-left: 48px;
  }
  @media only screen and (max-width: 1280px) {
    .google-cloud-card__body img {
      width: 220px;
      height: 220px;
      margin-left: 16px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__body img {
      margin-left: 0;
      justify-self: center;
      align-self: center;
      width: 240px;
      height: 240px;
      margin-bottom: 25px;
    }
  }
  .google-cloud-card__text {
    line-height: 150%;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.8;
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__text {
      font-size: 16px;
      line-height: 150%;
    }
  }
  .google-cloud-card__title {
    font-size: 24px;
    line-height: 29px;
    color: #3151BC;
    font-weight: 400;
    margin: 24px 0;
  }
  @media only screen and (max-width: 1280px) {
    .google-cloud-card__title {
      font-size: 20px;
      margin: 16px 0;
      border-radius: 16px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .google-cloud-card__title {
      font-size: 24px;
      margin: 21px 0 25px;
      font-family: "Cabin", sans-serif;
      color: #151515;
      line-height: 1.4;
    }
  }

  .advantages-google__card {
    border-radius: 12px;
    border: 1px solid #E2E5EC;
    background: #FFF;
    padding: 64px 0;
  }
  .advantages-google .advantage-card {
    border: none;
  }
  .advantages-google .advantage-card__title {
    font-family: Cabin;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .advantages-google .advantage-card__subtitle {
    font-family: Cabin;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .advantages-google .advantage-card__description {
    max-width: 294px;
  }

  .block-find-place__wrapper {
    padding: 160px 0;
    width: 100%;
    color: #151515;
    gap: 16px;
  }
  @media only screen and (max-width: 1280px) {
    .block-find-place__wrapper {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .block-find-place__wrapper {
      padding: 80px 0;
      gap: 48px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .block-find-place__wrapper {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .block-find-place__wrapper {
      gap: 16px;
      padding: 64px 0 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .block-find-place__container {
      padding: 0 20px;
    }
  }
  .block-find-place__content {
    max-width: 591px;
    width: 100%;
  }
  @media only screen and (max-width: 1280px) {
    .block-find-place__content {
      max-width: 871px;
      width: 100%;
      margin: 0 0 64px;
    }
  }
  @media only screen and (max-width: 568px) {
    .block-find-place__content {
      font-weight: 400;
    }
  }
  .block-find-place__image {
    position: absolute;
    right: -30px;
    top: 112px;
  }
  @media only screen and (max-width: 1280px) {
    .block-find-place__image {
      position: static;
    }
  }
  @media only screen and (max-width: 568px) {
    .block-find-place__image {
      height: 180px;
      overflow: hidden;
    }
  }
  .block-find-place__image svg {
    width: 100%;
    overflow: hidden;
  }
  .block-find-place__title {
    margin-bottom: 17px;
  }
  @media only screen and (max-width: 568px) {
    .block-find-place__title {
      font-size: 28px;
      font-weight: 400;
      text-align: center;
    }
  }
  .block-find-place__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    opacity: 0.88;
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 767.98px) {
    .block-find-place__subtitle {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .block-find-place__subtitle {
      text-align: center;
    }
  }
  .block-find-place__text {
    line-height: 16px;
  }
  @media only screen and (max-width: 568px) {
    .block-find-place__text {
      text-align: center;
    }
  }
  .block-find-place__text span {
    opacity: 0.8;
    margin-right: 4px;
  }
  .block-find-place__text a {
    color: #151515;
    line-height: 1;
  }

  .trademark-search {
    display: grid;
    grid-template-columns: 368px 1fr;
    gap: 72px;
    align-items: center;
  }
  @media only screen and (max-width: 1024px) {
    .trademark-search {
      grid-template-columns: 1fr;
    }
  }
  .trademark-search__right {
    display: flex;
    gap: 24px;
  }
  @media only screen and (max-width: 1280px) {
    .trademark-search__right {
      flex-direction: column-reverse;
    }
  }
  @media only screen and (max-width: 1024px) {
    .trademark-search__right {
      flex-direction: row;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademark-search__right {
      flex-direction: column-reverse;
    }
  }
  .trademark-search .flag-shadowed {
    border-radius: 8px;
    position: relative;
    left: -5px;
  }
  .trademark-search__tabs .tab {
    white-space: nowrap;
  }
  @media only screen and (max-width: 1280px) {
    .trademark-search__tabs {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
  }
  @media only screen and (max-width: 1024px) {
    .trademark-search__tabs {
      flex-direction: column;
      justify-content: flex-start;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .trademark-search__tabs {
      flex-direction: row;
      max-width: calc(100dvw - 64px - 64px);
      overflow-y: auto;
      flex-wrap: nowrap;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademark-search__tabs {
      max-width: calc(100dvw - 64px);
    }
  }
  @media only screen and (max-width: 1024px) {
    .trademark-search .grid-3-cols {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
  @media only screen and (max-width: 568px) {
    .trademark-search .grid-3-cols {
      grid-template-columns: 1fr 1fr;
    }
  }
  .trademark-search__desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
  }

  @media only screen and (max-width: 767.98px) {
    .hosting__title {
      font-size: 24px;
    }
  }
  .hosting-plans {
    padding: 40px 0 0;
  }
  @media only screen and (max-width: 568px) {
    .hosting-plans {
      padding: 64px 0 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-plans--comodo {
      padding-bottom: 24px;
    }
  }
  .hosting-tech-spec {
    padding: 40px 0;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec {
      padding: 0 0 32px;
    }
  }
  .hosting-tech-spec__wrapper {
    padding: 32px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec__wrapper {
      padding: 0;
      background-color: transparent;
    }
  }
  .hosting-tech-spec__wrapper .hosting-tech-spec__btn {
    margin: 32px auto 0;
    min-width: 270px;
  }
  .hosting-tech-spec__wrapper .hosting-tech-spec__btn.active .hosting-tech-spec__btn-icon {
    transform: rotate(180deg);
  }
  .hosting-tech-spec__wrapper .hosting-tech-spec__btn-icon {
    margin: 0 0 0 8px;
    transition: all 0.3s ease-in-out;
  }
  .hosting-tech-spec__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-tech-spec__grid {
      grid-template-columns: 1fr;
    }
  }
  .hosting-tech-spec__card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec__card {
      padding: 24px;
      background-color: #ffffff;
      border-radius: 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec__card-title {
      text-align: center;
      font-family: "Cabin", sans-serif;
      font-size: 20px;
      padding-bottom: 16px;
      border-bottom: 1px solid #E2E5EC;
    }
  }
  .hosting-tech-spec__card-box {
    padding: 23px 24px;
    gap: 16px;
    border-radius: 16px;
    flex-grow: 1;
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec__card-box {
      padding: 0;
      background-color: #ffffff;
      border: none;
    }
  }
  .hosting-tech-spec__card-content {
    gap: 15px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-tech-spec__card-content span:first-child {
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec__card-content span:first-child {
      max-width: 175px;
    }
  }
  .hosting-tech-spec__card-content:not(:first-of-type) {
    padding-top: 15px;
    border-top: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec__card--no-btn .hosting-tech-spec__card-content:nth-last-of-type(2) {
      padding-bottom: 0;
      border-bottom: none;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-tech-spec__btn-box {
      padding-top: 15px;
      line-height: 24px;
      border-top: 1px solid #E2E5EC;
    }
  }
  .hosting-hero {
    padding: 64px 0 52px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero {
      padding: 40px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero {
      padding: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero .ipad-flex-col {
      flex-direction: row;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero .ipad-flex-col {
      flex-direction: column;
    }
  }
  .hosting-hero__wrapper {
    gap: 89px;
    padding: 32px 70px 30px 56px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero__wrapper {
      gap: 58px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero__wrapper {
      border-radius: 0;
      padding: 72px 32px 43px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero__container {
      padding: 0;
    }
  }
  .hosting-hero .subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero .subtitle {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .hosting-hero .hero__content {
    max-width: 618px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero .hero__content {
      margin: 0;
    }
  }
  .hosting-hero .hero__title {
    margin: 0 0 20px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero .hero__title {
      font-size: 32px;
      margin: 0 0 16px;
    }
  }
  .hosting-hero--comodo .hosting-hero__wrapper {
    padding: 75px 0 70px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--comodo .hosting-hero__wrapper {
      padding: 40px 0;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--comodo .hosting-hero__wrapper {
      padding: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--comodo .hosting-hero__wrapper {
      padding: 72px 32px 0;
    }
  }
  .hosting-hero--comodo .hero__image {
    position: absolute;
    right: -112px;
    top: -65px;
    transform: none;
    z-index: 1;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--comodo .hero__image {
      top: 0;
      right: -60px;
    }
    .hosting-hero--comodo .hero__image svg {
      width: 480px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--comodo .hero__image svg {
      width: 440px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--comodo .hero__image {
      position: static;
    }
    .hosting-hero--comodo .hero__image svg {
      width: 60dvw;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--comodo .hero__image svg {
      width: 90dvw;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--comodo .hero__content {
      text-align: center;
    }
  }
  .hosting-hero--comodo .hero__content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.8;
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--comodo .hero__content p {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .hosting-hero--protection .hosting-hero__wrapper {
    padding: 78px 37px 76px 56px;
    gap: 40px;
  }
  .hosting-hero--protection .hero__title + p {
    max-width: 560px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--protection .hosting-hero__wrapper {
      padding: 65px 32px 45px 32px;
      gap: 47px;
    }
    .hosting-hero--protection .hero__title {
      margin-bottom: 31px;
    }
  }
  .hosting-hero--search {
    position: relative;
    padding: 31px 0 24px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--search {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--search {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--search {
      padding: 45px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--search .hosting-hero__container {
      padding: 0 24px;
    }
  }
  .hosting-hero--search .subtitle {
    font-size: 20px;
    opacity: 1;
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--search .subtitle {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
    }
  }
  .hosting-hero--search .hero__content {
    max-width: 643px;
    min-height: 568px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--search .hero__content {
      min-height: unset;
      max-width: unset;
    }
  }
  .hosting-hero--search .hero__actions {
    display: flex;
    align-items: center;
    gap: 42px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--search .hero__actions {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--search .hero__actions {
      gap: 24px;
    }
  }
  .hosting-hero--search .hero__actions .link:first-child {
    position: relative;
  }
  .hosting-hero--search .hero__actions .link:first-child:after {
    content: "";
    position: absolute;
    height: calc(100% + 4px);
    width: 1px;
    background-color: #E2E5EC;
    right: -23px;
    top: -2px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--search .hero__actions .link:first-child:after {
      right: -12px;
    }
  }
  .hosting-hero--search .hero__title {
    max-width: 545px;
  }
  .hosting-hero--search .hero__image {
    top: 17px;
    width: 589px;
    right: -97px;
  }
  .hosting-hero--search .hero__image svg {
    max-width: 538px;
  }
  .hosting-hero--search .hero__image .animation-to-top {
    animation-duration: 1s;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--search .hero__image {
      width: 440px;
      right: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--search .hero__image {
      right: 0;
      position: relative;
      padding: 0;
      width: 80dvw;
      display: flex;
      justify-content: center;
    }
  }
  .hosting-hero--search .hero__image img {
    inset: 0;
    max-width: 589px;
    transition: all 0.8s ease;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
  .hosting-hero--search .hero__image img:not(:first-child) {
    position: absolute;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--search .hero__image img:not(:first-child) {
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .hosting-hero--search .hero__image img.active {
    opacity: 1;
    visibility: visible;
    z-index: 11;
  }
  .hosting-hero--international {
    min-height: 414px;
    display: flex;
    align-items: center;
    padding-bottom: 52px;
    padding-top: 21px;
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international {
      margin-bottom: 0;
      min-height: unset;
      padding-bottom: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--international {
      padding-top: 45px;
    }
    .hosting-hero--international .container {
      padding: 0 24px;
    }
  }
  .hosting-hero--international .hosting-hero__container {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .hosting-hero--international .subtitle {
    font-size: 20px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--international .subtitle {
      text-align: center;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--international .subtitle {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .hosting-hero--international .hero__content {
    max-width: none;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--international .hero__content {
      max-width: 600px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international .hero__content {
      max-width: none;
    }
  }
  .hosting-hero--international .hero__title {
    margin: 0 0 12px;
    width: 102%;
  }
  .hosting-hero--international .hero__image {
    position: relative;
    top: 6px;
    right: -97px;
  }
  .hosting-hero--international .hero__image svg {
    width: 540px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--international .hero__image {
      right: 0;
    }
    .hosting-hero--international .hero__image svg {
      width: 420px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--international .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--international .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  .hosting-hero--international .hero__image img {
    max-width: 528px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--international .hero__image img {
      max-width: 420px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international .hero__image img {
      max-width: 60dvw;
    }
  }
  .hosting-hero--international .animated-block {
    position: absolute;
    right: 82px;
    top: 69px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--international .animated-block {
      right: 64px;
      top: 54px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international .animated-block {
      right: 16.5%;
      top: 19.5%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--international .animated-block {
      right: 17%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--international .animated-block {
      right: 17.5%;
      top: 19%;
    }
  }
  @media only screen and (max-width: 375px) {
    .hosting-hero--international .animated-block {
      right: 18%;
    }
  }
  .hosting-hero--international .animated-block img {
    width: 71px;
    height: 71px;
    aspect-ratio: unset;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--international .animated-block img {
      width: 55px;
      height: 55px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international .animated-block img {
      width: 12.5dvw;
      height: 12.5dvw;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--international .animated-block img {
      width: 12dvw;
      height: 12dvw;
    }
  }
  .hosting-hero--international .animated-block__item {
    position: absolute;
    inset: 0;
    display: none;
  }
  .hosting-hero--international .animated-block__item.active {
    display: block;
  }
  .hosting-hero--international .animated-block--search {
    top: 193px;
    left: 190px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--international .animated-block--search {
      top: 136px;
      left: 133px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international .animated-block--search {
      top: 42%;
      right: 31dvw;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--international .animated-block--search {
      right: 39dvw;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--international .animated-block--search {
      right: 67%;
      left: auto;
    }
  }
  .hosting-hero--international .animated-block--search img {
    width: 106px;
    height: 106px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--international .animated-block--search img {
      width: 78px;
      height: 78px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--international .animated-block--search img {
      width: 16.5dvw;
      height: 16.5dvw;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--international .animated-block--search img {
      width: 15.5dvw;
      height: 15.5dvw;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--international .animated-block--search img {
      width: 14.5dvw;
      height: 14.5dvw;
    }
  }
  .hosting-hero--generic {
    margin-bottom: 5px;
    padding-top: 28px;
    padding-bottom: 0;
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--generic {
      margin-bottom: 0;
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--generic {
      padding-top: 45px;
    }
  }
  .hosting-hero--generic .hero__title {
    max-width: 375px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--generic .hero__title {
      max-width: none;
    }
  }
  .hosting-hero--generic .hero__content {
    max-width: 575px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--generic .hero__content {
      max-width: 500px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--generic .hero__content {
      max-width: none;
    }
  }
  .hosting-hero--generic .hero__image {
    position: relative;
    top: -9px;
    right: -143px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--generic .hero__image {
      right: 0px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--generic .hero__image {
      right: 0;
      top: 0;
    }
  }
  .hosting-hero--generic .hero__image img {
    max-width: 500px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--generic .hero__image img {
      max-width: 420px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--generic .hero__image img {
      max-width: 60dvw;
    }
  }
  .hosting-hero--transfer-in {
    padding: 104px 0 0;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--transfer-in {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--transfer-in {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--transfer-in {
      padding: 45px 0;
    }
    .hosting-hero--transfer-in .container {
      padding: 0 24px;
    }
  }
  .hosting-hero--transfer-in .subtitle {
    font-size: 20px;
    opacity: 1;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--transfer-in .subtitle {
      text-align: center;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--transfer-in .subtitle {
      font-size: 16px;
      line-height: 24px;
      text-align: center;
    }
  }
  .hosting-hero--transfer-in .hero__content {
    max-width: 550px;
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--transfer-in .hero__content {
      max-width: none;
    }
  }
  .hosting-hero--transfer-in .hero__image {
    top: -20px;
    right: -66px;
  }
  .hosting-hero--transfer-in .hero__image img {
    max-width: 567px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--transfer-in .hero__image img {
      max-width: 420px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--transfer-in .hero__image {
      top: 0;
    }
    .hosting-hero--transfer-in .hero__image svg {
      width: 420px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--transfer-in .hero__image {
      position: static;
      top: 0;
      margin-top: 20px;
    }
    .hosting-hero--transfer-in .hero__image img {
      max-width: none;
      width: 60dvw;
      display: flex;
      justify-content: center;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--transfer-in .hero__image img {
      width: 80dvw;
    }
    .hosting-hero--transfer-in .hero__image svg {
      width: calc(100dvw - 48px);
    }
  }
  .hosting-hero--transfer-in .input-search {
    padding-left: 46px;
    background: rgba(49, 81, 188, 0.04);
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--transfer-in .input-search {
      padding-left: 20px;
    }
  }
  .hosting-hero--transfer-in .input-search__icon {
    left: 14px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--transfer-in .btn {
      width: 100%;
    }
  }
  .hosting-hero--trademark-search {
    padding: 33px 0;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--trademark-search {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--trademark-search {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--trademark-search {
      padding: 45px 0;
    }
  }
  .hosting-hero--trademark-search .hero__title {
    line-height: 150%;
    margin-bottom: 20px;
    color: #0D1739;
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--trademark-search .hero__title br {
      display: none;
    }
  }
  .hosting-hero--trademark-search .hero__content {
    max-width: 573px;
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--trademark-search .hero__content {
      max-width: none;
    }
  }
  .hosting-hero--trademark-search .hero__image {
    top: 14px;
    right: -50px;
  }
  .hosting-hero--trademark-search .hero__image svg {
    width: 598px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-hero--trademark-search .hero__image {
      right: 0;
    }
    .hosting-hero--trademark-search .hero__image svg {
      width: 420px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--trademark-search .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--trademark-search .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--trademark-search .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  .hosting-hero--tr-register {
    padding-top: 0;
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--tr-register {
      padding-top: 45px;
    }
  }
  .hosting-hero--tr-register .hosting-hero__container {
    align-items: flex-start;
  }
  .hosting-hero--tr-register .hero__title {
    max-width: 458px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--tr-register .hero__title {
      text-align: center;
      max-width: unset;
    }
  }
  .hosting-hero--tr-register .breadcrumb {
    margin-bottom: 53px;
  }
  .hosting-hero--tr-register .hero__image {
    right: -80px;
  }
  .hosting-hero--tr-register .hero__image svg {
    width: 594px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--tr-register .hero__image {
      right: 0;
    }
    .hosting-hero--tr-register .hero__image svg {
      width: 420px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--tr-register .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--tr-register .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--tr-register .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  .hosting-hero--tr-search {
    padding-bottom: 90px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--tr-search {
      padding-bottom: 0;
    }
  }
  .hosting-hero--tr-search .hero__title {
    max-width: 438px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--tr-search .hero__title {
      text-align: center;
      max-width: unset;
    }
    .hosting-hero--tr-search .hero__title .text-line-break {
      display: inline-block;
    }
  }
  .hosting-hero--tr-search .hero__content {
    max-width: 479px;
    padding-top: 70px;
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--tr-search .hero__content {
      max-width: unset;
      padding-top: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--tr-search .hero__content {
      max-width: unset;
    }
  }
  .hosting-hero--tr-search .hero__image {
    right: -80px;
  }
  .hosting-hero--tr-search .hero__image svg {
    width: 556px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--tr-search .hero__image {
      right: 0;
    }
    .hosting-hero--tr-search .hero__image svg {
      width: 420px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--tr-search .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--tr-search .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--tr-search .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  .hosting-hero--country-tr-search {
    padding: 125px 0 120px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--country-tr-search {
      padding: 80px 0 50px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--country-tr-search {
      padding: 50px 0 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--country-tr-search {
      padding-top: 45px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--country-tr-search .subtitle {
      text-align: center;
    }
  }
  .hosting-hero--country-tr-search .hero__image {
    right: -102px;
    top: -65px;
  }
  .hosting-hero--country-tr-search .hero__image svg {
    width: 646px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--country-tr-search .hero__image {
      right: 0;
      top: -20px;
    }
    .hosting-hero--country-tr-search .hero__image svg {
      width: 520px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--country-tr-search .hero__image svg {
      width: 440px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--country-tr-search .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--country-tr-search .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--country-tr-search .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  .hosting-hero--domain-name {
    padding: 125px 0 130px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--domain-name {
      padding: 80px 0 50px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--domain-name {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--domain-name {
      padding: 45px 24px 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--domain-name .subtitle {
      text-align: center;
    }
  }
  .hosting-hero--domain-name .hero__image {
    right: -67px;
    top: -65px;
  }
  .hosting-hero--domain-name .hero__image svg {
    width: 561px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--domain-name .hero__image {
      position: static;
      right: 0;
      top: -20px;
    }
    .hosting-hero--domain-name .hero__image svg {
      width: 520px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--domain-name .hero__image svg {
      width: 440px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--domain-name .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--domain-name .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--domain-name .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--domain-name .hero__actions {
      display: flex;
      justify-content: center;
    }
  }
  .hosting-hero--tr-services {
    padding: 130px 0 150px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--tr-services {
      padding: 80px 0 50px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--tr-services {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--tr-services {
      padding: 45px 24px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--tr-services .subtitle {
      text-align: center;
    }
  }
  .hosting-hero--tr-services .hero__image {
    right: 204px;
    top: 53px;
  }
  .hosting-hero--tr-services .hero__image svg {
    width: 564px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--tr-services .hero__image {
      right: 24px;
    }
    .hosting-hero--tr-services .hero__image svg {
      width: 520px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--tr-services .hero__image svg {
      width: 440px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--tr-services .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--tr-services .hero__image svg {
      width: 70%;
      display: flex;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--tr-services .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--tr-services .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--tr-services .btn {
      width: 100%;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--tr-services .hero__content {
      max-width: none;
    }
  }
  .hosting-hero--protect-asset {
    padding: 134px 0 157px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--protect-asset {
      padding: 80px 0 50px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--protect-asset {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--protect-asset {
      padding: 45px 24px;
    }
  }
  .hosting-hero--protect-asset .subtitle {
    max-width: 444px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--protect-asset .subtitle {
      max-width: unset;
      text-align: center;
    }
  }
  .hosting-hero--protect-asset .search-form {
    max-width: 547px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--protect-asset .search-form {
      max-width: unset;
    }
  }
  .hosting-hero--protect-asset .hero__image {
    top: -106px;
    right: -80px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--protect-asset .hero__image {
      right: 0;
      top: -56px;
    }
    .hosting-hero--protect-asset .hero__image svg {
      width: 520px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--protect-asset .hero__image {
      top: -30px;
    }
    .hosting-hero--protect-asset .hero__image svg {
      width: 440px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--protect-asset .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--protect-asset .hero__image svg {
      width: 70%;
      display: flex;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--protect-asset .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--protect-asset .hero__image {
      width: calc(100dvw - 48px);
    }
  }

  .hosting-hero--comprehensive {
    padding: 99px 0 124px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--comprehensive {
      padding: 80px 0 50px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--comprehensive {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--comprehensive {
      padding: 45px 24px;
    }
  }
  .hosting-hero--comprehensive .subtitle {
    max-width: 470px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--comprehensive .subtitle {
      text-align: center;
      display: flex;
      margin: 0 auto;
    }
  }
  .hosting-hero--comprehensive .search-form {
    max-width: 547px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--comprehensive .search-form {
      max-width: unset;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--comprehensive .btn-cta-primary {
      display: flex;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--comprehensive .btn-cta-primary {
      width: 100%;
      text-align: center;
    }
  }
  .hosting-hero--comprehensive .hero__image {
    top: -66px;
    right: -29px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--comprehensive .hero__image {
      right: 0;
      top: -56px;
    }
    .hosting-hero--comprehensive .hero__image svg {
      width: 520px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--comprehensive .hero__image {
      top: -30px;
    }
    .hosting-hero--comprehensive .hero__image svg {
      width: 440px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--comprehensive .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--comprehensive .hero__image svg {
      width: 70%;
      display: flex;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--comprehensive .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--comprehensive .hero__image {
      width: calc(100dvw - 48px);
    }
  }
  .hosting-hero--defense {
    padding: 128px 0 154px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--defense {
      padding: 80px 0 50px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--defense {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--defense {
      padding: 45px 24px;
    }
  }
  .hosting-hero--defense .subtitle {
    max-width: 470px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--defense .subtitle {
      text-align: center;
      display: flex;
      margin: 0 auto;
    }
  }
  .hosting-hero--defense .search-form {
    max-width: 547px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--defense .search-form {
      max-width: unset;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--defense .btn-cta-primary {
      display: flex;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--defense .btn-cta-primary {
      width: 100%;
      text-align: center;
    }
  }
  .hosting-hero--defense .hero__image {
    top: -77px;
    right: -44px;
  }
  @media only screen and (max-width: 1440px) {
    .hosting-hero--defense .hero__image {
      right: 0;
      top: -56px;
    }
    .hosting-hero--defense .hero__image svg {
      width: 520px;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-hero--defense .hero__image {
      top: -30px;
    }
    .hosting-hero--defense .hero__image svg {
      width: 440px;
    }
  }
  @media only screen and (max-width: 992px) {
    .hosting-hero--defense .hero__image {
      margin: 0 auto;
      width: calc(100dvw - 64px);
      top: 0;
      margin-top: 48px;
    }
    .hosting-hero--defense .hero__image svg {
      width: 70%;
      display: flex;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-hero--defense .hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-hero--defense .hero__image {
      width: calc(100dvw - 48px);
    }
  }

  .hosting__dropdown {
    margin: 0 0 24px;
    position: relative;
  }
  @media only screen and (max-width: 568px) {
    .hosting__dropdown {
      margin: 0 0 24px;
    }
  }
  .hosting__dropdown-save, .hosting__dropdown-control-icon {
    position: absolute;
    right: 20px;
  }
  @media only screen and (max-width: 568px) {
    .hosting__dropdown-save, .hosting__dropdown-control-icon {
      right: 24px;
    }
  }
  .hosting__dropdown-price {
    font-size: 40px;
  }
  .hosting__dropdown-price-currency {
    position: relative;
  }
  .hosting__dropdown-price-box {
    margin: 5px 0 11px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.88;
  }
  .hosting__dropdown-save {
    bottom: 16px;
  }
  .hosting__dropdown-control-icon {
    top: 16px;
  }
  .hosting__dropdown-control {
    border: 1px solid rgba(21, 21, 21, 0.08);
    width: 100%;
    padding: 16px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
  }
  .hosting__dropdown-control.no-save .hosting__dropdown-save {
    color: transparent;
  }
  @media only screen and (max-width: 568px) {
    .hosting__dropdown-control {
      padding: 16px 24px;
    }
  }
  .hosting__dropdown-control:hover {
    border: 1px solid #3151BC;
  }
  .hosting__dropdown-control-icon {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
  .hosting__dropdown-options {
    padding: 24px;
    gap: 16px;
    border: 1px solid rgba(21, 21, 21, 0.08);
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 4px);
    position: absolute;
    z-index: 1;
    max-height: 360px;
    overflow-y: auto;
    text-align: left;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
  .hosting__dropdown-option {
    cursor: pointer;
  }
  .hosting__dropdown-option:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E5EC;
  }
  .hosting__dropdown-option-icon path {
    transition: all 0.3s ease-in-out;
  }
  .hosting__dropdown-option-price {
    gap: 4px;
  }
  .hosting__dropdown-option.disabled-option {
    pointer-events: none;
    cursor: default;
  }
  .hosting__dropdown-option.disabled-option .hosting__dropdown-option-icon path {
    stroke-opacity: 1;
    stroke: #3151BC;
  }
  .hosting__dropdown-option.disabled-option .hosting__dropdown-option-price strong {
    color: #3151BC;
  }
  .hosting__dropdown.active .hosting__dropdown-control-icon {
    transform: rotate(0deg);
  }
  .hosting__dropdown.active .hosting__dropdown-options {
    opacity: 1;
    visibility: visible;
  }
  .hosting-why {
    padding: 32px 0;
    margin-bottom: 0;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why {
      padding: 32px 0 16px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__title {
      font-size: 24px;
    }
  }
  .hosting-why__btn {
    margin-top: 40px;
    display: block;
    line-height: 27px;
  }
  .hosting-why__btn--tab {
    margin-top: 32px;
    line-height: 25px;
    color: #3151BC;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__btn {
      margin-top: 32px;
    }
  }
  .hosting-why__grid {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  @media only screen and (max-width: 1280px) {
    .hosting-why__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__grid {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
  }
  .hosting-why__grid-title {
    line-height: 1.333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
  .hosting-why__grid--cloud .hosting-why__grid-card:first-child, .hosting-why__grid--cloud .hosting-why__grid-card:nth-child(2) {
    grid-column: span 2;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-why__grid--cloud .hosting-why__grid-card:first-child, .hosting-why__grid--cloud .hosting-why__grid-card:nth-child(2) {
      grid-column: auto;
    }
  }
  .hosting-why__grid--cloud .hosting-why__grid-card:nth-child(n+3) {
    grid-column: span 1;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-why__grid--cloud .hosting-why__grid-card:nth-child(n+3) {
      grid-column: auto;
    }
  }
  .hosting-why__grid--comodo .hosting-why__grid-card:first-child, .hosting-why__grid--comodo .hosting-why__grid-card:nth-child(2) {
    grid-column: span 2;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-why__grid--comodo .hosting-why__grid-card:first-child, .hosting-why__grid--comodo .hosting-why__grid-card:nth-child(2) {
      grid-column: auto;
    }
  }
  .hosting-why__grid--linux {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
  .hosting-why__grid--linux .hosting-why__grid-card {
    grid-column: span 2;
  }
  .hosting-why__grid--linux .hosting-why__grid-card:last-child, .hosting-why__grid--linux .hosting-why__grid-card:nth-last-child(2) {
    grid-column: span 3;
  }
  .hosting-why__grid--linux .hosting-why__grid-card:nth-child(4) .hosting-why__grid-title + p {
    max-width: 370px;
  }
  .hosting-why__grid--linux .hosting-why__grid-title {
    font-size: 24px;
    font-weight: 600;
  }
  .hosting-why__grid--linux .hosting-why__grid-title + p {
    color: rgba(21, 21, 21, 0.8);
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__grid--linux {
      gap: 16px;
    }
    .hosting-why__grid--linux .hosting-why__grid-card {
      gap: 8px;
    }
    .hosting-why__grid--linux .hosting-why__grid-title {
      font-size: 20px;
      line-height: 28px;
    }
  }
  .hosting-why__grid--know {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .hosting-why__grid--know .hosting-why__grid-card {
    padding-left: 28px;
  }
  .hosting-why__grid--know .hosting-why__grid-title {
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .hosting-why__grid--know .hosting-why__grid-title + p {
    color: rgba(21, 21, 21, 0.8);
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__grid--know {
      gap: 16px;
    }
    .hosting-why__grid--know .hosting-why__grid-card {
      gap: 8px;
      padding-left: 32px;
    }
    .hosting-why__grid--know .hosting-why__grid-title {
      font-size: 20px;
      line-height: 28px;
    }
  }
  .hosting-why__grid--extensions {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .hosting-why__grid--extensions .hosting-why__grid-card {
    border-radius: 8px;
    background: rgba(226, 229, 236, 0.15);
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__grid--extensions .hosting-why__grid-card {
      background-color: #ffffff;
    }
  }
  .hosting-why__grid--extensions .hosting-why__grid-card .btn {
    margin-top: auto;
  }
  .hosting-why__grid--extensions .hosting-why__grid-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .hosting-why__grid--extensions .hosting-why__grid-title + p {
    color: rgba(21, 21, 21, 0.8);
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__grid--extensions {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__grid--extensions .hosting-why__grid-card {
      min-height: auto;
    }
    .hosting-why__grid--extensions .hosting-why__grid-card .btn {
      margin-top: 8px;
    }
    .hosting-why__grid--extensions .hosting-why__grid-card svg {
      width: 48px;
      height: 48px;
    }
  }
  .hosting-why__grid--plans {
    grid-template-columns: repeat(12, 1fr);
  }
  .hosting-why__grid--plans .hosting-why__grid-card:first-child, .hosting-why__grid--plans .hosting-why__grid-card:nth-child(2) {
    grid-column: span 6;
  }
  .hosting-why__grid--plans .hosting-why__grid-card:nth-child(3), .hosting-why__grid--plans .hosting-why__grid-card:nth-child(4), .hosting-why__grid--plans .hosting-why__grid-card:nth-child(5), .hosting-why__grid--plans .hosting-why__grid-card:nth-child(6) {
    grid-column: span 3;
  }
  .hosting-why__grid--plans .hosting-why__grid-card:nth-child(7), .hosting-why__grid--plans .hosting-why__grid-card:nth-child(8), .hosting-why__grid--plans .hosting-why__grid-card:nth-child(9) {
    grid-column: span 4;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__grid--plans {
      gap: 18px;
    }
  }
  .hosting-why__grid-card {
    gap: 16px;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    background: rgba(226, 229, 236, 0.15);
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__grid-card {
      background-color: #ffffff;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__grid-card {
      gap: 17px;
    }
    .hosting-why__grid-card svg {
      width: 24px;
      height: 24px;
    }
  }
  .hosting-why__plans {
    padding: 80px 0 0;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__plans {
      padding: 64px 0 24px;
    }
  }
  .hosting-why__plans-card {
    padding: 48px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__plans-card {
      gap: 24px;
      padding: 32px 24px;
    }
  }
  .hosting-why__plans-card-image img {
    max-width: 565px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__plans-card-image {
      order: 2;
      max-width: 100%;
    }
    .hosting-why__plans-card-image svg {
      width: 100%;
      height: auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__plans-card .btn-outline {
      order: 4;
    }
  }
  .hosting-why__plans-card-content {
    gap: 24px;
    max-width: 499px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__plans-card-content {
      order: 3;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__plans-card-content {
      margin-top: -4px;
    }
  }
  .hosting-why__plans-card--comodo {
    padding: 0;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__plans-card--comodo {
      padding: 32px 24px;
    }
  }
  .hosting-why__plans-card--comodo .hosting-why__plans-card-image {
    position: relative;
    bottom: 10px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__plans-card--comodo .hosting-why__plans-card-image {
      bottom: 0;
      margin: 0 auto;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__plans-card--comodo .hosting-why__plans-card-image {
      max-width: calc(100dvw - 48px - 32px);
    }
    .hosting-why__plans-card--comodo .hosting-why__plans-card-image img {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__plans-card--comodo .hosting-why__plans-card-image {
      bottom: -4px;
      margin: 0 auto 4px;
      left: 8px;
    }
  }
  .hosting-why__plans-card--comodo .hosting-why__plans-card-content {
    max-width: 499px;
  }
  .hosting-why__plans-card--protection {
    padding: 64px 76px;
    gap: 32px;
    align-items: center;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__plans-card--protection {
      padding: 64px;
    }
    .hosting-why__plans-card--protection:first-child {
      margin-top: 64px;
    }
  }
  .hosting-why__plans-card--protection .hosting-why__plans-card-content {
    max-width: 501px;
  }
  .hosting-why__plans-card--protection p {
    opacity: 0.88;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__plans-card--protection {
      flex-direction: column-reverse;
    }
    .hosting-why__plans-card--protection .hosting-why__title {
      font-size: 24px;
      line-height: 28px;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__plans-card--protection {
      padding: 52px 48px 42px;
    }
    .hosting-why__plans-card--protection .hosting-why__plans-card-image svg {
      height: auto;
    }
  }
  .hosting-why__plans-card-wrapper {
    gap: 76px;
    align-items: center;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__plans-card-wrapper {
      gap: 32px;
    }
  }
  .hosting-why__card {
    border-radius: 12px;
    border: 1px solid #E2E5EC;
    padding: 64px 76px;
    background-color: #ffffff;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__card {
      padding: 0;
      background-color: transparent;
      border: none;
      margin-top: 32px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__card:has(.faq) {
      padding: 0;
      background-color: #ffffff;
      border: 1px solid #E2E5EC;
      margin-top: 32px;
      padding-bottom: 24px;
    }
  }
  .hosting-why__card--comodo {
    padding: 64px 0 54px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__card--comodo {
      padding: 0 0 0;
      margin-top: 0;
    }
  }
  .hosting-why__card--search {
    padding: 64px 0;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__card--search {
      padding: 40px 48px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why__card--search {
      padding: 0;
    }
  }
  .hosting-why__card--search .hosting-why__plans-card-image img {
    max-width: 467px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__card--search .hosting-why__plans-card-image img {
      max-width: 100dvw;
      position: relative;
      left: -24px;
    }
  }
  .hosting-why__card--search .hosting-why__plans-card-image svg {
    padding-left: 18px;
    height: auto;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__card--search .hosting-why__plans-card-image svg {
      padding-left: 0;
    }
  }
  .hosting-why__card--search .hosting-why__plans-card-content {
    max-width: none;
    width: 100%;
    padding-right: 76px;
    gap: 20px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__card--search .hosting-why__plans-card-content {
      padding-right: 0;
    }
  }
  .hosting-why__card--search .hosting-why__copy {
    font-size: 14px;
    opacity: 0.8;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .hosting-why__card--search .hosting-why__copy .link {
    font-size: 14px;
    font-weight: 500;
  }
  .hosting-why__card--search .input-search {
    padding-left: 46px;
    background: rgba(49, 81, 188, 0.04);
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__card--search .input-search {
      padding: 7px 8px 7px 20px;
    }
  }
  .hosting-why__card--search .input-search__icon {
    left: 14px;
  }
  .hosting-why__card--search .h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
  }
  .hosting-why__card--country .hosting-why__plans-card-image img {
    max-width: 500px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__card--country .hosting-why__plans-card-image img {
      left: 0;
      max-width: calc(100% - 48px);
    }
  }
  .hosting-why__card--country .hosting-why__plans-card-wrapper {
    gap: 90px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why__card--country .hosting-why__plans-card-wrapper {
      gap: 32px;
    }
  }
  .hosting-why__footer-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__footer-cards {
      grid-template-columns: 1fr;
      gap: 8px;
    }
  }
  .hosting-why__footer-cards .card {
    position: relative;
    padding: 16px 24px;
    border: 1px solid #E2E5EC;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
  }
  .hosting-why__footer-cards .card svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
  .hosting-why__footer-cards .card svg g {
    transition: all 0.3s ease;
  }
  @media only screen and (min-width: 1024px) {
    .hosting-why__footer-cards .card:hover svg g {
      opacity: 1;
    }
  }
  .hosting-why__footer-cards .card__link {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hosting-why__footer-cards .card .link {
    display: inline-block;
  }
  .hosting-why__footer-cards .card__content {
    max-width: 185px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why__footer-cards .card__content {
      max-width: none;
    }
    .hosting-why__footer-cards .card__content br {
      display: none;
    }
    .hosting-why__footer-cards .card__content .link {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why--comodo {
      padding: 48px 0 32px;
    }
  }
  .hosting-why--comodo-certificate {
    padding-top: 0;
  }
  .hosting-why--know {
    padding: 0 0 32px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why--know .hosting__title {
      max-width: 260px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .hosting-why--transfer-in {
    padding: 0;
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why--transfer-in .hosting-why__card {
      padding: 64px 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why--transfer-in .hosting-why__card {
      padding: 0;
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why--transfer-in .hosting-why__plans-card {
      padding: 0 32px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why--transfer-in .hosting-why__plans-card {
      padding: 64px 32px;
      border: 1px solid #E2E5EC;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why--transfer-in .hosting-why__plans-card {
      background-color: transparent;
      padding: 0;
      border: none;
    }
  }
  .hosting-why--transfer-in .hosting-why__plans-card-content {
    max-width: none;
    padding-right: 76px;
    color: rgba(13, 23, 57, 0.8);
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why--transfer-in .hosting-why__plans-card-content {
      padding-right: 0;
    }
  }
  .hosting-why--transfer-in .hosting-why__title {
    font-family: Cabin;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    color: #0D1739;
    margin-bottom: 16px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why--transfer-in .hosting-why__title {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why--transfer-in .hosting-why__title {
      font-size: 28px;
      line-height: 36px;
    }
  }
  .hosting-why--transfer-in .hosting-why__plans-card-wrapper {
    gap: 46px;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why--transfer-in .hosting-why__plans-card-wrapper {
      gap: 0;
    }
  }
  .hosting-why--transfer-in .hosting-why__plans-card-image {
    padding-left: 43px;
  }
  .hosting-why--transfer-in .hosting-why__plans-card-image svg {
    position: relative;
    top: 10px;
    overflow: visible;
  }
  .hosting-why--transfer-in .hosting-why__plans-card-image svg g {
    -webkit-clip-path: none;
    clip-path: none;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-why--transfer-in .hosting-why__plans-card-image {
      position: static;
      margin-bottom: 48px;
      margin-top: 0;
      padding-left: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why--transfer-in .hosting-why__plans-card-image {
      position: static;
      margin-inline: 0;
      max-width: calc(100dvw - 48px);
      margin-bottom: 16px;
    }
  }
  .hosting-why--transfer-in .hosting-why__plans-card-image img {
    max-width: 522px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-why--transfer-in .hosting-why__plans-card-image img {
      max-width: calc(100dvw - 48px);
    }
  }
  .hosting__cards-grid {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  @media only screen and (max-width: 1024px) {
    .hosting__cards-grid {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting__cards-grid {
      gap: 32px;
    }
  }
  .hosting__cards-grid--comodo {
    grid-template-columns: repeat(4, 1fr);
  }
  .hosting__cards-grid--comodo .hosting__dropdown {
    margin: 0 0 24px;
  }
  .hosting__cards-grid--comodo .hosting__card-title {
    line-height: 1.4;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting__cards-grid--comodo .hosting__card {
      gap: 0;
    }
    .hosting__cards-grid--comodo .hosting__card.active .hosting__card-plan {
      padding: 0;
      border: none;
    }
    .hosting__cards-grid--comodo .hosting__card.active .hosting__card-plans {
      max-height: 106px;
    }
    .hosting__cards-grid--comodo .hosting__card-plans, .hosting__cards-grid--comodo .hosting__card-header {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .hosting__cards-grid--comodo .hosting__card-plans {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      padding: 23px;
      border-top: none;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting__cards-grid--comodo .hosting__card.active .hosting__card-plans-box {
      padding: 23px;
    }
  }
  @media only screen and (max-width: 1280px) {
    .hosting__cards-grid--comodo {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 1024px) {
    .hosting__cards-grid--comodo {
      grid-template-columns: 1fr;
    }
  }
  .hosting__card {
    gap: 12px;
  }
  .hosting__card-title {
    font-size: 32px;
    line-height: 1.33;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting__card-title {
      font-size: 24px;
    }
  }
  .hosting__card-label {
    color: #ffffff;
    background-color: #151515;
    border-radius: 44px;
    padding: 10px 15px;
    gap: 4px;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
  }
  @media only screen and (max-width: 767.98px) {
    .hosting__card-label {
      padding: 10px 14.2px;
    }
  }
  .hosting__card-label span {
    line-height: 12px;
  }
  .hosting__card-label--smaller {
    padding: 10px 11.2px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting__card--label {
      margin-top: 16px;
    }
  }
  .hosting__card-header {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 568px) {
    .hosting__card-header {
      padding: 23px;
    }
  }
  .hosting__card-plans {
    padding: 23px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
  }
  .hosting__card-plans-box {
    padding: 23px 24px;
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 8px;
    gap: 23px;
  }
  @media only screen and (max-width: 568px) {
    .hosting__card-plans-box {
      padding: 16px;
    }
  }
  .hosting__card-desc {
    max-width: 236px;
    margin: 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.88;
  }
  .hosting__card-plan {
    line-height: 150%;
  }
  .hosting__card-plan:not(:last-of-type) {
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E5EC;
  }
  .hosting__card-plan-price {
    gap: 3px;
  }
  .hosting__card-services {
    gap: 12px;
  }
  .hosting__card-services-box {
    gap: 20px;
    padding: 23px 24px;
  }
  @media only screen and (max-width: 568px) {
    .hosting__card-services-box {
      padding: 16px;
    }
  }
  .hosting__card-service:not(:last-of-type) {
    padding-bottom: 19px;
  }
  .hosting__card-service-icon {
    margin-right: 16px;
    width: 24px;
    height: 24px;
  }
  .hosting__card-service-link .link {
    font-weight: 500 !important;
  }
  .hosting__card-service-box {
    gap: 9px;
  }
  .hosting__card-cta {
    padding: 32px 24px;
  }
  .hosting__card-cta p {
    text-align: center;
  }
  .hosting__card-cta .btn {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  @media only screen and (max-width: 1280px) {
    .hosting__card-cta p {
      max-width: 600px;
      margin: 0 auto 32px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting__card-cta p {
      max-width: 100%;
    }
    .hosting__card-cta .btn {
      width: 100%;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting__card--mob {
      gap: 0;
    }
    .hosting__card--mob .hosting__card-plan:last-of-type {
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid #E2E5EC;
    }
    .hosting__card--mob .hosting__card-header {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom: none;
    }
    .hosting__card--mob .hosting__card-header .hosting__card-title {
      font-family: Inter;
      font-weight: 700;
    }
    .hosting__card--mob .hosting__card-header .hosting__card-title + span {
      padding: 0 12px;
    }
    .hosting__card--mob .hosting__card-plans {
      border-top: 1px solid #E2E5EC;
      border-bottom: 1px solid #E2E5EC;
      border-radius: 0;
      gap: 0;
    }
    .hosting__card--mob .hosting__card-plans-box {
      background-color: #ffffff;
      border: none;
      padding: 0;
    }
    .hosting__card--mob .hosting__card-plans-box:last-of-type .hosting__card-plan:last-of-type {
      border-bottom: none;
      margin: 0;
      padding: 0;
    }
    .hosting__card--mob.active .hosting__card-plan {
      border-bottom: none;
      padding: 0;
    }
    .hosting__card--mob.active .hosting__card-plan .hosting__card-service-icon {
      display: none;
    }
    .hosting__card--mob.active .hosting__card-plan .hosting__card-service-box {
      justify-content: center;
      gap: 6px;
      flex-direction: row-reverse;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting__card--protection .hosting__card-title + span {
      max-width: 200px;
      margin: 0 auto;
    }
    .hosting__card--protection.hosting__card--mob.active .hosting__card-plan .hosting__card-service-box {
      flex-direction: row;
    }
  }
  .hosting-features {
    padding: 0 0;
  }
  @media only screen and (max-width: 568px) {
    .hosting-features {
      padding: 0 0 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-features__wrapper {
      padding: 32px 24px;
    }
  }
  .hosting-features__dropdown:last-of-type .hosting-features__dropdown-question-container {
    border-bottom: none;
    padding-bottom: 16px;
  }
  .hosting-features__dropdown:last-of-type .hosting-features__dropdown-question-container.opened + .hosting-features__dropdown-answer-container {
    border-bottom: none;
  }
  .hosting-features__dropdown:last-of-type .hosting-features__dropdown-answer {
    padding-bottom: 0;
  }
  .hosting-features__dropdown-icon {
    transition: all 0.3s ease-in-out;
  }
  .hosting-features__dropdown-question {
    margin-left: 16px;
  }
  @media only screen and (max-width: 568px) {
    .hosting-features__dropdown-question {
      max-width: 144px;
    }
  }
  .hosting-features__dropdown-question-container {
    cursor: pointer;
    display: flex;
    padding: 32px 24px;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
  .hosting-features__dropdown-question-container .hosting-features__dropdown-icon path {
    stroke: #3151BC;
  }
  .hosting-features__dropdown-question-container.opened {
    border-bottom: 1px solid transparent;
    padding: 16px 24px;
    background-color: transparent;
  }
  .hosting-features__dropdown-question-container.opened + .hosting-features__dropdown-answer-container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  }
  .hosting-features__dropdown-question-container.opened .hosting-features__dropdown-icon {
    transform: rotate(-140deg) translateX(3px);
  }
  .hosting-features__dropdown-answer {
    font-size: 14px;
    padding: 20px 0 32px 0;
    line-height: 21px;
    color: rgba(21, 21, 21, 0.88);
    border-top: 1px solid rgba(21, 21, 21, 0.08);
  }
  .hosting-features__dropdown-answer-container {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: 0;
    border-top: 0;
    transition: all 0.3s ease-in-out;
    padding: 0 24px;
  }
  .hosting-features__tabs {
    padding: 32px 0 0;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-features__tabs .tabs-wrapper {
      justify-content: flex-start;
      padding-bottom: 12px;
    }
  }
  .hosting-features__tabs-icon {
    width: 16px;
    height: 16px;
  }
  .hosting-features__tabs-icon path {
    transition: all 0.3s ease-in-out;
  }
  .hosting-features__tabs .tab {
    border-radius: 100px;
    font-weight: 500;
    padding: 11.5px 19px;
    gap: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .hosting-features__tabs .tab svg path {
    fill: #3151BC;
  }
  .hosting-features__tabs .tab.active, .hosting-features__tabs .tab:hover {
    background-color: #3151BC;
    color: #ffffff;
  }
  .hosting-features__tabs .tab.active svg path, .hosting-features__tabs .tab:hover svg path {
    fill: #ffffff;
  }
  .hosting-features__tabs .tab.active .hosting-features__tabs-icon path, .hosting-features__tabs .tab:hover .hosting-features__tabs-icon path {
    stroke: #ffffff;
  }
  .hosting-features__tabs .tab.active .hosting-features__tabs-icon--fill path, .hosting-features__tabs .tab:hover .hosting-features__tabs-icon--fill path {
    stroke: #ffffff;
    fill: #ffffff;
  }
  .hosting-features__tab-box {
    max-width: 800px;
    gap: 24px;
    align-items: center;
  }
  .hosting-features--comodo .default-list li:not(:last-child) {
    margin: 0 0 8px;
  }
  .hosting-features--comodo .hosting-features__dropdown:first-of-type .hosting-features__dropdown-question-container:not(.opened) {
    padding: 16px 24px 32px;
  }
  .hosting-features--comodo .hosting-features__dropdown-answer {
    line-height: 24px;
    gap: 20px;
  }
  .hosting-features--comodo .hosting-features__tabs .tabs-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .hosting-features--comodo .hosting-features__tabs .tab {
    margin: 0;
  }
  .hosting-product-info {
    padding: 32px 0;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-product-info {
      padding: 32px 0;
    }
    .hosting-product-info .hosting__title {
      margin: 0 0 36px;
    }
  }
  .hosting-product-info__wrapper {
    gap: 16px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-product-info__wrapper {
      border-radius: none;
      padding: 0;
      gap: 12px;
      background-color: inherit;
      box-shadow: none;
    }
  }
  .hosting-product-info__wrapper .btn {
    min-width: 344px;
  }
  .hosting-product-info__item {
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid rgba(21, 21, 21, 0.08);
    padding: 23px;
    gap: 8px;
    border-radius: 8px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-product-info__item {
      background-color: #ffffff;
      box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
    }
  }
  .hosting-product-info__item-box {
    gap: 8px;
  }
  .hosting-product-info__item:first-child li::marker {
    color: #3151BC;
  }
  .hosting-product-info__box {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    background-color: transparent;
  }
  @media only screen and (max-width: 1024px) {
    .hosting-product-info__box {
      font-size: 14px !important;
    }
    .hosting-product-info__box .link {
      font-size: 14px !important;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-product-info__box {
      grid-template-columns: 1fr;
      gap: 12px;
      font-size: 16px !important;
    }
    .hosting-product-info__box .link {
      font-size: 16px !important;
    }
  }
  .hosting-product-info__box--single {
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid rgba(21, 21, 21, 0.08);
    padding: 23px;
    border-radius: 16px;
    gap: 32px;
    grid-template-columns: 19.7% 50% 29.3%;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-product-info__box--single {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-product-info__box--single {
      display: flex;
      flex-direction: column;
      gap: 12px;
      background-color: transparent;
      border: none;
      padding: 0;
      border-radius: 0;
    }
    .hosting-product-info__box--single .hosting-product-info__item:first-of-type {
      order: 2;
    }
    .hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2) {
      order: 1;
    }
    .hosting-product-info__box--single .hosting-product-info__item:last-of-type {
      order: 3;
    }
  }
  .hosting-product-info__box--single .hosting-product-info__item {
    border: none;
    padding: 0;
    border-radius: none;
    background-color: transparent;
  }
  .hosting-product-info__box--single .hosting-product-info__item:last-of-type {
    margin-left: auto;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-product-info__box--single .hosting-product-info__item:last-of-type {
      margin: 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-product-info__box--single .hosting-product-info__item {
      padding: 24px;
      background-color: #ffffff;
    }
  }
  .hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):before, .hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):after {
    position: absolute;
    background-color: #E2E5EC;
    height: 100%;
    width: 1px;
    content: "";
    top: 0;
  }
  .hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):before {
    left: -16px;
  }
  .hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):after {
    right: -16px;
  }
  @media only screen and (max-width: 1280px) {
    .hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):before, .hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):after {
      display: none;
    }
  }
  .hosting-product-info--comodo .hosting-product-info__box--single .hosting-product-info__item:last-of-type {
    margin: 0;
  }
  .hosting-why-ssl {
    padding: 30px 0 0;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why-ssl {
      padding-top: 0;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why-ssl {
      padding-bottom: 32px;
    }
  }
  .hosting-why-ssl__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0 0 30px;
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why-ssl__grid {
      gap: 16px;
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 568px) {
    .hosting-why-ssl__grid {
      margin: 0 0 39px;
    }
  }
  .hosting-why-ssl__btn {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #3151BC;
    margin: 0 auto;
  }
  .hosting-why-ssl__card {
    padding: 31px 32px;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #E2E5EC;
    background: rgba(226, 229, 236, 0.15);
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why-ssl__card {
      background-color: #ffffff;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .hosting-why-ssl__card-header {
      align-items: flex-start;
      gap: 16px;
    }
    .hosting-why-ssl__card-header svg {
      width: 24px;
      height: 24px;
    }
  }
  .hosting-why-ssl__card-title {
    font-family: Cabin;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
  .hosting__cards-grid--comodo .hosting__card-plans-btn,
  .hosting__card--mob .hosting__card-plans-btn {
    padding: 20px 24px;
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #E2E5EC;
    border-top: none;
  }
  .hosting__cards-grid--comodo .hosting__card-plans-btn:hover,
  .hosting__card--mob .hosting__card-plans-btn:hover {
    background-color: #96C23D;
  }
  .hosting__cards-grid--comodo .hosting__card-plans-btn:hover .hosting__card-plans-btn-text,
  .hosting__card--mob .hosting__card-plans-btn:hover .hosting__card-plans-btn-text {
    color: #ffffff;
    border-color: #ffffff;
  }
  .hosting__cards-grid--comodo .hosting__card-plans-btn .hosting__card-plans-btn-text,
  .hosting__card--mob .hosting__card-plans-btn .hosting__card-plans-btn-text {
    color: #151515;
    border-bottom: 1px solid #151515;
    transition: all 0.3s ease-in-out;
  }

  @media only screen and (max-width: 767.98px) {
    .contact .container {
      padding: 0 20px;
    }
  }
  .contact-section {
    padding: 64px 0;
    background: linear-gradient(180deg, rgba(226, 229, 236, 0) 0%, #E2E5EC 100%);
  }
  @media only screen and (max-width: 767.98px) {
    .contact-section {
      padding: 40px 0;
    }
  }
  .contact-form {
    border-radius: 12px;
    border: 1px solid rgba(21, 21, 21, 0.1);
    padding: 64px 76px;
  }
  @media only screen and (max-width: 1440px) {
    .contact-form {
      padding: 32px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form {
      border: none;
      box-shadow: none;
    }
  }
  .contact-form__grid {
    display: grid;
    gap: 22px 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 60px;
  }
  @media only screen and (max-width: 568px) {
    .contact-form__grid {
      grid-template-columns: 1fr;
      gap: 24px;
      margin: 0 0 20px;
    }
  }
  @media only screen and (max-width: 568px) {
    .contact-form .form-input .common-input {
      padding: 13px 15px;
      height: -moz-fit-content;
      height: fit-content;
      line-height: 1;
    }
  }
  .contact-form .form-input label {
    font-size: 16px;
  }
  .contact-form .form-input--full-width, .contact-form .form-input:last-child {
    grid-column: 1/2 span;
  }
  @media only screen and (max-width: 568px) {
    .contact-form .form-input--full-width, .contact-form .form-input:last-child {
      grid-column: unset;
    }
  }
  .contact-form .form-input--text-limit .form-input__wrapper {
    position: relative;
  }
  .contact-form .form-input--text-limit .common-input {
    padding: 16px 77px 16px 16px;
  }
  .contact-form .form-input--text-limit .text-limit {
    position: absolute;
    bottom: 16px;
    right: 16px;
    text-align: right;
    font-family: Inter;
    font-size: 16px;
    line-height: 16px;
    color: rgba(21, 21, 21, 0.48);
  }
  .contact-form .form-select__options-list {
    padding: 3px 16px;
    max-height: 208px;
  }
  .contact-form .form-select__options-item {
    padding: 12px 0;
    font-size: 14px;
  }
  .contact-form__btn {
    min-width: 384px;
  }
  @media only screen and (max-width: 568px) {
    .contact-form__btn {
      min-width: 100%;
      width: 100%;
    }
    .contact-form__btn .btn {
      min-width: 100%;
      width: 100%;
    }
  }
  .contact-form__textarea {
    width: 100%;
    min-height: 136px;
    padding: 14px 16px;
    resize: none;
    border: 1px solid rgba(21, 21, 21, 0.16);
    border-radius: 8px;
    background: rgba(49, 81, 188, 0.04);
    outline: none;
    color: #151515;
    line-height: 19.2px;
  }
  .contact-form__textarea::-moz-placeholder {
    color: rgba(21, 21, 21, 0.4);
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .contact-form__textarea::placeholder {
    color: rgba(21, 21, 21, 0.4);
    transition: all 0.3s ease-in-out;
  }
  .contact-form__textarea:focus::-moz-placeholder {
    color: #151515;
  }
  .contact-form__textarea:focus::placeholder {
    color: #151515;
  }
  @media only screen and (max-width: 568px) {
    .contact-form__textarea {
      min-height: 112px;
      padding: 16px 8px 16px 16px;
    }
  }
  .contact-form__wrapper {
    max-width: 800px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form__wrapper {
      border: none;
      background-color: transparent;
    }
  }
  .contact-form__title {
    margin-bottom: 15px;
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form__title {
      font-size: 32px;
      line-height: 1.2;
    }
  }

  .contact-form {
    margin-bottom: 32px;
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form {
      border-radius: 12px;
      border: 1px solid #E2E5EC;
      background: #ffffff;
      padding: 24px;
    }
  }
  .contact-form--help {
    margin-bottom: 0;
  }
  .contact-form--help .contact-form__desc {
    max-width: 800px;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form--help .contact-form__desc {
      text-align: left;
      margin-bottom: 12px;
    }
  }
  .contact-form--help .contact-form__desc:last-of-type {
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form--help .contact-form__desc:last-of-type {
      text-align: left;
      margin-bottom: 24px;
    }
  }
  .contact-form--help .contact-form__desc a {
    color: #3151BC;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .contact-form--help .contact-form__desc a:hover {
    text-decoration: none;
  }
  .contact-form--help .contact-form__wrapper {
    max-width: none;
  }
  .contact-form--help .contact-table {
    max-width: 800px;
    margin: 0 auto;
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form--help .contact-table {
      border: none;
      padding: 0;
    }
  }
  .contact-form--help .contact-table__cell {
    grid-template-columns: 102px 1fr;
  }
  .contact-form--help .contact-table__cell--1-col {
    grid-template-columns: 1fr;
  }
  .contact-form--help .contact-table__cell--2-cols {
    grid-template-columns: 28px 1fr;
  }
  .contact-form--help .contact-table__note {
    border-radius: 8px;
    background: rgba(49, 81, 188, 0.04);
    padding: 12px;
    color: #0D1739;
  }
  .contact-form--help .flag-shadowed {
    min-width: 28px;
  }
  .contact-form__desc {
    max-width: 626px;
    margin: 0 auto 64px;
  }
  @media only screen and (max-width: 1024px) {
    .contact-form__desc {
      margin-bottom: 24px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form__desc {
      text-align: left;
      max-width: none;
    }
  }
  .contact-form__title-secondary {
    font-family: "Cabin";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form__title-secondary {
      text-align: left;
      margin-bottom: 12px;
    }
  }
  .contact-form__wrapper .tabs-wrapper {
    justify-content: center;
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 568px) {
    .contact-form__wrapper .tabs-wrapper {
      flex-direction: column;
      gap: 12px;
    }
  }
  .contact-form__wrapper .tabs-wrapper .tab {
    padding: 11px 20px;
    border: 1px solid #E2E5EC;
    border-radius: 100px;
  }
  .contact-form__wrapper .tabs-wrapper .tab svg {
    margin-right: 8px;
  }
  .contact-form__wrapper .tabs-wrapper .tab svg path {
    fill: #3151BC;
  }
  .contact-form__wrapper .tabs-wrapper .tab.active {
    background-color: #3151BC;
    color: #ffffff;
  }
  .contact-form__wrapper .tabs-wrapper .tab.active svg path {
    fill: #ffffff;
  }
  .contact-form__wrapper .tabs-wrapper .tab__icon {
    margin-right: 8px;
  }
  @media only screen and (max-width: 568px) {
    .contact-form__wrapper .tabs-wrapper .tab__icon {
      display: block;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form__wrapper .tabs-wrapper .tab {
      padding: 11px 24px 11px 16px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .contact-form__title {
      text-align: left;
    }
  }

  .contact-table {
    border-radius: 12px;
    border: 1px solid #E2E5EC;
    background: #ffffff;
    padding: 40px;
    width: 100%;
  }
  .contact-table__title {
    font-family: "Cabin";
    border-radius: 8px;
    background: rgba(150, 194, 61, 0.1);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #0D1739;
    padding: 12px;
    margin-bottom: 40px;
  }
  @media only screen and (max-width: 1024px) {
    .contact-table__title {
      margin-bottom: 24px;
    }
  }
  .contact-table__row {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 40px;
    align-items: flex-start;
  }
  .contact-table__row:not(:last-child) {
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E5EC;
  }
  @media only screen and (max-width: 1024px) {
    .contact-table__row {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
  .contact-table__row-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #0D1739;
  }
  .contact-table__cell {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    color: #0D1739;
    line-height: 24px;
    align-items: flex-start;
  }
  .contact-table__cell:not(:last-child) {
    padding-bottom: 11px;
    border-bottom: 1px solid #E2E5EC;
    margin-bottom: 11px;
  }
  .contact-table__cell--2-cols {
    grid-template-columns: 28px 1fr;
    gap: 12px;
  }
  .contact-table__cell--1-col {
    grid-template-columns: 1fr;
  }
  .contact-table__cell-title {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .contact-table__cell-title .flag-shadowed {
    border-radius: 4px;
  }
  .contact-table__phones {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .contact-table__section:not(:last-child) {
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E5EC;
  }
  .contact-table address {
    font-style: normal;
  }
  .contact-table--trademarks .contact-table__title {
    background: rgba(49, 81, 188, 0.04);
  }
  @media only screen and (max-width: 767.98px) {
    .contact-table--trademarks {
      border-radius: 0;
    }
    .contact-table--trademarks:not(:last-child) {
      margin-bottom: 24px;
      padding-bottom: 24px;
      border-bottom: 1px solid #E2E5EC;
    }
  }

  .contact-tables {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  @media only screen and (max-width: 1024px) {
    .contact-tables {
      grid-template-columns: 1fr;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .contact-tables {
      gap: 0;
    }
  }

  .credit-card {
    padding: 15px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(21, 21, 21, 0.08);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .credit-card__heading {
    color: rgba(21, 21, 21, 0.88);
    font-weight: 700;
    font-size: 14px;
    min-height: 20px;
  }
  .credit-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }
  .credit-card__main {
    font-size: 14px;
    line-height: 16px;
  }
  .credit-card__main p {
    line-height: inherit;
  }
  .credit-card__main p:not(:last-of-type) {
    margin-bottom: 6px;
  }
  @media only screen and (max-width: 568px) {
    .credit-card__main p:not(:last-of-type) {
      margin-bottom: 5px;
    }
  }
  .credit-card__label {
    padding: 4px 12px;
    border-radius: 24px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
  }
  .credit-card__label--default {
    color: #0D1739;
    background: rgba(13, 23, 57, 0.2);
  }
  .credit-card__label--active {
    color: #96C23D;
    background: rgba(150, 194, 61, 0.2);
  }
  .credit-card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .credit-card-wrapper .credit-card:not(.selected) {
    display: none;
  }
  .credit-card-wrapper .credit-card:not(.selected) .credit-card__label--default {
    display: none;
  }
  .credit-card-wrapper--edit .credit-card {
    padding-left: 43px;
    cursor: pointer;
    position: relative;
  }
  .credit-card-wrapper--edit .credit-card::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 16px;
    border-radius: 50%;
    border: 1px solid #E2E5EC;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
  }
  .credit-card-wrapper--edit .credit-card.selected::before {
    content: url("../../images/icons/checkbox-arrow.45f0594318fb.svg");
    background-color: #3151BC;
    border: 1px solid transparent;
  }
  .credit-card-wrapper--edit .credit-card:not(.selected) {
    display: flex;
  }
  @media only screen and (max-width: 568px) {
    .credit-card-wrapper {
      gap: 11px;
    }
  }

  @media only screen and (max-width: 568px) {
    #change-payment {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: -moz-max-content;
      width: max-content;
    }
  }

  .ai-hero {
    padding: 94px 0 24px;
    position: relative;
  }
  @media only screen and (max-width: 1280px) {
    .ai-hero {
      padding: 50px 0;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .ai-hero {
      padding: 32px 0 50px;
    }
  }
  .ai-hero__title {
    font-family: "Cabin";
    margin-bottom: 16px;
    color: #0D1739;
  }
  .ai-hero__desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.8;
    margin-bottom: 32px;
    color: #0D1739;
  }
  @media only screen and (max-width: 767.98px) {
    .ai-hero__desc {
      font-size: 16px;
    }
  }
  .ai-hero__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: -22px;
  }
  @media only screen and (max-width: 1280px) {
    .ai-hero__grid {
      margin-bottom: 40px;
    }
  }
  @media only screen and (max-width: 992px) {
    .ai-hero__grid {
      flex-direction: column;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .ai-hero__grid {
      text-align: center;
      margin-bottom: 20px;
    }
  }
  .ai-hero__image {
    position: relative;
    top: -62px;
    right: 17px;
  }
  .ai-hero__image svg {
    overflow: visible;
  }
  @media only screen and (max-width: 1280px) {
    .ai-hero__image {
      top: 0;
    }
    .ai-hero__image svg {
      width: 360px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .ai-hero__image svg {
      width: 100%;
    }
  }
  @media only screen and (max-width: 568px) {
    .ai-hero__image svg {
      width: 80%;
      height: auto;
    }
  }
