/* BLOCK VARIABLES */

:root {
  --color-white: #ffffff;
  --color-dark: #1a1717;
  --color-blue: #315eff;
  --color-blue-hover: #6889ff;
  --color-blue-pressed: #0630c2;
  --color-blue-deep: #252562;
  --color-blue-bg: #f1f4ff;
  --color-gray: #b9b9b9;
  --color-gray-dark: #747377;
  --color-gray-very-dark: #413e3e;
  --color-gray-light: #e6e6e6;
  --color-gray-very-light: #f3f3f4;
  --color-gray-bg: #f8fafb;
  --color-red: #f43528;
  --color-green: #26bd01;
  --max-width: 768px;
  /* --max-width-container: 1376px; */
  --max-width-container: 1200px;
  /* 1.5 dpr - 144 dpi */
  /* (-webkit-min-device-pixel-ratio: 1.2) */
  /* (min-resolution: 115dpi) */

  --gradient-blue-a: #1754ff;
  --gradient-blue-b: #024dc5;
  --color-violet-square: #d2d2fc;
  --color-violet-bg: #424467;
}
/* @media screen and (max-width: 1720px) {
  :root {
    --max-width-container: min(1376px, 100vw - 240px);
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --max-width-container: 1200px;
  }
} */

/* BLOCK DEFAULT*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}
span,
b {
  font-size: inherit;
  line-height: inherit;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}

/* BLOCK TYPOGRAPHY */

