@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
.f-18 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.f-14 {
  font-size: 14px;
}

.f-muted {
  opacity: 0.8;
}

.bluish-clickable {
  color: #73728F;
  cursor: pointer;
  transition: 0.3s all;
  opacity: 1;
}

.bluish-clickable:hover {
  opacity: 0.6;
}

#privacy-modal, #policy-modal {
  line-height: 1.4;
  word-break: break-word;
}

#privacy-modal .modal-wrapper, #policy-modal .modal-wrapper {
  max-width: 60vw;
}

#privacy-modal p, #policy-modal p {
  margin-top: 10px;
  margin-bottom: 25px;
}

#privacy-modal li, #policy-modal li {
  margin-top: 8px;
  margin-bottom: 8px;
  word-break: break-word;
}

#privacy-modal .abc, #policy-modal .abc {
  list-style-type: lower-alpha;
}

#privacy-modal ol li ol, #policy-modal ol li ol {
  list-style-type: upper-roman;
}

.orange {
  color: #FF7066;
}

.black {
  color: #25243E;
}

.white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf::after {
  content: "";
  clear: both;
  display: block;
}

.inline {
  display: inline-block;
}

.label-mb label {
  margin-bottom: 7px;
}

.label-mb label:last-child {
  margin-bottom: 0 !important;
}

.center {
  text-align: center;
}

.right-align {
  text-align: right;
}

.left-align {
  text-align: left;
}

label.checkbox {
  display: block;
  cursor: pointer;
  line-height: 23px;
  position: relative;
}

label.checkbox * {
  box-sizing: border-box !important;
}

label.checkbox input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

label.checkbox input[type=checkbox]:checked ~ .checkbox {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

label.checkbox input[type=checkbox]:checked ~ .checkbox::after {
  display: block;
}

label.checkbox input[type=checkbox]:disabled ~ .checkbox,
label.checkbox input[type=checkbox].disabled ~ .checkbox {
  pointer-events: none;
  background: #dcdcdc !important;
  border-color: #dcdcdc !important;
}

label.checkbox .checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

label.checkbox .checkbox {
  position: absolute;
  transition: 0.3s all;
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #dcdcdc;
  float: left;
  margin-top: 2px;
}

label.checkbox .checkbox.rounded {
  border-radius: 50%;
}

label.checkbox .text {
  margin-left: 20px;
  padding-left: 6px;
  display: block;
  float: left;
}

label.checkbox:hover .checkbox {
  border-color: #00cfdd;
}

label.checkbox::after {
  content: "";
  clear: both;
  display: block;
}

input[type=text],
input[type=password] {
  color: #73728f;
  padding: 18px;
  padding-left: 44px;
  background-color: #ffffff;
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
  border: 1px solid white;
  border-color: white;
  outline: none;
  border-radius: 60px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
}

input[type=text]:not([value=""]),
input[type=password]:not([value=""]) {
  border-color: rgba(0, 207, 221, 0.2);
}

input[type=text]:hover,
input[type=password]:hover {
  border-color: rgb(0, 159.2307692308, 170);
}

input[type=text]:focus,
input[type=password]:focus {
  border-color: #00cfdd;
}

input[type=text]:disabled,
input[type=text].disabled,
input[type=password]:disabled,
input[type=password].disabled {
  pointer-events: none;
  border-color: #eeeeee;
  background-color: #eeeeee;
}

input[type=text].error,
input[type=password].error {
  border-color: #d62d30;
  color: #d62d30;
}

.input-img-internet {
  background-position: 19px 18px;
  background-repeat: no-repeat;
  background-image: url("/assets/svgs/internet.svg");
  width: calc(400px - 45px - 19px);
}

.input-img-invitationCode {
  background-position: 19px 18px;
  background-repeat: no-repeat;
  background-image: url("/assets/svgs/dashboard/invitation-code.svg");
  width: calc(400px - 45px - 19px);
}

.input-img-description {
  background-position: 19px 18px;
  background-repeat: no-repeat;
  background-image: url("/assets/svgs/dashboard/description.svg");
  width: calc(400px - 45px - 19px);
}

.input-img-internet.smallwidth {
  width: calc(100% - 45px - 19px) !important;
}

.input-img-mail {
  background-position: 19px 18px;
  background-repeat: no-repeat;
  background-image: url("/assets/svgs/email.svg");
  width: calc(100% - 45px - 19px);
}

.input-img-user {
  background-position: 19px 18px;
  background-repeat: no-repeat;
  background-image: url("/assets/svgs/user.svg");
  width: calc(100% - 45px - 19px);
}

.input-img-lock {
  background-position: 19px 18px;
  background-repeat: no-repeat;
  background-image: url("/assets/svgs/lock.svg");
  width: calc(100% - 45px - 19px);
}

.input-img-full-width {
  width: calc(100% - 45px - 19px);
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

label.radio {
  display: block;
  cursor: pointer;
  line-height: 23px;
  position: relative;
}

label.radio .radio::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background: #00cfdd;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

label.radio .radio {
  position: absolute;
  transition: 0.3s all;
  border-radius: 5px;
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #dcdcdc;
  float: left;
  margin-top: 1px;
}

label.radio .text {
  margin-left: 20px;
  padding-left: 6px;
  display: block;
  float: left;
}

label.radio * {
  box-sizing: border-box !important;
}

label.radio input[type=radio] {
  visibility: hidden;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

label.radio input[type=radio]:checked ~ .radio {
  border-color: #00cfdd;
}

label.radio input[type=radio]:checked ~ .radio::after {
  display: block;
}

label.radio:hover .checkbox {
  border-color: #00cfdd;
}

label.radio::after {
  content: "";
  clear: both;
  display: block;
}

.error-text {
  font-size: 12px;
  line-height: 130%;
  color: #d62d30;
  margin-left: 20px;
  margin-top: 6px;
  display: none;
}

.blue-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 6px;
  margin-right: 25px !important;
  line-height: 35px;
}

.blue-radio input {
  display: none;
}

.blue-radio .radio-circle {
  width: 18px;
  height: 18px;
  border: 2px solid #00cfdd !important;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: background 0.2s, border 0.2s;
}

.blue-radio input:checked + .radio-circle {
  background-color: white;
}

.blue-radio input:checked + .radio-circle::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00cfdd !important;
  border-radius: 50%;
  display: block;
}

img {
  pointer-events: none;
}

.rectangle-bg {
  position: absolute;
  top: 5%;
  right: 8%;
  transform: rotate(90deg);
  z-index: -1;
}

.triangle-bg {
  position: absolute;
  top: 17%;
  right: 7%;
  z-index: -1;
}

.blue-bg {
  position: absolute;
  width: 60%;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.factory-bg {
  z-index: -1;
  width: 35%;
  position: absolute;
  right: 15vw;
  top: 10vh;
}

.main-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}

.yummy-bg {
  position: absolute;
  top: 8vh;
  right: 48vw;
}

.yummy-bg span {
  position: absolute;
  width: 110px;
  height: 64px;
  right: 70px;
  top: 70px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  /* white */
  color: #FFFFFF;
  transform: rotate(15.6deg);
}

.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(to right, rgb(255, 95, 109), rgb(255, 195, 113));
  background: linear-gradient(to right, rgb(255, 95, 109), rgb(255, 195, 113));
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  border-radius: 20px;
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
  border-radius: 16px;
}

.toast-close {
  opacity: 0.4;
  padding: 0 5px;
  padding-left: 15px;
}

.toastify-right {
  right: 35px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
  }
}
.row {
  width: 100%;
  margin-top: 20px;
}

.row .col {
  float: left;
}

.row .col.half {
  width: calc(50% - 40px);
  padding: 0 20px;
}

.row .full {
  width: calc(100% - 40px);
  padding: 0 20px;
}

.setup-btns-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.btn-gradient__container {
  display: flex;
  flex-direction: column;
}

@media (max-width: 925px) {
  .btn-gradient__container {
    align-items: center;
  }
}
.setup-btns-container__extra-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
  margin-left: 20px;
}

@media (max-width: 925px) {
  .setup-btns-container {
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .setup-btns-container__extra-info {
    margin-left: 0;
  }
}
.row:nth-child(1) {
  margin-top: 0 !important;
}

.cf::after,
.row::after {
  content: "";
  clear: both;
  display: block;
}

.modal.before-open {
  transition: 0s all !important;
  opacity: 0;
  display: block;
}

.modal.before-open .modal-wrapper {
  left: -5%;
  transition: 0s all !important;
  top: 45%;
  opacity: 0;
}

.modal.open {
  transition: 0.4s all !important;
  opacity: 1;
  display: block;
}

.modal.open .modal-wrapper {
  top: 50%;
  left: 0px;
  transition: 0.4s all !important;
  opacity: 1;
}

.modal.before-close {
  transition: 0s all !important;
  opacity: 1;
  display: block;
}

.modal.before-close .modal-wrapper {
  transition: 0s all !important;
  top: 50%;
  left: 0px;
  opacity: 1;
}

.modal.closed {
  transition: 0.4s all !important;
  left: 0px;
  opacity: 0;
}

.modal.closed .modal-wrapper {
  transition: 0.4s all !important;
  top: 55%;
  left: 5%;
  opacity: 0;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 112, 102, 0.29);
  overflow: auto;
  z-index: 999999;
}

.modal .modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 35px !important;
  color: white !important;
  font-weight: 500 !important;
  z-index: 9999999 !important;
  text-decoration: none !important;
  line-height: 20px;
  transition: 0.3s all;
  opacity: 1;
}

.modal .modal-close.dark {
  color: #555 !important;
}

.modal .modal-close:hover {
  opacity: 0.7;
}

.modal a:not(.btn, .btn-small),
.modal a:not(.btn, .btn-small):visited,
.modal a:not(.btn, .btn-small):active {
  font-family: Montserrat;
  font-weight: 600;
  color: #027CC0;
  transition: 0.3s all;
}

.modal a:not(.btn, .btn-small):hover {
  color: #ff7066;
}

