@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: "Bakbak One", serif;
  font-weight: 400;
}

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

.h2 {
  font-size: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .h2 {
    font-size: 28px;
  }
}

.h3 {
  font-size: 24px;
  line-height: 1.3;
}
@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-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-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: #f9a245;
}

.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);
}

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

@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%;
  }
}

.text-white {
  color: #ffffff;
}

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

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

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

.vert-move {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.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;
}

.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;
}

.z-index {
  z-index: 100;
}

.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;
}

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


.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: 992px) {
  .lg-t-flex-column {
    flex-direction: column;
  }
}

@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;
  }
}

.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;
  }
}

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

.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;
}

@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;
  }
}

.gap-12 {
  gap: 12px;
}

.gap-24 {
  gap: 24px;
}

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

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

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

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

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

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

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

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

@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) {
  .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 #edeff6;
}

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

.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: 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;
}
@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: #edeff6;
  height: auto;
}
.scroll--color ::-webkit-scrollbar-thumb {
  background: rgba(249, 162, 69, 0.48);
  border-radius: 4px;
  height: 40px;
}
.scroll--color ::-webkit-scrollbar-thumb:hover {
  background: #f9a245;
}

.link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 14px;
  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: #eb7400;
}
.internal-link:visited {
  color: #eb7400;
}
.internal-link--op {
  color: rgba(249, 162, 69, 0.88);
}
.internal-link--op:visited {
  color: rgba(249, 162, 69, 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;
}

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

.overflow-unset {
  overflow: unset;
}

.container {
  max-width: 1280px;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto;
}

.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 #edeff6;
  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-color: #f5f5f5;
}
.bg-grey--md {
  background-color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .bg-grey--md {
    background-color: #f5f5f5;
  }
}

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

.wrapper-bg {
  background-color: #f5f5f5;
  padding: 120px 56px;
  gap: 120px;
}
.wrapper-bg--sm {
  padding: 64px 56px;
}
@media only screen and (max-width: 1280px) {
  .wrapper-bg--sm {
    padding: 20px 32px;
  }
}
.wrapper-bg--md {
  padding: 80px 56px;
}
@media only screen and (max-width: 1280px) {
  .wrapper-bg--md {
    padding: 64px 32px;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg__title {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1280px) {
  .wrapper-bg {
    border-radius: 0;
    padding: 64px 32px;
    gap: 56px;
  }
}
.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;
  }
}
@media only screen and (max-width: 568px) {
  .wrapper-bg--reversed {
    background-color: #ffffff;
  }
}

.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 {
}
.bg-image--transfer {
}
.bg-image--google-workspace {
  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: 120px;
}
@media only screen and (max-width: 1024px) {
  .section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section {
    margin-bottom: 64px;
  }
}
.section:last-child {
  padding-bottom: 120px;
  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: 64px;
  }
}

.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: 700;
  font-size: 16px;
  line-height: 24px;
}

.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;
  }
}

.text-grey {
  color: rgba(21, 21, 21, 0.5);
}

.footer__main-container {
  background-color: #151515;
  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(4, 1fr);
  margin-bottom: 44px;
  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-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;
}
.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;
  }
}
.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: #f9a245;
  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: #000000;
}
@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__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: #edeff6;
  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: #edeff6;
  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 #edeff6;
  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: 289px;
  }
}
@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 #f9a245;
  color: #f9a245;
}
.header__nav-block:hover .subheader {
  display: block;
  z-index: 4;
}
@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: #151515;
  transition: all 0.3s ease-in-out;
}
.header__nav-item:hover, .header__actions-item:hover {
  color: #f9a245;
  background: rgba(249, 162, 69, 0.05);
}
.header__nav-item {
  padding: 28px 26px 24px;
  border-bottom: 3px solid transparent;
}
.header__nav-item.active {
  border-bottom: 3px solid #f9a245;
  color: #f9a245;
}
@media only screen and (max-width: 1280px) {
  .header__nav-item {
    padding: 28px 24px;
  }
}
.header__actions-item {
  position: relative;
  padding: 28px 28px 27px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid #edeff6;
}
@media only screen and (max-width: 568px) {
  .header__actions-item {
    padding: 16px 15.5px;
  }
}
.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: 225px;
  padding: 16px;
  left: -39px;
  gap: 16px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .header__account {
    left: auto;
    right: -96px;
    width: 100vw;
  }
}
.header-menu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-menu hr {
  margin: 0 0 6px;
  border-color: rgba(21, 21, 21, 0.08);
}
.header-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 100px;
  width: 100%;
}
.header-menu__link:hover {
  background: rgba(249, 162, 69, 0.08);
  color: #f9a245;
}
.header-menu__link:hover svg path {
  stroke: #f9a245;
}
.header-menu__link--logout {
  padding: 16px 12px;
  justify-content: center;
  width: 100%;
  background-color: rgba(21, 21, 21, 0.08);
}
.header-menu__link--logout:hover svg path {
  stroke: none;
  fill: #f9a245;
}
.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 #edeff6;
  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 {
  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: #eb7400;
  text-decoration-color: #eb7400;
}
.header__help-btn--secondary {
  text-decoration: none;
}
@media only screen and (max-width: 568px) {
  .header__help-btn--secondary {
    padding: 34px 23px 34px 25px;
  }
}
.header__help-btn:hover {
  border: 1px solid #eb7400;
}
.header__help-btn:hover .underlined-link {
  border-color: #eb7400;
  color: #eb7400;
}
.header__help-btn-text {
  font-family: "Bakbak One", serif;
  font-weight: 400;
  line-height: 20px;
}
.header__help-btn-icon {
  display: flex;
}

.header__actions-item--cart.non-empty svg path:last-child {
  fill: #f9a245;
}
@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: #f9a245;
  background: rgba(249, 162, 69, 0.08);
}
.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: #f9a245;
  }
}
.subheader {
  background: linear-gradient(0deg, rgba(249, 162, 69, 0.05), rgba(249, 162, 69, 0.05)), #ffffff;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  display: none;
}
.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: 272px;
  }
}
@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: Bakbak One;
  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: 23px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  transition: all 0.3s ease-in-out;
}
.subheader__menu-link:hover {
  color: #f9a245;
}
.subheader__menu-link.active {
  color: #f9a245;
}

.navigation-bar {
  display: none;
  overflow: hidden;
  top: 56px;
  box-shadow: 0px 8px 32px rgba(21, 21, 21, 0.08);
  background-color: #ffffff;
  border-radius: 32px;
  position: relative;
  top: 8px;
}
.navigation-bar__wrapper {
  position: absolute;
  left: 111px;
  z-index: 10;
}
@media only screen and (min-width: 1600px) {
  .navigation-bar__wrapper {
    left: 286px;
  }
}
@media only screen and (min-width: 1920px) {
  .navigation-bar__wrapper {
    left: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  .navigation-bar__wrapper {
    left: 32px;
  }
}
.navigation-bar__header {
  max-width: 420px;
  background-color: #151515;
  padding: 48px;
  border-radius: 32px;
  color: #ffffff;
}
.navigation-bar__icon {
  margin-bottom: 13px;
}
.navigation-bar__title {
  font-family: Bakbak One;
  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, 326px));
  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;
  position: relative;
}
.navigation-bar__list:not(:last-child)::after {
  content: "";
  display: inline-block;
  border: 0.5px solid #edeff6;
  height: 100%;
  position: absolute;
  top: 0;
  right: -26px;
}
.navigation-bar__international-item:not(:last-child) {
  border-bottom: 1px solid #edeff6;
}
.navigation-bar__international-link {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  padding: 23px 0;
}
.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 #edeff6;
  background: #ffffff;
  z-index: 6;
}
.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 #edeff6;
}
@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;
  transition: all 0.3s ease-in-out;
}
.mobile-menu__title {
  font-weight: 400;
  font-size: 22px;
  line-height: 40px;
  font-family: "Bakbak One", 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 #f9a245;
  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.4%;
  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;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.minimalistic-menu__btn {
  border: none;
  background-color: transparent;
}
.minimalistic-menu__content {
  padding: 8px 0;
}
.minimalistic-menu .mobile-menu__header {
  padding: 20px 32px;
}
.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;
}

.domain-search {
  position: relative;
  display: flex;
  margin-left: auto;
  flex-direction: column;
  margin-right: 112px;
}
@media only screen and (max-width: 1440px) {
  .domain-search {
    margin-right: 16px;
  }
}
.domain-search__input {
  position: relative;
  padding: 12px 36px 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(132, 132, 132, 0.16);
  background: #ffffff;
  font-size: 14px;
  line-height: 16px;
  outline-color: #f9a245;
}
.domain-search__input::-moz-placeholder {
  opacity: 0.4;
}
.domain-search__input::placeholder {
  opacity: 0.4;
}
.domain-search__input-wrapper {
  position: relative;
}
.domain-search__input-wrapper:has(input:focus) .domain-search__input-icon {
  rotate: 180deg;
  top: 12%;
}
.domain-search__input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.domain-search__options {
  position: absolute;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: #ffffff;
  top: calc(100% + 4px);
  padding: 16px 16px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.domain-search__options.active {
  opacity: 1;
  visibility: visible;
}
.domain-search__all {
  color: #f9a245;
  display: flex;
  align-items: center;
  padding: 12px 0 16px;
  border-top: 1px solid #edeff6;
  justify-content: space-between;
}
.domain-search__list li:not(:last-child) {
  border-bottom: 1px solid #edeff6;
}
.domain-search__list li:not(:first-child) a {
  padding-top: 12px;
}
.domain-search__list a {
  padding-bottom: 12px;
  width: 100%;
}
.domain-search .suggestion {
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: #D0D0D0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.login-page .card {
  max-width: 480px;
  width: calc(50% - 24px);
  padding: 32px;
}
@media only screen and (max-width: 1024px) {
  .login-page .card {
    width: calc(50% - 17px);
  }
}
.login-page .card__title {
  line-height: 1.6;
}
@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: 767.98px) {
  .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.create-account .separator {
  margin-bottom: 36px;
}
@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: 1.2;
  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%;
}
.login-page .card__notification {
  border-radius: 8px;
  border-left: 4px solid #5479f7;
  background: rgba(153, 185, 255, 0.2);
  padding: 16px 16px 16px 20px;
  color: #151515;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.login-page__images {
  gap: 3px;
}
.login-page__images img {
  max-width: 100%;
}
@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: 10px;
  white-space: nowrap;
}
@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__images-text--fr,
.login-page__images-text--es,
.login-page__images-text--long {
  font-size: 17px;
  top: 15px;
}
@media only screen and (max-width: 568px) {
  .login-page__images-text--fr,
  .login-page__images-text--es,
  .login-page__images-text--long {
    font-size: 12px;
    top: 8px;
  }
}
.login-page__wrapper {
  max-width: 1008px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.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 {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 1280px) {
  .login-page__wrapper {
    padding: 0 32px;
  }
}
.login-page.create-account .card__title {
  font-size: 28px;
  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;
}
.info__wrapper {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .info__wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.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;
  }
}
.info__editing-form .separator {
  display: none;
}
@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 {
    padding: 33px 16px 64px !important;
  }
  .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 {
  line-height: 1.5;
  font-size: 16px;
  margin: 28px 0 16px;
}
@media only screen and (max-width: 568px) {
  .general-info__title {
    font-family: "Bakbak One", serif;
    font-size: 22px;
    line-height: 30.8px;
    margin: 0 0 16px;
  }
  .general-info__title::after {
    position: absolute;
    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 #edeff6;
}
@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 #edeff6;
}
.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(21, 21, 21, 0.02);
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 8px;
  color: rgba(21, 21, 21, 0.8);
  padding: 16px;
  height: 48px;
  width: 100%;
  outline: 0;
  line-height: 1.15;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.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: #151515;
}
.form-input__common-input:hover::placeholder,
.form-input .common-input:hover::placeholder {
  color: #151515;
}
.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(0, 0, 0, 0.64);
  display: block;
  line-height: 1.15;
}
.form-input--checkbox {
  align-items: center;
  gap: 8px;
  border-top: 1px solid #edeff6;
  border-bottom: 1px solid #edeff6;
  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: 16px 34px 16px 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;
  margin-bottom: 8px;
}
.form-input--show-hide-password .show-hide-password__wrapper.text-type .show-hide-password__button {
  content: url("../../images/icons/hide-password.dcd4efadaf07.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: 8px 0;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.form-select__options-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #edeff6;
  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: #edeff6;
  border-color: rgba(21, 21, 21, 0.64);
  color: rgba(0, 0, 0, 0.88);
}
.form-select.active .form-select__control-button svg {
  transform: rotate(180deg);
}
.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(21, 21, 21, 0.02);
  gap: 6px;
}
@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);
  line-height: 1.14;
  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: #f9a245;
    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[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-image: url("../../images/calendar.8c2dfbcecf38.svg");
  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%);
}

.input-search {
  position: relative;
  padding: 7px 8px 7px 64px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: 0px 11px 24px 0px rgba(112, 112, 112, 0.0784313725);
  border-radius: 64px;
}
@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;
    margin: 0 12px 20px;
    padding: 7px 8px 7px 20px;
  }
}
.input-search__icon {
  position: absolute;
  top: 32px;
  left: 32px;
  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-weight: 500;
  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-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;
}