* {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

h1,
h2,
h3 {
  text-align: center;
  text-wrap: balance;
}
.t-h1b {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}
.t-h2 {
  font-weight: 700;
  /* font-size: 48px; */
  /* line-height: 56px; */
  font-size: 32px;
  line-height: 48px;
}
.t-h3 {
  font-weight: 700;
  /* font-size: 24px; */
  /* line-height: 32px; */
  font-size: 20px;
  line-height: 30px;
}
.t-h3r {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.t-h3b {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.t-c {
  /* caption */
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.t-d {
  /* description */
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.t-title {
  font-weight: 700;
  /* font-size: 48px; */
  /* line-height: 56px; */
  font-size: 32px;
  line-height: 48px;
}
.t-subtitle {
  font-weight: 400;
  /* font-size: 20px; */
  /* line-height: 30px; */
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  margin-inline: auto;
  max-width: 75%;
  text-align: center;
  text-wrap: balance;
  color: var(--color-gray-very-dark);
}
.color-blue {
  color: var(--color-blue);
}
.color-gray {
  color: var(--color-gray-dark);
}
.color-white {
  color: var(--color-white);
}
.t-balance {
  text-wrap: balance;
}
.t-nowrap {
  white-space: nowrap;
}
.t-center {
  text-align: center;
}
@media screen and (max-width: 1440px) {
  /* .t-h2 {
    font-size: 32px;
    line-height: 48px;
  } */
  /* .t-h3 {
    font-size: 20px;
    line-height: 30px;
  } */
  /* .t-title {
    font-size: 32px;
    line-height: 48px;
  } */
  /* .t-subtitle {
    font-size: 16px;
    line-height: 24px;
  } */
  /* .t-c {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
  } */
  /* .t-d {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  } */
}
@media screen and (max-width: 954px) {
  .t-subtitle {
    max-width: 85%;
  }
  /* .t-h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
  } */
  /* .t-h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
  } */
  /* .t-c {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
  } */
  /* .t-d {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  } */
}
@media screen and (max-width: 540px) {
  .t-subtitle {
    max-width: 95%;
  }
  /* .t-h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
  } */
  /* .t-h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
  } */
  /* .t-c {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
  } */
  /* .t-d {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  } */
}

/* BLOCK BUTTONS */

.button {
  display: inline-block;
  width: 100%;
  height: 56px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--color-blue);
  background-color: var(--color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--color-blue);
  cursor: pointer;
}
.button:hover {
  border-color: var(--color-blue-hover);
  color: var(--color-blue-hover);
}
.button:active {
  border-color: var(--color-blue-pressed);
  color: var(--color-blue-pressed);
}
.button:disabled,
.button.disabled {
  border-color: var(--color-gray);
  color: var(--color-gray);
  cursor: auto;
}

.button-primary {
  background-color: var(--color-blue);
  color: var(--color-white) !important;
}
.button-primary:hover {
  background-color: var(--color-blue-hover);
}
.button-primary:active {
  background-color: var(--color-blue-pressed);
}
.button-primary:disabled,
.button-primary.disabled {
  background-color: var(--color-gray);
  cursor: auto;
}

.button-danger {
  border-color: var(--color-red);
  background-color: var(--color-red);
  color: var(--color-white) !important;
}
.button-danger:hover {
  border-color: var(--color-red-hover);
  background-color: var(--color-red-hover);
}
.button-danger:active {
  border-color: var(--color-red-pressed);
  background-color: var(--color-red-pressed);
}
.button-danger:disabled,
.button-danger.disabled {
  border-color: var(--color-gray);
  background-color: var(--color-gray);
  cursor: auto;
}
.button-img {
  margin: 0 0 0 16px;
  padding: 10px;
  height: 44px;
  width: 44px;
}
@media screen and (max-width: 540px) {
  .button {
    height: auto;
  }
}

/* BLOCK INPUT */

/* .input-wrapper {
  position: relative;
  padding-bottom: 20px;
} */
.input {
  height: 48px;
  width: 100%;
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid var(--color-gray-light);
  padding: 12px 16px;
  color: var(--color-dark);
}
.input:focus {
  border: 1px solid var(--color-blue);
}
.input-label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.input-wrapper .input-empti,
.input-wrapper .input-wrong {
  display: none;
  width: 100%;
  /* position: absolute; */
  /* left: 0; */
  /* bottom: 0; */
  padding: 0;
  margin: 0;
  color: var(--color-red);
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
input.wrong,
input.empti:not(.wrong) {
  border-color: var(--color-red) !important;
}
input.wrong ~ .input-wrong,
input.empti:not(.wrong) ~ .input-empti {
  display: inline-block;
}

/* BLOCK POPUP */

.popup-switch {
  position: relative;
  /* margin-right: 24px; */
  padding: 10px 32px 10px 16px;
  /* cursor: pointer; */
}
.popup-switch span {
  cursor: pointer;
}
.popup-switch:hover span {
  color: var(--color-blue-hover);
}
.popup-switch::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 8px;
  height: 24px;
  width: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/arrow-down.svg);
  /* transition: 0.5s ease-in-out; */
}
.popup-switch.open::after {
  /* transform: rotate(180deg); */
  transform: scaleY(-1);
}
.popup-switch:hover::after {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/arrow-down-hover.svg);
}
.popup-switch.open {
  z-index: 999;
}
.popup-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 16px 32px 16px 16px;
  text-align: left;
  border-radius: 12px;
  background-color: var(--color-white);
  box-shadow: 0px 2px 10px 0px #00000033;
}
.popup-options a {
  display: block;
  white-space: nowrap;
}
.popup-options a:hover {
  color: var(--color-blue-hover);
}
.popup-options a:not(:first-child) {
  margin-top: 16px;
}
.popup-options a.active:after {
  position: absolute;
  right: 12px;
  content: '';
  height: 24px;
  width: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/check.svg);
}
.popup-switch.open .popup-options {
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .popup-options {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1280px) {
  .popup-options {
    top: 100%;
    left: 0;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
  .popup-switch {
    /* margin-right: 12px; */
    padding-block: 4px;
  }
  .popup-switch::after {
    top: 4px;
  }
  .popup-options {
    left: 50%;
    transform: translateX(-50%);
  }
  .popup-options a:not(:first-child) {
    margin-top: 8px;
  }
}

/* BLOCK SECTION */

section {
  width: 100%;
  color: var(--color-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section-block {
  padding-block: 60px;
}
/* @media screen and (max-width: 1720px) {
  .section-block {
    padding-block: 60px;
  }
} */
@media screen and (max-width: 540px) {
  .section-block {
    padding-block: 40px;
  }
}

/* BLOCK CONTAINER */

:root {
  /* --full-width-container: calc(100% - 64px); */
  --full-width-container: calc(100vw - 64px);
  --width-container: min(
    var(--full-width-container),
    var(--max-width-container)
  );
  /* --full-indent-container: calc(100% - var(--width-container)); */
  --full-indent-container: calc(100vw - var(--width-container));
  --indent-container: calc(var(--full-indent-container) / 2);
}
.container {
  width: var(--width-container);
  margin-inline: auto;
  z-index: 0;
}
@media screen and (max-width: 540px) {
  #demo .container {
    width: 100%;
  }
  .container {
    --full-width-container: calc(100% - 32px);
  }
}

/* BLOCK HEADER */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 20px;
  z-index: 980;
  transition: 0.2s;
}
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 980;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header * {
  color: var(--color-dark);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  z-index: 990;
}
.header-logo {
  height: 44px;
}
.header .menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
/* .header-menu a  */
.menu-wrapper > a {
  padding: 10px 16px;
}
.header-menu a:hover,
/* .popup-switch:hover span, */
.header-right .menu-switch:hover span {
  color: var(--color-blue-hover);
}
.header-right {
  display: flex;
  align-items: center;
}
.popup-switch {
  /* position: relative; */
  /* padding: 10px 32px 10px 16px; */
  /* cursor: pointer; */
}
.header-right .popup-switch {
  /* margin-right: 24px; */
}
.header-right .popup-switch {
  padding-left: 32px;
}
.header-right .popup-switch::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  height: 22px;
  width: 22px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/lang.svg);
  /* transition: 0.5s ease-in-out; */
}
/* .popup-switch::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 8px;
  height: 24px;
  width: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/arrow-down.svg);
  transition: 0.5s ease-in-out;
} */
/* .header-right .lang-icon {
  margin: 1px;
} */
.header-right .popup-switch.open::after {
  /* transform: rotate(180deg); */
  /* transform: scaleY(-1); */
}
.header-right .popup-switch:hover::before {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/lang-hover.svg);
}
/* .popup-switch:hover::after {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/arrow-down-hover.svg);
} */
.header-right .lang-short {
  display: none;
}
/* .popup-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 16px 44px 16px 16px;
  text-align: left;
  border-radius: 12px;
  background-color: var(--color-white);
  box-shadow: 0px 2px 10px 0px #00000033;
} */
/* .popup-switch.open .popup-options {
  display: inline-block;
} */
/* .popup-options a {
  display: block;
}
.popup-options a:hover {
  color: var(--color-blue-hover);
}
.popup-options a:not(:first-child) {
  margin-top: 16px;
}
.popup-options a.active:after {
  position: absolute;
  right: 12px;
  content: '';
  height: 24px;
  width: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/check.svg);
} */
.header-right .menu-switch {
  display: none;
  position: relative;
  padding: 10px 0 10px 28px;
}
.header-right .menu-switch::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 24px;
  width: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/menu-open.svg);
}
.header.menu-open .header-right .menu-switch::before {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/menu-close.svg);
}
.header .header-right .menu-switch .text-close {
  display: none;
}
.header.menu-open .header-right .menu-switch .text-close {
  display: inline-block;
}
.header.menu-open .header-right .menu-switch .text-open {
  display: none;
}