.modal .modal-checkboxes label.checkbox {
  float: left;
  width: 50%;
  margin-bottom: 7px;
}

.modal img {
  z-index: -1;
}

.modal .btn {
  line-height: 32px;
}

.modal .modal-heading {
  margin-left: 15px;
  color: #73728f;
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 14px;
}

.modal .modal-section {
  background: white;
  padding: 25px;
  box-shadow: 0px 10px 65px rgba(0, 0, 0, 0.17);
  color: #73728f;
  border-radius: 15px;
}

.modal .modal-wrapper {
  top: 50%;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.54);
  transform: translate(0, -50%);
  margin: 0 auto;
  position: relative;
  background: #fbfbff;
  border-radius: 20px;
  padding: 30px 40px;
  margin-bottom: 35px;
  min-height: 200px;
}

.modal .modal-wrapper .blue {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-bottom-left-radius: 20px;
}

.modal .modal-wrapper .blue2 {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-top-left-radius: 20px;
}

.modal .modal-wrapper .blue3 {
  position: absolute;
  top: 12px;
  right: -13px;
  transform: rotate(90deg);
  overflow: hidden;
  border-top-left-radius: 20px;
}

.modal .modal-wrapper .purple {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-top-right-radius: 20px;
}

.modal .modal-wrapper .purple2 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
  overflow: hidden;
  border-top-right-radius: 20px;
}

.modal .modal-wrapper .modal-content h1 {
  font-family: Ubuntu, sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.customselect-content {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 45px;
  z-index: 9999;
  text-align: left;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 10px 65px rgba(0, 0, 0, 0.17);
}

.customselect-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  max-height: 300px;
}

.customselect-content ul li {
  font-size: 13px;
  line-height: 16px;
  color: #73728f;
  padding: 8px 15px;
  border-bottom: 1px solid #e8e8e8;
}

.customselect-content ul li:last-child {
  border-bottom: 0 !important;
  border-radius: 0px 0px 20px 20px;
}

.customselect-content ul li:hover {
  background: #eeeeee;
}

.customselect.active {
  border-radius: 30px 30px 0 0 !important;
}

.customselect.active .customselect-content {
  display: block;
}

.customselect.active.btn-dropdown::after {
  transform: rotate(180deg);
}

.customselect-content [selected] {
  pointer-events: none;
  color: #000;
  font-weight: 600;
}

.customselect-content [disabled] {
  pointer-events: none;
  color: #e4e4e4;
}

#setup-modal .modal-wrapper,
#new-template-modal .modal-wrapper,
#add-template-plugins .modal-wrapper,
#add-template-themes .modal-wrapper,
#template-summary .modal-wrapper {
  top: 30px !important;
  transform: translate(0, 0) !important;
}

#new-template-modal,
#add-template-plugins,
#add-template-themes,
#template-summary {
  margin-bottom: 50px;
}

.nocent .modal-wrapper {
  top: 40px !important;
  bottom: 40px !important;
  transform: translate(0, 0) !important;
  margin-bottom: 200px;
}

#modal-preloading {
  position: fixed;
  z-index: 10000;
  top: 40%;
  left: 3px;
  min-width: 40px;
  min-height: 40px;
  background: white;
  border: 1px solid red;
  padding: 6px;
}

/* Fix responsive issues */
@media (min-width: 459px) and (max-width: 752px) {
  #setup-modal .modal-wrapper {
    max-width: 80% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 670px) {
  #setup-modal .modal-content {
    margin-top: 25px;
  }
}
/* For 320px devices */
.customselect .btn-center.left-align {
  font-size: 13px;
}

@media (min-width: 340px) {
  .customselect .btn-center.left-align {
    font-size: initial;
  }
}
/* Space between CustomSelect */
#setup-modal .modal-wrapper .col.half {
  margin-top: 20px;
}

@media (min-width: 930px) {
  #setup-modal .modal-wrapper .col.half {
    margin-top: 0;
  }
}
/* Checkbox text font size */
#setup-modal .modal-wrapper label.checkbox .text {
  font-size: 14px;
}

@media (min-width: 340px) {
  #setup-modal .modal-wrapper label.checkbox .text {
    font-size: initial;
  }
}
/* Modal's second button */
/* For 320px devices */
a.wp-create.right.btn.btn-orange.btn-right-mar span.f-18 {
  font-size: 13px;
  display: inline-block;
  transform: scale(1.15);
}

@media (min-width: 355px) {
  a.wp-create.right.btn.btn-orange.btn-right-mar span.f-18 {
    font-size: 16px;
    display: inline-block;
    transform: scale(1.1);
  }
}
@media (min-width: 387px) {
  a.wp-create.right.btn.btn-orange.btn-right-mar span.f-18 {
    font-size: 18px;
    display: inline;
    transform: none;
  }
}
.modal-offset {
  margin-left: 25px;
}

header .big-shadow-c {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.13);
}

header .whiteblock {
  background: #fff;
  border-radius: 20px;
  padding: 15px;
}

header .menu {
  width: calc(255px - 30px);
  padding-top: 30px;
  padding-bottom: 19px;
}

header .lang-drop::before {
  content: "";
  position: absolute;
  right: 40px;
  top: -6px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}

header .lang-drop-active ~ .lang-drop {
  visibility: visible;
  opacity: 1;
}

header .lang-drop {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  width: calc(205px - 30px);
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 500;
  color: #bbb;
}

header .lang-drop hr {
  border-color: #ddd;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 0px;
  padding: 0;
  background: #ddd;
  border: 0;
  height: 1px;
  border-radius: 15px;
}

header .lang-drop li img,
header .lang-drop li svg {
  left: 10px !important;
}

header .menu .menu-title,
header .lang-drop .menu-title {
  margin-left: 25px;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

header .menu .hr,
header .lang-drop .hr {
  width: 100%;
  height: 25px;
}

header .menu a,
header .lang-drop a {
  color: #73728F;
  transition: 0.3s all;
}

header .menu .active a,
header .menu a:hover,
header .menu a.active,
header .lang-drop .active a,
header .lang-drop a:hover,
header .lang-drop a.active {
  color: #027CC0;
}

header .menu ul,
header .lang-drop ul {
  list-style: none;
  padding: 0;
}

header .menu ul li,
header .lang-drop ul li {
  position: relative;
  padding-left: 20px;
  line-height: 35px;
  color: #73728F;
  cursor: pointer;
  transition: 0.3s all;
  font-weight: 500;
}

header .menu ul li img,
header .menu ul li svg,
header .lang-drop ul li img,
header .lang-drop ul li svg {
  height: 17px;
  position: absolute;
  left: 25px;
  top: 8px;
  width: calc(100% - 20px);
}

header .menu ul li:hover,
header .menu ul li.active,
header .lang-drop ul li:hover,
header .lang-drop ul li.active {
  color: #027CC0;
}

header .menu ul li::before,
header .lang-drop ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: calc(100% - 16px);;
  margin-top: 8px;
  background: #fff;
  border-radius: 50px;
  transition: 0.3s all;
}

header .menu ul li.active::before,
header .lang-drop ul li.active::before {
  background: #027CC0;
}

header .language-dropdown-ua {
  padding-right: 20px;
  position: relative;
}

header .language-dropdown-ua.lang-drop-active svg {
  transform: rotate(180deg);
}

header .language-dropdown-ua svg {
  width: 16px;
  height: 16px;
  top: 2px;
  right: -3px;
  transition: 0.3s all;
  position: absolute;
}

header .language-dropdown-ua:hover svg {
  color: #d0463d !important;
}