.btn-small {
  padding: 12px 24px !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-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-large-sm {
  padding: 8px 32px;
}

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

.btn-large-xl {
  padding: 20px 48px;
}

.btn-default {
  background-color: rgba(21, 21, 21, 0.08);
}

.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: #f9a245;
  transition: all 0.3s ease-in-out;
}
.btn-cta-primary:hover {
  box-shadow: 0px 4px 16px rgba(249, 162, 69, 0.4);
  background-color: #f9a245;
}

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

.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(249, 162, 69, 0.08);
  color: #f9a245;
  border: 1px solid transparent;
  padding: 22.5px 48px;
  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-green.d41d8cd98f00.svg");
}
.btn-cta-primary--light:hover {
  background-color: transparent;
  border-color: #f9a245;
}

.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 rgba(21, 21, 21, 0.16);
  transition: background-color 0.3s ease-in-out;
}
.btn-outline:hover {
  background-color: rgba(21, 21, 21, 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;
}

.ai-search-btn .lds-spinner {
  margin-right: 12px;
}


.btn-ar {
  padding: 8px 12px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.btn-ar span {
  text-decoration: underline;
}
.btn-ar--primary {
  background-color: #F9A245;
  color: #ffffff;
}
.btn-ar--secondary {
  color: #F9A245;
  background-color: rgba(249, 162, 69, 0.15);
}
.btn-ar-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.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 .arrow-container {
  display: none;
}
.btn--pay.is-loading .loader {
  display: block;
  width: 28px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffd5a7;
  --_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: #edeff6;
  height: 1px;
}
.separator--dark {
  background-color: rgba(21, 21, 21, 0.08);
}

.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: 14px;
  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: #eb7400;
}
.internal-link:visited {
  color: #eb7400;
}
.internal-link--op {
  color: rgba(249, 162, 69, 0.88);
}
.internal-link--op:visited {
  color: rgba(249, 162, 69, 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-color: rgba(21, 21, 21, 0.8);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.popup--opened {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 101;
}
.popup__wrapper {
  padding: 32px;
  background: #fff;
  width: 100%;
  max-width: 480px;
  max-height: 90%;
  overflow-y: scroll;
  border-radius: 16px;
  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%);
  }
}
.popup__submit-btn {
  font-size: 14px;
}
.popup__title {
  line-height: 1.2;
  max-width: 80%;
}
@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--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: #edeff6;
}
.popup--domain-added .progress-bar__wrapper {
  width: 5%;
  height: 14px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #f9a245;
}
.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: 800px;
  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;
}.popup--protection .popup__wrapper {
  max-width: 800px;
  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--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: #f9a245;
  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 {
  display: none;
  z-index: 100;
}
.bulk-registration--import.opened {
  display: block;
  z-index: 110;
}
.bulk-registration--import .bulk-registration__form-display.isUploaded {
  padding: 16px;
  border-radius: 8px;
  line-height: 24px;
  font-size: 16px;
  color: #151515;
  margin: 0 0 12px;
  border: 1px solid rgba(21, 21, 21, 0.16);
}
.bulk-registration--import .bulk-registration__import-icon--remove {
  margin: 0;
}
@media only screen and (max-width: 568px) {
  .bulk-registration--import .bulk-registration__import-icon--remove::before {
    content: url("../../images/icons/trash.ce4ffe572f7f.svg");
  }
}
@media only screen and (max-width: 568px) {
  .bulk-registration--import .bulk-registration__import-container {
    background-color: transparent;
    min-height: auto;
    border: 0;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 568px) {
  .bulk-registration--import .bulk-registration__import-label {
    display: flex;
    color: #151515;
    padding: 7px 24px;
    line-height: 32px;
    border: 1px solid rgba(21, 21, 21, 0.16);
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
  }
}
.bulk-registration--import .bulk-registration__import-icon--add {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
}
.bulk-registration--import .bulk-registration__import-icon--add::before {
  top: 2px;
  left: -24px;
  content: url("../../images/icons/choose.7aa37a05e95b.svg");
  position: absolute;
}
.bulk-registration__import-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 21, 21, 0.02);
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: center;
  min-height: 144px;
}
.bulk-registration__import-container.hovered {
  border: 1px solid #f9a245;
}
.bulk-registration__import-label {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.64);
}
.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);
}

.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;
  }
}

.card {
  background-color: #ffffff;
  border-radius: 16px;
}
.card__title {
  color: #151515;
}
@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 #edeff6;
  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 32px;
  box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
}
@media only screen and (max-width: 568px) {
  .service-card {
    padding: 0 0 24px;
    border: 1px solid rgba(21, 21, 21, 0.08);
  }
}
.service-card__img {
  width: 100%;
  height: 240px;
  padding: 32px;
}
.service-card__img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
.service-card__title {
  font-size: 24px;
  color: #151515;
  margin-bottom: 16px;
  padding: 0 32px;
}
@media only screen and (max-width: 568px) {
  .service-card__title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    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 32px;
}
@media only screen and (max-width: 568px) {
  .service-card .btn {
    margin: 0 24px;
  }
}
.service-card__description {
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.88);
  margin-bottom: auto;
  padding: 0 32px 24px;
}
@media only screen and (max-width: 568px) {
  .service-card__description {
    padding: 0 28px 16px 24px;
    margin-bottom: 8px;
  }
}

.section-services .subtitle {
  margin-bottom: 35px;
}
.section-services .service-card:nth-child(2) .service-card__img {
  padding: 22px 32px;
}
.section-services .service-card:last-of-type .service-card__img {
  padding: 28px 32px;
}
.section-services .service-card:last-of-type .service-card__title {
  padding: 0 36px 0 32px;
}

.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: #f9a245;
  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: Bakbak One;
  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: #f9a245;
}

.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(84, 121, 247, 0.05);
  gap: 17px;
  border: 1px dashed #5479f7;
  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: 16px 23px 14px;
  border: 1px solid rgba(21, 21, 21, 0.16);
  color: #151515;
  line-height: 1;
  border-radius: 48px;
  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: #151515;
  border-color: #151515;
  color: #ffffff;
}
.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: #151515;
  color: #ffffff;
}
.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: 8px;
}

.tab-content {
  display: none;
}

.badge {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-color: rgba(249, 162, 69, 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: 32px;
  display: none;
}
.password-validation h2 {
  margin: 0 0 15px;
}
.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 {
  overflow: hidden;
  line-height: 1;
  border: 1px solid #edeff6;
}
@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);
  }
}
.article__img-container {
  max-height: 160px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .article__img-container {
    max-height: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .article__img-container {
    max-height: 160px;
  }
}
@media only screen and (max-width: 568px) {
  .article__img-container {
    height: 160px;
  }
}
.article__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.article__content {
  padding: 30px 22px 30px 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.article__title {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Bakbak One", serif;
  color: #151515;
  transition: all 0.3s ease-in-out;
  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: 767.98px) {
  .article__title {
    font-family: "Inter", serif;
    font-weight: 700;
  }
}
.article__title:hover {
  color: #f9a245;
  -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: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(21, 21, 21, 0.8);
}
@media only screen and (max-width: 568px) {
  .article__description {
    -webkit-line-clamp: 7;
  }
}
.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);
}
.article--bg:hover .article__content strong {
  border-color: #ffffff;
}
.article--bg__wrapper {
  padding: 47px 48px 48px;
}
@media only screen and (max-width: 767.98px) {
  .article--bg__wrapper {
    padding: 23px;
  }
}
.article--bg .article__img-container {
  max-height: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.article--bg .article__content {
  padding: 0;
  text-shadow: 0px 4px 8px rgba(21, 21, 21, 0.24);
  color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__content {
    gap: 16px;
  }
}
.article--bg .article__content strong {
  display: inline;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__content strong {
    font-size: 20px;
    line-height: 26px;
  }
}
.article--bg .article__content .article__description {
  color: #ffffff;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 767.98px) {
  .article--bg .article__content .article__description {
    -webkit-line-clamp: 7;
  }
}
.article--bg .article__date {
  color: #ffffff;
}
.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: "Bakbak One";
  }
  .article--horizontal .article__img-container {
    width: 100%;
    height: 100px;
  }
}
.sale-label {
  background-color: rgba(235, 116, 0, 0.48);
  border: 1px solid rgba(235, 116, 0, 0.08);
  border-radius: 16px;
  color: #151515;
  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>span,
  .label-popular span {
    display: none;
  }
}

.breadcrumb {
  padding: 15px 0 46px;
}
@media only screen and (max-width: 568px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb--higher-padding {
  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;
}
.breadcrumb__item.current span {
  border-bottom: 1px solid transparent;
}
.breadcrumb__item .link {
  font-size: 12px;
  line-height: 16px;
  color: #f9a245;
}
.breadcrumb__item::before {
  position: absolute;
  content: "/";
  left: -21px;
  color: #151515;
  opacity: 0.48;
}
.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--domains {
    margin-top: 65px;
  }
}

.breadcrumb--search {
  padding: 15px 0 38px;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb--search {
    margin-top: 65px;
  }
}

.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--colored div:after {
  background: #f9a245;
}

.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;
  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 {
  color: #151515;
}
.progress-bar__step:first-child .progress-bar__step-circle {
  background-color: #f9a245;
}
@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: #edeff6;
  border-radius: 50%;
  margin-bottom: 28px;
  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: #f9a245;
}
.progress-bar--step-2 .progress-bar__step:first-child {
  color: rgba(21, 21, 21, 0.48);
}
.progress-bar--step-2 .progress-bar__step:nth-child(2) {
  color: #151515;
}
.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: #f9a245;
}
.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: #f9a245;
}
.progress-bar--step-3 .progress-bar__step:first-child {
  color: rgba(2, 31, 84, 0.48);
}
.progress-bar--step-3 .progress-bar__step:nth-child(3) {
  color: #021f54;
}
.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: #f9a245;
}
.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: 0px;
  left: 1px;
  opacity: 0;
}
.radio-button:hover input {
  border: 1px solid #f9a245;
  background-color: rgba(249, 162, 69, 0.08);
}
@media only screen and (max-width: 767.98px) {
  .radio-button:hover input {
    border: 1px solid #edeff6;
    background-color: #fff;
  }
}
.radio-button input:checked {
  background-color: #f9a245;
  border-color: #f9a245;
}
.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: #151515;
  border-color: #151515;
}
.checkbox input:checked:after {
  opacity: 1;
}

.order__table--details {
  margin-bottom: 32px;
}
.order__table--details .checkbox input:checked {
  background-color: #f9a245;
  border-color: #f9a245;
}
@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;
}
.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: #021f54;
  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-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;
  margin-left: auto;
}
.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;
  border: 1px solid rgba(21, 21, 21, 0.16);
  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 #edeff6;
    border-right: 1px solid #edeff6;
  }
  .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 #edeff6;
    width: 100%;
  }
}
@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 #edeff6;
  }
  .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;
  }
  .order__table--account-order .order__table-row:last-of-type .order__table-row--total {
    color: #eb7400;
  }
}
@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: 16px;
}
.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 #edeff6;
  padding: 23.5px 56px 23.5px 24px;
  gap: 16px;
}
.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__item-wrapper {
    flex-direction: column;
    background-color: rgba(21, 21, 21, 0.02);
    border: 1px solid #edeff6;
    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 {
  line-height: 24px;
  word-break: break-word;
}
.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 56px 15px 24px;
  gap: 18px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.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__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,
  .account-table--dns-record .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 {
  font-size: 14px;
}
.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: 8.2%;
}
.account-table--dns-records .account-table__item:nth-child(2) {
  width: 25.8%;
}
.account-table--dns-records .account-table__item:nth-child(3), .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: 7%;
}
.account-table--dns-records .account-table__header-wrapper:nth-child(2), .account-table--dns-records .account-table__header-wrapper:nth-child(3) {
  width: 26.3%;
}
.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: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;
}
.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: 14%;
  }
}
@media only screen and (max-width: 1024px) {
  .account-table--payments .account-table__item:first-child {
    width: 14%;
  }
}
.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: 26.4%;
  padding-left: 23.5px;
}
.account-table--billing-methods .account-table__item:nth-of-type(2) {
  width: 29.4%;
}
.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: 9.3%;
  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) {
  width: 25%;
  text-align: center;
  flex-grow: 1;
  padding-right: 56px;
}
.account-table--billing-methods .account-table__item:nth-of-type(4) .account-table__item-content {
  margin: 0 auto;
}
@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) {
    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 {
    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) {
    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 {
    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;
  }
}
.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;
}
.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-text {
  text-transform: uppercase;
  word-break: normal   !important;
}
@media only screen and (max-width: 767.98px) {
  .account-table--domains .account-table__header-text {
    text-transform: uppercase;
  }
}
.account-table--domains .account-table__item:first-child {
  width: 40.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__item:first-child {
    width: 25%;
  }
}
.account-table--domains .account-table__item:nth-child(2) {
  width: 20.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__item:nth-child(2) {
    width: 23%;
  }
}
.account-table--domains .account-table__item:nth-child(3) {
  width: 20.5%;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__item:nth-child(3) {
    width: 23%;
  }
}
.account-table--domains .account-table__item:last-child {
  width: 16%;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .account-table--domains .account-table__item:last-child {
    width: 23%;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-table--domains .account-table__item {
    width: 100% !important;
  }
  .account-table--domains .account-table__item-header {
    line-height: 24px;
  }
}
.account-table--domains .account-table__header, .account-table--domains .account-table__item-wrapper {
  gap: 32px;
}
.account-table--domains-inactive .account-table__item:first-of-type {
  width: 55.3%;
}
.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;
  }
}
.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: #9747ff;
  background-color: rgba(151, 71, 255, 0.15);
}
.account-table .label--processed,
.results-table__results .label--processed {
  background-color: rgba(249, 162, 69, 0.2);
  color: #eb7400;
}
.account-table .label--default,
.results-table__results .label--default {
  background-color: rgba(153, 185, 255, 0.2);
  color: #5479f7;
}
.account-table .label--active,
.results-table__results .label--active {
  color: #78ab11;
  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: #edeff6;
  background: rgba(21, 21, 21, 0.3);
  border-radius: 100px;
  transition: 0.3s;
}
.switch:checked + .switch__label {
  background: rgba(21, 21, 21, 0.3);
}
@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: #ffffff;
}
@media only screen and (max-width: 568px) {
  .switch:checked + .switch__label::after {
    background-color: #f9a245;
  }
}
.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: #eb7400;
}