@media screen and (max-width: 1440px) {
  .header-right .button {
    display: none;
  }
  /* .header-right .popup-switch {
    margin-right: 0;
  }
  .popup-switch .popup-options {
    left: 50%;
    transform: translateX(-50%);
  } */
}
@media screen and (max-width: 954px) {
  .header-right .popup-switch {
    margin-right: 32px;
  }
  .header-menu {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(calc(-100% + 84px));
    padding: 16px 32px;
    background-color: var(--color-white);
    transition: transform 0.5s, box-shadow 0.5s;
    z-index: -970;
  }
  .header.menu-open .header-menu {
    transform: translateY(calc(0% + 84px));
    box-shadow: 0px 2px 10px 0px #00000033;
  }
  .header-right .menu-switch {
    display: inline-block;
    cursor: pointer;
  }
  /* .popup-switch .popup-options {
    top: 100%;
    left: 0;
    transform: translateX(0%);
  } */
}
@media screen and (max-width: 954px) {
  .menu-wrapper {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-block: 18px;
  }
  .header-menu a 
/* .menu-wrapper > */ {
    padding: 4px 16px;
  }
  .header-logo {
    height: 32px;
  }
  /* .header-right .lang-long {
    display: none;
  }
  .header-right .lang-short {
    display: inline-block;
  } */
  .header-menu {
    flex-direction: column;
    align-items: center;
    transform: translateY(calc(-100% + 68px));
  }
  .header.menu-open .header-menu {
    transform: translateY(calc(0% + 68px));
  }
  .header-right .popup-switch {
    margin-right: 12px;
    /* padding-block: 4px; */
  }
  .header-right .popup-switch::before {
    top: 4px;
  }
  .header-right .popup-switch::after {
    top: 4px;
  }
  .header-right .popup-switch::before {
    top: 4px;
  }
  .header-right .menu-switch {
    padding-block: 4px;
  }
  .header-right .menu-switch::before {
    top: 4px;
  }
  /* .popup-switch .popup-options {
    left: 50%;
    transform: translateX(-50%);
  } */
}
@media screen and (max-width: 540px) {
  .header-right .lang-long {
    display: none;
  }
  .header-right .lang-short {
    display: inline-block;
  }
}
@media screen and (max-width: 440px) {
  .header .menu-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 350px) {
  .header-right .menu-switch {
    height: 32px;
    width: 32px;
  }
  .header-right .menu-switch span {
    display: none !important;
  }
}

/* BLOCK HERO */

#hero {
  position: relative;
  width: 100%;
  margin-top: 84px;
  padding-block: 90px;
  z-index: 0;
  overflow: hidden;
  --radius: 600px;
}
#hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(
    var(--indent-container) + var(--width-container) - var(--radius) * 0.5
  );
  background: linear-gradient(
    180deg,
    var(--color-blue) 0%,
    var(--color-blue-deep) 119.68%
  );
  z-index: -2;
}
#hero::after {
  content: '';
  position: absolute;
  left: max(45%, 50% - 45px);
  top: calc(50% - var(--radius));
  height: calc(2 * var(--radius));
  width: calc(2 * var(--radius));
  border-radius: 50%;
  background-color: var(--color-white);
  z-index: -1;
}
#hero .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.hero-content {
  /* flex-basis: 45%; */
  width: 45%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: flex-start; */
  padding-right: 4%;
  color: var(--color-white);
  /* max-width: 510px; */
}
.hero-title {
  width: 100%;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  text-align: left;
}
.hero-description {
  margin-bottom: 24px;
}
.hero-buttons {
  display: flex;
  width: 100%;
  /* margin-top: 16px; */
}
.hero-button {
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 220px;
  padding: 8px;
  margin-top: 16px;
  border: 1px solid;
  border-radius: 12px;
  border-color: var(--color-white);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
/* .hero-button img {
  margin-right: 8px;
} */
.hero-button span {
  position: relative;
  padding-left: 32px;
}
.hero-button.trial-button {
  /* flex-shrink: 10; */
  background-color: var(--color-white);
  color: var(--color-blue);
}
.hero-button.trial-button span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/trial-button.svg);
}
.hero-button.trial-button:hover {
  color: var(--color-blue-hover);
}
.hero-button.trial-button:hover span::before {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/trial-button-hover.svg);
}
.hero-button.call-button {
  /* flex-shrink: 1; */
  color: var(--color-white);
}
.hero-button.call-button span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/call-button.svg);
}
.hero-button.call-button:hover {
  /* flex-shrink: 1; */
  color: var(--color-blue-hover);
  border-color: var(--color-blue-hover);
}
.hero-button.call-button:hover span::before {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/call-button-hover.svg);
}
.hero-button:first-child {
  margin-right: 24px;
}
.hero-banner {
  /* flex-basis: 45%; */
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 760px;
}
.hero-banner img {
  width: 100%;
}
@media screen and (max-width: 954px) {
  #hero {
    padding-block: 60px;
    --radius: 1200px;
  }
  #hero .container {
    flex-direction: column;
    align-items: center;
  }
  #hero::before {
    height: 100%;
    width: 100%;
  }
  #hero::after {
    left: calc(50% - var(--radius));
    top: auto;
    bottom: calc(80vw - 2 * var(--radius)); /* 75vw */
  }
  .hero-content {
    /* flex-basis: 100%; */
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  .hero-description {
    /* margin-bottom: 16px; */
    margin-bottom: 0px;
  }
  .hero-title {
    text-align: center;
    margin-bottom: 16px;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-button {
    margin-inline: 12px !important;
  }
  .hero-banner {
    width: 100%;
    /* display: flex; */
    /* align-items: center; */
    max-width: 65%; /* 480 */
    margin-top: 14vw; /* 10vw */
  }
}
@media screen and (max-width: 768px) {
  #hero {
    margin-top: 68px;
  }
  .hero-description {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 540px) {
  #hero {
    /* margin-top: 68px; */
    padding: 40px 0 32px;
    --radius: 800px;
  }
  #hero::after {
    /* left: calc(50% - var(--radius)); */
    /* top: auto; */
    bottom: calc(111vw - 2 * var(--radius)); /* 105vw */
  }
  .hero-title {
    font-size: 32px;
    line-height: 48px;
  }
  .hero-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-button {
    max-width: none;
  }
  .hero-banner {
    /* width: 100%; */
    /* display: flex; */
    /* align-items: center; */
    max-width: 100%; /* 480 */
    margin-top: 20vw;
  }
}

/* BLOCK OVERVIEW */

