@charset "UTF-8";
@import url("https://web.archive.org/web/20220223172141cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,800,800i&display=swap");
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-width: 0;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a,
span,
div,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

body, p {
  font-family: "Open Sans", sans-serif;
  color: #505565;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}

a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-decoration-line: underline;
  color: #9B51E0;
}
a:hover {
  text-decoration: none;
}

h1, .h1 {
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 64px;
  color: #505565;
  margin-bottom: 24px;
}
h1 span, .h1 span {
  color: #9B51E0;
}

h2, .h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #232735;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 8px;
}
@media screen and (min-width: 767px) {
  h2, .h2 {
    padding: 0 8px;
  }
}

h3, .h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #232735;
  margin-bottom: 24px;
}
h3 a, .h3 a {
  font-size: 24px;
  line-height: 32px;
}

h4, .h4 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #232735;
  margin: 24px 0 16px;
}
h4 em, .h4 em {
  color: #8B90A0;
  font-style: inherit;
}

h5, .h5 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #232735;
  margin: 16px 0;
}

h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #232735;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

main {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
main ul, main ol {
  margin: 16px 0 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  border-color: #f2c94c66;
  border-left-width: 6px;
  border-left-style: solid;
  position: relative;
  padding-left: 46px;
}
main ol {
  list-style-type: decimal-leading-zero;
}
main li {
  font-size: 14px;
  line-height: 24px;
  margin: 16px 0;
}
main li strong {
  font-weight: 600;
}

.large-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
}

.caption {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #505565;
}

.quotation {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #505565;
}

.label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #232735;
}

.btn {
  width: 180px;
  height: 48px;
  border: 0;
  padding: 16px;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  color: #FFFFFF;
  background: #9B51E0;
  text-align: center;
  letter-spacing: 0.5px;
  outline: 0;
}
.btn:hover {
  opacity: 0.8;
}

/*==============  -- GENERAL CLASS --  ===============*/
main {
  padding: 0 0 112px;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebar-right main .container {
  padding: 0;
  position: relative;
}
.container h1 {
  padding: 0 16px;
}

.bread-crumbs {
  margin: 32px auto 24px;
  padding: 0 16px;
}
.bread-crumbs a {
  color: #505565;
}
.bread-crumbs__separator {
  margin: 0 16px;
}

.category-page h1 {
  padding: 0 16px;
  text-align: center;
}

.block-content {
  padding: 0 16px;
}
.block-content p {
  margin-bottom: 32px;
}
.block-content.block-content-gray p {
  margin-bottom: 24px;
}
.block-content .wp-block-image .alignleft {
  margin-right: 32px;
  float: left;
}
.block-content .wp-block-image .alignright {
  margin-left: 32px;
  float: right;
}
.block-content .wp-block-image .alignleft,
.block-content .wp-block-image .alignright {
  margin-bottom: 24px;
}

.block-content-gray {
  background: #FAFAFC;
  border-radius: 0;
  padding: 16px;
  margin: 16px 0;
}
.main-page .block-content-gray {
  margin: 56px 0;
}
.block-content-gray:last-child {
  margin-bottom: 0;
}

.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
  padding: 0.5em;
  border: 1px solid currentColor;
  word-break: break-all;
}
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table.has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table.has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table.has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f3f4f5;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
  background-color: #fcf0ef;
}