.flag {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 568px) {
  .flag {
    width: 110px;
    height: 110px;
    background-size: 160px !important;
  }
}

.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%;
}

.host-plan-card {
  padding: 24px;
  border-radius: 12px;
  background-color: rgba(21, 21, 21, 0.02);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 2px solid transparent;
}
.host-plan-card.selected {
  border: 2px solid #F9A245;
}
.host-plan-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.host-plan-card__heading {
  font-size: 16px;
  line-height: 24px;
  font-family: "Bakbak One", sarif;
}
.host-plan-card__description {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
}
.host-plan-card__list {
  font-size: 14px;
  line-height: 21px;
  list-style: initial;
  margin-left: 22px;
  margin-bottom: 16px;
}
.host-plan-card .hosting__dropdown {
  margin: 0;
}
.host-plan-card .hosting__dropdown-price {
  font-size: 18px;
}
.host-plan-card .hosting__dropdown-price-box {
  margin-bottom: 0;
}
.host-plan-card .hosting__dropdown-control-icon {
  right: 14px;
}

.host-plan-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .host-plan-cards-grid {
    grid-template-columns: 1fr;
  }
}

.account-page {
  padding: 112px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767.98px) {
  .account-page {
    padding: 33px 0 64px;
  }
}
@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--menu {
  padding: 80px 0 120px;
}
.account-page--menu .card__title {
  line-height: 40px;
}
@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(245, 245, 245, 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: #f9a245;
}
@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 .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: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #edeff6;
  width: 160px;
  transition: background-color 0.3s ease-in-out;
}
.account-page .social-authorization__btn:hover {
  background-color: #edeff6;
}
@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 .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--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: 240px;
  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: 8px 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;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__item:last-of-type .account-menu__section {
    padding: 16px 0;
  }
}
.account-menu__item:hover .account-menu__link-text:not(.current .account-menu__link-text)::after {
  opacity: 1;
}
.account-menu__section {
  padding: 15px 0 16px;
  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;
}
.account-menu__section.active .account-menu__section-text, .account-menu__section:hover .account-menu__section-text {
  color: #eb7400;
}
.account-menu__section.active svg path, .account-menu__section:hover svg path {
  stroke: #eb7400;
}
.account-menu__section.active svg mask path, .account-menu__section:hover svg mask path {
  stroke: #ffffff;
}
@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;
  padding: 16px 16px 16px 0;
  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 .account-menu__section-text {
  color: #eb7400;
}
.account-menu__accordion.child-active svg:not(.account-menu__accordion-icon) path {
  stroke: #eb7400;
}
.account-menu__accordion.child-active.opened .account-menu__section-text {
  color: rgba(21, 21, 21, 0.64);
}
.account-menu__accordion.child-active.opened svg path {
  stroke: rgba(21, 21, 21, 0.64);
}
.account-menu__accordion.child-active.active {
  color: rgba(21, 21, 21, 0.64);
}
.account-menu__accordion.child-active .active .account-menu__section-text {
  color: #eb7400;
}
.account-menu__accordion.child-active .active svg path {
  stroke: #eb7400;
}
.account-menu__accordion.active .account-menu__section-text {
  color: #eb7400;
}
.account-menu__accordion.active svg path {
  stroke: #eb7400;
}
.account-menu__accordion-icon {
  display: none;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .account-menu__accordion-icon {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .account-menu__accordion.opened .account-menu__accordion-icon {
    transform: none;
  }
}
.account-menu__submenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
}
.account-menu__submenu-item {
  margin-left: 24px;
}
@media only screen and (max-width: 568px) {
  .account-menu__submenu-item {
    margin-left: 31px;
  }
}
@media only screen and (max-width: 568px) {
  .account-menu__submenu-item .account-menu__link {
    padding: 15px 0;
  }
}
.account-menu__submenu-item:not(.account-menu .account-menu__submenu-item-w-list).active .active {
  color: #eb7400;
  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: #eb7400;
    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: #eb7400;
  }
}
@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:last-child {
  padding-bottom: 16px;
}
@media only screen and (max-width: 568px) {
  .account-menu__submenu-item:last-child {
    padding-bottom: 14px;
  }
}
.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: #eb7400;
}
.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: #eb7400;
  }
}
.account-menu__submenu-item-w-list:first-of-type > .account-menu__link {
  padding: 16px 0 0;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__submenu-item-w-list:first-of-type > .account-menu__link {
    padding: 12px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .account-menu__submenu-item-w-list:last-of-type ul {
    margin: 16px 0 26px 33px;
  }
}
.account-menu__submenu-item-w-list .account-menu__link {
  padding: 8px 0;
  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: #eb7400;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__submenu-item-w-list .account-menu__link {
    padding: 0 0 20px;
  }
}
.account-menu__submenu-item-w-list .account-menu__link--paid-orders {
  padding: 0;
}
.account-menu__submenu-item-w-list li:hover::before {
  background-color: #f9a245;
}
.account-menu__submenu-item-w-list li:hover .account-menu__link {
  color: #eb7400;
}
@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 {
  padding: 15px 0 0;
  color: rgba(21, 21, 21, 0.64);
}
@media only screen and (max-width: 767.98px) {
  .account-menu__submenu-item-w-list > .account-menu__link {
    padding: 15px 0 0;
  }
}
.account-menu__submenu-item-w-list ul {
  margin: 8px 0 8px 21px;
}
@media only screen and (max-width: 767.98px) {
  .account-menu__submenu-item-w-list ul {
    margin: 16px 0 16px 33px;
  }
}
.account-menu__submenu-item-w-list ul li {
  position: relative;
}
.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-icon, .account-card__header-icon--static {
  flex-shrink: 0;
  margin-left: 10px;
}
.account-card__billing-info {
  border-bottom: 1px solid #edeff6;
  margin-bottom: 16px;
}
.account-card__billing-header {
  margin-bottom: 16px;
  border-bottom: 1px solid #edeff6;
  padding-bottom: 16px;
}
@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: "Bakbak One";
  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: 15px 20px;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
@media only screen and (max-width: 568px) {
  .account-card-w-switch {
    padding: 23px 24px;
    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;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
}
.account-card-w-switch__title {
  color: rgba(21, 21, 21, 0.76);
  line-height: 1.5;
}
@media only screen and (max-width: 568px) {
  .account-card-w-switch__title {
    color: #151515;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.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: #f9a245;
}
.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: #f9a245;
}
.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 #78ab11;
  background-color: rgba(120, 171, 17, 0.08);
}
.account__notification--confirmed {
  border-left: 4px solid #5479f7;
  background-color: rgba(84, 121, 247, 0.08);
}
.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: 928px;
  margin: 0 auto;
  width: 100%;
}
.account-next-step__wrapper .form-input .common-input {
  border-radius: 8px;
}
@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;
  }
}
.account-next-step__wrapper label {
  line-height: 16px;
}
@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;
}
.account-info-table {
  border: 1px solid rgba(21, 21, 21, 0.08);
  border-radius: 16px;
}
.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__small-title {
  font-family: Bakbak One;
  font-size: 18px;
  color: #151515;
  line-height: 150%;
  font-weight: 700;
  padding: 24px 24px 23px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  background-color: #f5f5f5;
}
.account__small-title--bg-none {
  background-color: transparent;
}
.account__small-title--br-8 {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media only screen and (max-width: 767.98px) {
  .account__small-title {
    font-size: 16px;
    background-color: rgba(245, 245, 245, 0.5);
    padding: 16px 24px 15px;
    font-family: "Inter", sans-serif;
  }
}
.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 #edeff6;
}
@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 {
  gap: 24px;
}
.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: 24px 24px 24px 24px;
  background-color: #ffffff;
  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;
  }
}
.account-service .btn {
  min-width: 140px;
  width: 140px;
  word-break: break-word;
  text-align: center;
  font-size: 13px;
  padding: 8px;
}

@media only screen and (max-width: 767.98px) {
  .account-service .btn {
    width: 100%;
  }
}

.account-service--hosting {
  background-color: #f5f5f5;
  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: 24px;
  background-color: rgba(21, 21, 21, 0.04);
  border-radius: 8px;
}
.account-servers__list li {
  margin-bottom: 8px;
  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: 400px;
}
.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,
.account-form--waiting-information .form-input__common-input {
  border-radius: 8px;
  border: 1px solid #edeff6;
  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 #edeff6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-left: 1px solid #edeff6;
  border-right: 1px solid #edeff6;
}
.account-con-domains__table-row {
  padding: 23px 24px 24px;
  border-top: 1px solid #edeff6;
  border-left: 1px solid #edeff6;
  border-right: 1px solid #edeff6;
}
.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 #edeff6;
  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 #edeff6;
  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 #edeff6;
  }
}
.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 #edeff6;
}
.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: #f9a245;
}
@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 #edeff6;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
}
@media only screen and (max-width: 767.98px) {
  .forwarding-card {
    border: 1px solid #edeff6;
    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(237, 239, 246, 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(249, 162, 69, 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;
  }
}

.section-with-images .block-with-image {
  gap: 112px;
  max-width: 1270px;
  padding: 0 27px 0 0;
  width: 100%;
  margin: 0 auto;
}
@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: 64px;
    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: 56px;
  }
}
.section-with-images .block-with-image.flex-reverse {
  padding: 0 0 0 28px;
}
@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: 540px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image.flex-reverse .block-with-image__image-container {
    max-width: 100%;
  }
}
.section-with-images .block-with-image__image-container {
  max-width: 512px;
  flex-shrink: 0;
}
@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%;
  padding: 160px 0;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image__content {
    padding: 100px 0;
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image__content {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__content {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-with-images .block-with-image__content br {
    display: none;
  }
}
.section-with-images .block-with-image__title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__title {
    text-align: center;
    margin-bottom: 36px;
  }
}
.section-with-images .block-with-image__content-text {
  color: rgba(21, 21, 21, 0.8);
  line-height: 150%;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__content-text {
    margin-bottom: 40px;
  }
}
.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 {
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}
.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 {
  width: calc(33.333% - 16px);
  margin: 0 8px 16px;
}
.section-with-images .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 #edeff6;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .section-with-images .block-with-image__list-item .external-link {
    font-size: 14px;
    padding: 14.5px 0;
  }
}
.section-with-images .block-with-image__list-item .external-link span {
  border-bottom: 1px solid transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.section-with-images .block-with-image__list-item .external-link:hover {
  background-color: rgba(21, 21, 21, 0.08);
}
.section-with-images .block-with-image__list-item .external-link:hover span {
  border-color: currentColor;
}
.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: 21px 21px 21px 33px;
  background-color: #f5f5f5;
  color: #151515;
  border-radius: 64px;
  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;
  }
}
.section-with-images .block-with-image--add-email .block-with-image__image-container {
  margin-top: 37px;
}
@media only screen and (max-width: 1280px) {
  .section-with-images .block-with-image--add-email .block-with-image__image-container {
    margin-top: 0;
  }
}
.section-with-images .block-with-image--right-hosting .block-with-image__image-container {
  margin-top: 40px;
}
@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;
  }
}
.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 .block-with-image {
  background-color: #ffffff;
  border-radius: 64px;
  padding: 56px 77px 32px 56px;
  box-shadow: 0px 15px 32px 0px rgba(21, 21, 21, 0.16);
  align-items: center;
  max-width: 1216px;
  gap: 108px;
}
.section-with-images--t2 .block-with-image__content {
  padding: 0;
}
.section-with-images--t2 .block-with-image__title {
  margin-bottom: 32px;
}
.section-with-images--t2 .block-with-image__image-container--mobile {
  display: none;
}
@media only screen and (max-width: 568px) {
  .section-with-images--t2 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .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-advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .block-advantages {
    grid-template-columns: 1fr;
  }
}

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

.block-advantages--4-cols {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .block-advantages--4-cols {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-advantages--4-cols {
    grid-template-columns: 1fr;
  }
}

.section-advantages .h2 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 568px) {
  .section-advantages .h2 {
    margin-bottom: 50px;
  }
}

.advantage-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
}
.advantage-card__icon {
  margin-bottom: 11px;
}
@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: 20x;
  }
}
.advantage-card__title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 24px;
  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);
}
@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: "Bakbak One", 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;
  }
}