#overview {
  /* padding-top: 100px; */
  /* padding-bottom: 120px; */
  background-color: var(--color-blue-bg);
}
.overview-steps {
  position: relative;
  /* display: flex; */
  /* justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}
.overview-steps-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overview-steps-bg.tablet,
.overview-steps-bg.mobile {
  display: none;
}
.overview-step-wrapper {
  position: relative;
  flex: 1;
  aspect-ratio: 440 / 630;
  padding: 14%; /* 60px */
  margin-block: auto;
  z-index: 1;
}
.overview-steps-cubes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.overview-step {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: min(30px, 2.5vw);
  overflow: hidden;
}
.overview-step img {
  width: 100%;
  object-fit: contain;
  border-radius: min(30px, 2.5vw);
}
.overview-step-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 18px;
  background-color: var(--color-white);
  z-index: 1;
}
.overview-step-description h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 1440px) {
  #overview {
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
  }
}
@media screen and (max-width: 954px) {
  .overview-steps {
    grid-template-columns: 1fr 1fr;
  }
  .overview-steps-bg.desktop {
    display: none;
  }
  .overview-steps-bg.tablet {
    display: block;
  }
  .overview-step-wrapper:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .overview-step-wrapper:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .overview-step-wrapper:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .overview-step {
    border-radius: min(30px, 3.5vw);
  }
  .overview-step-description {
    padding: 16px;
  }
  .overview-step-description h3 {
    font-size: min(20px, 3vw);
    line-height: min(24px, 3.8vw);
  }
}
@media screen and (max-width: 540px) {
  #overview {
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
  }
  .overview-steps {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
  .overview-steps-bg.tablet {
    display: none;
  }
  .overview-steps-bg.mobile {
    display: block;
  }
  .overview-step-wrapper {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  .overview-step-wrapper:nth-child(even) {
    margin-left: 15%;
  }
  .overview-step-wrapper:nth-child(odd) {
    margin-right: 15%;
  }
  .overview-step {
    border-radius: 5.5vw;
  }
  .overview-step-description {
    padding: min(16px, 3vw);
  }
  .overview-step-description h3 {
    font-size: min(20px, 4vw);
    line-height: min(24px, 4.8vw);
  }
}

/* BLOCK NICHES */

#niches {
  /* padding-top: 100px; */
  /* padding-bottom: 100px; */
  background-color: var(--color-gray-bg);
}

#niches .t-subtitle {
  margin-bottom: 40px;
}
/* #niches .swiper {
  margin-top: 40px;
} */
.niches-wrapper {
  height: 840px;
  /*display: grid;*/
  /*grid-template-columns: 1fr 1fr 1fr;*/
  /*gap: 24px;*/
  /*width: 100%;*/
  /* margin-top: 40px; */
}
/*.swiper .niches-wrapper {*/
/*  display: flex;*/
/*  gap: 0;*/
/*  padding-bottom: 36px;*/
/*}*/
.niche {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background-color: var(--color-white);
  border-radius: 20px;
}
.swiper .niche {
  height: auto;
}
.niche-icon {
  width: 100px;
}
.niche h3 {
  margin-top: 16px;
  margin-bottom: 10px;
  text-align: left;
  color: var(--color-blue-deep);
}
.niche li {
  margin-left: 24px;
  padding: 6px;
}
.niche li::marker {
  /* content: counter(list-item) ' '; */
  font-weight: 900;
  color: var(--color-blue);
}
.niche-browse {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/niche-browse.svg);
}

.niche-browse-space {
  width: 40px;
  height: 40px;
}

.niche-browse:hover {
  float: right;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/niche-browse-hover.svg);
}

img {
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .niches-wrapper {
    height: 1280px;
  }
  #features > .container {
    width: 100%;
  }
  #features .swiper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .niches-wrapper {
    height: auto;
  }
  #niches > .container {
    width: 100%;
  }
  .swiper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*@media screen and (max-width: 1440px) {*/
/*  #niches {*/
/*    !* padding-top: 60px; *!*/
/*    !* padding-bottom: 60px; *!*/
/*  }*/
/*}*/
/*@media screen and (max-width: 954px) {*/
/*  .niches-wrapper {*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 24px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 648px) {*/
/*  .niches-wrapper {*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 540px) {*/
/*  #niches {*/
/*    !* padding-top: 40px; *!*/
/*    !* padding-bottom: 22px; *!*/
/*  }*/
/*  #niches .t-subtitle {*/
/*    margin-bottom: 32px;*/
/*  }*/
/*  .niches-wrapper {*/
/*    grid-template-columns: 1fr;*/
/*    gap: 16px;*/
/*    !* margin-top: 32px; *!*/
/*  }*/
/*  .niche {*/
/*    padding: 16px;*/
/*  }*/
/*}*/

/* BLOCK FEATURES */

#features {
  /* padding-top: 100px; */
  /* padding-bottom: 120px; */
}
#features .t-subtitle {
  margin-bottom: 40px;
}
.features-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
  /* margin-top: 40px; */
}
.swiper .features-wrapper {
  flex-wrap: nowrap;
  padding-bottom: 36px;
  gap: 0;
}
.feature {
  /* flex: 1 1 200px; */
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 200px;
  text-align: center;
  /* margin-block: auto; */
}

.feature > img {
  width: 140px;
  height: 140px;
}

.swiper .feature {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.feature h3 {
  margin-top: 16px;
  margin-bottom: 12px;
}
.feature-description {
  color: var(--color-gray-dark);
}
@media screen and (max-width: 1440px) {
  #features {
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
  }
}
@media screen and (max-width: 1200px) {
  .features-wrapper {
    justify-content: space-evenly;
  }
  .feature {
    flex-grow: 0;
    flex-basis: calc(33% - 20px);
  }
}
@media screen and (max-width: 954px) {
}
@media screen and (max-width: 768px) {
  .feature {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 540px) {
  #features {
    /* padding-top: 40px; */
    /* padding-bottom: 60px; */
  }
  #features .t-subtitle {
    margin-bottom: 32px;
  }
  .feature {
    flex-basis: 100%;
  }
  .features-wrapper {
    gap: 32px;
  }
  .feature img {
    width: 120px;
    height: 120px;
  }
}

/* BLOCK ADVANTAGES & NOTIFICATIONS*/

