p,
h1,
h2,
h3,
ul,
body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  color: #191B23;
}

.seo-chrome-container {
  width: 100%;
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 12px;
}

.seo-chrome-header {
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  background: #FFF;
  z-index: 999;
}

.seo-chrome-header .seo-chrome-header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.seo-chrome-header .seo-chrome-header__menu-list {
  list-style: none;
  display: flex;
}

.seo-chrome-header .seo-chrome-header__menu-list a {
  position: relative;
  display: inline-flex;
  height: 100%;
  padding: 16px 12px;
  color: #7D7D7D;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}

.seo-chrome-header__menu-list a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.3s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
  background: #B0D0F4;
  transform-origin: 100% 50%;
}

.seo-chrome-header__menu-list a.active::before {
  background: #0E77F1;
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}

.seo-chrome-header__menu-list a:hover::before {
  transform-origin: 0 50%;
  transform: scale3d(1, 1, 1);
}

.seo-chrome-footer .seo-chrome-footer__container {
  display: flex;
  padding: 24px 0;
  justify-content: center;
  align-items: center;
}

.seo-chrome-footer {
  background: #F4F5F9;
  height: auto;
  padding: 0;
  color: #191B23;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.seo-chrome {
  min-height: calc(100vh - 123px);
}

.seo-chrome-section {
  padding-top: 56px;
}

.seo-chrome-section.seo-chrome-section--hero {
  padding-top: 44px;
}

.seo-chrome-hero .seo-chrome-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.seo-chrome-hero .seo-chrome-hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.seo-chrome-hero .seo-chrome-hero__badge {
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #FFF3D9;
  color: #FF642D;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.seo-chrome-hero .seo-chrome-hero__badge strong {
  font-weight: 700;
}

.seo-chrome-hero .seo-chrome-hero__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.64px;
}

.seo-chrome-button {
  text-decoration: none;
  display: inline-flex;
  width: auto;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 333px;
  background-color: #0E77F1;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  max-height: 48px;
}

.seo-chrome-button:hover,
.seo-chrome-button:active {
  background-color: #0960C6;
}

.seo-chrome-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.seo-chrome-icon.seo-chrome-icon--button {
  width: 23px;
  height: 23px;
}

.seo-chrome-icon.seo-chrome-icon--chrome {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/chrome.svg');
}

.seo-chrome-main-info .seo-chrome-main-info__slider-item img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #E0E3E6;
}

.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow::before {
  display: none;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-arrow::before,
.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow::before {
  display: none;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-arrow,
.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  color: #0E77F1;
  border: none;
  width: 30px;
  height: 30px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: none;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/arrow_left.svg');
  mask-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/arrow_left.svg');
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-arrow:hover,
.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow:hover {
  color: #0960C6;
  top: auto;
  bottom: 0;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-arrow.slick-prev,
.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow.slick-prev {
  top: auto;
  bottom: 0;
  left: calc(50% - 70px);
  transform: rotate(180deg);
}
.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow.slick-prev {
  left: calc(50% - 112px);
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-arrow.slick-next,
.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow.slick-next {
  right: calc(50% - 70px);
  top: auto;
  bottom: 0;
  transform: none;
}
.seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow.slick-next {
  right: calc(50% - 112px);
}

.seo-chrome-main-info__slider.slick-dotted.slick-slider {
  margin-bottom: 20px;
  padding-bottom: 48px;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-dots,
.seo-chrome-main-info__slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 11px;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 0;
  list-style: none;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-dots li,
.seo-chrome-main-info__slider .slick-dots li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-dots li button,
.seo-chrome-main-info__slider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: #D9D9D9;
  font-size: 0;
  cursor: pointer;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-dots li.slick-active button,
.seo-chrome-main-info__slider .slick-dots li.slick-active button {
  background-color: #0E77F1;
}

.seo-chrome-why-us .seo-chrome-why-us__slider .slick-dots li button::before,
.seo-chrome-main-info__slider .slick-dots li button::before {
  display: none;
}

.seo-chrome-main-info__features {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 20px;
}

.seo-chrome-main-info__features li {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/done.svg');
  font-size: 14px;
  line-height: 24px;
}

.carousel__wrapper {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 32px;
  mask-image: linear-gradient(to right,
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
}

.carousel__group {
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 32px;
  min-width: 100%;
  width: max-content;
  animation: scroll-x-ordens 50s linear infinite;
}

@keyframes scroll-x-ordens {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 32px));
  }
}

.carousel__group img {
  width: 128px;
  display: block;
  pointer-events: none;
  object-position: center;
  object-fit: contain;
}

.seo-chrome-section__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  max-width: 856px;
  margin-bottom: 24px;
}

.seo-chrome-section__top div {
  text-align: center;
}

.seo-chrome-section__top h2 {
  text-align: center;
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
}

.seo-chrome-why-us .seo-chrome-why-us__slider.slick-slider {
  padding-bottom: 50px;
  margin-bottom: 0;
}

#whyUs.seo-chrome-why-us .seo-chrome-why-us__slide {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 2px;
}

.seo-chrome-why-us .seo-chrome-why-us__item {
  display: flex;
  width: 100%;
  padding: 12px;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #F4F5F9;
  min-height: 114px;
}

.seo-chrome-why-us .seo-chrome-why-us__item p {
  color: #6C6E79;
}

.seo-chrome-why-us .seo-chrome-why-us__item-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.seo-chrome-why-us .seo-chrome-why-us__item-top h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.seo-chrome-why-us .seo-chrome-why-us__icon-wrap {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9.6px;
  background-color: #F4F5F9;
}

.seo-chrome-icon.seo-chrome-icon--why-us1 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us1.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us2 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us2.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us3 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us3.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us4 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us4.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us5 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us5.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us6 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us6.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us7 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us7.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us8 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us8.svg');
}