.block-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
}
@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 48px;
  }
}
.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;
}
.faq--full-width {
  max-width: 100%;
}
.faq--full-width.faq.container {
  padding-left: 32px;
  padding-right: 32px;
}
.faq__icon {
  flex-shrink: 0;
  height: 14px;
  margin-left: 4px;
}
@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;
  }
}
@media only screen and (max-width: 568px) {
  .faq__title {
    margin-bottom: 36px;
  }
}
.faq__subtitle {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(249, 162, 69, 0.2) 0%, rgba(249, 162, 69, 0.2) 100%), #FFF;
  color: #151515;
  font-family: Bakbak One;
  font-size: 24px;
  line-height: 24px;
  padding: 24px;
  margin-bottom: 24px;
}
.faq__item {
  margin-bottom: 24px;
}
.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: 23px 24px 23px;
  transition: all 0.3s;
  background-color: #f5f5f5;
  border: 1px solid transparent;
}
@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 {
  width: 14px;
  height: 8px;
  margin-top: 7px;
  margin-right: 22px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .faq__question-container svg {
    display: none;
  }
}
.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;
}
@media only screen and (max-width: 568px) {
  .faq__question {
    font-size: 16px;
    font-weight: 600;
  }
}
.faq__answer-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.88);
  border: 1px solid #edeff6;
  border-top: 0;
  background-color: #ffffff;
  border-radius: 0 0 16px 16px;
  transition: all 0.3s ease-in-out;
  padding: 0 24px;
}
@media only screen and (max-width: 568px) {
  .faq__answer-container {
    padding: 0 20px;
  }
}
.faq__answer {
  position: relative;
  color: rgba(21, 21, 21, 0.88);
  border-top: 1px solid rgba(36, 61, 145, 0.04);
  transition: all 0.3 ease;
}
.faq__answer * {
  /*opacity: 0;*/
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 568px) {
  .faq__answer {
    padding: 20px 0;
  }
}
.faq__help-container {
  background-color: #f9a245;
  border-radius: 16px;
  display: flex;
  padding: 48px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .faq__help-container {
    flex-direction: column;
    justify-content: center;
    padding: 24px 20px;
    margin-top: 16px;
    gap: 24px;
  }
}
.faq__help-container .btn {
  font-size: 16px;
  padding: 16px 32px;
}
.faq__help-container .btn span {
  line-height: 24px;
}
@media only screen and (max-width: 568px) {
  .faq__help-container .btn {
    width: 100%;
    justify-content: center;
  }
}
.faq__help-title {
  font-family: "Bakbak One", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #151515;
  margin: 0 0 8px;
}
@media only screen and (max-width: 568px) {
  .faq__help-title {
    font-size: 24px;
  }
}
.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--2-cols {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .faq--2-cols {
    grid-template-columns: 1fr;
  }
}
.faq--2-cols .faq__item {
  margin-bottom: 14px;
}
.faq--2-cols .faq__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 568px) {
  .faq--2-cols .faq__item {
    margin-bottom: -4px;
  }
}
.faq--2-cols .faq__question {
  font-size: 16px;
}
.faq--2-cols .faq__help-container {
  margin-top: 15px;
  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;
  }
}
@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;
}
.faq--white .faq__answer-container {
  border-color: rgba(21, 21, 21, 0.08);
}
.faq--white .faq__question-container.opened {
  border-color: rgba(21, 21, 21, 0.08);
  border-bottom-color: transparent;
}
@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__answer-container {
    border-color: rgba(21, 21, 21, 0.08);
  }
  .faq--white-md .faq__question-container.opened {
    border-color: rgba(21, 21, 21, 0.08);
    border-bottom-color: transparent;
  }
  .faq--white-md .faq__question-container.opened .faq__question {
    font-weight: 600;
  }
}

.faq__question-container.opened {
  border: 1px solid #edeff6;
  border-bottom: 1px solid transparent;
  border-radius: 16px 16px 0 0;
  background-color: transparent;
}
.faq__question-container.opened .faq__icon span {
  background-color: #f9a245;
}
.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.opened + .faq__answer-container .faq__answer {
  padding: 23px 0 24px 0;
}
.faq__question-container.opened + .faq__answer-container .faq__answer * {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.faq__question-container:hover .faq__question {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

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

.section-faq .faq {
  background-color: #ffffff;
  padding: 48px;
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
}
.section-faq .faq__item {
  margin-bottom: 9px;
  overflow: hidden;
}
.section-faq .faq__title {
  font-size: 32px;
  font-style: normal;
  font-family: Bakbak One;
  font-weight: 400;
}
.section-faq .faq__question-container {
  background-color: rgba(21, 21, 21, 0.02);
  border: 1px solid rgba(21, 21, 21, 0.08);
  padding: 24px 25px 24px 22px;
}
.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;
  }
}

.domains-section {
  background-position: center;
  background-size: cover;
  padding: 142px 32px;
}
.domains-section .input-search--domains {
  padding: 7px 8px 7px 44px;
  background-color: rgba(21, 21, 21, 0.02);
  box-shadow: unset;
}
.domains-section .input-search--domains .input-search__input {
  padding: 17px 112px 17px 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: 26px;
  right: 187px;
}
@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%);
  }
}

@media only screen and (min-width: 767.98px) {
  .domains-section .input-search--domains .btn-bulk-registration--fr,
  .domains-section .input-search--domains .btn-bulk-registration--long {
    right: 220px;
  }
}

.domains-section .input-search--domains .input-search__icon {
  top: 26px;
  left: 23px;
}
@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 {
  background-color: #151515;
  padding: 143px 32px 111px;
  position: relative;
}
.domains-section.domains-section--international-extensions .subtitle {
  max-width: 880px;
}
.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;
  }
}
@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: 64px 32px 32px;
    text-align: center;
  }
}
@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: #f5f5f5;
    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: 65px 32px;
}
.domains-section--new-extensions .domains-section__title-wrapper {
  margin-top: 32px;
}
.domains-section--new-extensions .domains-section__title {
  font-family: Bakbak One;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}
.domains-section--new-extensions .domains-wrapper {
  margin-bottom: 20px;
}
@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-wrapper {
  background: #ffffff;
  box-shadow: 0px 16px 32px rgba(21, 21, 21, 0.04);
  border-radius: 16px;
  margin-bottom: 32px;
}
.domains-wrapper__notification {
  text-align: center;
  background-color: rgba(249, 162, 69, 0.28);
  padding: 24px;
  border-radius: 24px;
}
@media only screen and (min-width: 767.98px) {
  .domains-wrapper__notification {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 568px) {
  .domains-wrapper-bg {
    background-color: #f5f5f5;
  }
  .domains-wrapper-bg .input-search--domains {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 568px) {
  .domains-wrapper {
    margin-top: 32px;
    margin-bottom: 0;
    border-radius: unset;
  }
}
.domains-wrapper__header {
  padding: 32px 32px 0 32px;
}
.domains-wrapper .input-search {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .domains-wrapper .input-search {
    margin-bottom: 46px;
  }
}
@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__input {
  padding: 22px 112px 22px 57px;
}
@media only screen and (max-width: 767.98px) {
  .domains-wrapper .input-search__input {
    padding: 22px 22px 22px 57px;
  }
}
@media only screen and (max-width: 568px) {
  .domains-wrapper .input-search__input {
    padding: 16px 16px 16px 48px;
  }
}
.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 #edeff6;
    padding: 0 32px 64px;
  }
}
.domains-wrapper__content {
  padding: 0 32px 16px;
}
@media only screen and (max-width: 568px) {
  .domains-wrapper__content {
    border-bottom: 1px solid #edeff6;
  }
}
.domains-wrapper__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 23px;
}
@media only screen and (max-width: 1023.98px) {
  .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;
  }
}
@media only screen and (max-width: 568px) {
  .domains-wrapper__col:not(:first-child) {
    display: none;
  }
}
.domains-wrapper__domain {
  padding: 10px 0;
}
.domains-wrapper__domain:last-child {
  padding: 10px 0 0;
}
.domains-wrapper__domain:first-child {
  padding: 10px 0 !important;
}
@media only screen and (max-width: 1024px) {
  .domains-wrapper__domain:last-child {
    padding: 10px 0;
  }
}
.domains-wrapper__domain .checkbox input {
  margin-right: 4px;
}
.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 #f9a245;
  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 #edeff6;
}
@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 #edeff6;
}
@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: #f9a245;
  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 #edeff6;
}
.domains-wrapper__domain-popup .popup__table tbody tr:nth-child(even) {
  background: linear-gradient(0deg, rgba(249, 162, 69, 0.02), rgba(249, 162, 69, 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 !important;
    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;
  top: -120px;
  margin-bottom: 0;
}
@media only screen and (max-width: 568px) {
  .domains-wrapper--extensions {
    top: -50px;
    padding: 32px 38px 35px 32px;
    box-shadow: none;
  }
}
.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;
  }
}
@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 #edeff6;
    border-bottom: 1px solid #edeff6;
  }
}
@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 #edeff6;
  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 #edeff6;
    border-right: 1px solid #edeff6;
  }
}
@media only screen and (max-width: 767.98px) {
  .domains-wrapper__table-row {
    border: 1px solid #edeff6;
    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 #edeff6;
  }
}
@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 #edeff6;
    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: 25.5%;
}
@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: 25%;
}
@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: 21%;
}
@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: 8.5%;
}
@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: 9%;
  text-align: center;
}

.domains-wrapper__table--generic .domains-wrapper__table-cell:last-child {
  width: 10%;
}
@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-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: 22.2%;
}
.domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(2) {
  width: 22.2%;
}
.domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(3) {
  width: 20.4%;
}
.domains-wrapper__table--extensions .domains-wrapper__table-header-cell:nth-child(4) {
  width: 14.5%;
}
.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: 22.6%;
}
@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: 22%;
}
.domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(3) {
  width: 20.7%;
}
.domains-wrapper__table--extensions .domains-wrapper__table-cell:nth-child(4) {
  width: 14.4%;
}
.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;
  background-color: rgba(235, 116, 0, 0.48);
  border: 1px solid rgba(235, 116, 0, 0.08);
  border-radius: 16px;
  color: #151515;
}
@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 {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(101, 101, 101, 0.04);
}
.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;
  }
}


@media only screen and (min-width: 1024px) {
  .domains-wrapper__table--fr .domains-wrapper__table-header-cell:nth-child(1) {
    width: 14%;
  }
  .domains-wrapper__table--fr .domains-wrapper__table-header-cell:nth-child(4) {
    width: 23%;
  }
  .domains-wrapper__table--fr .domains-wrapper__table-header-cell:nth-child(5) {
    width: 14%;
  }
  .domains-wrapper__table--fr .domains-wrapper__table-header-cell:nth-child(6) {
    width: 16%;
  }
  .domains-wrapper__table--fr .domains-wrapper__table-cell:nth-child(1) {
    width: 14%;
  }
  .domains-wrapper__table--fr .domains-wrapper__table-cell:nth-child(4) {
    width: 23%;
  }
  .domains-wrapper__table--fr .domains-wrapper__table-cell:nth-child(5) {
    width: 14%;
  }
  .domains-wrapper__table--fr .domains-wrapper__table-cell:nth-child(6) {
    width: 16%;
    padding: 0 4px;
  }
}

.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;
  }
}

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

.btn-show-more {
  display: none;
}
@media only screen and (max-width: 568px) {
  .btn-show-more {
    display: block;
    margin-top: 11px;
    color: #f9a245;
    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;
}

.domains-image {
  position: relative;
}
.domains-image__flag {
  border-radius: 50%;
  position: absolute;
  left: 41.1%;
  top: 16.6%;
}
@media only screen and (max-width: 568px) {
  .domains-image__flag {
    left: 10%;
    top: 13.5%;
  }
}
.domains-image__text {
  position: absolute;
  left: 33%;
  top: 42%;
  background-color: #151515;
  padding: 16px 40px;
  border-radius: 100px;
  max-width: 352px;
}
.domains-image__text span {
  color: #ffffff;
  font-family: Bakbak One;
  font-size: 40px;
  line-height: 100%;
  word-break: break-word;
}
.domains-image__country {
  position: absolute;
  left: 23%;
  top: 34%;
  font-family: Bakbak One;
  font-size: 24px;
  line-height: 100%;
}
.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;
  }
}
.domains-image--countries-t-2 .domains-image__flag {
  left: 50%;
  top: 21%;
}
.domains-image--countries-t-2 .domains-image__text {
  left: 68.7%;
  top: 47.5%;
}
@media only screen and (max-width: 767.98px) {
  .domains-image--countries-t-2 .domains-image__country {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .domains-image__text {
    left: 13%;
    top: 29%;
    padding: 16px 20px;
    min-width: 163px;
    text-align: center;
  }
  .domains-image__text span {
    font-size: 24px;
  }
}

.domain-information {
  line-height: 2;
  white-space: break-spaces;
  word-break: break-word;
  padding: 24px;
}

.favorite-app-block {
  padding: 48px;
}
.favorite-app-block__heading {
  font-family: Bakbak One;
  font-size: 32px;
  line-height: 130%;
  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;
}
.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%;
    text-align: left;
  }
  .favorite-app-block__description {
    text-align: left;
  }
}

.notification {
  font-family: Inter;
  font-size: 16px;
  line-height: 150%;
  padding: 16px;
  background-color: rgba(249, 162, 69, 0.1);
  border-radius: 12px;
  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: #151515;
  padding: 32px;
}
.chat__heading {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #edeff6;
  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: #f9a245;
  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: 500;
  line-height: 16px;
}
.message:not(:last-of-type) {
  margin-bottom: 12px;
}
.message--outgoing {
  flex-direction: row-reverse;
}
.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;
  }
}