.pointer-to-Inisev,
.pointer-to-Inisev .pointer-content,
.pointer-to-Inisev .inisev-link .arrow-right,
.pointer-to-Inisev .inisev-text-column,
.pointer-to-Inisev .inisev-link-wrapper,
.pointer-to-Inisev .inisev-projects-list-wrapper {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pointer-to-Inisev {
  width: 100%;
  margin-bottom: 40px;
}

.pointer-to-Inisev .pointer-content {
  position: relative;
}

@media (max-width: 1100px) {
  .pointer-to-Inisev .pointer-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .pointer-to-Inisev .pointer-content,
  .pointer-to-Inisev .inisev-projects-list-wrapper,
  .pointer-to-Inisev .inisev-projects-list-wrapper img {
    width: 100%;
  }
}
.pointer-to-Inisev span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media (min-width: 421px) {
  .pointer-to-Inisev span {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 420px) {
  .inisev-text-column {
    width: 100%;
  }
  .pointer-to-Inisev span {
    font-size: 16px;
    line-height: 12px;
  }
}
.pointer-to-Inisev a.colored-part {
  color: #EE7B6D !important;
  text-decoration: none;
}

.pointer-to-Inisev a.colored-part:hover {
  color: #ff7b6b !important;
}

@media (max-width: 650px) {
  .pointer-to-Inisev a.colored-part {
    line-height: 35px;
  }
}
@media (min-width: 601px) {
  .pointer-to-Inisev .visible-600 {
    display: none;
  }
}
.pointer-to-Inisev .inisev-link {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  color: #FFFFFF !important;
  background-size: 200% auto;
  /* background-image: linear-gradient(to right, #1D976C 0%, #93F9B9  51%, #1D976C  100%); */
  background-image: linear-gradient(to right, #ff6662 0%, #e76d8e 51%, #ff6663 100%);
  border-radius: 40px;
  position: relative;
  text-decoration: none;
  transition: background 0.5s;
  white-space: nowrap;
}

.pointer-to-Inisev .inisev-text-column {
  position: relative;
}

@media (min-width: 421px) {
  .pointer-to-Inisev .inisev-text-column::before {
    content: "";
    position: absolute;
    background-image: url("/assets/svgs/dots-background.svg");
    width: 117.92px;
    height: 123.4px;
    top: 13px;
  }
}
@media (min-width: 601px) {
  .pointer-to-Inisev .inisev-text-column::before {
    left: 25px;
  }
}
@media (min-width: 421px) and (max-width: 600px) {
  .pointer-to-Inisev .inisev-text-column::before {
    left: -100px;
  }
}
@media (min-width: 1101px) {
  .pointer-to-Inisev .inisev-text-column {
    margin-left: 20px;
  }
}
.pointer-to-Inisev .inisev-link-wrapper {
  width: 100%;
  position: absolute;
  right: 0;
}

@media (min-width: 421px) {
  .pointer-to-Inisev .inisev-link-wrapper {
    top: calc(100% + 20px);
  }
  .pointer-to-Inisev .inisev-link {
    padding: 10px 72.08px 10px 53.81px;
    font-size: 19px;
  }
}
@media (max-width: 420px) {
  .pointer-to-Inisev .inisev-link-wrapper {
    top: calc(100% + 10px);
  }
  .pointer-to-Inisev .inisev-link {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.pointer-to-Inisev .inisev-link:hover {
  background-position: right center;
}

.pointer-to-Inisev .inisev-link .arrow-right {
  position: absolute;
  right: 6.24px;
  top: 4.8px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 34.95px;
  height: 31.61px;
  border-radius: 100%;
}

.pointer-to-Inisev .inisev-link .arrow-right svg {
  width: 9.67px;
  height: 15.8px;
  margin-left: 2.61px;
}

@media screen and (max-width: 1300px) {
  .pointer-to-Inisev {
    margin-bottom: 200px;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

header {
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 1218px;
  margin: 0 auto;
  padding-top: 15px;
}

header ol {
  padding: 0;
}

header ol li {
  display: inline-block;
  text-decoration: none;
}

* {
  box-sizing: content-box !important;
}

.cost-block__pricing-table.pricing-table {
  box-sizing: border-box !important;
}

.toastify a {
  color: white !important;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}

.toastify a:active,
.toastify a:visited {
  color: white !important;
}

.toastify a:hover {
  opacity: 0.7;
}

#preloader {
  position: fixed;
  background: #ece9e6;
  background: -webkit-linear-gradient(to bottom, #ffffff, #ece9e6);
  background: linear-gradient(to bottom, #ffffff, #ece9e6);
  height: 100vh;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #333;
  z-index: 1231239123;
}

#preloader * {
  transition: 0.3s all;
}

#preloader .vcenter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
}

#preloader.loaded {
  color: #999;
}

#preloader.hide {
  display: none;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.logo .text {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-left: -12px;
  color: #30057B;
}

.nav-right {
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-right a {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  transition: 0.3s all;
  opacity: 1;
  margin-left: 35px;
}

.nav-right a:hover {
  color: #FF7066;
}

.nav-right a:active {
  color: #FF7066;
  opacity: 0.7;
}

b {
  font-weight: 600;
}

a {
  text-decoration: none;
}

.btn {
  position: relative;
  display: inline-block;
  text-align: center;
  color: white !important;
  padding: 0px 48px;
  border-radius: 60px;
  min-height: 52px;
  line-height: 54px;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn span {
  opacity: 0.99 !important;
}

.btn.disabled {
  pointer-events: none;
  background: #cccccc !important;
}

.btn-lh {
  position: relative;
  line-height: 1;
}

.btn-right-mar {
  margin-right: 20px;
}

.btn-left-mar {
  margin-left: 20px;
}

.btn-center {
  padding-top: 10px;
  padding-bottom: 10px;
  transform: transition(0, -50%);
}

.btn-orange {
  transition: 0.3s all;
  max-height: 54px;
  background: linear-gradient(122.13deg, #ff5b51 19.29%, #f68452 79.75%);
}

.btn-orange b {
  opacity: 0.999;
}

.btn-orange:not(.remove-padding)::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background: linear-gradient(122.13deg, #f68452 19.29%, #ff5b51 79.75%);
  left: 0;
  border-radius: 60px;
  opacity: 0;
  z-index: 0;
  transition: 0.3s all;
}

.btn-orange:hover::before {
  opacity: 1;
}

.btn-orange,
.btn-gredient {
  width: auto !important;
  transition: opacity 0.3s;
}

.btn-gredient:hover {
  opacity: 0.7;
}

@media (max-width: 925px) {
  .btn-orange,
  .btn-gredient {
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .btn-orange {
    margin-top: 30px !important;
  }
}
.btn-gredient {
  transition: 0.3s all;
  max-height: 54px;
  background: linear-gradient(92.31deg, #ffb255 13.18%, #00afa2 89.3%);
}

.btn-gredient b {
  opacity: 0.999;
}

.btn-gredient .btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-gredient .btn-gredient__svg {
  width: auto;
  margin-right: 10px !important;
}

.btn-settings {
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-image: url("/assets/svgs/settings.svg");
}

.btn-php {
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-image: url("/assets/imgs/php-logo.webp");
  background-size: 29px;
}

.btn-wordpress {
  background-position: 15px 14px;
  background-repeat: no-repeat;
  background-image: url("/assets/imgs/wordpress.webp");
  background-size: 24px;
}

.btn-dropdown::after {
  content: "";
  width: 16px;
  height: 16px;
  top: 18px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.41457 6.65079L7.24035 11.1142C7.59977 11.5335 8.23107 11.5821 8.6504 11.2227C8.68928 11.1893 8.72554 11.1531 8.75886 11.1142L12.5846 6.65079C12.9441 6.23147 12.8955 5.60017 12.4762 5.24074C12.2949 5.08539 12.0641 5 11.8254 5L4.17383 5C3.62154 5 3.17383 5.44772 3.17383 6C3.17383 6.23871 3.25922 6.46955 3.41457 6.65079Z' fill='%2325243E'/%3E%3C/svg%3E%0A");
  position: absolute;
}

.btn-dropdown.btn-dd-rot::after {
  transform: rotate(-90deg);
}

.btn-shadow {
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.14);
}

.btn-shadow:hover {
  box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.24);
}

.btns-wrapper {
  margin-top: 25px;
}

main:not(.dashboard) {
  display: block;
  width: calc(100% - 40px);
  max-width: 1218px;
  margin: 0 auto;
  margin-top: calc(130px + 68px);
  margin-bottom: 170px;
}

main .front-text {
  position: relative;
  max-width: 408px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 62px;
  line-height: 72px;
  color: #25243e;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

main .front-text:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 3px;
  width: 150px;
  border: 3px solid #FF7066;
  border-radius: 3px;
  background: #FF7066;
}

main .desc-text {
  margin-left: 3px;
  font-weight: 600;
}

main .front-terms-cb {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-top: 15px;
}

main .front-terms-cb label {
  width: 192px;
  margin: 0 auto;
}

main .what-is-good {
  display: flex !important;
  flex-direction: column !important;
  z-index: 1;
  position: relative;
  display: block;
  margin-top: 150px;
  min-height: 360px;
  background-color: white;
  background-image: url("/assets/svgs/what-bg.svg");
  background-position: 50% 35%;
  background-repeat: no-repeat;
  padding: 70px 75px;
  box-shadow: 0px 10px 65px rgba(0, 0, 0, 0.17);
  width: calc(100% - 150px);
  border-radius: 35px;
}

main .what-is-good .h1-wrapper {
  text-align: center;
}

main .what-is-good .h1-wrapper h1 {
  font-family: Ubuntu;
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin: 0;
}

main .what-is-good .h1-wrapper h1::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 0px;
  border-bottom: 4px solid #FF7066;
  border-radius: 3px;
  width: 75px;
}

main .what-is-good .other-use-cases {
  margin-top: 45px;
  color: #73728f !important;
}

main .what-is-good .other-use-cases .link {
  font-weight: bold !important;
  color: #027cc0 !important;
}

main .what-is-good .rect1 {
  position: absolute;
  bottom: -160px;
  right: -20%;
}

main .what-is-good .rect2 {
  position: absolute;
  bottom: 45px;
  left: -15%;
}

main .what-is-good .rect3 {
  position: absolute;
  top: -30px;
  right: 20%;
}

main .what-is-good .tri1 {
  position: absolute;
  top: -80px;
  left: -15%;
}

main .what-is-good-for-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: row;
  margin-top: 120px;
}

main .what-is-good-for-wrapper .what-is-item:nth-child(1) {
  width: 200px;
  margin-top: -75px;
}

main .what-is-good-for-wrapper .what-is-item:nth-child(2) {
  width: 150px;
  margin-left: 90px;
}

main .what-is-good-for-wrapper .what-is-item:nth-child(3) {
  width: 181px;
  margin-left: 60px;
  margin-top: -85px;
}

main .what-is-good-for-wrapper .what-is-item:nth-child(4) {
  width: 191px;
  margin-left: 62px;
}

main .what-is-good-for-wrapper .what-is-item:nth-child(5) {
  width: 140px;
  margin-left: 0px;
  margin-top: -95px;
}

main .what-is-good-for-wrapper .what-is-item.live-now {
  position: relative;
}

main .what-is-good-for-wrapper .what-is-item.live-now .livesn {
  position: absolute;
  top: 35px;
  left: 70px;
  height: 35px;
}

main .what-is-good-for-wrapper .what-is-item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-left: 15px;
}

main .faq-wrapper,
main .have-special-btns {
  width: 100%;
  margin-top: 120px;
  display: flex;
  min-height: 550px;
}

main .faq-wrapper .closed .vertical,
main .have-special-btns .closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}

main .faq-wrapper .closed .horizontal,
main .have-special-btns .closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}

main .faq-wrapper .opened,
main .have-special-btns .opened {
  opacity: 1;
}

main .faq-wrapper .opened .vertical,
main .have-special-btns .opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}

main .faq-wrapper .opened .horizontal,
main .have-special-btns .opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

main .faq-wrapper .circle-plus,
main .have-special-btns .circle-plus {
  width: 20px;
  height: 20px;
  margin-top: 28px;
  margin-right: 10px;
  font-size: 1em;
  opacity: 1;
}

main .faq-wrapper .circle-plus .circle,
main .have-special-btns .circle-plus .circle {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
}

main .faq-wrapper .circle-plus .circle .horizontal,
main .have-special-btns .circle-plus .circle .horizontal {
  position: absolute;
  background-color: #603bbc;
  width: 18px;
  height: 3px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -7.5px;
}

main .faq-wrapper .circle-plus .circle .vertical,
main .have-special-btns .circle-plus .circle .vertical {
  position: absolute;
  background-color: #603bbc;
  width: 3px;
  height: 19px;
  left: 50%;
  margin-left: -2.5px;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s background-color;
}

main .faq-wrapper .row-header,
main .have-special-btns .row-header {
  cursor: pointer;
}

main .faq-wrapper .row-header .cf .left,
main .have-special-btns .row-header .cf .left {
  width: calc(100% - 35px);
}

main .faq-wrapper .row-header:hover .circle-plus .circle .horizontal,
main .have-special-btns .row-header:hover .circle-plus .circle .horizontal {
  background-color: #ff7066;
}

main .faq-wrapper .row-header:hover .circle-plus .circle .vertical,
main .have-special-btns .row-header:hover .circle-plus .circle .vertical {
  background-color: #ff7066;
}

main .faq-wrapper .pagination-faq,
main .faq-wrapper .there-btns,
main .have-special-btns .pagination-faq,
main .have-special-btns .there-btns {
  color: #ea0e00;
  line-height: 50px;
  margin-top: 15px;
}

main .faq-wrapper .pagination-faq .m,
main .faq-wrapper .there-btns .m,
main .have-special-btns .pagination-faq .m,
main .have-special-btns .there-btns .m {
  margin-right: 20px;
}

main .faq-wrapper .pagination-faq .ml,
main .faq-wrapper .there-btns .ml,
main .have-special-btns .pagination-faq .ml,
main .have-special-btns .there-btns .ml {
  margin-right: 10px;
}

main .faq-wrapper .pagination-faq .current-page,
main .faq-wrapper .there-btns .current-page,
main .have-special-btns .pagination-faq .current-page,
main .have-special-btns .there-btns .current-page {
  color: #fe7269;
  font-weight: 600;
}

main .faq-wrapper .pagination-faq .max-pages-wrap,
main .faq-wrapper .there-btns .max-pages-wrap,
main .have-special-btns .pagination-faq .max-pages-wrap,
main .have-special-btns .there-btns .max-pages-wrap {
  letter-spacing: 0px;
  color: #999999;
  font-weight: 600;
}

main .faq-wrapper .pagination-faq .btn-left,
main .faq-wrapper .pagination-faq .btn-right,
main .faq-wrapper .there-btns .btn-left,
main .faq-wrapper .there-btns .btn-right,
main .have-special-btns .pagination-faq .btn-left,
main .have-special-btns .pagination-faq .btn-right,
main .have-special-btns .there-btns .btn-left,
main .have-special-btns .there-btns .btn-right {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, #ff7066 0%, #ff986b 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s all;
  font-size: 0;
}

main .faq-wrapper .pagination-faq .btn-left:hover,
main .faq-wrapper .pagination-faq .btn-right:hover,
main .faq-wrapper .there-btns .btn-left:hover,
main .faq-wrapper .there-btns .btn-right:hover,
main .have-special-btns .pagination-faq .btn-left:hover,
main .have-special-btns .pagination-faq .btn-right:hover,
main .have-special-btns .there-btns .btn-left:hover,
main .have-special-btns .there-btns .btn-right:hover {
  background: linear-gradient(180deg, #ff986b 0%, #ff7066 100%);
}

main .faq-wrapper .pagination-faq .btn-left:active,
main .faq-wrapper .pagination-faq .btn-right:active,
main .faq-wrapper .there-btns .btn-left:active,
main .faq-wrapper .there-btns .btn-right:active,
main .have-special-btns .pagination-faq .btn-left:active,
main .have-special-btns .pagination-faq .btn-right:active,
main .have-special-btns .there-btns .btn-left:active,
main .have-special-btns .there-btns .btn-right:active {
  transition: 0.1s all;
  background: linear-gradient(180deg, #fe7269 0%, #fe7269 100%), #fe7269;
}

main .faq-wrapper .pagination-faq .btn-left.disabled,
main .faq-wrapper .pagination-faq .btn-right.disabled,
main .faq-wrapper .there-btns .btn-left.disabled,
main .faq-wrapper .there-btns .btn-right.disabled,
main .have-special-btns .pagination-faq .btn-left.disabled,
main .have-special-btns .pagination-faq .btn-right.disabled,
main .have-special-btns .there-btns .btn-left.disabled,
main .have-special-btns .there-btns .btn-right.disabled {
  width: 36px;
  height: 36px;
  margin-top: 7px;
  opacity: 0.2;
  pointer-events: none;
}

main .faq-wrapper .pagination-faq .btn-left::after,
main .faq-wrapper .pagination-faq .btn-right::after,
main .faq-wrapper .there-btns .btn-left::after,
main .faq-wrapper .there-btns .btn-right::after,
main .have-special-btns .pagination-faq .btn-left::after,
main .have-special-btns .pagination-faq .btn-right::after,
main .have-special-btns .there-btns .btn-left::after,
main .have-special-btns .there-btns .btn-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: url("/assets/svgs/arrow.svg") no-repeat center;
}

main .faq-wrapper .pagination-faq .btn-left::after,
main .faq-wrapper .there-btns .btn-left::after,
main .have-special-btns .pagination-faq .btn-left::after,
main .have-special-btns .there-btns .btn-left::after {
  transform: rotate(180deg);
}

main .faq-wrapper .faq-img-wrapper,
main .have-special-btns .faq-img-wrapper {
  flex: 1 1 50%;
}

main .faq-wrapper .faq-img-wrapper img,
main .have-special-btns .faq-img-wrapper img {
  width: 100%;
}

main .faq-wrapper .faq-content-wrapper,
main .have-special-btns .faq-content-wrapper {
  flex: 1 1 50%;
}

main .faq-wrapper .faq-content,
main .have-special-btns .faq-content {
  margin-left: 35px;
}

main .faq-wrapper .faq-content h1,
main .have-special-btns .faq-content h1 {
  font-size: 36px;
  padding-bottom: 5px;
  position: relative;
}

main .faq-wrapper .faq-content h1::after,
main .have-special-btns .faq-content h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  border-radius: 3px;
  border-bottom: 4px solid #FF7066;
  width: 50px;
}

main .faq-wrapper .faq-content .faq-collapsers ul,
main .have-special-btns .faq-content .faq-collapsers ul {
  margin: 0;
  padding: 0;
}

main .faq-wrapper .faq-content .faq-collapsers h2,
main .have-special-btns .faq-content .faq-collapsers h2 {
  font-size: 20px;
  font-weight: 600;
}

main .faq-wrapper .faq-content .faq-collapsers h2 b,
main .have-special-btns .faq-content .faq-collapsers h2 b {
  font-weight: 800;
}

main .faq-wrapper .faq-content .faq-collapsers li,
main .have-special-btns .faq-content .faq-collapsers li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  border-bottom: 1px dashed #dcdcdc;
}

main .faq-wrapper .faq-content .faq-collapsers li .row-content,
main .have-special-btns .faq-content .faq-collapsers li .row-content {
  padding-bottom: 20px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.footer * {
  line-height: 0;
}

.footer {
  padding: 0;
  margin: 0;
  color: white;
  width: 100%;
}

.footer .item-bg {
  max-width: 100%;
  position: absolute;
  bottom: 0;
}

.footer .wrap-foot {
  bottom: 0;
  left: 0;
}

.footer .timg {
  position: absolute;
  left: 13%;
  bottom: 35px;
}

.footer .timg img {
  height: 8vw;
}

.footer .center {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 35px;
}

.footer a,
.footer a:active,
.footer a:visited {
  color: white;
  transition: 0.3s all;
}

.footer a:hover {
  color: #FF7066;
}

.fullwidth {
  width: 100%;
}

.left-align {
  text-align: left;
}

.margin-top {
  margin-top: 15px;
}

.half {
  float: left;
  width: 50%;
}

.bluish {
  color: #73728f;
}

.blank-fun {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-align: left;
  line-height: 51px;
  margin-left: 20px;
  color: #ccc;
}

.forgot-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  text-align: right;
  color: #cccccc;
  padding-right: 20px;
}

.lang-select {
  margin-left: 35px;
  color: white;
  font-size: 18px;
}

.lang-select a {
  margin-left: 0px;
}

.lang-select a:hover {
  margin-left: 0px;
  color: #d0463d !important;
}

.lang-select a.active {
  pointer-events: none;
  color: #d0463d !important;
}

.policy-row a:not(.btn, .btn-small),
.policy-row a:not(.btn, .btn-small):visited,
.policy-row a:not(.btn, .btn-small):active {
  font-family: "Montserrat";
  font-weight: 600;
  color: #027CC0;
  transition: 0.3s all;
}

.policy-row a:not(.btn, .btn-small):hover {
  color: #ff7066;
}

.mbl {
  margin-bottom: 15px;
}

.ofs {
  margin-left: 8px;
}

.ofs2 {
  margin-left: 7px;
}

.ofs3 {
  margin-left: 9px;
}

.thankinfo {
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
  margin-top: 25px;
}

.img-full-width {
  max-width: 96vw;
}

.under {
  margin-bottom: 40px;
  position: relative;
}

.under h1 {
  padding-bottom: 5px;
}

.under::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  border-radius: 3px;
  border-bottom: 4px solid #ff7066;
  width: 100px;
}

