@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SpaceGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background-color: #F6F6F6;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

input {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: #131313;
}

li {
  list-style: none;
}

body {
  color: #131313;
  font-family: "Work Sans", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
body.lock {
  overflow-y: hidden;
}

code {
  background-color: #e4e4e4;
  padding: 1px 2px;
  color: #c7254e;
  border-radius: 4px;
}

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

.button {
  padding: 8px 16px;
  border: 1px solid #131313;
  border-radius: 1px;
  font-weight: 500;
  font-size: 13px;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.button + .button {
  margin-left: 16px;
}
.button.dark {
  background-color: #131313;
  color: #F6F6F6;
}
.button.dark:hover {
  background-color: transparent;
  border: 1px solid #131313;
  color: #131313;
}
.button.light {
  background-color: transparent;
}
.button.light:hover {
  background-color: #131313;
  color: #fff;
}

@media (max-width: 375px) {
  .container {
    max-width: 375px;
    width: 375px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
    margin: 0;
  }
}
.section {
  margin-bottom: 280px;
}

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

.title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
}

@media (max-width: 768px) {
  .section {
    margin-bottom: 88px;
  }
  .title {
    font-size: 32px;
    line-height: 38px;
  }
  .text {
    font-size: 18px;
    line-height: 25px;
  }
}
.subtitle {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

.error-message {
  font-size: 13px;
  color: rgb(219, 44, 44);
}

.left-icon-text {
  display: flex;
  align-items: center;
}
.left-icon-text img {
  margin-right: 4px;
}

.right-icon-text {
  display: flex;
  align-items: center;
}
.right-icon-text img {
  cursor: pointer;
  margin-left: 4px;
}

.tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}
.tooltip .bottom {
  min-width: 350px;
  top: 40px;
  left: 50%;
  transform: translate(-92%, 0);
  padding: 12px;
  color: #131313;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  border-radius: 2px;
  position: absolute;
  z-index: 99;
  box-shadow: 0px 4px 49px 8px rgba(137, 134, 134, 0.25);
  display: none;
}
.tooltip:hover .bottom {
  display: block;
}
.tooltip.focus {
  border: 0;
  background: 0;
  font-size: 22px;
  cursor: pointer;
}
.tooltip.focus:hover .bottom {
  display: none;
}
.tooltip.focus:focus .bottom {
  display: block;
}
.tooltip .bottom i {
  position: absolute;
  bottom: 100%;
  left: 92%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.tooltip .bottom i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: #ffffff;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-out;
}
.modal.try-for-free-modal {
  top: 100%;
  opacity: 1;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.modal.try-for-free-modal .modal-content {
  padding: 0;
}
.modal.try-for-free-modal .modal-header {
  z-index: 3;
  background: rgb(199, 198, 198);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(42px);
          backdrop-filter: blur(42px);
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.try-for-free-modal .modal-header .title {
  font-size: 26px;
  line-height: 31px;
}
.modal.try-for-free-modal.active {
  visibility: inherit;
  opacity: 1;
}
.modal.creative-details-modal, .modal.email-alerts-modal, .modal.contact-modal, .modal.success-modal {
  z-index: 11;
}
.modal.active {
  visibility: inherit;
  opacity: 1;
}

.modal-header {
  padding: 40px 40px 0 0;
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.modal-content {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 4px 49px 8px rgba(137, 134, 134, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}

@media (max-width: 768px) {
  .modal-header {
    padding: 16px 16px 0 0;
  }
  .modal-content {
    top: 0;
    left: 0;
    transform: none;
  }
  .try-for-free-modal .modal-header {
    padding: 16px 20px;
  }
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  width: 100vw;
  transition: 0.3s;
  background-color: rgba(19, 19, 19, 0.4);
}
.backdrop.active {
  visibility: inherit;
  opacity: 1;
  z-index: 9;
}

.dropdown-backdrop {
  position: fixed;
  display: none;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
}
.dropdown-backdrop.active {
  display: block;
}

.modal-loader {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.modal-loader .loader {
  width: 100px;
  height: 100px;
}
.modal-loader.active {
  opacity: 1;
  visibility: inherit;
}

.dropdown {
  opacity: 0;
  max-height: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 22px;
  border-radius: 12px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  box-shadow: 0px 4px 49px 8px rgba(137, 134, 134, 0.25);
}
.dropdown::-webkit-scrollbar {
  width: 12px;
}
.dropdown::-webkit-scrollbar-thumb {
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 20px;
  background-color: #B5B5B5;
}
.dropdown.active {
  opacity: 1;
  max-height: 220px;
}
.dropdown > li {
  padding: 12px 24px;
  transition: 0.3s;
}
.dropdown > li:hover {
  cursor: pointer;
  background-color: #EAEAEA;
}
.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}

.close {
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 36px;
  background: rgba(234, 234, 234, 0.48);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 8px 16px;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}
.close:hover {
  filter: brightness(80%);
}
.close > img {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .close {
    padding: 8px;
  }
  .close > span {
    display: none;
  }
  .close > img {
    margin-left: 0;
  }
  .dropdown {
    font-size: 18px;
  }
}
.loader {
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
.loader.light {
  border: 3px solid #fff;
  border-bottom-color: transparent;
}
.loader.dark {
  border: 3px solid #131313;
  border-bottom-color: transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html[lang=fr] .header__list {
  font-size: 14px;
}
html[lang=fr] .nav__item:not(:first-child) {
  margin-left: 22px;
}

html[lang=es] .nav__item:not(:first-child) {
  margin-left: 20px;
}

html[lang=de] .nav__item:not(:first-child) {
  margin-left: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: 0.3s;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 246, 246, 0.08);
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  z-index: 2;
}

.header__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}

.header__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 23px;
  z-index: 2;
}

.header__list {
  position: relative;
  z-index: 2;
  display: flex;
  font-size: 16px;
}
.header__list.right {
  align-items: center;
}
.header__list.right .dropdown {
  width: -moz-fit-content;
  width: fit-content;
  left: unset;
  font-size: 18px;
  line-height: 25px;
}
.header__list.right .dropdown input {
  position: absolute;
  opacity: 0;
}
.header__list.right .dropdown label {
  cursor: pointer;
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav__item:not(:first-child) {
  margin-left: 27px;
}
.nav__item:first-child {
  position: relative;
  margin-left: 40px;
}

.dropdown-wrapper {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.dropdown-wrapper .dropdown-btn {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: baseline;
  justify-content: end;
}
.dropdown-wrapper .dropdown-content {
  display: none;
  position: absolute;
  border-radius: 6px;
  background: #FFF;
  min-width: 160px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 20px 53px 0px rgba(0, 0, 0, 0.05), 0px 6px 29px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
}
.dropdown-wrapper .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-wrapper .dropdown-content a:hover {
  border-radius: 6px;
  background-color: #EAEAEA;
}
.dropdown-wrapper:hover .dropdown-content {
  display: block;
}

.header__stars {
  position: absolute;
  top: -11px;
  right: -21px;
}

.header__burger {
  display: none;
}

.header__login {
  z-index: 2;
}

.header__language {
  cursor: pointer;
  margin-left: 24px;
}

.header__language {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

@media (max-width: 1024px) {
  .header .container {
    padding: 24px 24px 0 20px;
    width: 100%;
    max-width: 100%;
    height: 56px;
  }
  .header__body {
    align-items: flex-start;
    height: 0;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 17px;
    height: 14px;
    z-index: 3;
  }
  .header__burger.active::before {
    transform: rotate(45deg);
    top: 6px;
  }
  .header__burger.active::after {
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    background-color: #131313;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger::before {
    top: 2px;
  }
  .header__burger::after {
    bottom: 3px;
  }
  .header__menu {
    display: block;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 246, 246, 0.08);
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
    transition: all 0.5s ease 0s;
  }
  .header__menu.active {
    top: 0;
  }
  .header__list {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 32px;
    margin-top: 119px;
    line-height: 38px;
  }
  .header__list .nav__item {
    display: flex;
    justify-content: end;
    margin: 0 20px;
    margin-bottom: 24px;
  }
  .header__list .nav__item .button {
    font-size: 16px;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__list.right {
    margin-top: 32px;
  }
  .header__list.right .nav__item:first-child {
    margin-bottom: 16px;
  }
  .header__list.right .nav__item:nth-child(2) {
    margin-bottom: 32px;
  }
  .header__list .dropdown-wrapper .dropdown-content {
    display: none;
    position: static;
    border-radius: 0;
    background: transparent;
    min-width: auto;
    box-shadow: none;
    z-index: 1;
  }
  .header__list .dropdown-wrapper .dropdown-content a {
    color: #131313;
    padding: 0;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-top: 24px;
  }
  .header__list .dropdown-wrapper .dropdown-content a:hover {
    border-radius: 0;
    background-color: transparent;
  }
  .header__list .dropdown-wrapper .dropdown-content.active {
    display: block;
    width: 100%;
  }
  .header__language {
    font-size: 18px;
  }
  .header__language-img {
    width: 19px;
    height: 19px;
  }
  .header__stars {
    position: initial;
    margin-right: 2px;
  }
}
@media (max-width: 768px) {
  .header__menu {
    overflow-y: auto;
  }
}
.footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding-bottom: 160px;
}
.footer .subtitle {
  margin-bottom: 12px;
}
.footer .files {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.footer .file {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.footer .left, .footer .right {
  display: flex;
  row-gap: 12px;
  flex-direction: column;
}
.footer .right .links .link:not(:last-child) {
  margin-right: 24px;
}
.footer .right .social-media {
  text-align: right;
}
.footer .right .social-media .link:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 20px;
    display: block;
  }
  .footer .right > div:first-child {
    margin-bottom: 0;
  }
  .footer .left {
    margin-bottom: 32px;
    row-gap: 8px;
  }
  .footer .files {
    margin-bottom: 32px;
  }
  .footer .files .file {
    row-gap: 12px;
  }
  .footer .right {
    row-gap: unset;
    flex-direction: row;
  }
  .footer .right .links .link {
    margin-right: 24px;
  }
  .footer .social-media {
    align-self: center;
  }
}
.intro {
  display: flex;
}
.intro__content {
  max-width: 532px;
}
.intro .subtitle {
  margin-bottom: 24px;
}
.intro__text {
  margin: 24px 0 40px 0;
}
.intro__button {
  display: inline-block;
  padding: 13px 24px;
  font-size: 16px;
}
.intro__img-wrapper {
  display: block;
}
.intro__img-wrapper-mobile {
  display: none;
}

@media (max-width: 768px) {
  .intro {
    display: block;
  }
  .intro__img-wrapper {
    display: none;
  }
  .intro__img-wrapper-mobile {
    display: block;
    margin-top: 24px;
    margin-left: -20px;
  }
  .intro__img-wrapper-mobile img {
    min-width: 370px;
    width: 100%;
  }
  .intro__text {
    margin: 24px 0 32px 0;
  }
}
.benefits {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.benefits__card {
  width: 300px;
  padding: 32px 24px;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
}
.benefits__card-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .benefits {
    flex-direction: column;
    row-gap: 16px;
  }
  .benefits__card {
    width: auto;
  }
}
.trusted .subtitle {
  margin-bottom: 40px;
}

.trusted__container {
  display: block;
  width: 100%;
  height: 107px;
  margin: 32px auto 0 auto;
  overflow: hidden;
}
.trusted__container .brand-list {
  display: flex;
  -moz-column-gap: 75px;
       column-gap: 75px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.trusted__container .brand-list li {
  height: 48px;
}
.trusted__container .brand-list img {
  vertical-align: middle;
}

@media (max-width: 768px) {
  .trusted__container .brand-list {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.product-overview {
  padding: 0 102px;
  border-top: 80px solid transparent;
  margin-top: -80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-overview__title {
  margin-top: 16px;
}
.product-overview__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin: 48px 0;
}
.product-overview__book {
  text-align: center;
}
.product-overview__book button {
  font-size: 16px;
  padding: 13px 24px;
  font-weight: 500;
  line-height: 22px;
}
.product-overview__card {
  padding: 30px;
}
.product-overview__card:first-child {
  background: linear-gradient(219.98deg, rgba(234, 234, 234, 0) 35.29%, rgba(35, 35, 35, 0.08) 92.93%), #fff;
  background-image: url(../images/solutions/product-overview/zboost-bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  border-radius: 12px;
}
.product-overview__card:nth-child(2) {
  background: linear-gradient(223.42deg, rgba(234, 234, 234, 0) 36.23%, rgba(255, 255, 255, 0.08) 92.46%), #232323;
  background-image: url(../images/solutions/product-overview/zguard-bg.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  border-radius: 12px;
  color: #fff;
}
.product-overview__card:last-child {
  background: #EEE;
  border-radius: 12px;
  height: -moz-fit-content;
  height: fit-content;
}
.product-overview__card-content {
  max-width: 410px;
}
.product-overview__card-label {
  font-weight: 700;
  font-size: 18px;
}
.product-overview__card-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 38px;
  font-family: "Space Grotesk", sans-serif;
  margin: 8px 0 12px 0;
}
.product-overview__card-title > span {
  font-weight: 400;
}
.product-overview__card-text {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 140%;
}
.product-overview__card-list {
  font-size: 14px;
  line-height: 140%;
}
.product-overview__card-list li {
  display: flex;
  align-items: center;
}
.product-overview__card-list li span {
  margin-left: 8px;
}
.product-overview__card-list li:not(:last-child) {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .product-overview {
    border-top: 56px solid transparent;
    margin-top: -56px;
    padding: 0;
  }
  .product-overview__title {
    margin-top: 8px;
  }
  .product-overview__content {
    margin-bottom: 32px;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .product-overview__card {
    padding: 32px 24px;
  }
  .product-overview__card-content {
    max-width: 100%;
  }
  .product-overview__card-content > div > img {
    display: none;
  }
}
.how-it-works__subtitle {
  margin-bottom: 8px;
}

.how-it-works__title {
  margin-bottom: 48px;
  max-width: 900px;
}

.how-it-works__container {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.how-it-works__card {
  border-radius: 12px;
  padding: 32px 24px;
  background-color: #fff;
  text-align: center;
  width: 252px;
}
.how-it-works__card .card__content {
  position: relative;
  margin-top: 126px;
}
.how-it-works__card .card__content > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -126px;
}
.how-it-works__card .card__content li {
  list-style: inside;
  line-height: 140%;
}
.how-it-works__card .card__title {
  font-size: 22px;
  line-height: 130%;
  font-weight: 700;
  margin: 24px 0 16px 0;
}
.how-it-works__card .card__text {
  line-height: 140%;
}

@media (max-width: 375px) {
  .how-it-works__subtitle {
    margin-bottom: 8px;
  }
  .how-it-works__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .how-it-works__container {
    flex-wrap: wrap;
  }
  .how-it-works__card {
    margin: 0 0 16px 0;
    padding: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .how-it-works__card .card__content {
    width: 287px;
  }
}
.try-for-free .try-another-domain {
  display: none;
  position: absolute;
  right: 72px;
}
.try-for-free__title {
  max-width: 830px;
  margin-top: 6px;
}
.try-for-free__text {
  margin: 24px 0 39px 0;
  max-width: 1000px;
}
.try-for-free__full > .try-for-free__feature-list > li {
  height: 32px;
}
.try-for-free__full .button {
  padding: 10px 12px;
}
.try-for-free__light .button {
  font-weight: 600;
  padding: 12px 20px;
}
.try-for-free__features-wrapper {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.try-for-free__features-wrapper .button {
  font-family: "Space Grotesk", sans-serif;
  display: inline-block;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.22px;
}
.try-for-free__feature-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}
.try-for-free__feature-hint {
  display: block;
  font-size: 13px;
  color: #232323;
  margin-top: 10px;
}
.try-for-free__feature-list {
  max-width: 567px;
  margin: 13px 0 48px 0;
}
.try-for-free__feature-list > li {
  display: flex;
  align-items: center;
  letter-spacing: -0.44px;
}
.try-for-free__feature-list > li > img {
  margin-right: 20px;
}
.try-for-free__feature-list > li > img:last-child {
  align-self: start;
}
.try-for-free__feature-list > li:not(:last-child) {
  margin-bottom: 11px;
}

@media (max-width: 768px) {
  .try-for-free {
    border-top: 56px solid transparent;
    margin-top: -56px;
    padding: 24px;
  }
  .try-for-free__features-wrapper {
    display: flex;
    flex-direction: column;
    -moz-column-gap: unset;
         column-gap: unset;
    row-gap: 32px;
  }
  .try-for-free__features-wrapper .button {
    display: inline-block;
    padding: 13px 24px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: unset;
  }
  .try-for-free__full > .try-for-free__feature-list > li {
    height: auto;
  }
  .try-for-free__feature-list {
    margin-bottom: 24px;
  }
  .try-for-free__feature-list > li {
    display: flex;
    align-items: center;
    font-size: 16px;
    height: auto;
  }
  .try-for-free__feature-list > li > img {
    margin-right: 8px;
  }
  .try-for-free__feature-list > li > img:last-child {
    align-self: start;
  }
  .try-for-free__feature-list > li:not(:last-child) {
    margin-bottom: 8px;
  }
  .try-for-free .try-another-domain {
    display: none;
  }
  .try-for-free__text {
    margin: 16px 0 24px 0;
  }
}
.success-stories__title {
  max-width: 540px;
  margin: 8px 0 40px 0;
}

.success-stories {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.success-stories__container {
  max-width: 540px;
  min-width: 540px;
}

.success-stories__text {
  margin-bottom: 48px;
}

.success-stories__info {
  display: flex;
  align-items: center;
}
.success-stories__info .info__avatar {
  height: 56px;
  width: 56px;
  margin-right: 21px;
  filter: grayscale(1);
  transition: 0.3s;
}
.success-stories__info .info__avatar:hover {
  filter: unset;
}
.success-stories__info .info__avatar img {
  border-radius: 50%;
}
.success-stories__info .info__name {
  font-weight: 600;
  line-height: 22px;
}
.success-stories__info .info__position {
  margin-bottom: 8px;
  line-height: 22px;
  max-width: 400px;
}
.success-stories__info .info__company {
  width: 123px;
  height: 30px;
}

@media (max-width: 768px) {
  .success-stories__container {
    min-width: auto;
  }
  .success-stories__ads {
    display: none;
  }
  .success-stories__title {
    margin: 8px 0 24px 0;
  }
  .success-stories__text {
    margin-bottom: 25px;
  }
}
.input-wrapper {
  margin-bottom: 24px;
}
.input-wrapper > div {
  margin-bottom: 8px;
}
.input-wrapper label {
  font-size: 13px;
  line-height: 18px;
}
.input-wrapper label > span {
  color: #b5b5b5;
}
.input-wrapper > input {
  border-radius: 1px;
  border: 1px solid #b5b5b5;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 16px;
  width: 100%;
  outline: none;
}
.input-wrapper > input::-moz-placeholder {
  color: #919191;
}
.input-wrapper > input::placeholder {
  color: #919191;
}

.contact-us {
  display: flex;
  justify-content: space-between;
  padding: 48px 102px;
}
.contact-us .content {
  max-width: 486px;
}
.contact-us .content .title {
  margin: 16px 0;
}
.contact-us .content .text {
  margin-bottom: 41px;
}
.contact-us .content .list > li {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 31px;
}
.contact-us .content .list > li:not(:last-child) {
  margin-bottom: 17px;
}
.contact-us .content .list > li > img {
  margin-right: 8px;
}
.contact-us .content-es {
  padding-right: 1em;
}
.contact-us .contact-form {
  padding: 40px;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}
.contact-us .contact-form .content {
  max-width: 405px;
}
.contact-us .contact-form .content .description {
  margin: 14px 0 24px 0;
}
.contact-us .contact-form .content .warning {
  margin-bottom: 32px;
  color: #b5b5b5;
  font-size: 13px;
  line-height: 18px;
}
.contact-us .contact-form .content .warning > a {
  cursor: pointer;
  color: #b5b5b5;
  text-decoration: underline;
}
.contact-us .contact-form .content input[type=submit] {
  display: none;
}
.contact-us .contact-form .content input[type=submit].active {
  display: block;
}
.contact-us .contact-form .content .contact-us-loader {
  display: none;
  padding: 5px 20px;
  margin-left: 0;
}
.contact-us .contact-form .content .contact-us-loader .loader {
  width: 22px;
  height: 22px;
}
.contact-us .contact-form .content .contact-us-loader.active {
  display: inline-block;
}
.contact-us .contact-form .success-form {
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 40px 65px;
  background: white;
  height: 100%;
  display: flex;
  width: 100%;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
}
.contact-us .contact-form .success-form .title {
  font-weight: 400;
}
.contact-us .contact-form .title {
  font-size: 32px;
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 38px;
}
.contact-us .contact-form .loader {
  width: 16px;
  height: 16px;
  border-width: 1px;
}

@media (max-width: 768px) {
  .contact-us {
    flex-wrap: wrap;
    padding: 0;
  }
  .contact-us .content {
    margin-bottom: 7px;
  }
  .contact-us .content .title {
    margin: 8px 0 16px 0;
  }
  .contact-us .content .text {
    margin-bottom: 16px;
  }
  .contact-us .content .list > li {
    font-size: 18px;
    line-height: 25px;
  }
  .contact-us .content .list > li:not(:last-child) {
    margin-bottom: 4px;
  }
  .contact-us .content .list > li > img {
    height: 24px;
    width: 24px;
  }
  .contact-us .contact-form {
    padding: 24px;
    width: 100%;
  }
  .contact-us .contact-form .content {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .contact-us .contact-form .content .description {
    margin: 23px 0 24px 0;
    font-size: 18px;
    line-height: 25px;
  }
}
.contact-modal .modal-content {
  width: 90%;
  max-width: 1328px;
}
.contact-modal .modal-content .modal-header .title {
  display: none;
}
.contact-modal .modal-content .contact-us {
  position: relative;
  padding: 66px 40px 66px 80px;
}
.contact-modal .modal-content .contact-us .contact-form {
  padding: 0 40px;
}
.contact-modal .modal-content .contact-us .content .warning {
  margin-bottom: 24px;
}
.contact-modal .modal-content .contact-us .content .button {
  padding: 13px 24px;
  font-size: 16px;
  line-height: 22px;
}
.contact-modal .modal-content .contact-us .content input[type=submit] {
  display: none;
}
.contact-modal .modal-content .contact-us .content input[type=submit].active {
  display: inline-block;
}
.contact-modal .modal-content .contact-us .content .contact-us-loader {
  display: none;
  padding: 8px 27px;
  margin-left: 0;
}
.contact-modal .modal-content .contact-us .content .contact-us-loader .loader {
  width: 32px;
  height: 32px;
}
.contact-modal .modal-content .contact-us .content .contact-us-loader.active {
  display: inline-block;
}

@media (max-width: 768px) {
  .contact-modal .modal-content {
    margin: 20px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-modal .modal-content .modal-header {
    position: relative;
    justify-content: space-between;
  }
  .contact-modal .modal-content .modal-header .title {
    display: block;
    margin-top: 0;
    font-size: 32px;
    line-height: 38px;
    padding-left: 24px;
    font-weight: 600;
  }
  .contact-modal .modal-content .contact-us {
    padding: 20px;
    overflow-y: auto;
  }
  .contact-modal .modal-content .contact-us .title {
    margin-bottom: 16px;
  }
  .contact-modal .modal-content .contact-us > .content {
    display: none;
  }
  .contact-modal .modal-content .contact-us > .content .subtitle {
    display: none;
  }
  .contact-modal .modal-content .contact-us .contact-form {
    padding: 0;
  }
  .contact-modal .modal-content .contact-us .contact-form .content .title {
    display: none;
  }
  .contact-modal .modal-content .contact-us .contact-form .content .description {
    margin: 0 0 24px 0;
  }
  .contact-modal .modal-content .contact-us .contact-form .loader {
    width: 16px;
    height: 16px;
    border-width: 1px;
  }
}
.success-modal .modal-content {
  max-width: 514px;
  padding: 80px;
  text-align: center;
  top: 50%;
  left: calc(50% - 20px);
  transform: translate(-50%, -50%);
}
.success-modal .modal-content .title {
  font-size: 32px;
  line-height: 38px;
}
.success-modal .modal-content .message {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .success-modal .modal-content {
    padding: 40px 24px 24px 24px;
    margin: 0 20px;
  }
  .success-modal .modal-content .title {
    font-size: 22px;
    line-height: 29px;
  }
}
.footer {
  padding-bottom: 72px;
}

.main-publisher {
  padding-top: 176px;
  background: url("../images/backgrounds/desktop/bg-1.webp") 37% 120px no-repeat, url("../images/backgrounds/desktop/bg-2.webp") 43% 3500px no-repeat;
}
.main-publisher .intro__content {
  max-width: 564px;
}
@media (max-width: 768px) {
  .main-publisher .intro__img-wrapper-mobile {
    margin-right: -35px;
  }
}
.main-publisher .footer {
  padding-bottom: 72px;
}