.hero__wrapper {
  padding: 160px 0 161px;
  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: 16px;
    padding: 64px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero__container {
    padding: 0 20px;
  }
}
.hero__content {
  max-width: 591px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .hero__content {
    width: 100%;
    margin: 0 0 64px;
  }
}
@media only screen and (max-width: 992px) {
  .hero__content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .hero__content {
    font-weight: 400;
  }
}
.hero__image {
  position: absolute;
  right: 0;
  top: 93px;
}
@media only screen and (max-width: 1280px) {
  .hero__image {
    position: static;
    max-width: 27dvw;
  }
}
@media only screen and (max-width: 992px) {
  .hero__image {
    max-width: 100dvw;
  }
}
@media only screen and (max-width: 568px) {
  .hero__image {
    height: 180px;
    overflow: hidden;
  }
}
.hero__image svg {
  width: 100%;
  overflow: hidden;
}
.hero__image--search {
  right: -110px;
  top: 116px;
}
@media only screen and (max-width: 1280px) {
  .hero__image--search {
    max-width: 43dvw;
  }
}
@media only screen and (max-width: 992px) {
  .hero__image--search {
    max-width: 100dvw;
  }
}
@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: -100px;
}
@media only screen and (max-width: 1280px) {
  .hero__image--whois {
    max-width: 38dvw;
  }
}
@media only screen and (max-width: 992px) {
  .hero__image--whois {
    max-width: 100dvw;
  }
}
@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: 1280px) {
  .hero__image--transfer {
    max-width: 33dvw;
  }
}
@media only screen and (max-width: 992px) {
  .hero__image--transfer {
    max-width: 100dvw;
  }
}
@media only screen and (max-width: 568px) {
  .hero__image--transfer {
    height: 265px;
    margin-top: 2px;
    margin-left: -50px;
    margin-right: -50px;
  }
}
.hero__title {
  margin-bottom: 17px;
}
@media only screen and (max-width: 568px) {
  .hero__title {
    font-weight: 400;
    text-align: center;
  }
}
.hero__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  opacity: 0.88;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .hero__subtitle {
    text-align: center;
  }
}
.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;
}
@media only screen and (min-width: 1440px) {
  .hero--extended .hero__wrapper {
    padding: 182px 0 125px;
  }
}
@media only screen and (max-width: 1280px) {
  .hero--extended .hero__wrapper {
    padding: 80px 0 50px;
  }
}
@media only screen and (max-width: 992px) {
  .hero--extended .hero__wrapper {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--extended .hero__wrapper {
    gap: 0;
    padding: 34px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--extended .hero__content {
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero--domains .hero__wrapper {
    padding: 112px 0 243px;
  }
}
@media only screen and (max-width: 568px) {
  .hero--domains .hero__wrapper {
    gap: 0;
    padding: 34px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--domains .hero__content {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 568px) {
  .hero--domains .hero__container {
    padding: 0 32px;
  }
  .hero--domains .hero__container .input-search {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero--whois .hero__wrapper {
    padding: 260px 0 170px;
  }
}
@media only screen and (max-width: 1280px) {
  .hero--whois .hero__wrapper {
    padding: 36px 0 20px;
    justify-content: flex-start;
    gap: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .hero--whois .hero__wrapper {
    padding: 80px 0;
    gap: 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--whois .hero__wrapper {
    gap: 0;
    padding: 34px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--whois .hero__content {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 568px) {
  .hero--whois .hero__container {
    padding: 0 32px;
  }
  .hero--whois .hero__container .input-search {
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero--transfer .hero__wrapper {
    padding: 222px 0 170px;
  }
}
@media only screen and (max-width: 1280px) {
  .hero--transfer .hero__wrapper {
    justify-content: flex-start;
    gap: 118px;
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  .hero--transfer .hero__wrapper {
    gap: 0;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--transfer .hero__wrapper {
    gap: 0;
    padding: 34px 0 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--transfer .hero__content {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 568px) {
  .hero--transfer .hero__container {
    padding: 0 32px;
  }
  .hero--transfer .hero__container .input-search {
    margin: 0 0 20px;
  }
  .hero--transfer .hero__container .hero__subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.hero--search .hero__title {
  font-family: Bakbak One;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 8px;
}
.hero--search .hero__wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
}
.hero--search .hero__subtitle {
  margin-bottom: 25px;
}
.hero--search .hero__content {
  max-width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 568px) {
  .hero--search .hero__title {
    font-size: 32px;
    max-width: 267px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .hero--search .hero__wrapper {
    padding: 32px 0 0;
  }
  .hero--search .hero__container {
    padding: 0 32px;
  }
  .hero--search .hero__subtitle {
    max-width: 311px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero--extensions .hero__wrapper {
    padding: 222px 0 192px;
  }
}
@media only screen and (max-width: 568px) {
  .hero--extensions .hero__wrapper {
    gap: 0;
    padding: 65px 0 27px;
  }
}
.hero--extensions .hero__content {
  max-width: 622px;
}
@media only screen and (max-width: 568px) {
  .hero--extensions .hero__content {
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .hero--extensions .hero__container {
    padding: 0 32px;
  }
  .hero--extensions .hero__container .input-search {
    margin: 0 0 20px;
  }
  .hero--extensions .hero__container .hero__title {
    margin-bottom: 32px;
  }
  .hero--extensions .hero__container .hero__subtitle {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 26px;
  }
}
.hero--extensions .hero__image {
  right: -74px;
  top: 110px;
}
@media only screen and (max-width: 568px) {
  .hero--extensions .hero__image {
    height: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .hero--responsive .hero__wrapper {
    padding: 0 0 80px;
    flex-direction: row;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero--responsive .hero__wrapper {
    padding: 0 0 36px;
  }
}
@media only screen and (max-width: 992px) {
  .hero--responsive .hero__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .hero--responsive .hero__content {
    max-width: 594px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero--responsive .hero__content {
    max-width: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero--responsive .hero__subtitle {
    max-width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .hero--responsive .breadcrumb {
    padding: 15px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .hero--responsive .domains-image {
    max-width: 462px;
    margin-right: 56px;
  }
  .hero--responsive .domains-image__text {
    padding: 11px 27px;
    top: 44%;
  }
  .hero--responsive .domains-image__text span {
    font-size: 31px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .hero--responsive .domains-image {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .homepage .hero__wrapper {
    padding: 70px 0 0;
    gap: 170px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 992px) {
  .homepage .hero__wrapper {
    padding: 80px 0;
    gap: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .hero__wrapper {
    padding: 64px 0 0;
  }
}
@media only screen and (max-width: 1280px) {
  .homepage .hero__image {
    transform: translateY(-30px);
  }
}
@media only screen and (max-width: 992px) {
  .homepage .hero__image {
    transform: translateY(0);
  }
}

.endings__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1024px) {
  .endings__tabs {
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 568px) {
  .endings__tabs {
    justify-content: initial;
    padding-bottom: 10px;
    margin-bottom: 32px;
    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: 24px 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: 24px 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .endings__cards-wrapper .endings__card:nth-child(n+7) {
    display: none;
  }
}
.endings__card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.endings__card-title span {
  overflow: hidden;
  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 #edeff6;
  border-radius: 2px;
}
@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-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: rgba(21, 21, 21, 0.8);
  margin-bottom: 10px;
  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;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -12px;
  color: #151515;
  padding: 0 12px;
  height: 24px;
  background: linear-gradient(0deg, rgba(249, 162, 69, 0.48) 0%, rgba(249, 162, 69, 0.48) 100%), #ffffff;
  border: 1px solid rgba(249, 162, 69, 0.08);
}
.endings__card-prices .old-price {
  margin: 0 0 0 2px;
}
.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: 16px;
  padding: 24px;
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
  border: 1px solid transparent;
}
.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 #eb7400;
}
.endings__card:hover .endings__card-title span {
  color: #f9a245;
  border-color: currentColor;
}
@media only screen and (max-width: 1024px) {
  .endings__card {
    padding: 32px 16px 24px;
  }
  .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 {
}
.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 {
}
.testimonials__reviews-wrapper {
  background-color: white;
  padding: 32px;
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
}

.steps {
  margin-bottom: 72px;
}
@media only screen and (max-width: 1024px) {
  .steps__title {
    margin-bottom: 40px;
  }
}
.steps__subtitle {
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  .steps__subtitle {
    display: none;
  }
}

.homepage .block-with-image {
  gap: 112px;
  max-width: 1270px;
  padding: 0 27px 0 0;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image {
    padding: 0 32px;
    align-items: center;
    gap: 74px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image {
    flex-direction: column;
    gap: 64px;
    margin-bottom: 96px;
  }
  .homepage .block-with-image:last-of-type {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image {
    padding: 0;
    gap: 56px;
  }
}
.homepage .block-with-image.flex-reverse {
  padding: 0 0 0 28px;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image.flex-reverse {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image.flex-reverse {
    padding: 0;
  }
}
.homepage .block-with-image.flex-reverse .block-with-image__image-container {
  max-width: 540px;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image.flex-reverse .block-with-image__image-container {
    max-width: 100%;
  }
}
.homepage .block-with-image__image-container {
  max-width: 512px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image__image-container {
    flex-shrink: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image__image-container {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__image-container {
    padding: 0;
    max-width: 100%;
  }
}
.homepage .block-with-image__image-container svg {
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__image-container svg {
    width: 100%;
    height: auto;
  }
}
.homepage .block-with-image__content {
  width: 100%;
  max-width: 592px;
  width: 100%;
  padding: 160px 0;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image__content {
    padding: 100px 0;
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image__content {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__content {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image__content br {
    display: none;
  }
}
.homepage .block-with-image__title {
  margin-bottom: 24px;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__title {
    text-align: center;
    margin-bottom: 36px;
  }
}
.homepage .block-with-image__content-text {
  color: rgba(21, 21, 21, 0.8);
  line-height: 150%;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__content-text {
    margin-bottom: 40px;
  }
}
.homepage .block-with-image .btn {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image .btn {
    width: 100%;
    justify-content: center;
    display: inline-flex;
  }
}
.homepage .block-with-image__list {
  flex-wrap: wrap;
  margin: 0 -8px -16px;
}
.homepage .block-with-image__list-title {
  color: rgba(0, 0, 0, 0.88);
  line-height: 1.5;
  display: inline-block;
}
.homepage .block-with-image__list-item {
  width: calc(33.333% - 16px);
  margin: 0 8px 16px;
}
.homepage .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 #edeff6;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__list-item .external-link {
    font-size: 14px;
    padding: 14.5px 0;
  }
}
.homepage .block-with-image__list-item .external-link span {
  border-bottom: 1px solid transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.homepage .block-with-image__list-item .external-link:hover {
  background-color: rgba(21, 21, 21, 0.08);
}
.homepage .block-with-image__list-item .external-link:hover span {
  border-color: currentColor;
}
.homepage .block-with-image__services-container {
  margin-top: 48px;
}
.homepage .block-with-image__services-container .block-with-image__content-text {
  color: rgba(21, 21, 21, 0.88);
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__services-container .block-with-image__content-text {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__services-container {
    margin-top: 32px;
  }
}
.homepage .block-with-image__services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .homepage .block-with-image__services-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.homepage .block-with-image__service {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 21px 21px 21px 33px;
  background-color: #f5f5f5;
  color: #151515;
  border-radius: 64px;
  transition: all 0.3s ease-in-out;
}
.homepage .block-with-image__service:hover {
  box-shadow: none;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__service {
    justify-content: center;
    padding: 18.5px 24px;
  }
  .homepage .block-with-image__service .card-link__title {
    line-height: 1;
  }
}
.homepage .block-with-image__card {
  padding: 16px 24px;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__card {
    padding: 16px;
  }
}
.homepage .block-with-image__card .link {
  font-size: 16px;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image__card .link {
    font-size: 14px;
  }
}
.homepage .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) {
  .homepage .block-with-image__card-description {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.homepage .block-with-image--register .block-with-image__image-container {
  margin-top: -19px;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image--register .block-with-image__image-container {
    margin-top: 0;
  }
}
.homepage .block-with-image--add-email .block-with-image__image-container {
  margin-top: 37px;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image--add-email .block-with-image__image-container {
    margin-top: 0;
  }
}
.homepage .block-with-image--right-hosting .block-with-image__image-container {
  margin-top: 40px;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image--right-hosting .block-with-image__image-container {
    margin-top: 0;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--right-hosting {
    gap: 62px;
  }
}
.homepage .block-with-image--add-security .block-with-image__image-container {
  margin-top: 28px;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image--add-security .block-with-image__image-container {
    margin-top: 0;
  }
}
.homepage .block-with-image--search {
  margin: 24px 0;
  gap: 56px;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image--search {
    gap: 30px;
    padding-top: 64px;
    margin-bottom: 53px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search {
    padding-top: 41px;
    margin-bottom: 64px;
  }
}
.homepage .block-with-image--search .h1 br {
  display: none;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search .h1 br {
    display: block;
  }
}
.homepage .block-with-image--search:first-of-type {
  margin: 31px 0 36px;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search:first-of-type {
    margin: 24px 0 42px;
  }
}
.homepage .block-with-image--search .block-with-image__content-text {
  font-size: 20px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .homepage .block-with-image--search .block-with-image__content-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search .block-with-image__content-text {
    text-align: center;
  }
}
.homepage .block-with-image--search .block-with-image__services-container {
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--search .block-with-image__services-container {
    margin-top: 32px;
  }
}
.homepage .block-with-image--search .block-with-image__image-container {
  max-width: 520px;
}
@media only screen and (max-width: 1280px) {
  .homepage .block-with-image--search .block-with-image__image-container {
    max-width: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--search .block-with-image__image-container {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--search .btn {
    width: auto;
    padding: 24px 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .homepage .block-with-image--search .btn {
    padding: 20px 20px 20px 24px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search .btn {
    padding: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search h2 {
    text-align: center;
  }
}
.homepage .block-with-image--search h2 .flag-shadowed {
  scale: 2.2;
  margin-left: 24px;
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--search h2 .flag-shadowed {
    scale: 1.5;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search h2 .flag-shadowed {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--search .input-search__icon svg g {
    opacity: 1;
  }
  .homepage .block-with-image--search .input-search__icon svg path {
    stroke: #151515;
  }
}
.homepage .block-with-image--accredited {
  margin-bottom: 64px;
  gap: 64px;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--accredited {
    margin-bottom: 32px;
    gap: 24px;
  }
}
.homepage .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) {
  .homepage .block-with-image--accredited .block-with-image__title {
    text-align: center;
  }
}
.homepage .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) {
  .homepage .block-with-image--accredited .block-with-image__title .text-secondary {
    font-size: 16px;
    margin: 0;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--accredited .block-with-image__title {
    font-size: 20px;
  }
}
.homepage .block-with-image--accredited .block-with-image__content {
  width: calc(50% - 32px);
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--accredited .block-with-image__content {
    width: 100%;
  }
}
.homepage .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) {
  .homepage .block-with-image--accredited .block-with-image__image-container {
    max-width: 512px;
    max-height: 100%;
    width: 100%;
  }
}
.homepage .block-with-image--transfer:first-of-type {
  margin: -40px auto;
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--transfer:first-of-type {
    margin: 32px auto 80px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--transfer:first-of-type {
    margin: 21px auto 97px;
  }
}
.homepage .block-with-image--transfer:first-of-type .h1,
.homepage .block-with-image--transfer:first-of-type .block-with-image__content-text {
  text-align: start;
}
.homepage .block-with-image--transfer .btn-bulk-registration {
  right: 191px;
}
@media only screen and (max-width: 767.98px) {
  .homepage .block-with-image--transfer .btn-bulk-registration {
    right: auto;
    left: 0;
    top: 65px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.homepage .block-with-image--transfer:not(:first-of-type) {
  flex-direction: row-reverse;
  gap: 80px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--transfer:not(:first-of-type) {
    margin-bottom: 80px;
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--transfer:not(:first-of-type) {
    margin-bottom: 64px;
    gap: 27px;
  }
}
.homepage .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
  max-width: 456px;
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
    max-width: 360px;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--transfer:not(:first-of-type) .block-with-image__image-container {
    max-width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--transfer:not(:first-of-type) .h2 {
    text-align: center;
  }
}
.homepage .block-with-image--google-workspace {
  position: relative;
  top: -45px;
}
@media only screen and (max-width: 1024px) {
  .homepage .block-with-image--google-workspace {
    top: 0;
    padding: 64px 0;
    margin: 0;
  }
  .homepage .block-with-image--google-workspace .block-with-image__image-container {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--google-workspace {
    text-align: center;
  }
}
.homepage .block-with-image--google-workspace .block-with-image__content-text {
  font-size: 20px;
}
@media only screen and (max-width: 568px) {
  .homepage .block-with-image--google-workspace .block-with-image__content-text {
    font-size: 16px;
  }
}

.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 #edeff6;
}
@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 #edeff6;
}
.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 #edeff6;
  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;
  }
}

.blog-section {
  padding: 80px 0;
  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__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;
}
@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;
    max-width: 39dvw;
    transform: translateY(-23px);
  }
  .blog .hero__wrapper-image svg {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .blog .hero__wrapper-image {
    max-width: 100dvw;
    transform: translateY(0);
  }
}
@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;
  }
}
@media only screen and (max-width: 568px) {
  .blog .hero__content {
    margin: 0 0 24px;
  }
}
.blog .hero .input-search {
  padding: 11px 8px 11px 63px;
}
@media only screen and (max-width: 568px) {
  .blog .hero .input-search {
    padding: 7px 8px 7px 19px;
    margin: 0;
  }
}
.blog .hero .input-search__icon {
  top: 30px;
  left: 30px;
}
.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: 15px 23px 15px 15px;
  border: 1px solid rgba(21, 21, 21, 0.32);
}
.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: 32px;
  margin: 0 0 30px;
  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: 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: #edeff6;
  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: #edeff6;
  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: 32px;
  height: 32px;
  background-color: #ffffff;
  font-size: 14px;
  color: #151515;
  border: 1px solid #edeff6;
  border-radius: 4px;
  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: #151515;
  background-color: rgba(21, 21, 21, 0.04);
}
.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: #151515;
  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 g {
  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: 32px;
  }
}
.article-page__author {
  margin-left: 16px;
}
.article-page__content > *,
.article-page__content > div > * {
  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,
.article-page__content h2 strong,
.article-page__content h3 strong,
.article-page__content h4 strong,
.article-page__content h5 strong {
  color: #151515;
  font-family: "Bakbak One", 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: #f9a245;
  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;
}
.country-domain__table {
  border: 1px solid #edeff6;
  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 #edeff6;
}
.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;
}
@media only screen and (max-width: 568px) {
  .country-domain__table .price {
    font-size: 14px;
    line-height: 17px;
  }
}
.country-domain__table .currency {
  margin-right: 16px;
  color: rgba(21, 21, 21, 0.64);
  font-size: 14px;
  line-height: 16px;
}
.country-domain__table .old-price {
  margin-left: 16px;
  color: rgba(21, 21, 21, 0.64);
}
@media only screen and (max-width: 568px) {
  .country-domain__table .old-price {
    margin: 0;
    line-height: 17px;
  }
}
.country-domain__table .sale-label {
  margin-left: 17px;
}
.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: 18px;
  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;
}
@media only screen and (max-width: 568px) {
  .country-domain__name .flag-shadowed {
    margin-right: 4px;
  }
}
.country-domain__requirements-wrapper {
  padding: 16px;
  background-color: rgba(249, 162, 69, 0.08);
  border-radius: 8px;
  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: #151515;
  font-size: 16px;
  font-weight: 600;
  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: 80px;
}
@media only screen and (max-width: 568px) {
  .section-prices {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-prices-mob-bg {
    background-color: #f5f5f5;
  }
  .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;
  }
}

@media only screen and (max-width: 1024px) {
  .about__title {
    margin: 0 0 48px;
  }
}
.about .section {
  padding: 56px 0;
  margin: 0;
}
@media only screen and (max-width: 568px) {
  .about .section {
    padding: 48px 0;
  }
}
.about .services-section {
  padding: 56px 0 0;
}
@media only screen and (max-width: 767.98px) {
  .about .services-section .container {
    padding: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .about .services-section {
    padding: 48px 0 0;
  }
}
.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: #f9a245;
  content: "";
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.about .bg-white--md .about__link:hover:after {
  opacity: 0;
}
.about .advantage-card {
  box-shadow: 0px 7px 24px -10px rgba(21, 21, 21, 0.12);
}
.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 {
  padding: 48px;
  gap: 48px;
}
@media only screen and (max-width: 1280px) {
  .about .block-with-image {
    gap: 24px;
    padding: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .about .block-with-image {
    padding: 0;
    box-shadow: none;
  }
}
.about .block-with-image__title {
  gap: 4px;
  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: 530px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1280px) {
  .about .block-with-image__image-container {
    max-width: 50%;
  }
}
@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: fill;
     object-fit: fill;
  display: block;
}
@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 {
    box-shadow: 0px 7px 24px 0px rgba(21, 21, 21, 0.12);
    border-radius: 16px;
    padding: 32px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .about .block-with-image__content {
    box-shadow: 0px 7px 24px 0px rgba(21, 21, 21, 0.12);
    border-radius: 16px;
    padding: 32px;
  }
}
.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 #edeff6;
    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;
  }
}

.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;
}

@media only screen and (min-width: 568px) {
  .error-page-403 .error-section__content {
    padding: 20px 0 50px;
  }
  .error-page-404 .error-section__content {
    padding: 85px 0 105px;
  }
  .error-page-500 .error-section__content {
    padding: 85px 0 55px;
  }
}
@media only screen and (max-width: 568px) {
  .error-page .icon-btn {
    width: 100%;
  }
}
.error-page-expired .error-section__text {
  max-width: 486px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 36px;
}
.error-section {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  background-color: #f5f5f5;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow-y: auto;
}
@media only screen and (max-width: 568px) {
  .error-section {
    min-height: calc(100vh - 49px);
  }
}
.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: 280px;
  }
}
.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;
  }
}
@media only screen and (max-width: 568px) {
  .error-section__img--expired {
    margin-bottom: 32px;
  }
  .error-section__img--expired svg {
    width: 310px;
    height: auto;
  }
}
.error-section__text {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(21, 21, 21, 0.88);
  max-width: 283px;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 568px) {
  .error-section__text {
    margin-bottom: 32px;
  }
}
.error-section__title {
  text-align: center;
  font-family: Bakbak One;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(21, 21, 21, 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: 16px 12px;
}
.error-section__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 530px;
}
@media only screen and (max-width: 568px) {
  .error-section__footer {
    flex-direction: column;
  }
}

.search-bar-wrapper {
  padding: 64px 0;
}
.search-bar-wrapper .input-search .search-btn-text {
  line-height: 16px;
}
.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 32px 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: 16px;
    left: 16px;
  }
  .search-bar-wrapper .search-btn {
    border-radius: 50%;
    padding: 16px;
  }
  .search-bar-wrapper .arrow-container {
    content: url("../../images/icons/arrow-right.8919644653ce.svg") !important;
  }
}
.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;
  }
}

.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;
  }
}
.results-table__filters {
  padding: 16px 24px;
  background: #f5f5f5;
  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 #edeff6;
  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(245, 245, 245, 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;
  }
  .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: 61%;
}
@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(245, 245, 245, 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(249, 162, 69, 0.08), rgba(249, 162, 69, 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: 120%;
}
@media only screen and (max-width: 568px) {
  .results-table__title {
    font-size: 18px;
  }
}
.results-table__title-icon {
  margin-right: 16px;
  background-color: rgba(249, 162, 69, 0.1);
  padding: 6px;
  border-radius: 50%;
}
.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: 20px;
  margin-right: 8px;
  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: #f9a245;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
.results-table__btn--all-icon, .results-table__btn-icon {
  display: inline-block;
  margin-right: 8px;
}
@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: 50%;
    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: #f9a245;
  }
}
@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: #f9a245;
  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);
}
@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: #f9a245;
    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;
  overflow-y: auto;
}
.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: 358px;
}
@media only screen and (max-width: 1024px) {
  .cart__items {
    margin-top: 8px;
    max-height: 365px;
  }
}
.cart__item {
  padding: 14px 0;
}

.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:not(:last-child) {
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}
.cart__item-name {
  display: inline-block;
  margin-bottom: 5px;
}
.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 24px 24px;
  padding-top: 29px;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}
.cart__footer .btn-cta-primary {
  padding-left: 65px !important;
}
@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;
}

.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: 98px;
  }
}
.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 {
  color: #ffffff;
  padding: 80px 0;
  background-color: #151515;
}
@media only screen and (max-width: 767.98px) {
  .terms-hero {
    text-align: center;
    padding: 64px 0;
  }
}
.terms-hero__heading {
  font-family: Bakbak One;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}
@media only screen and (max-width: 568px) {
  .terms-hero__heading {
    font-size: 32px;
  }
}
.terms-hero__description {
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .terms-hero__description {
    font-size: 16px;
  }
}
.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: #f9a245;
  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 #edeff6;
}
.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 #edeff6;
}
@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: Bakbak One;
  font-size: 16px;
  font-weight: 400;
  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;
}
.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: #f9a245;
  font-size: 14px;
  line-height: 1.5;
}
.terms-menu__link-item.current::marker {
  color: #f9a245;
}
.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 #edeff6;
}
.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 #edeff6;
  padding-top: 16px;
}
.terms__content > ol > li:has(> ol) {
  border-top: 1px solid #edeff6;
  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: #f9a245;
}
.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__wrapper {
  max-width: 568px;
}
@media only screen and (max-width: 568px) {
  .trademarks-registration-popup .popup__wrapper {
    padding: 24px;
    width: 83%;
  }
}
.trademarks-registration-popup .popup__list {
  display: flex;
  margin: 0 -12px;
}
@media only screen and (max-width: 568px) {
  .trademarks-registration-popup .popup__list {
    flex-direction: column;
    margin: 0 0 -16px;
  }
}
.trademarks-registration-popup .popup__item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #edeff6;
  margin: 0 12px;
  height: 100%;
  width: calc(50% - 24px);
}
@media only screen and (max-width: 568px) {
  .trademarks-registration-popup .popup__item {
    width: 100%;
    margin: 0 0 16px;
    background-color: #edeff6;
  }
}
@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;
  }
}
@media only screen and (max-width: 568px) {
  .trademarks-registration-popup .popup__item > a {
    padding: 8px;
    display: flex;
    align-items: center;
  }
}
.trademarks-registration-popup .popup__item:hover .popup__item-content-title {
  border-color: currentColor;
}
.trademarks-registration-popup .popup__item-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
}
.trademarks-registration-popup .popup__item-content {
  background-color: #edeff6;
  display: flex;
  justify-content: center;
  padding: 24px;
}
@media only screen and (max-width: 568px) {
  .trademarks-registration-popup .popup__item-content {
    padding: 0;
    background-color: transparent;
    margin-left: 16px;
  }
}
.trademarks-registration-popup .popup__item-content .flex-column {
  align-items: center;
}
@media only screen and (max-width: 568px) {
  .trademarks-registration-popup .popup__item-content .flex-column {
    align-items: flex-start;
  }
}
.trademarks-registration-popup .popup__item-content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
  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;
}
.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 .search-options .trademarks-search__box-content {
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-page .search-options .trademarks-search__box-content {
    flex-direction: column;
    margin: 0 0 -16px;
    flex-wrap: nowrap;
  }
}
.trademarks-search-page .search-options .trademarks-search__box-content .form-input__common-input {
  height: 56px;
}
.trademarks-search-page .search-options .trademarks-search__box-content .form-select {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
}
@media only screen and (max-width: 1024px) {
  .trademarks-search-page .search-options .trademarks-search__box-content .form-select {
    width: calc(33.33% - 24px);
  }
}
@media only screen and (max-width: 767.98px) {
  .trademarks-search-page .search-options .trademarks-search__box-content .form-select {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 568px) {
  .trademarks-search-page .search-options .trademarks-search__box-content .form-select {
    margin: 0 0 16px;
    width: 100%;
  }
}
.trademarks-search-page .trademarks-search-results .search-options .trademarks-search__box-content {
  margin: 0 -12px 0;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-page .trademarks-search-results .search-options .trademarks-search__box-content {
    margin: 0;
  }
}
@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 0 24px;
}
@media only screen and (max-width: 767.98px) {
  .trademarks-search-page .grid-2-cols .service-card__title {
    font-size: 20px;
  }
}
@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;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-page .grid-2-cols .service-card__description {
    font-size: 14px;
  }
}
.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 {
  padding: 0 32px;
}
.trademarks-search__box-content.dropdown-body {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 568px) {
  .trademarks-search__box.search-countries {
    border-bottom: 1px solid #edeff6;
  }
}
.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 {
  line-height: 1.333;
}
.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;
}
.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;
  }
}
.trademarks-search-section {
  padding: 80px 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;
  }
}
.trademarks-search-section .domains-wrapper .tabs-wrapper {
  padding: 0 0 10px;
  margin: 0 0 4px;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-section .domains-wrapper .tabs-wrapper {
    margin: 0 0 -4px;
  }
}
.trademarks-search-section .domains-wrapper .tab {
  padding: 12px 20px;
  font-size: 14px;
}
.trademarks-search-section .domains-wrapper .tab:not(:last-child) {
  margin-right: 2px;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-section .domains-wrapper .tab {
    padding: 8px 17px;
  }
}
.trademarks-search-section .separator {
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}
.trademarks-search-results {
  padding: 64px 0;
}
@media only screen and (max-width: 767.98px) {
  .trademarks-search-results {
    padding: 0 0 64px;
  }
}
@media only screen and (max-width: 767.98px) {
  .trademarks-search-results .container {
    padding: 0;
  }
}
.trademarks-search-results .input-search__input {
  border: 1px solid #edeff6;
  font-weight: 700;
}
.trademarks-search-results .input-search__input::-moz-placeholder {
  font-weight: 400;
}
.trademarks-search-results .input-search__input::placeholder {
  font-weight: 400;
}
.trademarks-search-results .search-results__wrapper {
  padding: 32px;
}
@media only screen and (max-width: 767.98px) {
  .trademarks-search-results .search-results__wrapper {
    border-radius: 0;
    padding: 23px 32px 64px;
  }
  .trademarks-search-results .search-results__wrapper .input-search {
    margin: 0 0 24px;
  }
}
.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;
  }
}
.trademarks-search-results .search-results__filters-list {
  flex-wrap: wrap;
  margin-bottom: -8px;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-results .search-results__filters-list {
    margin-bottom: 16px;
  }
}
.trademarks-search-results .search-results__filters-item {
  padding: 12px 13px 12px 16px;
  background-color: #edeff6;
  font-size: 14px;
  line-height: 1.1;
  display: flex;
  justify-content: center;
  border-radius: 48px;
  margin: 0 8px 8px 0;
}
.trademarks-search-results .search-results__filters-item.hide {
  display: none;
}
.trademarks-search-results .search-results__filters-item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767.98px) {
  .trademarks-search-results .search-results__filters-item .filters-item__title {
    display: none;
  }
}
.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;
}
.trademarks-search-results .search-results__filters-button svg {
  margin-right: 9px;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-results__table {
    padding-top: 16px;
    border-top: 1px solid #edeff6;
  }
}
.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 32px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #edeff6;
}
.trademarks-search-results__table .table__header {
  background-color: #021f54;
  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__content-item {
  display: flex;
  border-top: 1px solid #edeff6;
  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-color: rgba(21, 21, 21, 0.02);
}
@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 8px 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 {
  line-height: 1.09;
}
@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: #f9a245;
  background-color: rgba(249, 162, 69, 0.08);
}
.trademarks-search-results__table .table__content-item-image {
  max-width: 180px;
  height: 64px;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 767.98px) {
  .trademarks-search-results__table .table__content-item-image {
    margin: 8px auto;
  }
}
.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;
  }
  .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-title {
  font-size: 20px;
}
@media only screen and (max-width: 568px) {
  .trademarks-search-results__table-title {
    font-size: 16px;
    text-align: center;
  }
}
.trademarks-owner-info .order__title {
  margin: 0 0 16px;
}
@media only screen and (max-width: 767.98px) {
  .trademarks-owner-info .order__title {
    margin: 0 0 24px;
  }
}
.trademarks-order-info .form__title {
  color: #021f54;
  font-size: 24px;
  line-height: 1;
}
.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 .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 #edeff6;
  background-color: rgba(21, 21, 21, 0.02);
}
.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 #edeff6;
}
@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__summary-item {
  margin: 0 8px 16px;
  width: calc(33.33% - 16px);
}
@media only screen and (max-width: 767.98px) {
  .trademarks-order-info .order__summary-item {
    width: 100%;
    margin: 0 0 16px;
  }
}
.trademarks-order-info .order__section-title {
  font-size: 20px;
  color: #021f54;
  line-height: 1.2;
}
@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;
}
@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 #edeff6;
  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 #edeff6;
  padding: 23px 24px 31px;
  width: calc(33.333% - 24px);
  background-color: white;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.trademarks-order-info .selects-list .card.option-selected {
  background-color: rgba(249, 162, 69, 0.08);
}
@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;
  color: #021f54;
}
.trademarks-order-info .selects-list .card .radio-button input {
  line-height: 16px;
}
.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: 1.2;
}
.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: 1.2;
  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,