.tooltipped {
  position: relative;
}

.tooltipped .tooltip-wrapper {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  position: absolute;
  left: 30px;
  bottom: calc(100% + 15px);
  max-width: 350px;
}

.tooltipped .tooltip-wrapper .tooltip-content {
  display: block;
  background: linear-gradient(122.13deg, #fe7269 19.29%, #fd9a6f 79.75%);
  padding: 10px 20px;
  color: white;
  font-weight: 500;
  border-radius: 15px;
  top: 10px;
  position: relative;
}

.tooltipped .tooltip-wrapper .tooltip-content::before {
  content: "";
  position: absolute;
  background: rgb(254, 116, 105);
  background: linear-gradient(90deg, rgb(254, 116, 105) 0%, rgb(254, 120, 105) 100%);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  left: 34px;
  bottom: -3px;
}

.tooltipped:hover .tooltip-wrapper {
  visibility: visible;
  opacity: 1;
}

#cntct,
.footer-opener {
  color: gray;
  opacity: 1;
  transition: 0.3s all;
}

#cntct:hover,
.footer-opener:hover {
  opacity: 0.7;
}

.white {
  color: #fff !important;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.flex-6 {
  flex: 6;
}

.flex-4 {
  flex: 4;
}

.affi-input {
  width: calc(100% - 30px - 350px);
  margin-right: 70px;
}

.code-ref,
.code-ref * {
  font-family: monospace !important;
}

#preloadersitecreation .process,
#preloaderdomainverification .process {
  padding-top: 5px;
  padding-left: 15px;
}

