
/*! 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.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 580;
}

/**
 * 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.15;
  /* 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;
}

.wp-block-separator {
    border-top: none!important;
}

:root {
  --text: #333132;
  --text40: rgba(51,49,50,0.7);
  --text05: rgba(51,49,50,0.05);
  --texthov: #535152;
  --bg: #F9F9F9;
  --white: #FFFFFF;
  --green: #01B321;
  --orange: #FFAE55;
  --border-radius: 1.3em;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 15px;
  background: var(--white);
  overflow-x: hidden;
  font-weight: 460;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

img {
  max-width: 100%;
}

button,
input,
label {
  font-family: "Inter Tight", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  outline: none;
}

.container {
  margin: auto;
  max-width: 1220px;
  padding: 0 20px;
}

.hosting-block__list .content > h2,
.hosting-block__list .content > p,
.hosting-block__list .content > blockquote,
.hosting-block__list .content > ul,
.hosting-block__list .content > li,
.hosting-block__list .content > h1,
.hosting-block__list .content > h3,
.hosting-block__list .content > h4 {
  max-width: 66.6666%;
}

.hosting-block__list .content .faq {
  max-width: 66.6666%;
}

.badge {
  font-size: 11px;
  font-weight: 450;
  padding: 0 5px 0 5px;
  border: 1px solid  var(--text);
  border-radius: calc(var(--border-radius) - 5px);
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 1px;
  line-height: 18px;
}

.title {
  font-size: 40px;
  font-weight: 580;
  line-height: 1.2;
  color: var(--text);
}

.subtitle {
  font-size: 19px;
  line-height: 1.5;
  color: var(--text40);
}

.accordion {
  color: var(--text);
  background: var(--bg);
  border-radius: var(--border-radius);
  transition: 0.3s ease;
}

.faq .accordion.active {
  background: #FEEEA9;
}


.accordion__name {
  padding: 20px 26px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 70px;
}

.accordion__name:after {
  content: "";
  display: block;
  background: url("../img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: .4s cubic-bezier(0.25, 1.6, 0.5, 1);
  margin-left: auto;
  opacity: 0.2;
}

.accordion__name:hover::after {
  transform: translateY(3px);
  opacity: 1;
}

.accordion__rating-label {
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: calc(var(--border-radius) - 8px);
  padding: 7px 8px 6px 8px;
  font-size: 14px;
  font-weight: 540;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s ease;
}

.accordion__point {
  border-top: 1px solid var(--text05);
  line-height: 1.6;
  padding: 20px 26px;
}

.accordion__point-name {
  font-weight: 450;
  margin-bottom: 3px;
  font-size: 17px;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
}

.accordion.active .accordion__name:after {
  transform: rotate(180deg);
  opacity: 1;
}

.accordion.active .accordion__name:hover:after {
  transform: rotate(180deg) translateY(3px);
}

.accordion.active .accordion__content {
  max-height: 2000px;
  opacity: 1;
}


.page-link {
  line-height: 1.6;
  padding: 20px 26px;
}

.page-link__href {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: var(--border-radius);
  padding: 24px 26px 23px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  font-size: 17px;
  transition: 0.3s ease;
}

.page-link__href:hover {
  background-color: rgba(0, 0, 0, 0.02);
  transition: 0.3s ease;
}

.page-link__href:after {
  content: "";
  display: inline-block;
  background: url("../img/arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 18px;
  transform: rotate(-90deg);
  transition: .4s cubic-bezier(0.25, 1.6, 0.5, 1);

}

.page-link__href:hover::after {
  transform: rotate(-90deg) translateY(3px);
}

.rating-line {
  border-top: 1px solid var(--text05);
  line-height: 1.6;
  padding: 20px 26px;
}

.rating-line__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-weight: 500;
}

.rating-line__progress {
  position: relative;
}

.advantages__title {
  font-weight: 500;
}

.rating-line__progress-mask {
  mask-image: linear-gradient(to left, #000, #000);
  mask-size: var(--progress) 100%;
  mask-position: 0 100%;
  mask-repeat: no-repeat;
  background: var(--green);
  width: 100%;
  height: 7px;
  border-radius: var(--border-radius);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}

.rating-line__progress-real {
  background: var(--text05);
  width: 100%;
  height: 7px;
  border-radius: var(--border-radius);
}

.action-btn {
  background: var(--text);
  border-radius: var(--border-radius);
  padding: 23px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white) !important;
  border: none;
  width: 100%;
  text-decoration: none;
  font-size: 17px;
  user-select: none;
  height: 70px;
  font-weight: 500;
  transition: 0.3s ease;
}

.action-btn:hover {
  background: var(--texthov);
  transition: 0.3s ease;
}

.action-btn--download:after {
  content: "";
  display: block;
  background: url("../img/download-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  transition: .4s cubic-bezier(0.25, 1.6, 0.5, 1);
}

.action-btn--download:hover:after {
  transform: translateY(3px);
}

.action-btn--link:after {
  content: "";
  display: block;
  background: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transition: .4s cubic-bezier(0.25, 1.6, 0.5, 1);

}

.action-btn--link:hover:after {
  transform: translateX(3px);
}

.rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.rating__stars {
  position: relative;
  user-select: none;
}

.rating__stars-mask {
  mask-image: linear-gradient(to left, #000, #000);
  mask-size: var(--rating) 100%;
  mask-position: 0 100%;
  mask-repeat: no-repeat;
  color: var(--orange);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.rating__stars-real {
  color: rgba(170, 169, 168, 0.3);
}

.rating__count {
  font-size: 14px;
  color: var(--text40);
}

.page {
  margin-bottom: 40px;
  max-width: 66.6666666667%;
}

.page__title {
  margin-bottom: 4px;
}

.sticky-download {
  display: none;
}

.themes-block__title {
  max-width: 66.6666666667%;
  margin-bottom: 30px;
}

.themes-block__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  column-gap: 20px;
  row-gap: 30px;
}

.page-theme {
  position: relative;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 30px;
}

.page-theme__sidebar {
  position: sticky;
  top: 10px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-theme .hosting-preview {
  grid-template-columns: 1fr;
}

.page-theme .hosting-content__hosting-head-label {
  display: none;
}

.page-theme .hosting-content__point-list {
  display: flex;
}

.page-theme .hosting-sidebar {
  margin-top: 10px;
  position: relative;
}

.page-theme .hosting-sidebar__point-list {
  display: none;
}

.hosting-block > *:not(.hosting-block__list) {
  width: 66.6666666667%;
}

.sidebar__main {
  border-radius: var(--border-radius);
  background: var(--bg);
  padding: 2px 0 6px 0;
}

.sidebar__info {
  color: var(--text);
  padding: 23px 26px 21px 26px;
  display: block;
  text-decoration: none;
}

.sidebar__theme-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.sidebar__theme-head-title {
  font-size: 24px;
  font-weight: 580;
}

.sidebar__hosting-head {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "logo title" "logo rating";
  column-gap: 10px;
  row-gap: 0;
  margin-bottom: 8px;
}

.sidebar__hosting-head-title {
  font-size: 24px;
  font-weight: 580;
  grid-area: title;
}

.sidebar__hosting-head-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  grid-area: logo;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar__hosting-head-rating {
  grid-area: rating;
}

.sidebar__info-except {
  font-size: 15px;
  line-height: 1.5;
}

.sidebar__point {
  padding: 16px 26px;
  border-top: 1px solid var(--text05);
}

.sidebar__point-info {
  font-size: 17px;
}

.sidebar__point-title {
  color: var(--text40);
  margin-bottom: 6px;
  font-size: 14px;
}

.sidebar__download {
  position: sticky;
  bottom: 10px;
  z-index: 10;
}

.single-theme {
  transition: transform .4s cubic-bezier(0.25, 1.6, 0.5, 1);
  transform: translateY(0);
}

.single-theme:hover {
  transform: translateY(-6px);
}

.single-theme__picture {
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  margin-bottom: 6px;
}

.single-theme__picture-link {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.single-theme__img {
  width: 100%;
}

.single-theme__info {
  line-height: 1.6;
}

.single-theme__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.single-theme__title {
  font-size: 24px;
  font-weight: 500;
  color: var(--text);
}

.single-theme__link {
  text-decoration: none;
  color: inherit;
  transform: 0.2s ease;
}

.single-theme__text {
  font-size: 17px;
  color: var(--text40);
  line-height: 24px;
}

.hosting-preview {
  position: relative;
  display: grid;
  grid-template-columns: 8fr 4fr;
  column-gap: 18px;
  margin-bottom: 35px;
}

.hosting-preview__main-content {
  position: relative;
}

.hosting-content {
  background: var(--bg);
  border-radius: var(--border-radius);
  overflow: hidden;
  height: fit-content;
}

.hosting-content__info {
  display: block;
  text-decoration: none;
  color: var(--text);
  padding: 25px 20px 15px 25px;
}

.hosting-content__hosting-head {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "logo title" "logo rating";
  column-gap: 10px;
  row-gap: 0;
  margin-bottom: 10px;
}

.hosting-content__hosting-head-title {
  font-size: 24px;
  font-weight: 580;
  grid-area: title;
}

.hosting-content__hosting-head-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  grid-area: logo;
  border-radius: calc(var(--border-radius) - 9px);
  overflow: hidden;
}

.hosting-content__hosting-head-rating {
  grid-area: rating;
}

.hosting-content:has(.hosting-content__hosting-head-label) .hosting-content__hosting-head-title {
  max-width: calc(100% - 180px);
}

.hosting-content__hosting-head-label {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid var(--text);
  color: var(--text);
  font-weight: 540;
  font-size: 13px;
  padding: 9px 9px 8px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--border-radius) - 7px);
  gap: 5px;
  user-select: none;
  line-height: 1;
}

.hosting-content__hosting-head-label:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  bottom: 1px;
  position: relative;
}

.hosting-content__info-except {
  font-size: 15px;
  line-height: 1.55;
}

.hosting-content__point-list {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0px 20px 15px 25px;
}

.hosting-content__point {
  padding: 10px 15px;
  border: 1px solid var(--text05);
  border-radius: 16px;
  flex-grow: 1;
}

.hosting-content__point-title {
  color: var(--text40);
  margin-bottom: 5px;
  font-size: 14px;
}

.hosting-content__feature .advantages {
  padding-top: 0;
}

.hosting-content .accordion {
  border-top: 1px solid var(--text05);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.hosting-content .accordion__name {
  min-height: 70px;
}

.hosting-sidebar {
  position: sticky;
  top: 10px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hosting-sidebar__point-list {
  background: var(--bg);
  border-radius: var(--border-radius);
  overflow: hidden;
}

.hosting-sidebar__point {
  padding: 15px 20px;
  border-top: 1px solid var(--text05);
  font-size: 20px;
}

.hosting-sidebar__point:first-of-type {
  border-top: none;
}

.hosting-sidebar__point-title {
  color: var(--text40);
  margin-bottom: 6px;
  font-size: 15px;
}

.gallery {
  margin-bottom: 20px;
}

.gallery.desktop-gallery {
  display: grid;
  grid-template-rows: auto;
  row-gap: 20px;
  width: 100%;
}

.gallery.mobile-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}

.gallery > figure {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.gallery > figure > img {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.gallery > figure > figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 12px;
  border-radius: calc(var(--border-radius) - 6px);
  color: var(--text);
  background: var(--white);
  font-weight: 450;
  width: fit-content;
  max-width: calc(100% - 30px);
  margin-bottom: 0px;
  margin-top: 0px;
}

.faq {
  color: var(--text);
}

.faq__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.faq .accordion {
  margin-bottom: 5px;
}

.faq .accordion__name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.faq .accordion__content {
  padding: 0 26px;
}

.faq .accordion__content h2 {
  margin-bottom: 10px;
}

.faq .accordion__content h3 {
  margin-bottom: 10px;
}

.faq .accordion__content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.content {
  color: var(--text);
}

.content > h2 {
  font-size: 1.85rem;
  font-weight: 580;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  margin-top: 2.25rem;
}

.content > h3 {
  font-size: 1.35rem;
  font-weight: 580;
  line-height: 1.4;
  margin-bottom: 14px;
  margin-top: 1.5rem;
}

.content > h4 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 14px;
}

.content > p {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 14px;
}

.content a:not([class]) {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: 0.3s ease;
  cursor: pointer;
}

.content a:not([class]):hover {
  opacity: 0.7;
}

.content > ul,
.content ol {
  line-height: 1.5;
  margin-bottom: 14px;
}

.content > ul {
  list-style: none;
}

.content > ul li {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 6px;
  margin-top: 6px;
  font-size: 17px;
}

.content > ul li::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
  border: 1.3px dotted var(--text);
}

.content > p + div {
  margin-top: 40px;
}

.content > figure {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.content > figure > img {
  width: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.content > figure > figcaption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 14px 19px;
  border-radius: 14px;
  color: var(--text);
  background: var(--white);
  width: fit-content;
  max-width: calc(100% - 30px);
  margin-bottom: 0px;
  margin-top: 0px;
}

.content > .wp-block-pullquote {
  overflow: hidden;
  padding: 18px 24px;
  line-height: 1.5;
  color: var(--text);
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: 0;
  font-weight: 480;
}

.content > blockquote {
  background: var(--bg);
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 18px 24px;
  line-height: 1.6;
  color: var(--text);
}

.content > .advantages {
  border-radius: var(--border-radius);
  margin-bottom: 25px;
}

.content > .advantages > ul:first-of-type {
  border-top: none;
}

.advantages {
  color: var(--text);
  background: var(--bg);
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 15px;
}

.advantages__title {
  font-size: 24px;
  font-weight: 580;
  padding: 0 0 0 30px;
  margin-top: 5px!important;
}

.advantages__list {
  list-style: none;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.advantages__name {
  font-size: 17px;
  font-weight: 560;
  margin-bottom: 2px;
}

.advantages > p {
  line-height: 1.5;
}

.advantages > ul {
  border-top: 1px solid var(--text05);
}

.advantages__point:last-of-type {
  margin-bottom: 20px;
}

.advantages__point {
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}

.advantages__point:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
}

.advantages__good .advantages__point:before {
  background: url("../img/good.svg");
}

.advantages__bad .advantages__point:before {
  background: url("../img/bad.svg");
}

.wp-block-quote.glance {
  background-color: #FFF9D8;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.wp-block-quote.glance ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../img/check.svg");
  border: none;
}

.header-container {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 35px;
}

.header {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 5px;
  z-index: 10;
}

.header__logo {
  border-radius: calc(var(--border-radius) - 5px);
  overflow: hidden;
  background: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.header__logo-img {
  object-fit: cover;
}

.nav {
  display: flex;
  flex-direction: row;
  gap: 5px;
  border-radius: calc(var(--border-radius) - 5px);
  overflow: hidden;
  background:#f4f4f4;
  width: fit-content;
  padding: 5px;
}

.nav__element {
  padding: 11px 17px;
  background: none;
  text-decoration: none;
  color: var(--text40);
  border-radius: calc(var(--border-radius) - 10px);
  overflow: hidden;
  font-weight: 500;
}

.nav__element.active {
  background: var(--white);
  color: var(--text);
}

.nav__element:hover {
  color: var(--text);
}

.footer {
  color: var(--text40);
  font-size: 17px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (width <= 992px) {
  .page {
    max-width: 100%;
  }
  .hosting-block__list .content > h2,
  .hosting-block__list .content > p,
  .hosting-block__list .content > blockquote,
  .hosting-block__list .content > ul,
  .hosting-block__list .content > li,
  .hosting-block__list .content > h1,
  .hosting-block__list .content > h3,
  .hosting-block__list .content > h4 {
    max-width: 100%;
  }
  .hosting-block__list .content .faq {
    max-width: 100%;
  }
}

@media (width <= 768px) {
  .title {
    font-size: 26px;
  }

  .subtitle {
    font-size: 16px;
  }

  .sticky-download {
    display: block;
    position: sticky;
    bottom: 10px;
  }

  .themes-block__title {
    max-width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .themes-block__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .page-theme {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-theme__sidebar {
    position: relative;
  }

  .hosting-block > *:not(.hosting-block__list) {
    width: 100%;
  }

  .sidebar__download {
    display: none;
  }

  .hosting-preview {
    grid-template-columns: 1fr;
  }

  .hosting-content__hosting-head-label {
    display: none;
  }

  .hosting-content__point-list {
    display: flex;
  }

  .hosting-sidebar {
    margin-top: 10px;
    position: relative;
  }

  .hosting-sidebar__point-list {
    display: none;
  }

  .gallery.mobile-gallery {
    grid-template-columns: 1fr;
  }

  .content {
    color: var(--text);
  }

  .content > h2 {
    font-size: 24px;
  }

  .content > p {
    font-size: 16px;
  }

  .content figcaption {
    font-size: 14px;
    padding: 9px 10px!important;
    border-radius: 10px!important;
  }

  .wp-block-quote ul li, .content > blockquote ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .content > blockquote {
    font-size: 16px;
    padding: 25px 15px;
  }

  .wp-block-quote.glance {
    font-size: 16px;
    padding: 25px 15px;
  }

  .advantages__title {
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantages__list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .advantages__name {
    font-size: 16px;
  }

  .advantages > p {
    font-size: 16px;
  }

  .faq__title {
    font-size: 24px;
  }
  .hosting-content:has(.hosting-content__hosting-head-label) .hosting-content__hosting-head-title {
    max-width: 100%;
  }

  .container {
    padding: 0 14px;
  }

  .accordion__name {
    padding: 16px 15px;
    font-size: 15px;
  }

  .hosting-content__info {
    padding: 20px 10px 10px 15px;
  }

  .hosting-content__hosting-head-title {
      font-size: 17px;
  }
  .hosting-content__point-list {
    gap: 5px;
    padding: 0px 15px 15px 15px;
  }

  .page-link {
    line-height: 1.6;
    padding: 15px 15px;
  }

  .page-link__href {
  padding: 18px 18px 15px 18px;
  font-size: 15px;
  }

  .page {
    margin: 0 10px 20px 10px;
  }

  .header-container {
    margin-bottom: 0;
  }

  .faq .accordion__name {
    font-size: 16px;
    line-height: 1.5;
  }

  .faq .accordion__content {
    padding: 0 16px;
  }

  .footer {
    color: var(--text40);
    font-size: 15px;
  }

  .content > .wp-block-pullquote {
    font-size: 17px;
  }
  .sidebar__info {
    color: var(--text);
    padding: 18px 15px 19px 16px;
  }
  .sidebar__point {
    padding: 16px 16px;
  }

  .accordion__point {
    padding: 16px 16px;
  }

  .hosting-content__hosting-head {
    grid-template-columns: 44px 1fr;
    row-gap: 3px;
  }
  .hosting-content__hosting-head-img {
    width: 44px;
    height: 44px;
  }
  .content > h2 {
    font-weight: 550;
    line-height: 1.5;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
  }

  .hosting-content__info-except {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (width <= 540px) {
  .single-theme__picture {
    margin-bottom: 10px;
  }

  .single-theme__title {
    font-size: 20px;
  }

  .single-theme__text {
    font-size: 16px;
  }
}
/*# sourceMappingURL=maps/main.min.css.map */