.trademarks-country .service-card__img,
.trademarks-search-page .service-card__img {
  height: 200px;
}
@media only screen and (max-width: 568px) {
  .trademarks-registration .service-card__img,
  .trademarks-country .service-card__img,
  .trademarks-search-page .service-card__img {
    height: 160px;
  }
}
.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;
  }
}
@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;
}
@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 #edeff6;
  border-bottom: 1px solid #edeff6;
  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: 640px;
  max-height: 98%;
  overflow-y: auto;
}
@media only screen and (max-width: 568px) {
  .trademarks-prices-popup .popup__wrapper {
    max-height: unset;
  }
}
.trademarks-prices-popup .popup__text.text-14 {
  font-size: 14px;
}
.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: 15px 24px;
}
.trademarks-prices-popup .tab:not(:last-child) {
  margin-right: 3px;
}
@media only screen and (max-width: 568px) {
  .trademarks-prices-popup .tab {
    padding: 8px 16px;
  }
}
.trademarks-prices-popup .trademark-prices__box {
  border-bottom: 1px solid #edeff6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.trademarks-prices-popup .trademark-prices__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #021f54;
}
.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 #edeff6;
  border-left: 1px solid #edeff6;
  border-right: 1px solid #edeff6;
}
.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 #edeff6;
  border-right: 1px solid #edeff6;
}
.trademarks-prices-popup .trademark-prices-table--mobile .trademark-prices-table__item-wrapper:last-child {
  border-bottom: 1px solid #edeff6;
}
.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(21, 21, 21, 0.02);
  padding: 15px 24px 16px;
  border-radius: 8px;
  border-top: 1px solid #edeff6;
}
.trademarks-prices-popup .trademark-prices-table__header-text {
  font-weight: 700;
  line-height: 1;
}
.trademarks-prices-popup .trademark-prices-table__item {
  padding: 0 8px;
  width: 33.33%;
  line-height: 1;
}
@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 #edeff6;
  padding: 15px 16px 16px;
}
.trademarks-prices-popup .trademark-prices-table__item-wrapper:nth-child(even) {
  background-color: rgba(21, 21, 21, 0.02);
}
.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: 15px 16px 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.order {
  padding: 24px 0;
}
@media only screen and (max-width: 1024px) {
  .order {
    padding: 24px 32px 64px;
  }
}
.order-page {
  padding: 112px 0;
  background-color: #f5f5f5;
}
@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__section {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #edeff6;
}
.order__section::after {
  content: "";
  border-bottom: 1px solid #edeff6;
}
.order__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #151515;
  text-align: center;
  margin-bottom: 32px;
  font-family: "Bakbak One", serif;
}
@media only screen and (max-width: 568px) {
  .order__title {
    margin-bottom: 24px;
  }
}
.order__section-description {
  color: rgba(21, 21, 21, 0.88);
  margin-bottom: 32px;
  text-align: center;
  line-height: 150%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 568px) {
  .order__section-description {
    margin-bottom: 24px;
  }
}
.order__section-description .link {
  font-size: 16px;
}
.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__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 32px;
}
.order__profile-wrapper .form-select {
  width: 100%;
}
.order__profile-wrapper .form-input__common-input {
  padding: 16px 24px;
}
.order__profile-wrapper .form-input__common-input .selected-option {
  overflow: hidden;
  max-height: 16px;
  -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;
  background: rgba(21, 21, 21, 0.04);
}
@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: rgba(249, 162, 69, 0.3);
  color: #151515;
  line-height: 1.5;
  font-weight: 700;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  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: #f5f5f5;
}
.order__table-row:last-child {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media only screen and (max-width: 568px) {
  .order__table-row:first-child {
    border-top: 1px solid #edeff6;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
}
.order__table-header-cell:first-child, .order__table-cell:first-child {
  width: 43%;
}
@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(21, 21, 21, 0.02);
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 32px;
}
.order__notification-content {
  max-width: 400px;
  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;
}
.order__footer-col:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 537px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .order__footer-col:first-child {
    display: flex;
    max-width: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 767.98px) {
  .order__footer-col:first-child {
    width: 100%;
  }
  .order__footer-col:first-child .btn {
    width: 100%;
  }
}
@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: 1px;
  padding: 0 10px;
}
@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;
  }
}
.order__hosting-option {
  background-color: rgba(21, 21, 21, 0.02);
  padding: 32px;
}
@media only screen and (max-width: 568px) {
  .order__hosting-option {
    padding: 32px 34px 32px 32px;
  }
}
.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 svg {
  width: 32px;
  height: 32px;
}
.order__hosting-option p {
  line-height: 150%;
}
.order__hosting-option-title {
  font-weight: 700;
  color: #151515;
  line-height: 150%;
  margin-left: 18px;
  font-family: "Bakbak One", serif;
}
@media only screen and (max-width: 568px) {
  .order__hosting-option-title {
    margin-left: 16px;
  }
}
.order__next-step-link {
  width: 98%;
  justify-content: center;
}
@media only screen and (max-width: 568px) {
  .order__next-step-link {
    width: 100%;
    font-size: 14px;
    padding: 15px 48px;
  }
}
.order__summary {
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr 370px;
  -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;
}
@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__title {
  margin-bottom: 24px;
}
.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;
}
.order--confirm .order__table .results-table__year-select .selected-option {
  margin-right: unset;
}
.order--confirm .order__table-chosen-option svg {
  margin-left: 10px;
}
.order--confirm .order__table-chosen-option .results-table__options-list {
  min-width: 240px;
  max-height: 176px;
}
.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: #f9a245;
}
@media only screen and (max-width: 568px) {
  .order--confirm .order__table-chosen-option .results-table__options-list {
    left: 0;
    right: auto;
  }
}