#preloadersitecreation .progress-info,
#preloaderdomainverification .progress-info {
  font-weight: 400 !important;
}

#preloadersitecreation .progress-info:not(.currentProgressInfo),
#preloaderdomainverification .progress-info:not(.currentProgressInfo) {
  display: none;
}

#preloadersitecreation .progress-i-custom-verify,
#preloadersitecreation .currentProgressInfo,
#preloaderdomainverification .progress-i-custom-verify,
#preloaderdomainverification .currentProgressInfo {
  display: block !important;
}

#site-success-copy,
#site-qurl-copy,
.small-btn {
  background: linear-gradient(122.13deg, #fe7269 19.29%, #fd9a6f 79.75%);
  padding: 5px 30px;
  border-radius: 15px;
  margin-left: 15px;
  color: white !important;
  font-size: 17px;
  display: inline-block;
  transition: 0.3s all;
  opacity: 1;
  transform: scale(1);
}

#site-success-copy:hover,
#site-qurl-copy:hover,
.small-btn {
  opacity: 0.7;
}

#site-success-copy:active,
#site-qurl-copy:active,
.small-btn {
  opacity: 1;
  transform: scale(1.1);
}

.removedUser {
  color: red;
  font-weight: 900;
  opacity: 0.5;
  font-style: italic;
}

#newsiteurl {
  word-break: break-all;
}

/* login modal */
#login-modal .modal-wrapper {
  max-width: 400px !important;
}

#login-modal .modal-wrapper .modal-content > .row:nth-child(4) {
  white-space: nowrap;
}

@media (max-width: 500px) {
  #login-modal .modal-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #login-modal .modal-wrapper label[for=loginRemember] {
    font-size: 12px;
    white-space: nowrap;
  }
  #login-modal .modal-wrapper .modal-content > .row:nth-child(4) {
    white-space: nowrap;
  }
  #login-modal .modal-wrapper .modal-content > .row:nth-child(5) .col {
    display: flex;
    justify-content: center;
  }
}
.footer-dashboard {
  margin-top: 25px !important;
}

#create-new-template,
#make-quick-template,
#upload-new-resource,
#add-short-link,
#add-slug-redirection,
#create-new-invitation,
#add-group-trigger,
#review-unseen,
.top-action-btn {
  line-height: 30px;
  min-height: 30px;
  padding: 0px 15px !important;
}

blockquote {
  border-left: 4px solid #FF7066;
  padding-left: 15px;
  margin-left: 0;
}

input[type=file] {
  display: none;
}

.remove-padding {
  padding: 0 !important;
  line-height: 53px !important;
  opacity: 1;
  transition: 0.3s all;
}

.remove-padding:hover {
  padding: 0 !important;
  line-height: 53px !important;
  opacity: 0.7;
}

.include-padding {
  padding: 0 48px;
}

.resource-uploader {
  display: inline-block;
  border-radius: 26px;
  cursor: pointer;
}

.list-tag,
.version-tag {
  font-size: 13px;
  padding: 1px 5px;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
  margin-right: 1px;
  margin-left: 1px;
  font-variant: small-caps;
  line-height: 12px;
  padding-bottom: 3px;
  bottom: 1px;
  position: relative;
}

.list-tag:first-child {
  margin-left: 4px;
}

.tag-stable {
  background: green;
  color: white;
}

.tag-secure {
  background: lightgreen;
  color: white;
}

.tag-insecure {
  background: red;
  color: white;
}

.tag-outdated {
  background: gold;
  color: white;
}

.tag-beta {
  background: blue;
  color: white;
}

.version-tag {
  background: white;
  border: 1px solid black;
  font-size: 13px;
}

.check-this-out {
  color: white !important;
  border: 1px solid white;
  transition: 0.3s all;
  cursor: pointer;
  border-radius: 12px;
  padding: 6px 10px;
  margin-left: 15px;
  font-weight: bold;
}

.check-this-out:hover {
  background: rgba(255, 255, 255, 0.2);
}

#redirections-table tbody tr[is-disabled="1"] td:nth-child(1) {
  text-decoration: line-through;
}

#jivo_close_button {
  position: absolute;
  right: 320px;
  top: -10px;
  z-index: 800000 !important;
}

#jcont jdiv:nth-child(2) {
  z-index: 100000 !important;
}

.sc-button-link {
  display: none;
}

a.blue-texted,
a.blue-texted:visited,
a.blue-texted:active,
span.blue-texted {
  font-family: "Montserrat";
  font-weight: 600;
  color: #027CC0 !important;
  transition: color 0.3s;
}

a.blue-texted:hover {
  color: #ff7066 !important;
}

a.blue-texted-opacity,
a.blue-texted-opacity:visited,
a.blue-texted-opacity:active {
  font-family: "Montserrat";
  font-weight: 600;
  color: #027CC0 !important;
  opacity: 1;
  transition: opacity 0.3s;
}

a.blue-texted-opacity:hover {
  opacity: 0.7;
}

.range-selector {
  position: relative;
  top: -1px;
  display: inline-block;
}

.range-selector input {
  width: 380px;
}

.range-selector input {
  appearance: none;
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.range-selector input::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #027CC0;
  cursor: pointer;
}

.range-selector input::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #027CC0;
  cursor: pointer;
}

.number-inputs input[type=number] {
  width: 70px;
  text-align: center;
  height: 25px;
  border: 1px solid rgba(0, 207, 221, 0.2);
  border-radius: 10px;
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  padding: 5px 10px;
  padding-right: 0px;
}

.number-inputs input[type=number]:hover {
  border: 1px solid #009faa;
}

.number-inputs input[type=number]:active {
  border: 1px solid rgba(0, 207, 221, 0.2);
}

.checkbox-padding label {
  margin-bottom: 5px;
}

.grecaptcha-badge {
  z-index: 1000000000;
  bottom: 50px !important;
}

#review-unseen-security div,
#review-unseen-security li {
  line-height: 30px;
}

#review-unseen-security ul {
  overflow: hidden;
  max-height: 100%;
  word-wrap: unset;
  white-space: nowrap;
  overflow-x: auto;
  line-height: 26px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#security-logs-table tr {
  transition: 0.3s all;
}

#security-logs-table tr[data-seen="0"] {
  background-color: rgba(255, 230, 0, 0.3);
}

#security-logs-table tr[data-seen="1"] {
  background-color: rgba(255, 230, 0, 0);
}

.action-button-lined {
  line-height: 52px;
  margin-right: 20px;
}

#super-quick-download,
.textinput-fullwidth {
  width: calc(100% - 60px);
}

#recipes-super-quick-upload .super-quick-upload-wrapper {
  position: relative;
  width: 100%;
  height: 54px;
  cursor: pointer;
}

#recipes-super-quick-upload .super-quick-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 34px;
  line-height: 34px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 2px solid #ff5b51;
  border-right: none;
  cursor: pointer;
}

#recipes-super-quick-upload .super-quick-upload-wrapper:before {
  content: "Select File";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 54px;
  background: linear-gradient(122.13deg, #ff5b51 19.29%, #f68452 79.75%);
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 54px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  border-radius: 15px;
  border: 2px solid #ff5b51;
  border-left: none;
  cursor: pointer;
}

#recipes-super-quick-upload .super-quick-upload-wrapper:hover:before {
  background: linear-gradient(122.13deg, #f68452 19.29%, #ff5b51 79.75%);
}

#recipes-super-quick-upload .super-quick-upload-wrapper #super-quick-upload {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 54px;
  padding: 15px;
  position: relative;
  top: -15px;
  left: -15px;
  margin: 0;
  display: block !important;
  width: 100%;
  cursor: pointer;
}

.error-text-span {
  color: red;
  font-weight: 700;
}

.btn-white {
  border: 1px solid #eee !important;
  max-width: 250px;
  background-color: #fff !important;
  color: #111 !important;
  font-weight: 500;
  transition: 0.3s all;
  cursor: pointer;
}

.customselect.btn-white {
  max-width: calc(100% - 100px);
}

.btn-settings.btn-white:hover {
  background-color: #f9f9f9;
  transform: rotate(-5deg);
}

#toggle-btn-de1cd4be-68b6-441e-8ea6-a7564333aa1b,
#chatbot-de1cd4be-68b6-441e-8ea6-a7564333aa1b-chat {
  z-index: 1000000005 !important;
}

.grecaptcha-badge {
  position: fixed;
  right: -268px !important;
}

.cookie-tastewp {
  position: fixed;
  left: 50px;
  bottom: 50px;
  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.57);
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  width: 268px;
  background: rgb(48, 5, 123);
  background: -webkit-linear-gradient(55deg, rgb(48, 5, 123) 0%, rgb(97, 60, 188) 62%);
  background: -o-linear-gradient(55deg, rgb(48, 5, 123) 0%, rgb(97, 60, 188) 62%);
  background: linear-gradient(145deg, rgb(48, 5, 123) 0%, rgb(97, 60, 188) 62%);
  color: white;
  z-index: 5000;
  opacity: 1;
  transition: all 0.3s;
  -webkit-animation: cookie-rollo 2s infinite;
  animation: cookie-rollo 2s infinite;
}