@media screen and (min-width: 449px) {
  .container {
    padding: 0 8px;
  }
  .sidebar-right main .container {
    padding: 0 8px;
  }
  .container h1 {
    padding: 0 8px;
  }

  .bread-crumbs {
    padding: 0 8px;
  }

  .block-content {
    padding: 0 16px;
  }
  .block-content.block-content-gray {
    border-radius: 16px;
    padding: 32px;
    margin: 16px 0;
  }
}
@media screen and (min-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .sidebar-right main .container {
    padding: 0 16px;
    position: relative;
  }
}
@media screen and (min-width: 1150px) {
  .container {
    width: 1120px;
    margin: 0 auto;
    padding: 0;
  }
  .page-template-single-category_site main .container, .main-page main .container {
    width: 992px;
  }
  .sidebar-right main .container {
    padding: 0 367px 0 0;
    position: relative;
  }

  .block-content {
    padding: 0;
  }
}
/*--------------   Header Menu   --------------*/
header {
  z-index: 10;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
header .container {
  width: 100%;
  margin: 0;
  padding: 0 16px;
}
header .header {
  display: flex;
  justify-content: space-between;
}
header .header .logo-site {
  width: 167px;
  margin: 20px 0 18px;
}
header .header .logo-site a {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 17px;
  color: #505565;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
header .header .logo-site a span {
  color: #9B51E0;
}
header .header nav #menu-header {
  position: absolute;
  background: #fff;
  right: 10px;
  top: 72px;
  box-shadow: 0 8px 21px rgba(160, 183, 190, 0.28);
  border-radius: 4px;
  padding: 5px 10px 5px 5px;
  overflow: auto;
  max-height: 80vh;
  visibility: initial;
  opacity: 1;
}
header .header nav ul {
  display: none;
}
header .header nav ul.open {
  display: block;
}
header .header nav ul.dropdown-menu {
  padding: 10px 0 15px 10px;
  border-top: 1px solid;
}
header .header nav ul li {
  list-style: none;
  margin-bottom: 10px;
  padding: 0 20px 3px 15px;
  letter-spacing: 0.4px;
  font-size: 17px;
  position: relative;
  text-align: left;
}
header .header nav ul li a, header .header nav ul li span {
  color: #3E454E;
  letter-spacing: 0.4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 4px 0;
  margin: 0;
  width: 100%;
}
header .header nav ul li a:hover, header .header nav ul li span:hover {
  color: #9B51E0;
}
header .header nav ul li.parent {
  cursor: pointer;
}
header .header nav ul li.parent:before {
  content: "";
  position: absolute;
  top: 12px;
  border: 4px solid transparent;
  border-top: 4px solid #3E454E;
  right: 0;
  left: auto;
}
header .header nav ul li.parent:before.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /* Для Firefox */
}
@media screen and (min-width: 767px) {
  header .header nav #menu-header {
    display: block;
    position: initial;
    background: initial;
    box-shadow: none;
    max-height: initial;
    overflow: initial;
    margin: 20px 0 0;
  }
  header .header nav #menu-header > li {
    list-style: none;
    position: relative;
    display: inline-block;
    height: 46px;
  }
  header .header nav #menu-header > li:focus > ul, header .header nav #menu-header > li:hover > ul {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    padding: 0;
  }
  header .header nav #menu-header > li:focus > ul > li:focus > ul, header .header nav #menu-header > li:focus > ul > li:hover > ul, header .header nav #menu-header > li:hover > ul > li:focus > ul, header .header nav #menu-header > li:hover > ul > li:hover > ul {
    transform: translateX(-100%);
    transition: 0.1s linear;
    visibility: visible;
    opacity: 1;
  }
  header .header nav #menu-header > li:focus > ul > li:focus > ul > li, header .header nav #menu-header > li:focus > ul > li:hover > ul > li, header .header nav #menu-header > li:hover > ul > li:focus > ul > li, header .header nav #menu-header > li:hover > ul > li:hover > ul > li {
    text-align: right;
  }
  header .header nav #menu-header > li > ul {
    transform: rotateX(-90deg);
    transform-origin: 0% 0%;
    transition: 0.3s linear;
  }
  header .header nav ul {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 86%;
    white-space: nowrap;
    right: -5px;
    padding: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
    -o-box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
    box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
    display: block;
  }
  header .header nav ul.dropdown-menu {
    border-top: 0;
  }
  header .header nav ul li {
    margin-bottom: 5px;
  }
  header .header nav ul li.parent.parent_2 > ul > li {
    padding: 0 15px 3px 30px;
  }
  header .header nav ul li.parent.parent_3:before {
    transform: rotate(90deg);
    left: 10px;
    top: 13px;
    right: auto;
  }
  header .header nav ul li.parent.parent_3 > ul {
    left: 1px;
    top: -6px;
    padding: 4px;
    display: table;
  }
  header .header nav ul li.parent.parent_3 > ul > li {
    margin-bottom: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1150px) {
  header .container {
    width: 1120px;
    margin: 0 auto;
    padding: 0;
  }
}

