footer {
  background: #333940;
  color: white;
  padding: 8px 32px 20px 32px;
  font-size: 20px;
  line-height: 24px;
}

footer .logo img {
  width: 96px;
}

footer a {
  color: #75bd43;
  text-decoration: none;
}

footer p {
  margin: 0 0 16px;
}

footer h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 24px;
}

footer .social-media {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 24px;
  justify-content: start;
  align-items: center;
}

footer .social-media a {
  width: 46px;
}

footer .social-media a img {
  display: block;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(171deg) brightness(103%) contrast(101%);
}

.youtube-logo {
  max-width: 132px;
}

footer .social-media a:hover img {
  filter: invert(42%) sepia(7%) saturate(198%) hue-rotate(211deg) brightness(96%) contrast(92%);
}

footer .menu {
  padding: 0;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  list-style: none;
  margin: 48px 0;
}

footer .bottom-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

footer .bottom-links li {
  margin-bottom: 32px;
}

footer .bottom-links a:hover {
  color: white;
}

footer .bottom-links a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.15px;
}

footer .rights {
  margin-top: 36px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.74);
  margin-top: 68px;
}

footer .menu a {
  color: #90ce4d;
}

footer .menu a:hover {
  color: white;
}

footer .menu a.new-link {
  padding-right: 46px;
  position: relative;
  display: inline-block;
}

footer .menu a.new-link:after {
  display: inline-block;
  content: 'NEW';
  background: #eaff8f;
  border-radius: 4px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #262626;
  padding: 0 6px;
  margin-left: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .customer-service p,
footer .billing p {
  line-height: 20px;
  font-size: 16px;
}

footer .footer-contacts h6 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px;
}

footer .customer-service p:nth-of-type(1),
footer .billing p:nth-of-type(1) {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.74);
}

footer .billing p:nth-of-type(1) {
  margin-top: 48px;
}

footer .customer-service p:nth-of-type(2),
footer .billing p:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.74);
}

footer .billing span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.74);
  padding-top: 4px;
  display: block;
}

footer .menu li {
  margin: 0 0 32px;
}

.footer-columns {
  display: flex;
  flex-direction: column;
}

footer .footer-contacts .footer-contact-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-contacts .footer-contact-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

@media (min-width: 1280px) {
  .footer-columns {
    flex-direction: row;
    justify-content: center;
    padding: 80px;
    font-size: 16px;
    line-height: 20px;
  }

  footer .logo {
    display: block;
    margin-top: -40px;
    margin-right: 56px;
  }

  footer .menu {
    margin: 0 96px;
    min-width: 105px;
  }

  footer .menu li {
    margin: 0 0 16px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 80px;
    margin-top: 0;
  }

  footer .bottom-links {
    flex-direction: row;
  }

  footer .bottom-links li {
    margin-right: 40px;
    margin-bottom: 0;
  }

  footer .bottom-links a {
    font-size: 15px;
  }

  footer .rights {
    margin-top: 0;
  }

  footer .billing p:nth-of-type(1) {
    margin-top: 0;
  }

  footer .footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  footer .footer-contact {
    max-width: 468px;
  }
}

body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}

main {
  flex: 1;
  overflow: auto;
}

.header2 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-auto-flow: column;
  grid-auto-rows: auto;
  align-items: center;
  grid-gap: 24px;
  height: 88px;
  padding: 0 16px;
  transition: box-shadow 250ms;
  z-index: 100;
  font-family: Roboto, 'proxima-nova', sans-serif;
  background: #fff;
}

.header2.emphatic {
  height: 64px;
  box-shadow: 0px 6px 10px rgba(54, 65, 84, 0.03), 0px 1px 6px rgba(54, 65, 84, 0.04),
    0px 3px 6px rgba(54, 65, 84, 0.06);
}

.header2 .logos {
  display: none;
}

.header2 nav {
  display: none;
}

.header2 .login {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #6cb61e;
  text-decoration: none;
  border: 2px solid #76b929;
  box-sizing: border-box;
  border-radius: 4px;
}

.header2 .menu {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .header2 {
    grid-template-columns: auto 1fr auto;
    padding-left: 56px;
    padding-right: 48px;
  }

  .header2 .logo img {
    height: 48px;
    transition: height 250ms;
  }

  .header2 .logos {
    margin-left: 16px;
    display: grid;
    grid-auto-flow: column;
    /*grid-gap: 24px;*/
    justify-content: start;
    align-items: center;
  }

  .header2 .logos div {
    padding: 0 16px;
  }

  .header2 .logos div:not(:last-child) {
    border-right: 1px solid #dde3ed;
  }

  .header2 .logos img {
    height: 40px;
    transition: height 250ms;
  }

  .header2 nav {
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: auto;
    grid-gap: 56px;
    margin-right: 32px;
  }

  .header2 nav a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: rgba(24, 37, 58, 0.6);
    text-decoration: none;
    text-transform: uppercase;
  }

  .header2 nav a.active {
    color: #6cb61e;
  }

  .header2 .menu {
    display: none;
  }