.seo-chrome-icon.seo-chrome-icon--why-us9 {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/icon-why-us9.svg');
}

.seo-chrome-icon.seo-chrome-icon--our-ext {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/our_ext.svg');
}

.seo-chrome-icon.seo-chrome-icon--seo-quake {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/seo_quake.svg');
}

.seo-chrome-icon.seo-chrome-icon--moz-bar {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/moz_bar.svg');
}

.seo-chrome-icon.seo-chrome-icon--ahrefs {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/ahrefs.svg');
}

.seo-chrome-icon.seo-chrome-icon--seo-meta {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/seo_meta.svg');
}

.seo-chrome-icon.seo-chrome-icon--seo-minion {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/seo_minion.svg');
}

.seo-chrome-icon.seo-chrome-icon--detailed-seo {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/detailed_seo.svg');
}

.seo-chrome-icon.seo-chrome-icon--meta-seo {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/meta_seo.png');
}

.seo-chrome-icon.seo-chrome-icon--seo-plugin {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/seo_plugin.png');
}

.seo-chrome-icon.seo-chrome-icon--ubersuggest {
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/ubersuggest.png');
}

.seo-chrome-icon.seo-chrome-icon--32 {
  width: 32px;
  height: 32px;
}

.seo-chrome-whos-it {
  margin-bottom: 56px;
}

.seo-chrome-whos-it .seo-chrome-whos-it__wrapp {
  width: 100%;
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 32px;
  border-radius: 10px;
  background-color: #0E77F1;
  color: #fff;
}