@keyframes topBar_open {
  0% {
    transform: translateY(0px) rotate(0deg);
    width: 40px;
  }
  10% {
    transform: translateY(-8px) rotate(0deg);
    width: 40px;
  }
  50% {
    transform: translateY(25px) rotate(45deg);
    width: 56px;
  }
  75% {
    transform: translateY(12px) rotate(45deg);
    width: 56px;
  }
  100% {
    transform: translateY(17px) rotate(45deg);
    width: 56px;
  }
}
@keyframes bottomBar_open {
  0% {
    transform: translateY(0px) rotate(0deg);
    width: 40px;
  }
  10% {
    transform: translateY(-8px) rotate(0deg);
    width: 40px;
  }
  60% {
    transform: translateY(0px) rotate(-45deg);
    width: 56px;
  }
  75% {
    transform: translateY(-10px) rotate(-45deg);
    width: 56px;
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
    width: 56px;
  }
}
@keyframes menuLabel_open {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  25% {
    transform: translateY(-18px);
  }
  45% {
    transform: translateY(44px);
    opacity: 1;
  }
  48% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@keyframes topBar_close {
  0% {
    transform: translateY(17px) rotate(45deg);
    width: 56px;
  }
  35% {
    transform: translateY(-8px) rotate(-4deg);
    width: 40px;
  }
  53% {
    transform: translateY(10px) rotate(3deg);
    width: 40px;
  }
  70% {
    transform: translateY(-6px) rotate(0deg);
    width: 40px;
  }
  100% {
    transform: translateY(-2px) rotate(0deg);
    width: 40px;
  }
}
@keyframes bottomBar_close {
  0% {
    transform: translateY(-8px) rotate(-45deg);
    width: 56px;
  }
  35% {
    transform: translateY(-18px) rotate(6deg);
    width: 40px;
  }
  53% {
    transform: translateY(0px) rotate(-3deg);
    width: 40px;
  }
  68% {
    transform: translateY(-7px) rotate(0deg);
    width: 40px;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    width: 40px;
  }
}
@keyframes menuLabel_close {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  5% {
    transform: translateY(25px);
    opacity: 1;
  }
  25% {
    transform: translateY(-30px);
    opacity: 1;
  }
  37% {
    transform: translateY(-22px);
    opacity: 1;
  }
  45% {
    transform: translateY(-22px);
    opacity: 1;
  }
  58% {
    transform: translateY(8px) rotate(-10deg);
    opacity: 1;
  }
  83% {
    transform: translateY(-6px) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.header #mobile-menu-btn {
  display: block;
  position: absolute;
  text-align: right;
  width: 40px;
  height: 40px;
  top: 24px;
  right: 24px;
}
.header #mobile-menu-btn:before, .header #mobile-menu-btn:after {
  content: "";
  width: 40px;
  height: 6px;
  background-color: #505050;
  display: block;
  position: absolute;
  border-radius: 20px;
}
.header #mobile-menu-btn:before {
  transform-origin: left center;
}
.header #mobile-menu-btn:after {
  right: 0;
  top: 25px;
  margin-top: -13px;
  transform-origin: right center;
}
.header #mobile-menu-btn .text {
  color: #505050;
  font-family: "Candal", sans-serif;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 1.3px;
}
.header #mobile-menu-btn:hover {
  cursor: pointer;
}
.header #mobile-menu-btn.open {
  margin-top: -25px;
}
.header #mobile-menu-btn.open:before {
  animation: topBar_open 1s ease-in-out;
  animation-fill-mode: forwards;
}
.header #mobile-menu-btn.open:after {
  animation: bottomBar_open 1s ease-in-out;
  animation-fill-mode: forwards;
  margin-top: 0;
}
.header #mobile-menu-btn.open .text {
  animation: menuLabel_open 1s ease-in;
  animation-fill-mode: forwards;
}
.header #mobile-menu-btn.close:before {
  animation: topBar_close 1s ease-in-out;
  animation-fill-mode: forwards;
  margin-top: 2px;
}
.header #mobile-menu-btn.close:after {
  animation: bottomBar_close 1s ease-in-out;
  animation-fill-mode: forwards;
  margin-top: -13px;
}
.header #mobile-menu-btn.close .text {
  animation: menuLabel_close 1s ease-in;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 767px) {
  .header #mobile-menu-btn {
    display: none;
  }
}