.cookie-tastewp p {
  background-image: url("/assets/imgs/cookie.png");
  background-repeat: no-repeat;
  padding-left: 45px;
  background-size: 36px 36px;
}

.cookie-tastewp .btn-orange {
  height: 40px;
  min-height: 40px;
  padding: 0;
  line-height: 20px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0 !important;
  display: block;
}

.cookie-tastewp.cookie-hidden {
  bottom: -50px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 376px) {
  .cookie-tastewp {
    width: auto;
    right: 30px;
    left: 30px;
  }
  .cookie-tastewp p {
    padding-left: 0;
    padding-top: 45px;
    text-align: center;
    background-position-x: 50%;
  }
}
@keyframes cookie-rollo {
  0%, 20%, 40%, 70%, 80%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  60% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@media (min-width: 667px) {
  .x-hide-sm {
    display: none;
  }
  .x-show-sm {
    display: block;
  }
}
@media (min-width: 767px) {
  .x-hide-md {
    display: none;
  }
  .x-show-md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .x-hide-lg {
    display: none;
  }
  .x-show-lg {
    display: block;
  }
}
.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: row;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

@media screen and (max-width: 910px) {
  .what-is-good {
    background-image: none !important;
  }
  .what-is-good-for-wrapper {
    display: block !important;
    margin-top: 50px !important;
  }
  .what-is-good-for-wrapper .what-is-item:nth-child(1) {
    width: 95% !important;
    margin: 0 auto !important;
    margin-top: 35px !important;
  }
  .what-is-good-for-wrapper .what-is-item:nth-child(2) {
    width: 95% !important;
    margin: 0 auto !important;
    margin-top: 35px !important;
  }
  .what-is-good-for-wrapper .what-is-item:nth-child(3) {
    width: 95% !important;
    margin: 0 auto !important;
    margin-top: 35px !important;
  }
  .what-is-good-for-wrapper .what-is-item:nth-child(4) {
    width: 95% !important;
    margin: 0 auto !important;
    margin-top: 35px !important;
  }
  .what-is-good-for-wrapper .what-is-item:nth-child(5) {
    width: 95% !important;
    margin: 0 auto !important;
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 1371px) and (min-width: 910px) {
  .what-is-good {
    background-image: none !important;
    padding: 70px 165px !important;
    width: calc(100% - 165px - 165px) !important;
  }
  .what-is-good .what-is-good-for-wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .what-is-good .what-is-good-for-wrapper .what-is-item:nth-child(2) {
    margin-left: 75px !important;
    margin-top: -75px !important;
  }
  .what-is-good .what-is-good-for-wrapper .what-is-item:nth-child(3) {
    margin-left: 0 !important;
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1300px) {
  main .faq-content h1 {
    display: none;
  }
  main .faq-wrapper {
    display: block;
  }
  main .faq-wrapper .faq-img-wrapper img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  main .faq-wrapper .faq-content-wrapper .pseudopagi {
    display: none;
  }
  main .faq-wrapper .faq-content-wrapper .faq-2,
  main .faq-wrapper .faq-content-wrapper .faq-1 {
    display: block !important;
    opacity: 1 !important;
  }
  main .faq-wrapper .faq-content {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1366px) {
  .blue-bg {
    width: 80% !important;
    top: 0px !important;
    right: -210px !important;
  }
}
@media screen and (max-width: 1000px) {
  .yummy-bg {
    right: 45vw !important;
  }
  .yummy-bg img {
    width: 230px;
  }
  .yummy-bg span {
    width: 80px;
    height: 64px;
    right: 43px;
    top: 36px;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .factory-bg {
    right: 6vw;
    top: 13vh;
  }
  .yummy-bg {
    right: 40vw !important;
  }
  .yummy-bg img {
    width: 230px;
  }
  .yummy-bg span {
    width: 80px;
    height: 64px;
    right: 43px;
    top: 36px;
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .yummy-bg {
    right: 35vw !important;
  }
  .yummy-bg img {
    width: 230px;
  }
  .yummy-bg span {
    width: 80px;
    height: 64px;
    right: 43px;
    top: 36px;
    font-size: 20px;
  }
  .footer .item-bg {
    max-width: 1000px !important;
  }
}
@media screen and (max-width: 768px) {
  .blue-bg {
    width: 900px !important;
    transform: rotate(30deg);
    right: -465px !important;
  }
  .nav-right ol li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1880px) {
  .modal-wrapper {
    max-width: max(45vw, 300px);
  }
}
@media screen and (min-width: 1880px) {
  .modal-wrapper {
    max-width: max(45vw, 300px);
  }
}
@media screen and (max-width: 1880px) and (min-width: 930px) {
  #setup-modal .modal-wrapper {
    min-width: 832px !important;
  }
}
@media screen and (max-width: 929px) {
  .modal-wrapper {
    max-width: calc(100% - 100px) !important;
  }
  #setup-modal .row .col.half {
    width: calc(100% - 40px) !important;
  }
  #setup-modal .modal-section .half {
    width: 100% !important;
  }
  #setup-modal .modal-checkboxes label.checkbox {
    width: 100% !important;
  }
  #setup-modal .label-mb:first-child {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
  }
  #setup-modal .customselect {
    max-width: calc(100% - 48px - 48px) !important;
  }
  #setup-modal .wp-create {
    width: calc(100% - 48px - 48px);
    float: none;
    margin-top: 10px;
    max-height: 300px;
  }
  #setup-modal .cf.fullwidth .left {
    float: none !important;
  }
  #setup-modal #myname {
    clear: both !important;
    display: block !important;
    width: calc(100% - 45px - 19px) !important;
  }
}
@media screen and (max-width: 752px) {
  .blank-fun {
    line-height: 1.5;
  }
  .policy-row {
    margin: 15px auto;
    text-align: center;
  }
  .policy-row label {
    display: inline-block !important;
  }
  .policy-row .text.bluish {
    text-align: left !important;
  }
  .triangle-bg {
    display: none;
  }
  .nav-right li {
    color: inherit !important;
  }
  .nav-right a {
    color: inherit !important;
  }
  .nav-right a:hover,
  .nav-right a.active {
    color: #ff7066 !important;
  }
  main {
    margin-top: 50px !important;
  }
  .front-text {
    text-align: center;
    max-width: 100% !important;
  }
  .desc-text {
    text-align: center;
  }
  .btns-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 auto !important;
  }
  .btns-wrapper a {
    clear: both;
    width: 100% !important;
    max-width: min(100%, 220px) !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
  }
  .front-text::after {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
  }
  .blue-bg {
    display: none !important;
  }
  .what-is-good {
    margin-top: 530px !important;
  }
  .factory-bg {
    width: 80vw;
    top: 460px;
    left: calc(50% - 40vw);
  }
  .yummy-bg {
    display: none;
  }
  .modal-wrapper {
    max-width: calc(100% - 10px) !important;
  }
  #setup-modal .modal-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #setup-modal .modal-wrapper .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #setup-modal .modal-wrapper .col.half,
  #setup-modal .modal-wrapper .col.full {
    width: calc(100% - 0px) !important;
  }
}
@media screen and (max-width: 692px) {
  .factory-bg {
    top: 500px;
  }
  .what-is-good {
    margin-top: 450px !important;
  }
}
@media screen and (max-width: 540px) {
  .what-is-good {
    margin-top: 380px !important;
  }
}
@media screen and (max-width: 477px) {
  .front-text {
    font-size: 45px !important;
    line-height: 48px !important;
  }
  .nav-right a {
    margin-left: 0 !important;
  }
  /* .nav-right .modal-opener {
    margin-left: 15px !important;
  } */
  .lang-select {
    margin-left: 0 !important;
  }
  .logo .text {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 400px) {
  .factory-bg {
    top: 500px;
  }
  .what-is-good {
    margin-top: 300px !important;
  }
  .desc-text {
    font-size: 13px !important;
  }
  .lang-select {
    display: none;
  }
}
@media screen and (max-width: 501px) {
  .h1-wrapper h1::after {
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 350px) {
  .front-text {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .what-is-good {
    margin-top: 250px !important;
  }
  .desc-text {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 402px) {
  .forgot-btn {
    padding-right: 0 !important;
  }
}
header {
  z-index: 1;
}

@media (max-width: 926px) {
  header {
    position: relative;
    margin: 0;
    padding-left: 20px;
    padding-right: 25px;
  }
  header .cf {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  header .cf .left {
    flex-grow: 1;
  }
  header .cf .right {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  header .cf.show .right {
    border-top: 1px solid #eee;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 926px) and (min-width: 927px) {
  header .cf .right {
    display: block;
  }
}
@media (max-width: 926px) {
  header .cf .right {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    margin-top: 82px;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.04);
  }
  header .cf .right .nav-right {
    padding: 10px 20px;
  }
  header .cf .right .nav-right ol {
    width: 100%;
    text-align: left;
  }
  header .lang-drop {
    display: block;
    left: 0 !important;
    right: 0 !important;
    width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto !important;
  }
  header .lang-drop::before {
    left: 40px !important;
  }
  header .nav-right li {
    margin-bottom: 15px;
    display: block !important;
  }
  header .nav-right {
    max-width: 550px;
    margin: auto;
  }
  header .nav-right li,
  header .nav-right li a {
    margin-left: 0;
  }
}
.nav-toggle-menu {
  padding: 0;
  padding-top: 6px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  outline: none;
  box-shadow: none;
}

@media (min-width: 927px) {
  .nav-toggle-menu {
    display: none;
  }
}
@media (max-width: 926px) {
  .lang-select {
    position: relative;
  }
  .lang-drop {
    margin: 0 !important;
    margin-top: -33px !important;
  }
}
.lang-drop ul {
  padding: 10px 0 !important;
}

.lang-drop li {
  margin-bottom: 5px !important;
}

#application.container-fluid {
  position: relative;
  z-index: 4;
}

.tips-block {
  position: relative;
  z-index: -2;
  padding-top: 0;
  margin-top: -60px;
  background: url("/assets/imgs/home__tips-block__images/block-tips-background-svg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 100px;
  margin-bottom: -100px;
}

@media (min-width: 1030px) {
  .tips-block {
    padding-top: 70px;
    padding-bottom: 322px;
    margin-top: -120px;
    margin-bottom: -387px;
  }
}
.tips-block-container {
  max-width: 1218px;
  width: calc(100% - 40px);
  margin: auto;
}

.tips-block__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media (min-width: 1030px) {
  .tips-block__header {
    margin-bottom: 60px;
  }
}
.tips-block__heading {
  text-align: center;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 41px;
  color: #25243e;
  position: relative;
}

.tips-block__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  top: auto;
  right: auto;
  width: 66px;
  height: 4px;
  background: linear-gradient(180deg, #ff7066 0%, #ff986b 100%);
  border-radius: 10rem;
}

.tips-block__tabs {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 55px;
  padding: 10px;
  background: #f8f7ff;
  box-shadow: inset 0px 0px 28px rgba(72, 72, 134, 0.19);
  border-radius: 20px;
}

@media (min-width: 600px) {
  .tips-block__tabs {
    max-width: 80%;
  }
}
@media (min-width: 1030px) {
  .tips-block__tabs {
    max-width: 1010px;
  }
}
.tips-block__tab-btn {
  flex: auto;
  width: 50%;
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 20px 0;
  border-radius: 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #25243e;
  border: none;
  background: none;
  overflow: hidden;
}

.tips-block-chrome-btn {
  margin: 5px 0 !important;
  display: inline-block;
}

.tips-block_tabs-list {
  margin: 0;
  padding: 0;
}

.tips-block_tabs-list li {
  background: url("/assets/imgs/home__tips-block__images/arrow.svg") no-repeat 0px 0px transparent;
  list-style-type: none;
  padding: 5px 0px 20px 40px;
  margin-bottom: 15px;
}

.tips-block_tabs-list li:first-child {
  padding: 3px 0px 20px 40px;
}

@media (min-width: 750px) {
  .tips-block__tab-btn {
    width: auto;
    padding: 6px 0;
  }
}
@media (min-width: 1030px) {
  .tips-block__tab-btn {
    width: auto;
    padding: 12px 0;
    font-size: 18px;
  }
}
.tips-block__tab-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, #ff7066 0%, #ff986b 100%);
  opacity: 0;
}

.tips-block__tab-btn:hover {
  color: #ff7066;
}

.tips-block__tab-btn--active:hover {
  color: white;
  background: #6b6b6b;
}

.tips-block__tab-btn--active {
  color: white;
}

.tips-block__tab-btn--active::before {
  opacity: 1;
}

.tips-block__tabs-body {
  margin: auto;
  max-width: 1010px;
  position: relative;
}

.tips-block__tabs-item {
  display: none;
}

.tips-block__tabs-item--active {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1030px) {
  .tips-block__tabs-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.tips-block__tabs-body__left-side {
  margin-top: 50px;
}

@media (min-width: 600px) {
  .tips-block__tabs-body__left-side {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1030px) {
  .tips-block__tabs-body__left-side {
    margin-top: 0;
    margin: 0;
  }
  .tips-block__tabs-item:nth-child(1) .tips-block__tabs-body__left-side {
    max-width: 513px;
    margin: 0;
  }
  .tips-block__tabs-item:nth-child(2) .tips-block__tabs-body__left-side,
  .tips-block__tabs-item:nth-child(3) .tips-block__tabs-body__left-side {
    max-width: 387px;
    margin: 0;
  }
  .tips-block__tabs-item:nth-child(4) .tips-block__tabs-body__left-side {
    max-width: 501px;
    margin: 0;
  }
}
.tips-block__tabs-body__content {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 170%;
  color: #25243e;
  margin: 0;
  animation: tips-block__tabs-body__content 0.5s linear;
}

@keyframes tips-block__tabs-body__content {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tips-block__tabs-body__content span {
  font-family: "Montserrat";
}

@media (min-width: 1030px) {
  .tips-block__tabs-body__white-space--no-wrap {
    white-space: nowrap;
  }
}
.tips-block__tabs-body__highlight-text {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  color: #027CC0;
}

.tips-block__tabs-body__content strong {
  font-family: "Montserrat";
}

.tips-block__tabs-body__primary-btn {
  padding: 16px 45px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: white;
  border: none;
  border-radius: 10rem;
  background: linear-gradient(122.13deg, #fe7269 19.29%, #fd9a6f 79.75%);
  margin-top: 15px;
}

@media (min-width: 1030px) {
  .tips-block__tabs-body__primary-btn {
    margin-left: 15px;
  }
}
.tips-block__tabs-body__content--small {
  font-size: 14px;
  line-height: 130%;
  color: #73728f;
}

.tips-block__tabs-body__right-side {
  animation: tips-block__tabs-body__right-side 0.5s linear;
}

@keyframes tips-block__tabs-body__right-side {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 600px) {
  .tips-block__tabs-body__right-side {
    margin: auto;
    max-width: 350px;
  }
}
@media (min-width: 1030px) {
  .tips-block__tabs-item:nth-child(1) .tips-block__tabs-body__right-side {
    max-width: 433px;
    margin: 0;
  }
  .tips-block__tabs-item:nth-child(2) .tips-block__tabs-body__right-side {
    max-width: 517px;
    margin: 0;
  }
  .tips-block__tabs-item:nth-child(3) .tips-block__tabs-body__right-side {
    max-width: 501px;
    margin: 0;
  }
  .tips-block__tabs-item:nth-child(4) .tips-block__tabs-body__right-side {
    max-width: 426px;
    margin: 0;
  }
}
.tips-block__tabs-body__right-side img {
  width: 100%;
}

.tips-block__tabs-body__action {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  color: #ff7066;
  text-decoration: none;
}

.tips-block__tabs-body__action span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.tips-block__tabs-body__action svg {
  margin-left: 10px;
}

.tips-block__tabs-body__btn {
  visibility: visible;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 10rem;
  background: linear-gradient(180deg, #ff7066 0%, #ff986b 100%);
  color: white;
  cursor: pointer;
}

@media (min-width: 1260px) {
  .tips-block__tabs-body__btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tips-block__tabs-body__btn--left {
  left: -114px;
}

.tips-block__tabs-body__btn--right {
  right: -114px;
}

.tips-block__tabs-body__btn--left,
.tips-block__tabs-body__btn--right {
  transition: 0.3s all;
  opacity: 1;
}

.tips-block__tabs-body__btn--left:hover,
.tips-block__tabs-body__btn--right:hover {
  transition: 0.3s all;
  opacity: 0.7;
}

.tips-block__tabs-body__btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* utility classes */
.mt-20px {
  margin-top: 20px;
}

.mt-15px {
  margin-top: 15px;
}

.permanent-hosting-main {
  position: relative;
}

.permanent-hosting-main .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.permanent-hosting-main .w-text {
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
  color: #25243e;
}

.permanent-hosting-main .text-green {
  color: #00b04e;
}

.permanent-hosting-main .fw-500 {
  font-weight: 500;
}

.permanent-hosting-main .fw-600 {
  font-weight: 600;
}

.permanent-hosting-main .fw-700 {
  font-weight: 700;
}

.permanent-hosting-main .y-hint-text {
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
}

.permanent-hosting-main .text-special-color {
  font-weight: 700;
}

.permanent-hosting-main .text-special-color--orange {
  color: #ffb255;
}

.permanent-hosting-main .text-special-color--blue {
  color: #027CC0;
}

.permanent-hosting-main .text-special-color--gradient {
  background: linear-gradient(92.31deg, #73b07f 0%, #00afa2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.permanent-hosting-main .tw-title-h2 {
  font-family: "Ubuntu", "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 767px) {
  .permanent-hosting-main .tw-title-h2 {
    font-size: 36px;
    line-height: 41px;
  }
}
.permanent-hosting-main .tw-title-h2--decor {
  position: relative;
  padding-bottom: 10px;
}

.permanent-hosting-main .tw-title-h2--decor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  border-radius: 4px;
  background: #ff7066;
}

@media (min-width: 667px) {
  .permanent-hosting-main .tw-title-h2--decor::after {
    bottom: 2px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .tw-title-h2--decor::after {
    bottom: 0;
    width: 80px;
  }
}
.permanent-hosting-main .tw-feature-item {
  color: #25243e;
  display: grid;
  grid-template-columns: min-content 1fr;
  text-align: left;
  align-items: center;
  justify-content: start;
  row-gap: 0;
  column-gap: 10px;
}

@media (min-width: 767px) {
  .permanent-hosting-main .tw-feature-item {
    gap: 5px 15px;
  }
}
.permanent-hosting-main .tw-feature-item--no-text .tw-feature-item__icon-wrap {
  grid-row: initial;
}

.permanent-hosting-main .tw-feature-item__icon-wrap {
  display: flex;
  align-items: center;
  width: 28px;
  border-radius: 50%;
  height: 28px;
  justify-content: center;
  background: linear-gradient(92.31deg, #fff7ee 13.18%, #e5f7f6 89.3%);
  grid-row: 1/3;
  align-self: start;
}

@media (min-width: 767px) {
  .permanent-hosting-main .tw-feature-item__icon-wrap {
    align-self: center;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .tw-feature-item__icon {
    width: 30px;
    height: 30px;
  }
}
.permanent-hosting-main .tw-feature-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}

@media (min-width: 767px) {
  .permanent-hosting-main .tw-feature-item__title {
    font-size: 20px;
  }
}
.permanent-hosting-main .tw-feature-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

@media (min-width: 767px) {
  .permanent-hosting-main .tw-feature-item__text {
    font-size: 16px;
  }
}
.permanent-hosting-main .tw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  border-radius: 60px;
  padding: 16px 35px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

@media (min-width: 767px) {
  .permanent-hosting-main .tw-button {
    font-size: 18px;
    line-height: 22px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
.permanent-hosting-main .tw-button:hover {
  cursor: pointer;
}

.permanent-hosting-main .tw-button__icon {
  align-self: baseline;
  margin-right: 10px;
  flex: 0 0 14px;
}

@media (min-width: 767px) {
  .permanent-hosting-main .tw-button__icon {
    align-self: center;
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }
}
.permanent-hosting-main .tw-button--green-gradient {
  background: linear-gradient(92.31deg, #ffb255 13.18%, #00afa2 89.3%);
  opacity: 1;
  transition: opacity 0.3s;
}

.permanent-hosting-main .tw-button--green-gradient:hover {
  opacity: 0.8;
}

.permanent-hosting-main .tw-button--color-submit {
  background: linear-gradient(122.13deg, #ff5b51 19.29%, #f68452 79.75%);
}

.permanent-hosting-main .tw-button--color-submit:hover {
  background: linear-gradient(122.13deg, #f68452 19.29%, #ff5b51 79.75%);
}

.permanent-hosting-main .tw-button--large-padding {
  padding-right: 45px;
  padding-left: 45px;
}

.permanent-hosting-main .permanent-hosting {
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-hosting .tw-feature-item__icon-wrap {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-hosting {
    padding: 0 20px;
  }
  .permanent-hosting-main .permanent-hosting .tw-feature-item__icon-wrap {
    width: 50px;
    height: 50px;
    align-self: start;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-hosting {
    padding: 0 10px;
    max-width: 1238px;
  }
}
.permanent-hosting-main .permanent-hosting__title {
  margin: 0 auto 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: max-content;
}

@media (min-width: 767px) {
  .permanent-hosting-main .permanent-hosting__title {
    margin-bottom: 60px;
  }
}
.permanent-hosting-main .permanent-hosting__permanent-features-block {
  margin: 0 auto 28px;
  max-width: 290px;
  position: relative;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-hosting__permanent-features-block {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-hosting__permanent-features-block {
    margin-bottom: 40px;
    max-width: 728px;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-hosting__permanent-features-block {
    max-width: 100%;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-hosting__permanent-features-block {
    margin-bottom: 56px;
  }
}
.permanent-hosting-main .permanent-hosting__permanent-features-block::after {
  width: 100%;
  height: 277px;
  position: absolute;
  user-select: none;
  z-index: -1;
  top: 9px;
  left: 7px;
  background-image: url("/assets/imgs/dashboard-premium/img/permanent-main-img-mobile.svg");
  background-repeat: no-repeat;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-hosting__permanent-features-block::after {
    left: 50%;
    transform: translateX(-50%);
    top: 65px;
    width: 436px;
    height: 297px;
    background-image: url("/assets/imgs/dashboard-premium/img/permanent-main-img-mobileH.svg");
  }
}
.permanent-hosting-main .permanent-features-block {
  position: relative;
  display: grid;
  gap: 37px;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block {
    grid-template-columns: auto 208px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-features-block {
    grid-template-columns: auto 248px;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block {
    grid-template-columns: auto 280px;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block {
    grid-template-columns: auto 296px;
  }
}
.permanent-hosting-main .permanent-features-block__main-img {
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 9px;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__main-img--mobile {
    display: none;
  }
}
.permanent-hosting-main .permanent-features-block__main-img--mobile-h {
  display: none;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__main-img--mobile-h {
    display: block;
    top: 54px;
    left: calc(50% + 27px);
    transform: translateX(-50%);
    left: 132px;
    transform: none;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-features-block__main-img--mobile-h {
    width: 437px;
    height: 320px;
    top: 50px;
    left: 164px;
  }
  .permanent-hosting-main .permanent-features-block__main-img--mobile-h #svg-plane,
  .permanent-hosting-main .permanent-features-block__main-img--mobile-h #svg-plan-trace {
    transform: translate(6px, 22px);
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block__main-img--mobile-h {
    display: none;
  }
}
.permanent-hosting-main .permanent-features-block__main-img--tablet-h {
  display: none;
}

@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block__main-img--tablet-h {
    display: block;
    top: 13px;
    left: 261px;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block__main-img--tablet-h {
    display: none;
  }
}
.permanent-hosting-main .permanent-features-block__main-img--desktop {
  display: none;
}

@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block__main-img--desktop {
    display: block;
    top: -40px;
    left: 335px;
  }
}
.permanent-hosting-main .permanent-features-block__features-list {
  display: grid;
  gap: 15px;
  width: 279px;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__features-list {
    gap: 25px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-features-block__features-list {
    width: 344px;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block__features-list {
    width: 333px;
    margin-left: 45px;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block__features-list {
    gap: 34px;
    margin: 0;
    width: 495px;
  }
}
.permanent-hosting-main .permanent-features-block__features-item {
  background: #ffffff;
  box-shadow: 0px 10px 65px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 10px 15px 10px 10px;
  column-gap: 6px;
  position: relative;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__features-item {
    row-gap: 5px;
    padding: 15px;
    border-radius: 20px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-features-block__features-item {
    column-gap: 10px;
    padding: 14px 15px;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block__features-item {
    padding: 20px 20px 18px;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block__features-item {
    padding: 30px;
  }
}
.permanent-hosting-main .permanent-features-block__features-item::after {
  content: "";
  position: absolute;
  user-select: none;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8Z' fill='url(%23paint0_linear_938_267)' fill-opacity='0.2'/%3E%3Cpath d='M13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8Z' fill='url(%23paint1_linear_938_267)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_938_267' x1='8' y1='0' x2='8' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF7266'/%3E%3Cstop offset='1' stop-color='%23FF966B'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_938_267' x1='8' y1='0' x2='8' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF7066'/%3E%3Cstop offset='1' stop-color='%23FF986B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (min-width: 320px) {
  .permanent-hosting-main .permanent-features-block__features-item::after {
    width: 18px;
    height: 18px;
  }
}
.permanent-hosting-main .permanent-features-block__features-item--one {
  margin-left: 82px;
}

.permanent-hosting-main .permanent-features-block__features-item--one::after {
  bottom: -7px;
  right: 31px;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__features-item--one {
    width: 220px;
    margin-left: auto;
  }
  .permanent-hosting-main .permanent-features-block__features-item--one::after {
    bottom: -8px;
    right: 44px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-features-block__features-item--one {
    width: 253px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--one::after {
    right: 88px;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block__features-item--one {
    width: 258px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--one::after {
    right: 40px;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block__features-item--one {
    width: 435px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--one::after {
    right: 96px;
  }
}
.permanent-hosting-main .permanent-features-block__features-item--two {
  width: 180px;
  padding-right: 5px;
}

.permanent-hosting-main .permanent-features-block__features-item--two::after {
  bottom: -7px;
  left: 74px;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__features-item--two {
    width: 206px;
    padding-right: 15px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--two::after {
    bottom: -8px;
    left: initial;
    right: 47px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-features-block__features-item--two {
    width: 238px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--two::after {
    right: 39px;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block__features-item--two {
    width: 263px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--two::after {
    right: 8px;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block__features-item--two {
    width: 410px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--two::after {
    right: 18px;
  }
}
.permanent-hosting-main .permanent-features-block__features-item--three {
  width: 160px;
  margin-left: 9px;
  padding-right: 5px;
}

.permanent-hosting-main .permanent-features-block__features-item--three::after {
  bottom: 5px;
  right: -8px;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__features-item--three {
    padding-right: 15px;
    width: 187px;
    margin-left: 22px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--three::after {
    bottom: 19px;
    right: -9px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .permanent-features-block__features-item--three {
    width: 220px;
    margin-left: 19px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--three::after {
    bottom: 39px;
  }
}
@media (min-width: 1024px) {
  .permanent-hosting-main .permanent-features-block__features-item--three {
    width: 263px;
    margin-left: 33px;
  }
}
@media (min-width: 1175px) {
  .permanent-hosting-main .permanent-features-block__features-item--three {
    width: 366px;
    margin-left: auto;
    margin-right: 31px;
  }
  .permanent-hosting-main .permanent-features-block__features-item--three::after {
    bottom: 35px;
  }
}
.permanent-hosting-main .permanent-features-block__features-list-right {
  width: 312px;
  margin: 0 auto;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-features-block__features-list-right {
    width: auto;
    align-self: center;
  }
}
.permanent-hosting-main .permanent-features-block__features-list-right .features-list-domain {
  z-index: 1;
  width: 312px;
}

.permanent-hosting-main .permanent-hosting__buy-link {
  margin: 0 auto 15px;
  display: flex;
  width: auto;
}

@media (min-width: 667px) {
  .permanent-hosting-main .permanent-hosting__buy-link {
    font-size: 18px;
    line-height: 22px;
  }
}
.permanent-hosting-main .permanent-hosting__still-help {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #73728f;
  text-align: center;
}

.permanent-hosting-main .tw-important-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding-left: 11px;
  position: relative;
}

.permanent-hosting-main .tw-important-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: #ff7667;
}

@media (min-width: 667px) {
  .permanent-hosting-main .tw-important-text {
    padding-left: 15px;
  }
  .permanent-hosting-main .tw-important-text::before {
    left: 2px;
  }
}
@media (min-width: 767px) {
  .permanent-hosting-main .tw-important-text {
    padding-left: 24px;
    font-size: 16px;
    line-height: 170%;
  }
  .permanent-hosting-main .tw-important-text::before {
    left: 0px;
  }
}
.permanent-hosting-main .tw-important-text__marked {
  color: #ff7667;
  font-weight: 700;
}

.permanent-hosting-main .page {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  width: 100%;
  font-family: "Montserrat", "Arial", sans-serif;
  color: #25243e;
}

.permanent-hosting-main .page.lock {
  overflow: hidden;
}

.permanent-hosting-main img {
  max-width: 100%;
}

.permanent-hosting-main a {
  text-decoration: none;
  color: inherit;
  outline: 0;
}

.permanent-hosting-main ul {
  list-style: none;
}

.permanent-hosting-main * {
  margin: 0;
  padding: 0;
}

.permanent-hosting-main *,
.permanent-hosting-main *::before,
.permanent-hosting-main *::after {
  box-sizing: border-box !important;
}