.form-select__options-list--renewal {
  width: auto !important;
  min-width: 120px;
}

.form-select__options-list--renewal .form-select__options-item {
  display: flex;
  text-wrap: nowrap;
  column-gap: 32px;
  justify-content: space-between;
  cursor: pointer;
}

.form-select__options-list--renewal .form-select__options-item .discount,
.order--confirm .order__table-chosen-option .discount {
  color: #ff0000;
  font-size: 14px;
}
.order--confirm .order__table-row:nth-child(even) {
  background: rgba(249, 162, 69, 0.02);
}
.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: #eb7400;
}
.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 .payment-form {
  background-color: rgba(21, 21, 21, 0.02);
  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;
}

.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: 272px;
  background: #ffffff;
  border: 1px solid #edeff6;
  border-radius: 8px;
  max-width: 560px;
  padding: 16px;
  font-size: 14px;
  line-height: 17px;
  text-align: start;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #000000;
}
.trustee-tooltip--lg {
  width: 706px;
  max-width: 706px;
}
.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: #edeff6;
}
.trustee-tooltip__heading {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.3);
}
.trustee-tooltip span:not(:last-of-type) {
  margin-bottom: 4px;
}
.trustee-tooltip--right {
  left: calc(100% + 14px);
  transform: translateY(-100%);
}
.trustee-tooltip--right:before, .trustee-tooltip--right:after {
  transform: rotate(-90deg);
  top: unset;
}
.trustee-tooltip--right:before {
  bottom: 12px;
  left: -16px;
}
.trustee-tooltip--right:after {
  bottom: 13px;
  left: -13px;
}