@media (min-width: 1280px) {
    .header2 {
        grid-template-columns: auto 1fr auto;
        padding-left: 48px;
        padding-right: 48px;
    }

    .header2 .logo img {
        height: 48px;
        transition: height 250ms;
    }

    .header2 .logos {
        margin-left: 16px;
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        align-items: center;
    }

    .header2 .logos div {
        padding: 0 16px;
    }

    .header2 .logos div:not(:last-child) {
        border-right: 1px solid #DDE3ED;
    }

    .header2 .logos img {
        height: 30px;
        transition: height 250ms;
    }

    .header2 nav {
        display: grid;
        grid-auto-flow: column;
        grid-auto-rows: auto;
        grid-gap: 40px;
        margin-right: 12px;
        align-items: center;
    }

    .header2 nav a {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1.25px;
        color: rgba(24, 37, 58, 0.6);
        text-decoration: none;
        text-transform: uppercase;
    }

    .header2 nav a.active {
        color: #6CB61E;
    }

    .header2 .menu {
        display: none;
    }

    .header2.emphatic .logo img {
        height: 40px;
    }

    .header2.emphatic .logos img {
        height: 32px;
    }
}

  .header2.emphatic .logo img {
    height: 40px;
  }

  .header2.emphatic .logos img {
    height: 32px;
  }
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  transition: opacity 250ms;
  z-index: 1000;
}

.backdrop.visible {
  opacity: 0.5;
}

.drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -292px;
  width: 236px;
  background: #fff;
  padding: 16px 24px 24px 32px;
  transition: right 250ms;
  z-index: 1001;
  overflow: auto;
}

.drawer .content {
  font-family: Roboto, 'proxima-nova', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  height: 100%;
}

.drawer.open {
  right: 0;
}

.drawer.pricing {
  width: 292px;
}

.drawer .top-bar {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 8px 0;
}

.drawer .top-bar .close {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.drawer .auth-bar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  padding: 8px 0;
}

.drawer .auth-bar .login {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #6cb61e;
  text-decoration: none;
  border: 2px solid #76b929;
  box-sizing: border-box;
  border-radius: 4px;
}

.drawer .auth-bar .signup {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #76b929;
  box-sizing: border-box;
  border-radius: 4px;
}

.drawer .menu {
  padding: 0;
  list-style: none;
}

.drawer .menu li {
  padding: 24px 0;
  border-top: 1px solid #dde3ed;
  margin-right: -24px;
}

.drawer .menu li:last-child {
  border-bottom: 1px solid #dde3ed;
}

.drawer .menu li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(24, 37, 58, 0.6);
  text-decoration: none;
  text-transform: uppercase;
}

.drawer .menu li a.active {
  color: #6cb61e;
}

.drawer .logos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 16px;
}

.drawer .logos img {
  height: 40px;
}

.drawer .logos .logo {
  margin: 8px 0;
}

.drawer .logos .logo:nth-child(1),
.drawer .logos .logo:nth-child(3) {
  border-right: 1px solid #dde3ed;
  padding-right: 16px;
}

.drawer .logos .logo:nth-child(4) img {
  max-width: 110px;
}

.drawer .contacts {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.drawer .contacts p {
  margin: 0 0 16px;
}

.drawer .contacts a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #76b929;
  text-decoration: none;
}

@media (min-width: 1750px) {
  .header2 .logos img {
    height: 45px;
  }
}
.primary-button {
  height: 50px;
  background: #00ac45;
  border-radius: 4px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  width: 216px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  user-select: none;
  color: #fff;
  transition: all 0.1s ease-in;
  text-decoration: none;
  box-sizing: border-box;
}

.primary-button[disabled] {
  background: #d9d9d9;
  pointer-events: none;
}

.primary-button.is-loading {
  background: #00ac45;
  opacity: 0.9;
  pointer-events: none;
  overflow: hidden;
  position: relative;
}

.primary-button.is-loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.25) 50%,
    transparent 60%
  );
  animation: btn-shimmer 1.4s ease-in-out infinite;
  will-change: transform;
}