#advantages {
  /* padding-top: 100px; */
  /* padding-bottom: 100px; */
  background-color: var(--color-blue-bg);
}
#notifications {
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
  /* background-color: var(--color-blue-bg); */
}
#advantages .sub-title,
#notifications .sub-title {
  margin-top: 16px;
}
.advantages-wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}
.advantage {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.advantage img {
  width: 100%;
  flex-shrink: 0;
  object-fit: contain;
}
.advantage-content {
  text-align: center;
}
.advantage h3 {
  text-align: inherit;
  margin-top: 24px;
  margin-bottom: 16px;
}
.advantage-description {
  text-align: inherit;
  color: var(--color-gray-dark);
}
@media screen and (max-width: 1440px) {
  #advantages,
  #notifications {
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
  }
  #advantages .sub-title,
  #notifications .sub-title {
    /* font-size: 16px;
    line-height: 24px; */
  }
}
@media screen and (max-width: 954px) {
  .advantages-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .advantage {
    flex-direction: row;
    align-items: center;
  }
  .advantage:nth-child(even) {
    flex-direction: row-reverse;
  }
  .advantage img {
    width: 50%;
  }
  .advantage-content {
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  #advantages,
  #notifications {
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
  }
  .advantages-wrapper {
    gap: 32px;
  }
  .advantage {
    flex-direction: column !important;
    gap: 0;
  }
  .advantage img {
    width: 100%;
  }
  .advantage-content {
    text-align: center;
  }
}

/* BLOCK MATERIALS */

#materials {
  background-color: var(--color-gray-bg);
  /* padding: 100px 0 120px 0; */
  overflow: hidden;
}

.materials-title {
  /* text-align: center; */
  /* margin-bottom: 60px; */
}
.materials-title .t-h0b {
  /* padding-bottom: 16px; */
}
.materials-title .sub-title {
  /* max-width: 920px;
  margin-inline: auto;
  margin-top: 16px; */
}
.swiper.materials {
  margin-top: 60px;
  overflow: visible;
}
.swiper.materials .swiper-slide {
  width: 280px;
}
.swiper.materials .swiper-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 238px;
  background-color: var(--color-white);
  border-radius: 20px;
}
.swiper.materials .swiper-img img {
  border-radius: 20px;
  max-height: 190px;
  max-width: 190px;
}
.swiper.materials .slide-description {
  margin-top: 24px;
  text-align: left;
}
.swiper.materials .slide-description h3 {
  text-align: left;
}
.swiper.materials .slide-description p {
  margin-top: 16px;
  color: var(--color-gray-dark);
}

@media screen and (max-width: 1720px) {
  #materials {
    /* padding-block: 60px; */
  }
  .materials-title .t-h0b {
    /* font-size: 32px; */
    /* line-height: 48px; */
  }
  .materials-title .sub-title {
    /* font-size: 16px; */
    /* line-height: 24px; */
  }
  .materials-title {
    /* margin-bottom: 40px; */
  }
  .swiper.materials {
    margin-top: 40px;
  }
  .swiper.materials .slide-description .t-h2b {
    /* font-size: 20px; */
    /* line-height: 30px; */
  }
  .swiper.materials .slide-description p {
    /* font-size: 14px; */
    /* line-height: 20px; */
  }
}
@media screen and (max-width: 1440px) {
  #materials {
    /* padding: 60px 0 80px 0; */
  }
  .materials-title {
    /* margin-bottom: 40px; */
  }
  .materials-title .sub-title {
    /* font-size: 16px;
    line-height: 24px; */
  }
}
@media screen and (max-width: 540px) {
  #materials {
    /* padding-block: 40px; */
  }
  .materials-title {
    /* margin-bottom: 16px; */
  }
  .swiper.materials {
    margin-top: 24px;
  }
}

/* BLOCK PRICE */

#prices .container {
  /* padding-block: 100px; */
  text-align: center;
}
.questions-subtitle {
  margin-top: 16px;
}
.price-plan {
  display: inline-block;
  border-radius: 24px;
  background-color: var(--color-gray-very-light);
  margin-inline: auto;
  /* margin-top: 20px; */
  /* margin-bottom: 32px; */
  margin-block: 20px;
  padding: 4px;
}
.plan-period {
  display: inline-block;
  font-weight: 700;
  height: 40px;
  border-radius: 20px;
  padding: 6px;
  line-height: 28px;
  cursor: pointer;
  transition: 0.3s;
}
.plan-period span {
  margin-inline: 6px;
}
.plan-period.month {
  min-width: 177px;
}
.plan-period.year {
  min-width: 190px;
  margin-left: 14px;
}
.price-plan[data-period='month'] .plan-period.month,
.price-plan[data-period='year'] .plan-period.year {
  background-color: var(--color-blue);
  color: var(--color-white);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.plan-period:hover:not(.active) {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  color: var(--color-blue);
}
.year-discount {
  display: inline-block;
  height: 28px;
  background-color: var(--color-white);
  border-radius: 14px;
  color: var(--color-green);
  padding: 6px 13px;
  margin-left: 2px;
  line-height: 16px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.price-free {
  margin-bottom: 24px;
  padding: 14px;
  width: 100%;
  border: 1px solid var(--color-blue);
  border-radius: 12px;
  background-color: var(--color-blue-bg);
}

/* .price-calculator-cubes {
  position: relative;
  padding: 54px;
}
.price-cube {
  position: absolute;
}
.price-cube.top {
  top: 0;
}
.price-cube.bottom {
  bottom: 0;
}
.price-cube.left {
  left: 0;
}
.price-cube.right {
  right: 0;
} */
.price-calculator-wrapper {
  display: flex;
  text-align: left;
}

.price-calculator {
  flex-grow: 1;
  display: flex;
  border: 1px solid var(--color-blue);
  border-radius: 16px;
  box-shadow: 0px 2px 25px 0px #4d4d4d1a;
  overflow: hidden;
}
.calculator-settings {
  flex-basis: 76%;
  padding: 32px 24px 24px;
}
.settings-title {
  padding-bottom: 12px;
  text-align: left;
}
.settings-description {
  padding-top: 4px;
  padding-bottom: 12px;
}
.settings-slider-title {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.slider-number {
  position: relative;
  padding-right: 37px;
}
.slider-number::after {
  position: absolute;
  display: inline-block;
  content: '';
  right: 0;
  top: 0;
  height: 32px;
  width: 32px;
}
.slider-number.users::after {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/calculator_users.svg?v=40730);
}
.slider-number.codes::after {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/calculator_codes.svg?v=40730);
}

.settings-slider {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--color-gray-bg);
  border-radius: 5px;
  margin-block: 30px;
}