.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 #edeff6;
}
@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: "Bakbak One", 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 #edeff6;
}
@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;
  }
}
.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;
  }
}

.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: #eb7400;
  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: 28px 32px 32px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(21, 21, 21, 0.02);
  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;
  margin-bottom: 20px;
  text-align: center;
}
.payment-form__card-wrapper {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 157px;
}
@media only screen and (max-width: 568px) {
  .payment-form__card-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.payment-form .form-input {
  margin-bottom: 32px;
}
@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: 80px;
  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 #edeff6;
  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 #edeff6;
}
@media only screen and (max-width: 568px) {
  .summary-card__row:first-child {
    padding: 16px;
  }
}
.summary-card__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #151515;
  font-family: "Bakbak One", 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: 4px 0;
}
.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;
}
.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;
  opacity: 0.4;
  position: relative;
}
.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%;
}
.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;
}

.summary-card .internal-link {
  width: -moz-fit-content;
  width: fit-content;
  color: #f9a245;
}

.secure-card {
  padding: 32px;
  border-radius: 8px;
  background-color: rgba(249, 162, 69, 0.08);
  margin-top: 32px;
}
@media only screen and (max-width: 568px) {
  .secure-card {
    padding: 24px;
    margin-top: 25px;
  }
}
.secure-card__text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #151515;
  font-weight: 700;
  margin-bottom: 16px;
}
.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;
  }
}

.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;
}

@media only screen and (max-width: 767.98px) {
  .international-trademark-table {
    border-bottom: 1px solid #edeff6;
  }
}
.international-trademark-table .tabs-wrapper {
  margin-bottom: 12px;
  padding: 32px 32px 0;
}
@media only screen and (max-width: 767.98px) {
  .international-trademark-table .tabs-wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 0 32px 8px;
  }
}
@media only screen and (max-width: 568px) {
  .international-trademark-table .tabs-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.international-trademark-table .tabs-wrapper .tab:not(:last-child) {
  margin-right: 2px;
}
.international-trademark-table__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0 32px 20px;
}
@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__country {
  display: flex;
  align-items: center;
}
.international-trademark-table__country .flag-shadowed {
  margin-left: -4px;
  margin-right: 4px;
  border-radius: 2px;
}
.international-trademark-table__link {
  padding: 11px 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: 4px;
}
@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);
}
@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;
  }
}
.google-package:not(:last-child) {
  border-right: 1px solid #edeff6;
}
@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__title {
  font-size: 32px;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .google-package__title {
    font-size: 24px;
  }
}
.google-package__title--md {
  line-height: 1.25;
}
@media only screen and (max-width: 767.98px) {
  .google-package__title--md {
    line-height: 1.2;
  }
}
.google-package__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
}
.google-package__content .google-package__title {
  padding: 0 24px;
}
@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 {
  width: -moz-fit-content;
  width: fit-content;
  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;
}
@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 #edeff6;
    border-bottom: 1px solid #edeff6;
    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: #78ab11;
  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;
}
@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 #edeff6;
}
.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: 26px;
}
@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: 40px;
  position: relative;
  align-items: center;
}
.google-package__popup-price span:first-child {
  font-family: "Bakbak One", serif;
}
@media only screen and (max-width: 1024px) {
  .google-package__popup-price {
    margin-bottom: 32px;
  }
}
.google-package__popup-price::after {
  content: "";
  position: absolute;
  bottom: 9px;
  width: 40%;
  left: 89px;
  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;
  position: relative;
  margin-right: 4px;
}
.google-package__popup-price .total-price__per-month {
  font-family: "Inter", sans-serif !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  right: -4px;
  text-align: right;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  .google-package__popup-price .total-price {
    font-size: 20px;
  }
}

.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 .hero__title {
  font-size: 48px;
  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: 14px;
  top: 87px;
}
@media only screen and (max-width: 568px) {
  .google-workspace .hero__image {
    height: auto;
    margin: 0 -32px;
  }
}
.google-workspace .hero__image img {
  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: 767.98px) {
  .google-workspace .hero__wrapper {
    padding: 64px 0 40px;
  }
}
@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: 0px 16px 24px 0px rgba(21, 21, 21, 0.04);
  }
}
.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.active {
  border: 2px solid #f9a245;
  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: 0px 16px 24px 0px rgba(249, 162, 69, 0.2);
  }
}
.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;
}
.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 40px;
  padding: 32px 32px 24px;
  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: 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 #edeff6;
}
@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: #eb7400;
    background-color: rgba(249, 162, 69, 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: #eb7400;
  }
}
.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: #eb7400;
  }
}
.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: #eb7400;
  }
}
.google-cloud-card__content {
  display: none;
}
.google-cloud-card__header {
  position: absolute;
  left: 360px;
}
.google-cloud-card__header .google-package__title {
  line-height: 1.25;
}
@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 #edeff6;
  position: absolute;
  left: 328px;
  top: 63px;
}
.google-cloud-card__body div:first-child {
  max-width: 456px;
}
@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 #edeff6;
    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%;
}
.google-cloud-card__title {
  font-size: 24px;
  line-height: 29px;
  color: #eb7400;
  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: "Bakbak One", serif;
    color: #151515;
    line-height: 1.4;
  }
}

.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;
}

@media only screen and (max-width: 767.98px) {
  .hosting__title {
    font-size: 24px;
  }
}
.hosting-plans {
  padding: 40px 0;
}
@media only screen and (max-width: 568px) {
  .hosting-plans {
    padding: 64px 0 32px;
  }
}
@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: "Bakbak One", sans-serif;
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edeff6;
  }
}
.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 #edeff6;
}
@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 #edeff6;
  }
}
.hosting-hero {
  padding: 103px 0 40px;
}
@media only screen and (max-width: 1024px) {
  .hosting-hero {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 568px) {
  .hosting-hero {
    padding: 0;
  }
}
.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 .hero__content {
  max-width: 618px;
}
@media only screen and (max-width: 1280px) {
  .hosting-hero .hero__content {
    margin: 0;
  }
}
.hosting-hero .hero__title {
  font-size: 48px;
  margin: 0 0 24px;
}
@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 56px 70px 56px;
}
@media only screen and (max-width: 568px) {
  .hosting-hero--comodo .hosting-hero__wrapper {
    padding: 72px 32px 32px;
  }
}

.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__dropdown {
  margin: 0 24px 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;
}
.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;
}
.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 #eb7400;
}
.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 #edeff6;
}
.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;
}
.hosting__dropdown.active .hosting__dropdown-control-icon {
  transform: rotate(0deg);
}
.hosting__dropdown.active .hosting__dropdown-options {
  opacity: 1;
  visibility: visible;
}
.hosting-why {
  padding: 40px 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;
}
@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;
}
.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:last-child, .hosting-why__grid--comodo .hosting-why__grid-card:nth-last-child(2) {
  grid-column: span 2;
}
@media only screen and (max-width: 1280px) {
  .hosting-why__grid--comodo .hosting-why__grid-card:last-child, .hosting-why__grid--comodo .hosting-why__grid-card:nth-last-child(2) {
    grid-column: auto;
  }
}
.hosting-why__grid--linux {
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
}
.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-family: Inter;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.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-family: Bakbak One;
    font-size: 20px;
    line-height: 28px;
  }
}
.hosting-why__grid--know {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.hosting-why__grid--know .hosting-why__grid-card {
  padding-left: 28px;
}
.hosting-why__grid--know .hosting-why__grid-title {
  font-family: Inter;
  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-family: Bakbak One;
    font-size: 20px;
    line-height: 28px;
  }
}
.hosting-why__grid--extensions {
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.hosting-why__grid--extensions .hosting-why__grid-card {
  min-height: 440px;
}
.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;
}
@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;
  }
}
@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%;
  }
}
@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: 693px;
}
@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: 48px 80px 16px 48px;
}
@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: 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: 645px;
}
.hosting-why__plans-card--protection {
  padding: 48px 104px 48px 48px;
  gap: 32px;
  align-items: center;
}
.hosting-why__plans-card--protection .hosting-why__title {
  font-family: Bakbak One;
  font-size: 32px;
  line-height: 130%;
}
.hosting-why__plans-card--protection .hosting-why__plans-card-content {
  max-width: 557px;
}
@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;
  }
}
@media only screen and (max-width: 568px) {
  .hosting-why--comodo {
    padding: 48px 0 32px;
  }
}
@media only screen and (max-width: 568px) {
  .hosting-why--know .hosting__title {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.hosting__cards-grid {
  gap: 12px;
  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-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: 0 23px;
  }
}
@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: 4px;
}
.hosting__card-title {
  font-size: 32px;
  line-height: 1.33;
}
@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: 32px 24px;
}
@media only screen and (max-width: 568px) {
  .hosting__card-header {
    padding: 23px;
  }
}
.hosting__card-plans {
  padding: 23px;
}
.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: 16px;
  gap: 16px;
}
@media only screen and (max-width: 568px) {
  .hosting__card-plans-box {
    padding: 16px;
  }
}
.hosting__card-plan:not(:last-of-type) {
  padding-bottom: 15px;
  border-bottom: 1px solid #edeff6;
}
.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 #edeff6;
  }
  .hosting__card--mob .hosting__card-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .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 #edeff6;
    border-bottom: 1px solid #edeff6;
    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;
  }
}
.hosting__card--protection .hosting__dropdown-price-box {
  margin: 5px 0 0;
}
@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: 40px 0;
}
@media only screen and (max-width: 568px) {
  .hosting-features {
    padding: 32px 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.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 32px 64px;
}
@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: 15px 19px;
  gap: 16px;
  font-size: 14px;
  line-height: 21px;
}
.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 4px;
}
.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: 40px 0 80px;
}
@media only screen and (max-width: 767.98px) {
  .hosting-product-info {
    padding: 32px 0 64px;
  }
  .hosting-product-info .hosting__title {
    margin: 0 0 36px;
  }
}
.hosting-product-info__wrapper {
  padding: 32px;
  gap: 24px;
}
@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: 220px;
}
.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: 16px;
}
@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__box {
  display: grid;
  gap: 24px;
  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: 64px;
  grid-template-columns: 18.2% 52.3% 18.2%;
}
@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: #edeff6;
  height: 100%;
  width: 1px;
  content: "";
  top: 0;
}
.hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):before {
  left: -32px;
}
.hosting-product-info__box--single .hosting-product-info__item:nth-of-type(2):after {
  right: -32px;
}
@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: 40px 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 47px;
}
@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;
  line-height: 19px;
  margin: 0 auto;
}
.hosting-why-ssl__card {
  padding: 31px 32px;
  gap: 24px;
}
@media only screen and (max-width: 568px) {
  .hosting-why-ssl__card {
    gap: 18px;
  }
}
@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 {
  line-height: 1.4;
}
.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: 16px;
  border-bottom-right-radius: 16px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
.hosting__cards-grid--comodo .hosting__card-plans-btn:hover,
.hosting__card--mob .hosting__card-plans-btn:hover {
  background-color: #78ab11;
}
.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: 40px 0 120px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767.98px) {
  .contact-section {
    padding: 0;
  }
}
.contact-form {
  border-radius: 24px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
@media only screen and (max-width: 767.98px) {
  .contact-form {
    border: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form__box {
    border: 1px solid rgba(21, 21, 21, 0.08);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0px 15px 32px 0px rgba(112, 112, 112, 0.0784313725);
    margin: 0px 12px;
    width: calc(100% - 24px);
  }
}
.contact-form__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 29px;
}
@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:last-child {
  grid-column: 1/2 span;
}
@media only screen and (max-width: 568px) {
  .contact-form .form-input:last-child {
    grid-column: unset;
  }
}
.contact-form__btn {
  min-width: 300px;
}
@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: 16px;
  resize: none;
  border: 1px solid rgba(21, 21, 21, 0.16);
  border-radius: 8px;
  background-color: rgba(21, 21, 21, 0.02);
  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 {
  padding: 54px 207px;
}
@media only screen and (max-width: 1024px) {
  .contact-form__wrapper {
    padding: 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form__wrapper {
    padding: 24px;
    border: none;
    background-color: transparent;
    padding: 72px 0 64px;
  }
}
.contact-form__title {
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .contact-form__title {
    font-size: 32px;
    line-height: 1.2;
  }
}

.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: #5479f7;
  background: rgba(84, 121, 247, 0.2);
}
.credit-card__label--active {
  color: #78ab11;
  background: rgba(120, 171, 17, 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 #edeff6;
  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: #f9a245;
  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;
  }
}

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

.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%;
  }
}
.domains-section--generator {
  padding: 0 0 70px;
}
@media only screen and (min-width: 568px) {
  .domains-section--generator {
    padding: 142px 32px 120px;
  }
}
.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: #151515;
  padding: 32px;
}
.chat__heading {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #edeff6;
  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: #f9a245;
  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: 500;
  line-height: 16px;
}
.message:not(:last-of-type) {
  margin-bottom: 12px;
}
.message--outgoing {
  flex-direction: row-reverse;
}
.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;
  }
}