.logo-container-block {
  width: 100%;
  height: 544px;
}
.logo-container-block ::after {
  content: "";
  display: table;
  clear: both;
}
.logo-container-block .container {
  width: 100%;
  margin: 0;
  padding: 0 8px;
  position: relative;
}
.logo-container-block .main-logo {
  position: absolute;
  top: 0;
  right: 0;
  height: 128px;
  z-index: -1;
}
.logo-container-block .text-container {
  position: absolute;
  width: initial;
  top: 32px;
  left: 8px;
}
.logo-container-block .text-container .top-text {
  font-style: normal;
  font-weight: 800;
  font-size: 44px;
  line-height: 64px;
}
.logo-container-block .text-container .top-text span {
  color: #9B51E0;
}
.logo-container-block .text-container .low-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 32px;
  color: #8B90A0;
}
@media screen and (min-width: 449px) {
  .logo-container-block {
    height: 344px;
  }
  .logo-container-block .main-logo {
    height: 209px;
  }
}
@media screen and (min-width: 767px) {
  .logo-container-block .container {
    padding: 0 16px;
  }
  .logo-container-block .text-container {
    top: 48px;
    left: 16px;
    width: 640px;
  }
}
@media screen and (min-width: 1150px) {
  .logo-container-block .container {
    width: 1120px;
    margin: 0 auto;
  }
  .logo-container-block .main-logo {
    right: 0;
  }
  .logo-container-block .text-container {
    left: 0;
  }
}

.best-builder-block {
  background-color: #FAFAFC;
  padding: 56px 0 60px;
  align-items: center;
}
.best-builder-block .container {
  width: 100%;
  margin: 0;
}
.best-builder-block h2 {
  padding: 0 16px;
}
.best-builder-block__tabs {
  margin: 0 auto;
}
.best-builder-block__tabs .tab-container {
  width: auto;
  margin: 0;
  padding: 12px 0;
  display: flex;
  justify-content: center;
}
.best-builder-block__tabs .tabs-description-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px;
}
.best-builder-block__tabs .tabs-description-link .category-site-link {
  padding: 0;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  color: #505565;
  font-size: 14px;
  line-height: 24px;
}
.best-builder-block__tabs .tabs-description-link .category-site-link:hover {
  text-decoration: none;
}
.best-builder-block__tabs .tabs-layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 24px;
}
.best-builder-block__tabs .tabs-layout .tab {
  width: auto;
  padding: 0 4px 5px;
  text-align: center;
  border-bottom: 2px solid #D3D4D8;
  font-style: normal;
  font-weight: normal;
  color: #505565;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.best-builder-block__tabs .tabs-layout .tab.tab_active, .best-builder-block__tabs .tabs-layout .tab:hover {
  color: #9B51E0;
  border-bottom: 2px solid #9B51E0;
  font-weight: 600;
}
.best-builder-block__layout {
  padding: 0 16px;
}
.best-builder-block__layout .tab-block {
  display: none;
  flex-wrap: wrap;
}
.best-builder-block__layout .tab-block.tab-block-active {
  display: flex;
}
@media screen and (min-width: 449px) {
  .best-builder-block__tabs .tab-container {
    padding: 12px 8px;
  }
  .best-builder-block__tabs .tabs-layout .tab {
    padding: 0 6px 10px;
  }
}
@media screen and (min-width: 600px) {
  .best-builder-block__tabs .tabs-layout {
    justify-content: space-around;
  }
  .best-builder-block__tabs .tabs-layout .tab {
    padding: 0 12px 10px;
  }
}
@media screen and (min-width: 767px) {
  .best-builder-block .container {
    padding: 0 16px;
  }
  .best-builder-block__tabs .tab-container {
    width: 224px;
    padding: 0 8px;
    margin: 0 16px;
  }
  .best-builder-block__tabs .tabs-description-link {
    flex-direction: row;
  }
  .best-builder-block__tabs .tabs-description-link .category-site-link {
    padding: 0 38px;
  }
  .best-builder-block__tabs .tabs-layout {
    justify-content: center;
  }
  .best-builder-block__tabs .tabs-layout .tab {
    width: 224px;
    padding: 0;
  }
  .best-builder-block__layout {
    padding: 0;
  }
}
@media screen and (min-width: 1150px) {
  .best-builder-block .container {
    width: 1120px;
    margin: 0 auto;
  }
}