.settings-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: none;
  background-color: var(--color-blue);
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/slider-thumb.svg?v=40730);
  cursor: pointer;
}
.settings-slider::-moz-range-thumb {
  -moz-appearance: none;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: none;
  background-color: var(--color-blue);
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/slider-thumb.svg?v=40730);
  cursor: pointer;
}
.slider-values {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.value-min {
  width: 48px;
  text-align: center;
}
.value-points {
  flex-grow: 1;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/point.svg?v=40730);
}
.value-max {
  width: 50px;
  text-align: right;
}
.price-calculator > .settings-questions {
  display: none;
}
.settings-question {
  display: inline-block;
  position: relative;
  margin-top: 12px;
}
.settings-question i {
  position: relative;
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 28px;
  width: 24px;
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/question.svg?v=40730);
  background-repeat: no-repeat;
}
.settings-question i .tooltip {
  display: none;
  position: absolute;
  top: -8px;
  transform: translateY(-100%);
  padding: 16px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  white-space: normal;
  text-wrap: wrap;
  border-radius: 12px;
  border: 1px solid var(--color-gray-very-light);
  width: max-content;
  z-index: 10;
  background-color: var(--color-white);
  box-shadow: 0px 2px 25px 0px #4d4d4d1a;
}
.settings-question i:hover {
  background-image: url(https://ams1.vultrobjects.com/askfor/landing/img/question-hover.svg?v=40730);
}
.settings-question i:hover .tooltip {
  display: block;
}

.calculator-result {
  flex-basis: 33%;
  min-width: 410px;
}
.result-title {
  width: 100%;
  text-align: center;
  background-color: var(--color-blue);
  color: var(--color-white);
  padding: 9px;
}
.result-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--color-blue-bg);
  border-left: 1px solid var(--color-blue);
  padding: 54px 24px 48px;
  height: calc(100% - 48px);
}
.result-total {
  border-bottom: 2px solid var(--color-blue);
  font-size: 0;
  padding-bottom: 24px;
  margin-bottom: 12px;
}
.total-sum-currency,
.total-sum,
.total-sum-decimal {
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}
.total-sum-currency {
  padding-right: 8px;
}
.total-period {
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
  display: none;
  padding-left: 8px;
}
.price-plan[data-period='month'] ~ * .total-period.month,
.price-plan[data-period='year'] ~ * .total-period.year {
  display: inline-block;
}
.total-included {
  font-size: 32px;
  line-height: 48px;
  padding-top: 12px;
}
.next-options {
  padding-top: 16px;
  max-width: 100%;
}
.next-options span {
  display: none;
}
.price-plan[data-period='month'] ~ * .next-options span.month,
.price-plan[data-period='year'] ~ * .next-options span.year {
  display: inline-block;
}

.price-enterprise {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 32px;
  padding: 32px 24px 48px;
  text-align: left;
  max-width: 320px;
  border-radius: 16px;
  box-shadow: 0px 2px 25px 0px #4d4d4d1a;
}
.enterprise-description {
  margin-top: 16px;
}
.enterprise-action {
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
  margin-top: 32px;
  padding-bottom: 16px;
}
.enterprise-option {
  margin-top: 16px;
}
.enterprise-button {
  padding-inline: 10px;
  margin-top: 40px;
}