.seo-chrome-whos-it__left,
.seo-chrome-whos-it__right {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.seo-chrome-whos-it__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.seo-chrome-whos-it .seo-chrome-whos-it__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.seo-chrome-whos-it .seo-chrome-whos-it__uptitle {
  font-size: 14px;
  line-height: 24px;
}

.seo-chrome-whos-it .seo-chrome-whos-it__top h2 {
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
}

.seo-chrome-whos-it .seo-chrome-whos-it__top p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.seo-chrome-whos-it .seo-chrome-whos-it__list {
  list-style: none;
}

.seo-chrome-whos-it .seo-chrome-whos-it__list li {
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url('/wp-content/themes/twentytwenty/images/chrome-extension/done_w.svg');
}

.seo-chrome-whos-it__right img {
  width: 100%;
  object-fit: contain;
}

.seo-chrome-button.seo-chrome-button--white {
  background-color: #fff;
  color: #0E77F1;
  color: #191B23;
}

.seo-chrome-whos-it__top br {
  display: none;
}

.seo-chrome-button.seo-chrome-button--white:hover,
.seo-chrome-button.seo-chrome-button--white:active {
  background-color: #B0D0F4;
  color: #191B23;
}
.chrome-extension-section-blue .chrome-extension-section-blue__btns,
.seo-chrome-hero .seo-chrome-hero__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.chrome-extension-section-blue .chrome-extension-section-blue__btns span,
.seo-chrome-hero .seo-chrome-hero__btns span {
  font-size: 14px;
  line-height: 24px;
}
.seo-chrome-hero .seo-chrome-hero__subtitle {
  max-width: 656px;
  text-align: center;
}

.block_reviews_hero {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.block_reviews_hero__avatars {
  display: flex;
}

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

.block_reviews_hero__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.8px solid #FFF;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.block_reviews_hero__avatar:not(:first-child) {
  margin-left: -15px;
}

.block_reviews_hero__avatar.block_reviews_hero__avatar--1 {
  background-image: url('/wp-content/themes/twentytwenty/images/home/av1.png');
}
.block_reviews_hero__avatar.block_reviews_hero__avatar--2 {
  background-image: url('/wp-content/themes/twentytwenty/images/home/av2.png');
}
.block_reviews_hero__avatar.block_reviews_hero__avatar--3 {
  background-image: url('/wp-content/themes/twentytwenty/images/home/av3.png');
}
.block_reviews_hero__avatar.block_reviews_hero__avatar--4 {
  background-image: url('/wp-content/themes/twentytwenty/images/home/av4.png');
}

.block_reviews_hero__stars {
  display: flex;
}

.block_reviews_hero__star {
  width: 19px;
  height: 19px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #D7D7D7;
  -webkit-mask-image: url('/wp-content/themes/twentytwenty/images/home/star_container.svg');
  mask-image: url('/wp-content/themes/twentytwenty/images/home/star_container.svg');
}

.block_reviews_hero__star.block_reviews_hero__star--full {
  background-color: #F2B347;
}
.block_reviews_hero__star.block_reviews_hero__star--70 {
  background: linear-gradient(to right, #F2B347 60%, #D7D7D7 40%);
}

.block_reviews_hero__rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.block_reviews_hero__rating_wrap .block_reviews_hero__rating_text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  color: #6E6E6E;
}

.block_reviews_hero .block_reviews_hero__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6E6E6E;
}
.chrome-extension-section .chrome-extension-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chrome-extension-section .chrome-extension-section__left {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 9.5px;
  border-radius: 12px;
  border: 1px solid #F4F5F9;
  background: #F1F3F9;
}
.chrome-extension-section .chrome-extension-section__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}
.chrome-extension-section .chrome-extension-section__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.chrome-extension-section .chrome-extension-section__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.chrome-extension-section .chrome-extension-section__center {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chrome-extension-section .chrome-extension-section__right h2 {
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
}
.chrome-extension-section p {
  padding: 0;
  margin: 0;
}
.chrome-extension-section p strong {
  font-weight: 700;
}
.seo-chrome-section.chrome-extension-comparison {
  background-color: #F8FAFD;
  padding: 32px 0;
  margin-top: 56px;
}
.chrome-extension-comparison .chrome-extension-comparison__content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.chrome-extension-comparison .chrome-extension-comparison__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 12px;
  border-radius: 12px;
  flex-shrink: 0;
}
.chrome-extension-comparison__item.chrome-extension-comparison__item--wrong {
  border: 1px solid #E0E0E3;
  background: #FFF;
}
.chrome-extension-comparison__item.chrome-extension-comparison__item--correctly {
  border: 2px solid #009F81;
  background: #FFF;
}
.chrome-extension-comparison .chrome-extension-comparison__top {
  padding: 12px 12px 12px 62px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 40px;
}
.chrome-extension-comparison__top.chrome-extension-comparison__top--wrong {
  background-color: #FFF1F0;
  background-image: url('/wp-content/themes/twentytwenty/images/new_products/wrong_smile.svg');
  color: #C74952;
}
.chrome-extension-comparison__top.chrome-extension-comparison__top--correctly {
  background-color: #DBFEE8;
  background-image: url('/wp-content/themes/twentytwenty/images/new_products/correctly_smile.svg');
  color: #009F81;
}
.chrome-extension-comparison .chrome-extension-comparison__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.chrome-extension-comparison .chrome-extension-comparison__list-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px;
  padding-left: 36px;
  margin: 0;
}
.chrome-extension-comparison__list-item.chrome-extension-comparison__list-item--wrong {
  background-image: url('/wp-content/themes/twentytwenty/images/new_products/wrong_item.svg');
}
.chrome-extension-comparison__list-item.chrome-extension-comparison__list-item--correctly {
  background-image: url('/wp-content/themes/twentytwenty/images/new_products/correctly_item.svg');
}
.chrome-extension-section-blue {
  margin-bottom: 56px;
}
.chrome-extension-section-blue .chrome-extension-section-blue__wrapp {
  width: 100%;
  border-radius: 12px;
  background: #0E77F1;
  color: #fff;
  display: flex;
  padding: 32px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.chrome-extension-section-blue .chrome-extension-section-blue__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.chrome-extension-section-blue .chrome-extension-section-blue__uptitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.chrome-extension-section-blue h2 {
  font-size: 29px;
  font-weight: 400;
  line-height: 38px;
  margin: 0;
}
.chrome-extension-section-blue p {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .chrome-extension-section-blue {
    margin-bottom: 100px;
  }
  .chrome-extension-section-blue h2 {
    font-size: 47px;
    line-height: 71px; 
  }
  .chrome-extension-section-blue .chrome-extension-section-blue__top {
    gap: 4px;
  }
  .chrome-extension-comparison .chrome-extension-comparison__top {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  .chrome-extension-comparison .chrome-extension-comparison__item {
    padding: 24px;
    height: 100%;
  }
  .chrome-extension-comparison .chrome-extension-comparison__content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .seo-chrome-section.chrome-extension-comparison {
    padding: 56px 0;
    margin-top: 100px;
  }
  .chrome-extension-section .chrome-extension-section__right h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .chrome-extension-section .seo-chrome-button {
    width: max-content;
  }
  .chrome-extension-section .chrome-extension-section__img {
    border-radius: 8px;
  }
  .chrome-extension-section .chrome-extension-section__left {
    padding: 20px;
    flex-basis: 49%;
  }
  .chrome-extension-section .chrome-extension-section__container {
    flex-direction: row;
    gap: 56px;
    justify-content: space-between;
    align-items: center;
  }
  .seo-chrome-main-info__features li,
  .chrome-extension-section-blue .chrome-extension-section-blue__btns span,
  .seo-chrome-hero .seo-chrome-hero__btns span {
    font-size: 18px;
    line-height: 29px;
  }
  .chrome-extension-section-blue .chrome-extension-section-blue__btns,
  .seo-chrome-hero .seo-chrome-hero__btns {
    flex-direction: row;
    gap: 12px;
  }
  .seo-chrome-button.seo-chrome-button--white {
    width: max-content;
  }

  .seo-chrome-whos-it__top br {
    display: inline-block;
  }

  .seo-chrome-whos-it .seo-chrome-whos-it__top p {
    font-size: 18px;
    line-height: 29px;
  }

  .seo-chrome-whos-it .seo-chrome-whos-it__top h2 {
    font-size: 47px;
    line-height: 71px;
  }

  .seo-chrome-whos-it .seo-chrome-whos-it__uptitle {
    line-height: 20px;
  }

  .seo-chrome-whos-it .seo-chrome-whos-it__top {
    gap: 4px;
  }

  .seo-chrome-whos-it__left {
    flex-basis: 36%;
  }

  .seo-chrome-whos-it__right {
    flex-basis: 52%;
  }

  .seo-chrome-whos-it {
    margin-bottom: 100px;
  }

  .seo-chrome-whos-it .seo-chrome-whos-it__wrapp {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    gap: 56px;
  }

  .seo-chrome-why-us .seo-chrome-why-us__item-top h3 {
    font-size: 18px;
    line-height: 29px;
  }

  .seo-chrome-icon {
    width: 24px;
    height: 24px;
  }

  .seo-chrome-why-us .seo-chrome-why-us__icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .seo-chrome-why-us .seo-chrome-why-us__item {
    padding: 20px;
    gap: 16px;
  }

  #whyUs.seo-chrome-why-us .seo-chrome-why-us__slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-right: 0;
  }

  .seo-chrome-why-us .seo-chrome-why-us__slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .seo-chrome-why-us .seo-chrome-why-us__slider.slick-slider {
    padding-bottom: 0;
  }

  .seo-chrome-section__top {
    margin-bottom: 56px;
  }

  .seo-chrome-section__top h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .seo-chrome-main-info__features {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 40px;
  }

  .seo-chrome-main-info__slider .slick-dots {
    bottom: 0;
  }

  .seo-chrome-main-info__slider.slick-dotted.slick-slider {
    margin-bottom: 32px;
    padding-bottom: 28px;
  }

  .seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    top: 50%;
    bottom: auto;
  }

  .seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow.slick-next {
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .seo-chrome-main-info .seo-chrome-main-info__slider .slick-arrow {
    width: 32px;
    height: 32px;
  }

  .seo-chrome-main-info .seo-chrome-main-info__slider {
    padding: 0 36px;
  }

  .seo-chrome-main-info .seo-chrome-main-info__slider-item {
    padding: 0 12px;
  }

  .seo-chrome-main-info .seo-chrome-main-info__slider-item img {
    border-radius: 12px;
  }

  .seo-chrome-hero .seo-chrome-hero__title {
    font-size: 72px;
    font-weight: 400;
    line-height: 74px;
  }

  .seo-chrome-hero .seo-chrome-hero__badge {
    font-size: 18px;
    line-height: 29px;
  }

  .seo-chrome-hero .seo-chrome-hero__top {
    gap: 20px;
  }

  .seo-chrome-section {
    padding-top: 100px;
  }

  .seo-chrome-section.seo-chrome-section--hero {
    padding-top: 60px;
  }

  .seo-chrome {
    min-height: calc(100vh - 147px);
  }

  .seo-chrome-container {
    padding: 0 15px;
  }

  .seo-chrome-header .seo-chrome-header__menu-list a {
    padding: 28px 12px;
  }
}