@keyframes btn-shimmer {
  from { transform: translateX(-100%); }
  to   { transform: translateX(200%); }
}

.btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btn-spin 0.7s linear infinite;
  flex-shrink: 0;
  margin-right: 8px;
}

@keyframes btn-spin {
  to { transform: rotate(360deg); }
}

.primary-button:not([disabled]):hover {
  cursor: pointer;
  background: #006c2b;
  text-decoration: none;
}

.blue-whale-link .blue-whale-link__button {
    border: none;
    background: linear-gradient(0deg, #00ac45 0%, #00ac45 100%);
    overflow: hidden;
    position: relative;
    box-shadow: 6px -1px 15px 0px rgba(0, 0, 0, 0.70);
}
  
.blue-whale-link .blue-whale-link__button:hover {
    cursor: pointer;
    background: linear-gradient(0deg, #00ac45 0%, #00ac45 100%);
}
  
  
.blue-whale-link .blue-whale-link__button:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-button 2s ease-in-out infinite;
}

.blue-whale-link .blue-whale-link__input {
  box-shadow: -1px 0px 15px 0px rgba(0, 0, 0, 0.70);
}

.secondary-button {
    border-radius: 4px;
    background: transparent;
    border: 1px solid white;
    height: 50px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    width: 216px;
    outline: none;
    -webkit-appearance: none;
    user-select: none;
    color: #fff;
    transition: all 0.1s ease-in;
    text-decoration: none;
    box-sizing: border-box;
}

.secondary-button:not([disabled]):hover {
    cursor: pointer;
    background: #00ac45;
    text-decoration: none;
    border: none;
}
  
@keyframes shiny-button {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.input {
  font-family: Poppins;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
  outline: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.input:hover,
.input:focus {
  border: 1px solid #595959;
}

.input:disabled {
  border: 1px solid #bfbfbf;
  opacity: 0.6;
}

.input::placeholder {
  color: #595959;
}

.input.invalid,
.input-container.invalid .input {
  background: rgb(255, 241, 240);
  border: 1px solid #cf1322;
}

.input-container {
  position: relative;
}

.tooltip {
  font-family: Poppins, sans-serif;
  display: none;
  border: 1px solid #cf1322;
  color: rgba(24, 37, 58, 0.87);
  padding: 8px;
  width: 70%;
  position: absolute;
  top: 44px;
  right: -8px;
  background: white;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.03);
}

.tooltip::before,
.tooltip::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
}

.tooltip::before {
  background: #cf1322;
  top: -8px;
}

.tooltip::after {
  background: white;
  top: -7px;
}

.tooltip a {
  color: #00ac45;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'proxima-nova', sans-serif;
}

main {
  padding-top: 24px;
}

.header2 {
  height: 64px;
  box-shadow: 0 6px 10px rgb(54 65 84 / 3%), 0 1px 6px rgb(54 65 84 / 4%), 0 3px 6px rgb(54 65 84 / 6%);
}

.preload-imaged {
  display: none;
}

.plans-title {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 11px;
}

/* PRICING BLOCK */
.plans-block {
  padding: 0 4px 28px;
}

.plan {
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(125, 125, 146, 0.5);
  border-radius: 5px;
}

.plan-card {
  position: relative;
  padding: 16px;
}

.plan-card:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #00ac45;
  content: '';
}

.plan.pro .plan-card:before {
  background-color: #722ed1;
}

.plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-title {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.plan-price {
  color: #00ac45;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.plan-price.desktop {
  display: none;
}

.plan.pro {
  margin-top: 6px;
}

.plan.pro .plan-price,
.pro-price {
  color: #722ed1;
}

.plan-description {
  color: #262626;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}

.plan-toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  border: 1px solid #00ac45;
  margin-top: 12px;
  gap: 5px;
  width: 100%;
  color: #00ac45;
  border-radius: 4px;
  background-color: transparent;
  outline: none;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.plan-toggle-btn:active {
  color: #fff;
  background-color: #00ac45;
}

.plan-toggle-btn > .close {
  display: none;
}

.plan.expanded-plan .plan-toggle-btn > .close {
  display: block;
}

.plan.expanded-plan .plan-toggle-btn > .all-details {
  display: none;
}

.plan.pro .plan-toggle-btn {
  color: #722ed1;
  border-color: #722ed1;
}

.plan.pro .plan-toggle-btn:active {
  color: #fff;
  background-color: #722ed1;
}

.plan-detail {
  padding: 0 16px;
  max-height: 0;
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
  transition: all 250ms;
}

.plan-toggle-btn svg {
  transform: rotate(180deg);
}

.plan.expanded-plan .plan-toggle-btn svg {
  transform: rotate(0deg);
}

.plan.expanded-plan .plan-detail {
  padding: 8px 16px 22px;
  max-height: 600px;
}

.plan-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-detail-list.desktop {
  display: none;
}

.plan-detail-list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 8px 20px;
  color: #000000;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}

.plan-detail-list-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 10px;
  background-image: url(../svg/44ecbd0bd3954287d5d4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  transform: translateY(-50%);
}

.website-form {
  margin-top: 12px;
}

.website-form.mobile {
  display: block;
}

.website-form.desktop {
  display: none;
}

.website-form {
  margin-top: 12px;
}

.website-form .input {
  padding: 8px 12px;
  width: 100%;
}

.website-form .primary-button {
  margin-top: 5px;
  width: 100%;
  height: 40px;
}

.plan.pro .website-form .primary-button {
  background-color: #722ed1;
}

.plan.pro .website-form .primary-button:hover {
  background-color: #391085;
}

/* POPUP LAYOUT  */
.detail-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 12px 42px;
  background: linear-gradient(97.03deg, #090076 0.84%, #0016dc 100%), #ffffff;
}

.detail-overlay-content-wrapper {
  overflow: auto;
  height: calc(100% - 48px);
}

.detail-overlay-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}

.detail-overlay-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

.detail-overlay-header-button {
  display: flex;
  align-items: center;
  padding: 5px 12px;
  border: none;
  border-radius: 20px;
  height: 32px;
  color: #fff;
  background-color: #2f54eb;
  box-shadow: 9px 10px 9px rgba(0, 0, 5, 0.4);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 15px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.detail-overlay-header-button:hover {
  filter: brightness(87%);
}

.detail-overlay-header-button.next-btn span {
  max-width: 50vw;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.close-icon {
  display: block;
  margin-right: 7px;
  height: 12px;
  width: 12px;
}

.next-icon {
  display: block;
  margin-left: 7px;
  height: 12px;
  width: 12px;
  transform: rotate(90deg);
}

.detail-overlay-title {
  margin: 0;
  max-width: 700px;
  width: 100%;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.detail-overlay-text {
  margin-top: 8px;
  max-width: 700px;
  width: 100%;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}

.detail-overlay-img {
  margin: 20px auto 24px;
  width: 100%;
  max-width: 700px;
  max-height: 180px;
}

.detail-overlay-comparison-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 700px;
}

.detail-overlay-comparison {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 4px;
  width: 100%;
  max-width: 340px;
  min-width: 290px;
  background-color: rgba(0, 0, 0, 0.2);
}

.detail-overlay-comparison:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #00ac45;
  content: '';
}

.pro.detail-overlay-comparison:before {
  background-color: #722ed1;
}

.detail-overlay-comparison-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-overlay-comparison-title,
.detail-overlay-comparison-value {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

.detail-overlay-comparison-text {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}

.detail-overlay-form {
  margin-top: 26px;
  width: 100%;
  max-width: 460px;
}

.detail-overlay-form .input,
.detail-overlay-form .primary-button {
  border-radius: 30px;
  width: 100%;
  height: 44px;
}

.detail-overlay-form .primary-button {
  margin-top: 6px;
}

/* CUSTOMER FEEDBACK BLOCK */
.customer-feedback-wrapper {
  padding: 0 16px 28px;
}

.customer-feedback-title {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.benefits-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 12px 0;
}

.benefits-block.desktop {
  display: none;
}

.benefit {
  display: flex;
  gap: 12px;
}

.benefit-icon {
  height: 34px;
  width: 34px;
}

.benefit-text {
  max-width: 360px;
  color: #262626;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}

.customer-info {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 12px;
  margin: 16px 0;
}

.customer-info-photo {
  height: 48px;
  width: 48px;
}

.customer-name {
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.customer-position {
  color: #262626;
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}

.customer-feedback-text {
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: center;
}

@media (min-width: 768px) {
  main {
    padding-top: 0;
  }

  .customer-feedback-wrapper {
    display: flex;
    justify-content: space-evenly;
    background: linear-gradient(97.03deg, #090076 0.84%, #0016dc 100%), #ffffff;
    padding: 58px 50px;
  }

  .customer-feedback-title {
    max-width: 500px;
    font-size: 34px;
    line-height: 44px;
    text-align: left;
  }

  .customer-feedback-block {
    display: flex;
    flex-direction: column-reverse;
    max-width: 500px;
  }

  .customer-feedback-text {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }

  .customer-feedback-title,
  .customer-feedback-text,
  .customer-name,
  .customer-position {
    color: #fff;
  }

  .customer-info-photo {
    height: 52px;
    width: 52px;
  }

  .customer-info {
    margin: 24px 0 0;
    padding-left: 0;
  }

  .benefits-block.desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 20px 47px;
    background-color: #fafafa;
    margin: 0;
  }

  .benefits-block.mobile {
    display: none;
  }

  .benefit-icon {
    height: 38px;
    width: 38px;
  }

  .benefit-text {
    font-size: 14px;
    line-height: 22px;
  }

  .plans-title {
    margin: 32px auto 20px;
    font-size: 34px;
    line-height: 44px;
  }

  .plans-block {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 0 44px 32px;
  }

  .plan {
    overflow: unset;
    width: 100%;
    max-width: 512px;
  }

  .plan.pro {
    margin-top: 0;
  }

  .plan-price.mobile,
  .plan-detail-list.mobile,
  .plan-toggle-btn {
    display: none;
  }

  .plan-price.desktop {
    display: block;
  }


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

  .plan-title,
  .plan-price {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .plan-description {
    text-align: center;
    margin: 4px auto;
    height: 40px;
  }

  .plan-card {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .plan-card:before {
    height: 4px;
    width: 100%;
  }

  .plan-detail {
    border-top: none;
    max-height: unset;
    padding: 0;
  }

  .plan.expanded-plan .plan-detail {
    border-top: none;
    max-height: unset;
    padding: 0;
  }

  .website-form {
    margin-top: 0;
  }

  .website-form.mobile {
    display: none;
  }

  .website-form.desktop {
    display: block;
    margin-top: 22px;
  }

  .website-form .input,
  .website-form .primary-button {
    border-radius: 30px;
  }

  .website-form .primary-button {
    margin-top: 8px;
    height: 44px;
  }

  .plan-detail-list.desktop {
    display: grid;
    grid-template-rows: repeat(12, auto);
    margin-top: 30px;
    grid-row-gap: 10px;
  }

  .plan-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .plan-detail-title,
  .plan-detail-note {
    color: #000000;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
  }

  .plan-detail-title {
    display: grid;
    grid-template-columns: calc(100% - 20px) 20px;
  }

  .plan-detail-title span {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .plan-detail-title img {
    margin-left: 5px;
    vertical-align: text-top;
    cursor: pointer;
  }

  .plan-detail-note {
    color: #00ac45;
  }

  .plan.pro .plan-detail-note {
    color: #531dab;
  }

  .plan-detail-text {
    margin-top: 6px;
    color: #262626;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    max-height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /* POPUP LAYOUT  */
  .detail-overlay {
    padding: 24px;
  }

  .detail-overlay-content {
    padding: 40px 36px 54px;
  }

  .detail-overlay-title {
    font-size: 34px;
    line-height: 44px;
  }

  .detail-overlay-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .plan-detail-item {
    padding: 10px 40px;
  }

  .detail-overlay-img {
    margin: 25px auto 32px;
    max-height: 430px;
  }

  .detail-overlay-comparison-block {
    gap: 20px;
  }

  .detail-overlay-form {
    margin-top: 75px;
  }

  .detail-overlay-form .primary-button {
    margin-top: 16px;
  }
}

@media (min-width: 950px) {
  .plan-description {
    height: unset;
  }
}

@media (min-width: 1200px) {
  .plans-wrapper {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }

  .plans-block {
    order: 2;
    grid-gap: 20px;
    padding: 0 20px 32px;
  }

  .plan-description {
    height: 40px;
  }

  .customer-feedback-wrapper {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    top: 0;
    z-index: 1;
    order: 1;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    height: calc(100vh - 64px);
  }

  .customer-feedback-title {
    max-width: unset;
    font-size: 34px;
    line-height: 44px;
    padding: 89px 69px 0;
  }

  .customer-feedback-block {
    padding: 100px 69px 89px;
    max-width: 100%;
  }

  .feature-detail {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

  .plan-detail-item {
    cursor: pointer;
  }

  .plan-detail-placeholder {
    pointer-events: none;
  }

  .hover-class {
    background-color: #e8e8e8;
  }

  .plan-detail-title img {
    display: none;
  }

  .feature-detail p {
    padding: 12px 96px 40px 69px;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
  }

  .feature-detail img {
    width: 80%;
    height: fit-content;
  }

  .plan {
    max-width: unset;
  }
}

@media (min-width: 1465px) {
  .plan-description {
    height: unset;
  }
}