.settings-slider-title .t-h2b {
  font-size: 20px;
  line-height: 30px;
}
.slider-number::after {
  height: 30px;
  width: 30px;
}
.slider-values {
  padding-bottom: 12px;
}
.settings-questions .t-h3b {
  font-size: 16px;
  line-height: 24px;
}
.calculator-result {
  min-width: 340px;
}
.result-wrapper {
  padding: 54px 24px 32px;
}
.total-sum-currency,
.total-sum,
.total-sum-decimal {
  font-size: 38px;
  line-height: 56px;
}
.total-period {
  font-size: 24px;
  line-height: 56px;
}
.total-included {
  font-size: 24px;
  line-height: 32px;
}
.total-included.codes {
  margin-bottom: 8px;
}
.next-options {
  font-size: 16px;
  line-height: 24px;
}
.price-enterprise {
  padding: 32px 24px 32px;
}
.price-enterprise .t-h1b {
  font-size: 24px;
  line-height: 32px;
}
.price-enterprise .enterprise-description {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.price-enterprise .enterprise-action {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 24px;
  padding-bottom: 16px;
}
.price-enterprise .enterprise-option {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 1720px) {
  #prices .container {
    /* padding-block: 60px; */
  }
  #prices .t-h0b {
    /* font-size: 32px; */
    /* line-height: 48px; */
  }
  .settings-title {
    /* font-size: 24px; */
    /* line-height: 32px; */
  }
  /* .settings-description {
    font-size: 16px;
    line-height: 24px;
  }
  .settings-slider-title .t-h2b {
    font-size: 20px;
    line-height: 30px;
  }
  .slider-number::after {
    height: 30px;
    width: 30px;
  }
  .slider-values {
    padding-bottom: 12px;
  }
  .settings-questions .t-h3b {
    font-size: 16px;
    line-height: 24px;
  }
  .calculator-result {
    min-width: 340px;
  }
  .result-wrapper {
    padding: 54px 24px 32px;
  }
  .total-sum-currency,
  .total-sum,
  .total-sum-decimal {
    font-size: 48px;
    line-height: 56px;
  }
  .total-period {
    font-size: 24px;
    line-height: 56px;
  }
  .total-included {
    font-size: 24px;
    line-height: 32px;
  }
  .total-included.codes {
    margin-bottom: 8px;
  }
  .next-options {
    font-size: 16px;
    line-height: 24px;
  }
  .price-enterprise {
    padding: 32px 24px 32px;
  }
  .price-enterprise .t-h1b {
    font-size: 24px;
    line-height: 32px;
  }
  .price-enterprise .enterprise-description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .price-enterprise .enterprise-action {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    margin-top: 24px;
    padding-bottom: 16px;
  }
  .price-enterprise .enterprise-option {
    font-size: 16px;
    line-height: 24px;
  } */
}
@media screen and (max-width: 1440px) {
  .questions-subtitle {
    /* font-size: 16px; */
    /* line-height: 24px; */
  }
}
@media screen and (max-width: 1280px) {
  .price-calculator-wrapper {
    flex-direction: column;
  }
  .price-enterprise {
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 32px;
  }
  .enterprise-button {
    max-width: 420px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 940px) {
  .price-calculator {
    flex-direction: column;
    overflow: visible;
  }
  .result-wrapper {
    border-left: none;
    padding: 32px 32px 40px;
  }
  .result-total {
    text-align: center;
  }
  .result-wrapper .button {
    margin-top: 40px;
  }
  .total-included.codes {
    margin-bottom: 16px;
  }
  .price-calculator > .settings-questions {
    display: block;
    padding: 12px 24px 24px;
  }
  .calculator-settings > .settings-questions {
    display: none;
  }
  .price-enterprise {
    text-align: left;
  }
  .enterprise-button {
    max-width: 100%;
  }
}
@media screen and (max-width: 854px) {
  .price-plan {
    /* margin-top: 20px; */
  }
}
@media screen and (max-width: 540px) {
  #prices .container {
    /* padding-block: 40px 20px; */
  }
  .price-plan {
    /* margin-bottom: 20px; */
  }
  .price-plan > * {
    display: block;
  }
  .plan-period.year {
    margin-left: 0;
    margin-top: 4px;
  }
  .price-free {
    margin-bottom: 20px;
  }
  /* .price-calculator-cubes {
    position: relative;
    padding: 0;
  }
  .price-cube {
    display: none;
  } */
  .calculator-settings {
    padding: 16px;
  }
  .calculator-result {
    min-width: auto;
  }
  .slider-values {
    padding-bottom: 16px;
  }
  .price-enterprise {
    text-align: left;
    margin-top: 20px;
    padding: 16px;
  }
  .result-wrapper {
    padding: 24px 16px 32px;
  }
  .result-total {
    padding-bottom: 16px;
    margin-bottom: 4px;
  }
  .total-included.codes {
    margin-bottom: 12px;
  }
  .next-options {
    padding-top: 12px;
  }
  .result-wrapper .button {
    margin-top: 32px;
  }
  .price-calculator > .settings-questions {
    padding: 12px 16px 24px;
  }
}

/* BLOCK CLIENTS */

#clients {
  /* padding-top: 100px; */
  /* padding-bottom: 90px; */
  background-color: var(--color-gray-bg);
  overflow: hidden;
}
#clients .container {
  position: relative;
  --gradient-width: min(300px, 25vw);
  --gradient-offset: calc(var(--gradient-width) / 2);
  width: min(100%, var(--width-container) + var(--gradient-width));
  overflow: hidden;
}
#clients .swiper::before,
#clients .swiper::after {
  content: '';
  position: absolute;
  top: 0;
  width: var(--gradient-width);
  height: 100%;
  z-index: 2;
}
#clients .swiper::before {
  left: 0;
  background: linear-gradient(
    to right,
    var(--color-gray-bg) 20%,
    rgba(248, 250, 251, 0)
  );
}
#clients .swiper::after {
  right: 0;
  background: linear-gradient(
    to left,
    var(--color-gray-bg) 20%,
    rgba(248, 250, 251, 0)
  );
}
#clients .sub-title {
  /* display: inline-block; */
  margin-top: 16px;
  margin-inline: auto;
  max-width: 75%;
  text-align: center;
  color: var(--color-gray-very-dark);
}
#clients .swiper {
  margin-top: 40px;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
#clients .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 360px; */
  /* height: 168px; */
  aspect-ratio: 360 / 168;
  /* max-width: 360px; */
  /* height: 100%; */
  /* padding: 20px; */
  /* border-radius:18px; */
  background-color: var(--color-white);
}
.client-slide {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5.5%; /* 20px */
  border-radius: 5%; /* 18px */
}
#clients .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
  #clients {
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
  }
  #clients .sub-title {
    /* font-size: 16px;
    line-height: 24px; */
  }
}

/* BLOCK FEEDBACK */
#feedback {
  /* padding-top: 100px; */
  padding-bottom: min(5%, 80px);
  background-color: var(--color-blue-bg);
}
#feedback h2 {
  /* margin-bottom: 16px; */
}
#feedback .sub-title {
  /* color: var(--color-gray-very-dark); */
}
.feedback-wrapper {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.feedback-girl {
  position: absolute;
  bottom: 0px; /* 45px */
  left: 40px;
  transform: translate(0, 9.4%);
  width: 45%;
  aspect-ratio: 630 / 478;
  z-index: 1;
}
.feedback-block {
  display: flex;
  width: 100%;
  padding: 40px;
  /* gap: 40px; */
  margin-block: 45px;
  background-color: var(--color-gray-bg);
  border-radius: 40px;
}
.feeback-description {
  display: block;
  width: 1000px;
  padding-right: 40px;
  margin-top: 16px;
}

.feedback-empty {
  width: 55%;
}

.feedback-form {
  width: 45%;
  /* margin-left: 55%; */
  padding: 48px;
  background-color: var(--color-white);
  border-radius: 30px;
}
.feedback-input {
  margin-top: 24px;
}
#feedback button {
  margin-top: 24px;
}
.status-success,
.status-fail {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 28px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.status-success span,
.status-fail span {
  padding: 2px 6px 0;
}
.status-success {
  color: var(--color-green);
}
.status-fail {
  color: var(--color-red);
}
.feedback-form.success,
.feedback-form.fail {
  padding-bottom: 36px;
}
.feedback-form.success .status-success,
.feedback-form.fail .status-fail {
  display: flex;
}
@media screen and (max-width: 1440px) {
  #feedback {
    /* padding-top: 60px; */
    /* padding-bottom: min(5%, 80px); */
  }
  #feedback .sub-title {
    /* font-size: 16px;
    line-height: 24px; */
  }
  /* .feedback-wrapper {
    margin-top: 40px;
  } */
}