.table-contents-block .compare-review-block {
  position: relative;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  background-color: #F0F1F3;
  flex-direction: column;
}
.table-contents-block .compare-review-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: #F0F1F3;
}
.table-contents-block .compare-review-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 100vw;
  background-color: #F0F1F3;
}
.table-contents-block .compare-review-block h2 {
  display: none;
}
.table-contents-block .compare-review-block__description {
  display: none;
}
.table-contents-block .compare-review-block__column-menu {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 16px;
  padding: 16px 16px 56px;
  margin: 0 auto;
  color: #9B51E0;
  background-color: #FFFFFF;
  border-radius: 16px;
  width: 100%;
}
.table-contents-block .compare-review-block__column-menu h3 {
  margin-bottom: 8px;
}
.table-contents-block .compare-review-block__column-menu::after {
  content: "";
  display: table;
  clear: both;
}
.table-contents-block .compare-review-block__column-menu ul, .table-contents-block .compare-review-block__column-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.table-contents-block .compare-review-block__column-menu li {
  margin: 16px 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  padding-left: 16px;
  border: none;
}
.table-contents-block .compare-review-block__column-menu a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
.table-contents-block .compare-review-block__column-menu a:hover {
  text-decoration: underline;
}
.table-contents-block .compare-review-block__column-menu .table-contents-menu {
  display: block;
}
.table-contents-block .compare-review-block__column-menu .table-contents-menu .table-contents__column {
  width: 100%;
  list-style: none;
}
.table-contents-block .compare-review-block__column-menu .table-contents-menu .table-contents__column > li {
  position: relative;
}
.table-contents-block .compare-review-block__column-menu .table-contents-menu .table-contents__column > li:not(:empty)::before {
  content: "";
  height: 26px;
  width: 6px;
  left: 0;
  background-color: #f2c94c66;
  position: absolute;
}
@media screen and (min-width: 600px) {
  .table-contents-block .compare-review-block {
    padding: 20px 8px 0;
  }
  .table-contents-block .compare-review-block__column-menu .table-contents-menu {
    display: flex;
    justify-content: flex-start;
  }
  .table-contents-block .compare-review-block__column-menu .table-contents-menu .table-contents__column {
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  .table-contents-block {
    margin: 0 0 112px;
  }
  .table-contents-block .compare-review-block {
    padding: 0;
    margin: 0 0 56px;
  }
  .table-contents-block .compare-review-block__column-menu {
    top: 56px;
    padding: 32px 32px 96px;
  }
  .main-page .table-contents-block .compare-review-block {
    padding: 56px 0 0;
    margin: 0 0 56px;
  }
  .main-page .table-contents-block .compare-review-block h2 {
    display: block;
  }
  .main-page .table-contents-block .compare-review-block__description {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 32px auto 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #8B90A0;
  }
  .main-page .table-contents-block .compare-review-block__description .description__item {
    flex: 1;
    padding: 12px 16px 32px;
    border-left: 6px solid white;
  }
}
@media screen and (min-width: 1150px) {
  .page-template-single-category_site .table-contents-block .compare-review-block .container, .main-page .table-contents-block .compare-review-block .container {
    width: 992px;
  }
}

.review-feature {
  width: 100%;
  margin: 12px auto;
}
.review-feature__title {
  margin-bottom: 8px;
}
.review-feature__title h4 {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #8B90A0;
}
.review-feature__title h4 span {
  color: #9B51E0;
}
.review-feature__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 8px 24px 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.review-feature__content > * {
  margin-top: 12px;
  margin-bottom: 12px;
}
.review-feature__content .logo {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.review-feature__content .rating-rectangle {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 96px;
  height: 84px;
  background: #f2c94c1a;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.review-feature__content .rating-rectangle .circle {
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F2C94C;
  color: #FFFFFF;
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.review-feature__content .rating-rectangle.rating-rectangle_best .circle {
  flex-direction: column;
  background-color: #FFFFFF;
  color: #9B51E0;
}
.review-feature__content .rating-rectangle.rating-rectangle_best .best-choice {
  color: #9B51E0;
}
.review-feature__content .line {
  display: none;
  width: 1px;
  height: 84px;
  background-color: #F0F1F3;
  margin: 12px 4px;
}
.review-feature__content .ratings-block .rating__item {
  margin: 8px 0;
}
.review-feature__content .ratings-block .rating__item-name {
  width: 90px;
  display: inline-block;
  margin: 0 32px 0 0;
  color: #8B90A0;
}
.review-feature__content .ratings-block .rating__item-stars {
  display: inline-block;
}
.review-feature__content .ratings-block .rating__item-stars img {
  vertical-align: sub;
}
.review-feature__content .price-block__price {
  color: #8B90A0;
}
.review-feature__content .price-block__free-plan {
  color: #232735;
}
.review-feature__content .link-visit {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.review-feature__content .link-visit__review {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 24px;
  color: #8B90A0;
}
@media screen and (min-width: 449px) {
  .review-feature__content {
    padding: 0 16px;
  }
  .review-feature__content .logo {
    width: 144px;
    height: 84px;
  }
  .review-feature__content .link-visit__review {
    margin: 0;
  }
}
@media screen and (min-width: 600px) {
  .review-feature__content .line {
    display: block;
  }
}
#sidebar_block {
  position: static;
  width: 100%;
  padding: 0 16px;
}

.sidebar-block {
  position: static;
}
.sidebar-block h3 {
  margin: 0;
}
.sidebar-block #show-menu {
  display: none;
}
.sidebar-block__menu-block {
  margin-bottom: 56px;
}
.sidebar-block__menu {
  display: block;
}
.sidebar-block__menu ul {
  list-style: none;
  padding-left: 16px;
}
.sidebar-block__menu li {
  color: #9B51E0;
}
.sidebar-block__menu li a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration-line: inherit;
}
.sidebar-block__sites {
  max-width: 352px;
  margin: 0 auto;
}
.sidebar-block__sites .top-site {
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px;
  margin: 4px 0;
}
.sidebar-block__sites .top-site__logo {
  width: 111px;
  height: 54px;
  object-fit: contain;
}
.sidebar-block__sites .top-site__feature {
  width: 280px;
  margin-right: 3px;
}
.sidebar-block__sites .top-site__feature-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #8B90A0;
  margin: 0;
}
.sidebar-block__sites .top-site__feature-content {
  display: flex;
  justify-content: space-between;
}
.sidebar-block__sites .top-site__feature-content .star {
  width: 90px;
  height: 20px;
  margin-top: 4px;
}
.sidebar-block__sites .top-site__feature-content .star > span {
  color: #F2C94C;
  margin-left: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.sidebar-block__sites .top-site__feature-content .star > img {
  vertical-align: sub;
}
.sidebar-block__sites .top-site__feature-content .link-top-review {
  font-size: 14px;
  line-height: 32px;
  color: #8B90A0;
}
.sidebar-block__sites .top-site__feature-content .side-btn {
  width: 64px;
  height: 30px;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.sidebar-block__sites .top-site__feature-content .side-btn-def {
  background: #F0F1F3;
  color: #9B51E0;
}

@media screen and (min-width: 1150px) {
  #sidebar_block {
    position: absolute;
    top: 0;
    right: 0;
    width: 352px;
    padding: 0;
  }

  .sidebar-block {
    position: absolute;
    top: 0;
    width: 352px;
    background-color: white;
    padding: 5px 0 5px 5px;
  }
  .sidebar-block #show-menu {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
  }
  .sidebar-block #show-menu:hover {
    cursor: pointer;
  }
  .sidebar-block #show-menu .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
  }
  .sidebar-block #show-menu .arrow.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
  }
  .sidebar-block__menu {
    display: none;
  }
  .sidebar-block__menu.open {
    display: block;
  }
  .sidebar-block__menu ul {
    counter-reset: my-awesome-counter;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    max-height: 80vh;
    overflow-y: auto;
  }
  .sidebar-block__menu ul::-webkit-scrollbar {
    width: 5px;
  }
  .sidebar-block__menu ul::-webkit-scrollbar-track {
    background-color: #d1c9e9;
  }
  .sidebar-block__menu ul::-webkit-scrollbar-thumb {
    background-color: #9B51E0;
    border-radius: 5px;
    width: 10px;
  }
  .sidebar-block__menu li {
    position: relative;
    counter-increment: my-awesome-counter;
    padding: 4px 4px 4px 46px;
    cursor: pointer;
    color: #505565;
  }
  .sidebar-block__menu li.active {
    font-weight: 600;
    border-left: 2px solid #9B51E0;
    color: #9B51E0;
  }
}
footer {
  background-color: #F0F1F3;
  padding: 40px 0 0;
}
footer .container {
  width: 100%;
  margin: 0;
  padding: 0 16px;
  position: relative;
}
footer .footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
footer .footer-menu__column-review {
  width: 100%;
}
footer .footer-menu__column-builder {
  width: 100%;
}
footer .footer-menu__title {
  color: #8B90A0;
}
footer .footer-menu__menu {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
footer .footer-menu__menu::after {
  content: "";
  display: table;
  clear: both;
}
footer .footer-menu__menu__item {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .footer-menu__menu__item a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #505565;
  text-decoration-line: none;
  cursor: pointer;
}
footer .footer-menu__menu__item a:hover {
  text-decoration-line: underline;
}
footer .move-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 11px 13px;
  border-radius: 50%;
  background-color: #D3D4D8;
  cursor: pointer;
}
footer .move-top img {
  vertical-align: top;
  margin: 4px auto;
}
footer .dmca {
  padding: 24px 0;
}
footer .copyright_block {
  margin: 32px auto 0;
  padding: 12px;
  background-color: #D3D4D8;
  text-align: center;
}
@media screen and (min-width: 449px) {
  footer .footer-menu__menu__item {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
  }
  footer .copyright_block {
    margin: 16px auto 0;
  }
}
@media screen and (min-width: 767px) {
  footer .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  footer .footer-menu__column-review {
    width: 35%;
  }
  footer .footer-menu__column-builder {
    width: 65%;
  }
}
@media screen and (min-width: 1300px) {
  footer .container {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
  }
}

/*# sourceMappingURL=app.css.map */

/*
     FILE ARCHIVED ON 17:21:41 Feb 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:35:45 Jun 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.702
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.019
  esindex: 0.034
  cdx.remote: 11.949
  LoadShardBlock: 187.177 (3)
  PetaboxLoader3.datanode: 90.739 (4)
  PetaboxLoader3.resolve: 159.134 (3)
  load_resource: 92.256
*/