@media screen and (min-width: 768px) {
  .materials > .swiper-wrapper.vending {
    justify-content: center;
  }
}

@media screen and (max-width: 940px) {
  .feedback-block {
    flex-direction: column;
    padding: 40px 0 0;
  }
  .feedback-girl {
    left: 50%;
    transform: translate(-50%, 9.4%);
    width: 90%;
    max-width: 550px;
  }
  .feeback-description {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .feedback-form {
    width: calc(100% - 80px);
    margin-inline: auto;
  }
  .feedback-girl-image {
    width: 90%;
    max-width: 550px;
    aspect-ratio: 630 / 478;
  }
}
@media screen and (max-width: 540px) {
  #feedback {
    /* padding-top: 40px; */
    /* padding-bottom: min(5%, 80px); */
  }
  .feedback-wrapper {
    margin-top: 16px;
  }
  .feedback-block {
    padding-top: 16px;
    margin-top: 24px;
  }
  /* .feedback-girl {
    left: 50%;
    transform: translate(-50%, 9.4%);
    width: 90%;
    max-width: 550px;
  } */
  .feeback-description {
    margin-bottom: 16px;
  }
  .feedback-form {
    width: calc(100% - 36px);
    padding: 16px;
    /* margin-inline: auto; */
  }
  /* .feedback-girl-image {
    width: 90%;
    max-width: 550px;
    aspect-ratio: 630 / 478;
  } */
}

/* BLOCK APP */
#app {
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
  background-color: var(--color-blue-bg);
}
#app .container {
  position: relative;
  /* padding-block: 5%; 70px */
  padding-bottom: calc(0.05 * var(--width-container));
}
.app-phone {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 45%;
  max-height: 110%;
}
.app-block {
  background-color: var(--color-blue);
  border-radius: 40px;
  padding: 8% 60% 8% 8%;
}
.app-title {
  text-align: left;
  color: var(--color-white);
  font-size: 48px;
  line-height: 56px;
}
.app-description {
  margin-top: 16px;
  color: var(--color-white);
}
#app .app-buttons {
  display: flex;
  margin-top: 24px;
}
#app .app-buttons .button {
  height: 60px;
  padding: 8px 16px;
}
#app .app-buttons .button:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 1200px) {
  .app-phone {
    right: 0;
    width: 55%;
  }
  .app-title {
    font-size: 32px;
    line-height: 48px;
  }
  #app .app-buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 940px) {
  .app-phone {
    right: 5%;
    width: 80%;
  }
  .app-block {
    background-color: var(--color-blue);
    border-radius: 40px;
    padding: 8% 8% 100% 8%;
  }
  .app-title {
    font-size: 48px;
    line-height: 56px;
  }
  .app-title,
  .app-description {
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .app-title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* BLOCK FOOTER */
.footer {
  width: 100%;
  background-color: var(--color-blue-deep);
}
.footer .container {
  padding-top: 40px;
}
.footer-wrapper {
  display: flex;
  align-items: flex-start;
}
.footer-logo {
  display: flex;
  justify-content: space-between;
}
.footer-logo .askfor {
  max-width: 100%;
  margin-right: 16px;
}
.footer-logo .linkedin {
  display: none;
}
.footer-menu {
  position: relative;
  flex-grow: 1;
  display: flex;
  justify-content: space-evenly;
  color: var(--color-white);
}
.footer-item {
  max-width: 20%;
  padding-right: 16px;
}
.footer-menu-title {
  --interactive: 0;
  margin-block: auto;
}
.footer-menu-title img {
  display: none;
}
.footer-links {
  display: flex;
  flex-direction: column;
}
.footer-link {
  margin-top: 16px;
  color: var(--color-white);
}
a.footer-link:hover {
  color: var(--color-blue-hover);
}
.footer-copyright {
  margin-top: 40px;
  padding-block: 24px;
  color: var(--color-white);
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 940px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: normal;
  }
  .footer-menu {
    margin-top: 16px;
  }
  .footer-item {
    flex: 1;
    max-width: 25%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 648px) {
  .footer-logo .linkedin {
    display: block;
  }
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu-title {
    --interactive: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  .footer-menu-title img {
    display: block;
    transition: 0.5s ease-in-out;
  }
  .footer-menu-title.show img {
    /* transform: rotate(180deg); */
    transform: scaleY(-1);
  }
  .footer-item {
    padding-right: 0;
    max-width: 100%;
  }
  .footer-links {
    max-height: 0;
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
  }
  .footer-link {
    margin-top: 10px;
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
  }
}

/* BLOCK ALTERNATIVES */

#alternatives {
  background-color: var(--color-gray-bg);
}
.alternatives-items {
  margin-top: 40px;
}
.alternatives-item {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.alternatives-item:nth-child(even) {
  flex-direction: row-reverse;
}
.alternatives-item > img {
  width: 45%;
}
.alternatives-item-content {
  margin-inline: 5%;
  width: 65%;
}
.alternatives-item-content * {
  text-align: left;
}
.alternatives-item-content p {
  margin-top: 16px;
  color: var(--color-gray-dark);
}

.feature-icon {
  width: 140px;
  height: 140px;
}

@media screen and (max-width: 940px) {
  .alternatives-item {
    flex-direction: column !important;
    margin-top: 40px;
  }
  .alternatives-item > img {
    width: 80%;
  }
  .alternatives-item-content {
    margin-top: 24px;
    width: 80%;
  }
  .alternatives-item-content * {
    text-align: center;
  }
}
@media screen and (max-width: 540px) {
  .alternatives-item > img {
    width: 100%;
  }
  .alternatives-item-content {
    margin-top: 24px;
    width: 100%;
  }
}

.swiper-scrollbar {
  height: 8px;
}

.swiper-scrollbar-drag {
  background-color: var(--color-blue);
}