@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
.ik_tabs_navigation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  margin: -16px -16px 0 -16px;
  overflow: auto;
}
@media (max-width: 991px) {
  .ik_tabs_navigation {
    justify-content: flex-start;
    padding-bottom: 8px;
  }
}
.ik_tabs_navigation__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 16px 0 16px;
  padding: 4px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  cursor: pointer;
  color: #000000;
  background: #ffffff;
  white-space: nowrap;
  transition: 0.3s all ease 0s;
}
.ik_tabs_navigation__btn.current {
  color: #ffffff !important;
}
.ik_tabs_navigation__btn:hover {
  color: #ffffff !important;
}

.ik_tabs__item {
  display: block;
  margin: 0 auto 0;
  width: 840px;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: 0.5s opacity ease 0s;
}
@media (max-width: 991px) {
  .ik_tabs__item {
    width: 100%;
  }
  .ik_tabs__item .instrument-frame {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.ik_tabs__item.current {
  margin: 16px auto 0;
  visibility: visible;
  max-height: 10000px;
  opacity: 1;
}

.blissey-widget_type--compact {
  width: 100%;
}

.cascoon {
  max-width: 100% !important;
}

.ik-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 48px;
  background: #000000;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 125%;
  color: #FFFFFF;
  transition: 0.3s all ease-in-out 0s;
}
.ik-btn:disabled {
  background: #E7ECFE;
  color: #B3B3C9;
}
.ik-btn:not([disabled]):hover {
  background: #1B1D29;
}
.ik-btn:not([disabled]):active {
  background: #000000;
}
.ik-btn:not([disabled]).blue {
  color: #FFFFFF !important;
  background: #0085FF;
}
.ik-btn:not([disabled]).blue:hover {
  background: #3895FF;
}
.ik-btn:not([disabled]).blue:active {
  background: #006DFF;
}
.ik-btn:not([disabled]).purple {
  background: linear-gradient(89.45deg, #9240F2 -9.61%, #734AF9 112.6%);
}
.ik-btn:not([disabled]).purple:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(89.45deg, #9240F2 -9.61%, #734AF9 112.6%);
}
.ik-btn:not([disabled]).purple:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(89.45deg, #9240F2 -9.61%, #734AF9 112.6%);
}

.ik-site-header {
  font-family: Inter;
}
@media screen and (max-width: 1024px) {
  .ik-site-header {
    display: none;
  }
}
.ik-site-header__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 72px;
  border-bottom: 1px solid #F6F8FF;
  z-index: 20;
}
@media (max-width: 991px) {
  .ik-site-header__flex {
    height: 0;
    border: none;
  }
}
.ik-site-header__logo {
  display: block;
}
@media (max-width: 991px) {
  .ik-site-header__logo {
    display: none;
  }
}
.ik-site-header__logo img {
  display: block;
  width: 203px;
  height: auto;
}
.ik-site-header__menu {
  margin-left: auto;
}
@media (max-width: 991px) {
  .ik-site-header__menu {
    display: none;
  }
}
.ik-site-header__menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 32px;
  background: #F6F8FF;
  border-radius: 10px;
}
.ik-site-header__menu ul.menu > li {
  display: block;
  position: relative;
  margin-right: 32px;
}
.ik-site-header__menu ul.menu > li:last-child {
  margin-right: 0;
}
.ik-site-header__menu ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000000;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}
.ik-site-header__menu ul.menu > li:hover > a {
  color: #0085FF;
}
.ik-site-header__menu ul.menu > li:hover > ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.ik-site-header__menu ul.menu > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  margin-left: 4px;
  margin-top: 2px;
  width: 24px;
  height: 24px;
  mask: url("../assets/images/menu-down.svg") no-repeat center;
  -webkit-mask: url("../assets/images/menu-down.svg") no-repeat center;
  background-color: #000000;
  transition: 0.3s all ease-in-out 0s;
}
.ik-site-header__menu ul.menu > li.menu-item-has-children:hover > a:after {
  background-color: #0085FF;
  transform: rotate(180deg);
}
.ik-site-header__menu ul.menu > li > ul {
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 80%;
  left: -60px;
  width: 320px;
  background: #FFFFFF;
  border-radius: 8px;
  filter: drop-shadow(0px 12px 25px rgba(0, 51, 128, 0.08));
  transition: 0.2s top ease-in-out 0s;
  visibility: hidden;
  opacity: 1;
  padding: 24px 16px 24px 16px;
  z-index: 40;
}
.ik-site-header__menu ul.menu > li > ul.show-banner {
  border-radius: 8px 0 0 8px;
}
.ik-site-header__menu ul.menu > li > ul > li {
  display: block;
  margin-top: 16px;
}
.ik-site-header__menu ul.menu > li > ul > li:first-child {
  margin-top: 0;
}
.ik-site-header__menu ul.menu > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  height: 40px;
  padding: 0 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  text-decoration: none;
}
.ik-site-header__menu ul.menu > li > ul > li > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  background: #F6F8FF;
  border-radius: 8px;
}
.ik-site-header__menu ul.menu > li > ul > li > a > span > span {
  width: 24px;
  height: 24px;
  background-color: #B3B3C9;
}
.ik-site-header__menu ul.menu > li > ul > li.no-code > a:after {
  content: "no-code";
  display: block;
  padding: 2px 8px;
  margin-left: 12px;
  background: #BEFB8F !important;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  color: #000000 !important;
}
.ik-site-header__menu ul.menu > li > ul > li.help {
  margin-top: 32px;
  position: relative;
}
.ik-site-header__menu ul.menu > li > ul > li.help:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E7ECFE;
}
.ik-site-header__menu ul.menu > li > ul > li.help > a {
  color: #FF521F;
}
.ik-site-header__menu ul.menu > li > ul > li.help > a > span > span {
  background-color: #FF521F;
}
.ik-site-header__menu ul.menu > li > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-top: 2px;
  width: 24px;
  height: 24px;
  mask: url("../assets/images/menu-right.svg") no-repeat center;
  -webkit-mask: url("../assets/images/menu-right.svg") no-repeat center;
  background-color: #000000;
}
.ik-site-header__menu ul.menu > li > ul > li.menu-item-has-children:hover > a {
  background: #F6F8FF;
  border-radius: 8px;
}
.ik-site-header__menu ul.menu > li > ul > li:hover > a {
  color: #0085FF;
}
.ik-site-header__menu ul.menu > li > ul > li:hover > a:after {
  background-color: #0085FF;
}
.ik-site-header__menu ul.menu > li > ul > li:hover > a > span > span {
  background-color: #0085FF;
}
.ik-site-header__menu ul.menu > li > ul > li.current > a {
  color: #006DFF;
}
.ik-site-header__menu ul.menu > li > ul > li.current > a > span {
  background: #006DFF;
}
.ik-site-header__menu ul.menu > li > ul > li.current > a > span > span {
  background-color: #FFFFFF;
}
.ik-site-header__menu ul.menu > li > ul > li:hover > ul {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.ik-site-header__menu ul.menu > li > ul > li > ul {
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 80%;
  top: 0;
  width: 320px;
  height: 100%;
  overflow: auto;
  padding: 16px;
  border-left: 1px solid #E7ECFE;
  transition: 0.3s all ease-in-out 0s;
  visibility: hidden;
  background: #ffffff;
  opacity: 0;
  z-index: 10;
}
.ik-site-header__menu ul.menu > li > ul > li > ul > li {
  display: block;
  margin-top: 8px;
}
.ik-site-header__menu ul.menu > li > ul > li > ul > li:first-child {
  margin-top: 0;
}
.ik-site-header__menu ul.menu > li > ul > li > ul > li > a {
  display: block;
  padding: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 155%;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s all ease-in-out 0s;
}
.ik-site-header__menu ul.menu > li > ul > li > ul > li > a > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0085FF;
}
.ik-site-header__menu ul.menu > li > ul > li > ul > li > a > span:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: url("../assets/images/guides.svg") no-repeat center;
}
.ik-site-header__menu ul.menu > li > ul > li > ul > li:hover > a {
  background: #F6F8FF;
}
.ik-site-header__menu ul.menu > li > ul > li > ul > li > ul {
  display: none;
}
.ik-site-header__menu ul.menu > li.not-banner > ul {
  border-radius: 8px 0 0 8px;
}
@media screen and (min-width: 992px) and (max-width: 1239px) {
  .ik-site-header__menu ul.menu > li.not-banner > ul > li.menu-item-has-children {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .ik-site-header__menu ul.menu > li.tools > ul {
    left: -120px;
  }
}
@media screen and (max-width: 1240px) {
  .ik-site-header__menu ul.menu > li.ru.res > ul {
    left: -120px;
  }
}
.ik-site-header__btn1 {
  width: 68px;
  margin-left: 16px;
  font-weight: 500;
  font-size: 17px;
  line-height: 125%;
  text-align: center;
  color: #0085FF;
  background: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 992px) and (max-width: 1239px) {
  .ik-site-header__btn1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .ik-site-header__btn1 {
    display: none;
  }
}
.ik-site-header__btn1:hover {
  background: none !important;
  color: #0085FF !important;
  opacity: 0.7;
}
.ik-site-header__btn2 {
  width: 195px;
  margin-left: 8px;
  font-weight: 500;
  font-size: 17px;
  line-height: 127%;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (min-width: 992px) and (max-width: 1239px) {
  .ik-site-header__btn2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .ik-site-header__btn2 {
    display: none;
  }
}

.ik-site-header2 {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-family: Inter;
  background: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .ik-site-header2 {
    display: block;
  }
}
.ik-site-header2__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
}
@media screen and (max-width: 1024px) {
  .ik-site-header2__flex {
    height: 48px;
    border-bottom: 1px solid #F6F8FF;
    padding: 0 16px;
  }
}
.ik-site-header2__logo {
  display: block;
}
.ik-site-header2__logo img {
  display: block;
  width: 203px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .ik-site-header2__logo img {
    width: 144px;
  }
}
.ik-site-header2__btn1 {
  display: none;
  width: 56px;
  height: 32px;
  margin-left: auto;
  font-weight: 500;
  font-size: 13px;
  line-height: 125%;
  text-align: center;
  color: #0085FF;
  background: none;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (max-width: 1024px) {
  .ik-site-header2__btn1 {
    display: none;
  }
}
.ik-site-header2__btn1:hover {
  background: none !important;
  opacity: 0.7;
}
.ik-site-header2__btn2 {
  display: none;
  width: 144px;
  height: 32px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  transition: 0.3s all ease-in-out 0s;
}
@media screen and (max-width: 1024px) {
  .ik-site-header2__btn2 {
    display: none;
    margin-left: auto;
  }
}
.ik-site-header2__burger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ik-site-header2__burger {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-left: auto;
    width: 40px;
    height: 32px;
    background: #E5F3FF url("../assets/images/site-header__burger.svg") no-repeat center;
    border: 1px solid #CCE6FF;
    border-radius: 8px;
  }
  .ik-site-header2__burger.active {
    background: #E5F3FF url("../assets/images/site-header__burger_close.svg") no-repeat center;
  }
}
.ik-site-header2.fixed {
  -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.06));
}
.ik-site-header2.fixed .ik-site-header2__logo_1 {
  display: inline;
}
.ik-site-header2.fixed .ik-site-header2__btn1 {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ik-site-header2.fixed .ik-site-header2__btn1 {
    display: none;
  }
}
.ik-site-header2.fixed .ik-site-header2__btn2 {
  display: flex;
}

.ik-menu-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  box-sizing: border-box;
  font-family: Inter;
  top: 0;
  left: 100%;
  height: 100%;
  width: 320px;
  background: #F6F8FF;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  padding: 24px;
}
.ik-menu-banner__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.ik-menu-banner__description {
  font-weight: 500;
  font-size: 17px;
  line-height: 155%;
  color: #000000;
}
.ik-menu-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #FF6F32;
  border-radius: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.ik-menu-banner__btn:hover {
  background: #3895FF;
}
.ik-menu-banner__btn:active {
  background: #006DFF;
}

.ik-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999;
  font-family: Inter;
}
.ik-mobile-menu.active {
  display: block;
}
.ik-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 24px;
  height: 48px;
}
.ik-mobile-menu__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ik-mobile-menu__logo img {
  display: block;
  width: 203px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .ik-mobile-menu__logo img {
    width: 144px;
  }
}
.ik-mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: auto;
  width: 40px;
  height: 32px;
  background: #E5F3FF url("../assets/images/site-header__burger_close.svg") no-repeat center;
  border: 1px solid #CCE6FF;
  border-radius: 8px;
}
.ik-mobile-menu__body {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background: #F6F8FF;
  padding: 28px 24px 40px 24px;
}
.ik-mobile-menu__body_box {
  height: calc(100vh - 100px);
  overflow: auto;
}
.ik-mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ik-mobile-menu__menu ul.menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ik-mobile-menu__menu ul.menu li {
  display: block;
  margin-top: 28px;
}
.ik-mobile-menu__menu ul.menu li:first-child {
  margin-top: 0;
}
.ik-mobile-menu__menu ul.menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  text-decoration: none;
}
.ik-mobile-menu__sep {
  display: block;
  width: 100%;
  height: 1px;
  margin: 32px 0;
  background: #E7ECFE;
}
.ik-mobile-menu__menu2 {
  display: block;
}
.ik-mobile-menu__menu2 ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ik-mobile-menu__menu2 ul.menu > li {
  display: block;
  margin-top: 2px;
}
.ik-mobile-menu__menu2 ul.menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  text-decoration: none;
}
.ik-mobile-menu__menu2 ul.menu > li.menu-item-has-children > a {
  font-weight: 600;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li {
  display: block;
  margin-top: 2px;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li:first-child {
  margin-top: 0;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  text-decoration: none;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > a > span > span {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #B3B3C9;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li.no-code > a:after {
  content: "no-code";
  display: block;
  padding: 2px 8px;
  margin-left: 12px;
  background: #BEFB8F !important;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  color: #000000 !important;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li.help > a {
  color: #FF521F;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li.help > a > span > span {
  background-color: #FF521F;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li.guides > a {
  background: url("../assets/images/mobile-menu-down.svg") no-repeat right center;
  padding-right: 32px;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li.active.guides > a {
  color: #006DFF;
  background: url("../assets/images/mobile-menu-up.svg") no-repeat right center;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li.active.guides > a > span > span {
  background-color: #006DFF;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li.active > ul {
  display: block;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > ul {
  display: none;
  margin: 4px 0 0 0;
  padding: 0 0 0 32px;
  list-style: none;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > ul > li {
  margin-top: 12px;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > ul > li:first-child {
  margin-top: 0;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > ul > li > a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 155%;
  color: #000000;
  text-decoration: none;
  text-align: left;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > ul > li > a span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0085FF;
}
.ik-mobile-menu__menu2 ul.menu > li > ul > li > ul > li > a span:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: url("../assets/images/mobile-menu-ar.svg") no-repeat center/contain;
}
.ik-mobile-menu__btn_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 32px auto 0;
  width: 100%;
  height: 48px;
  background: #E5F3FF;
  border: 1px solid #CCE6FF;
  border-radius: 12px;
  font-weight: 500;
  font-size: 17px;
  line-height: 127%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0084FF;
  text-decoration: none;
}
.ik-mobile-menu__btn_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 8px auto 100px;
  width: 100%;
  height: 48px;
  background: #0084FF;
  border-radius: 12px;
  font-weight: 500;
  font-size: 17px;
  line-height: 127%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  text-decoration: none;
}

.ik-site-links {
  padding-top: 48px;
  padding-bottom: 158px;
  font-family: Inter;
}
@media (max-width: 991px) {
  .ik-site-links {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ik-site-links .container__wrap {
    padding: 0 16px;
  }
}
.ik-site-links__cols {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .ik-site-links__cols {
    flex-wrap: wrap;
    margin-top: -32px;
  }
}
.ik-site-links__col {
  width: 150px;
  margin-right: 48px;
}
@media (max-width: 991px) {
  .ik-site-links__col {
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-top: 32px;
  }
}
.ik-site-links__col.apps {
  width: auto;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 991px) {
  .ik-site-links__col.apps {
    width: 100%;
    margin: 48px 0 0 0;
  }
}
.ik-site-links__heading {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 155%;
  text-transform: uppercase;
  color: #B3B3C9;
}
.ik-site-links__menu ul.menu {
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.ik-site-links__menu ul.menu li {
  display: block;
  margin-top: 9px;
}
.ik-site-links__menu ul.menu li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 155%;
  color: #000000;
  text-decoration: none;
  transition: 0.3s all ease-in-out 0s;
}
.ik-site-links__menu ul.menu li:hover > a {
  color: #0085FF;
}
.ik-site-links__apps {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 12px;
}
.ik-site-links__apps a {
  display: block;
  text-decoration: none;
  margin-left: 20px;
}
.ik-site-links__apps a:first-child {
  margin-left: 0;
}

.ik-site-footer {
  padding-top: 48px;
  padding-bottom: 48px;
  font-family: Inter;
}
@media (max-width: 991px) {
  .ik-site-footer {
    padding-top: 0;
  }
}
.ik-site-footer__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .ik-site-footer__box {
    flex-direction: column;
  }
}
.ik-site-footer__logo {
  display: block;
}
.ik-site-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 32px;
}
@media (max-width: 991px) {
  .ik-site-footer__social {
    margin: 8px 0 0 0;
    flex-wrap: wrap;
  }
}
.ik-site-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  width: 40px;
  height: 40px;
  background: #F6F8FF;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .ik-site-footer__social a {
    margin: 24px 12px 0;
  }
}
.ik-site-footer__social a svg {
  display: block;
  transition: 0.3s all ease-in-out 0s;
}
.ik-site-footer__social a svg > * {
  transition: 0.3s all ease-in-out 0s;
}
@media (min-width: 992px) {
  .ik-site-footer__social a:not(:hover) svg {
    fill: #B3B3C9;
  }
  .ik-site-footer__social a:not(:hover) svg > * {
    fill: #B3B3C9;
  }
}
.ik-site-footer__copyright {
  display: block;
  margin-left: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 155%;
  color: #B3B3C9;
}
@media (max-width: 991px) {
  .ik-site-footer__copyright {
    margin: 32px 0 0 0;
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0;
  }
}
.benefits-shortcode {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  padding: 0 66px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .benefits-shortcode {
    padding: 0 20px;
  }
}
@media screen and (max-width: 920px) {
  .benefits-shortcode {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.benefits-shortcode__items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 720px) {
  .benefits-shortcode__items {
    display: block;
    width: 100%;
  }
}
.benefits-shortcode .slick-slide {
  margin: 0 4px;
}
.benefits-shortcode__item {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 262px;
  border-radius: 16px;
  color: #262626;
}
@media screen and (max-width: 720px) {
  .benefits-shortcode__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 468px;
  }
}
.benefits-shortcode__item.details-travel {
  width: calc(25% - 8px);
}
@media screen and (min-width: 921px) and (max-width: 1024px) {
  .benefits-shortcode__item.details-travel {
    width: calc(50% - 8px);
    order: 1;
  }
}
@media screen and (max-width: 720px) {
  .benefits-shortcode__item.details-travel {
    width: 100%;
  }
}
.benefits-shortcode__item.details-travel .benefits-shortcode__content {
  width: 38%;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-travel .benefits-shortcode__content {
    width: 100%;
  }
}
.benefits-shortcode__item.details-travel .benefits-shortcode__image {
  bottom: -100px;
  right: -120px;
  width: 288px;
}
.benefits-shortcode__item.details-tools {
  width: calc(50% - 16px);
}
@media screen and (min-width: 921px) and (max-width: 1024px) {
  .benefits-shortcode__item.details-tools {
    width: 100%;
    order: 3;
  }
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-tools {
    width: 100%;
  }
}
.benefits-shortcode__item.details-tools .benefits-shortcode__content {
  width: 45%;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-tools .benefits-shortcode__content {
    width: 100%;
  }
}
.benefits-shortcode__item.details-tools .benefits-shortcode__image {
  width: 293px;
}
.benefits-shortcode__item.details-help {
  width: calc(25% - 8px);
}
@media screen and (min-width: 921px) and (max-width: 1024px) {
  .benefits-shortcode__item.details-help {
    width: calc(50% - 8px);
    order: 2;
  }
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-help {
    width: 100%;
  }
}
.benefits-shortcode__item.details-help .benefits-shortcode__content {
  width: 45%;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-help .benefits-shortcode__content {
    width: 100%;
  }
}
.benefits-shortcode__item.details-help .benefits-shortcode__image {
  right: -31px;
  width: 240px;
}
.benefits-shortcode__item.details-stat {
  width: calc(50% - 8px);
}
@media screen and (min-width: 921px) and (max-width: 1024px) {
  .benefits-shortcode__item.details-stat {
    width: 100%;
    order: 4;
  }
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-stat {
    width: 100%;
  }
}
.benefits-shortcode__item.details-stat .benefits-shortcode__content {
  width: 45%;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-stat .benefits-shortcode__content {
    width: 100%;
  }
}
.benefits-shortcode__item.details-stat .benefits-shortcode__image {
  width: 489px;
}
.benefits-shortcode__item.details-teach {
  width: calc(50% - 8px);
}
@media screen and (min-width: 921px) and (max-width: 1024px) {
  .benefits-shortcode__item.details-teach {
    width: 100%;
    order: 5;
  }
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-teach {
    width: 100%;
  }
}
.benefits-shortcode__item.details-teach .benefits-shortcode__content {
  width: 45%;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__item.details-teach .benefits-shortcode__content {
    width: 100%;
  }
}
.benefits-shortcode__item.details-teach .benefits-shortcode__image {
  bottom: 19px;
  right: 20px;
  width: 250px;
}
.benefits-shortcode__content {
  margin: 32px;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__content {
    margin: 0;
    padding: 32px;
  }
}
.benefits-shortcode__name {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 115%;
  font-weight: 500;
}
.benefits-shortcode__text {
  font-family: Roboto, Sans-serif;
  font-size: 15px;
}
.benefits-shortcode__image {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__image {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin-left: auto;
  }
}
.benefits-shortcode__image img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 920px) {
  .benefits-shortcode__image img {
    margin-left: auto;
  }
}
.benefits-shortcode__control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding-bottom: 16px;
}
.benefits-shortcode__prev, .benefits-shortcode__next {
  height: 32px;
  width: 43px;
  background-color: #fff;
  border: 1px solid #E2E5EC;
  box-shadow: 0 4px 8px rgba(27, 29, 41, 0.08);
  position: relative;
}
.benefits-shortcode__prev:before, .benefits-shortcode__next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.benefits-shortcode__prev {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}
.benefits-shortcode__prev:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 24px;
  background: url(../assets/images/prev.svg) no-repeat center;
}
.benefits-shortcode__next {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
.benefits-shortcode__next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 24px;
  background: url(../assets/images/next.svg) no-repeat center;
}

.what-is-tp-shortcode {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  padding: 0 66px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .what-is-tp-shortcode {
    padding: 0 20px;
  }
}
@media screen and (max-width: 920px) {
  .what-is-tp-shortcode {
    padding: 0 10px;
  }
}
.what-is-tp-shortcode__items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #E2E5EC;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .what-is-tp-shortcode__items {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 920px) {
  .what-is-tp-shortcode__items {
    width: 100%;
  }
}
.what-is-tp-shortcode__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 33.33%;
  padding: 35px 40px 35px 40px;
  border-right: 1px solid #E2E5EC;
}
.what-is-tp-shortcode__item.with-image {
  padding: 35px 0;
}
.what-is-tp-shortcode__item:last-child {
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .what-is-tp-shortcode__item {
    width: 50%;
    padding: 35px 40px 35px 40px;
  }
  .what-is-tp-shortcode__item:first-child {
    width: 100%;
    border-bottom: 1px solid #E2E5EC;
    border-right: none;
  }
}
@media screen and (max-width: 920px) {
  .what-is-tp-shortcode__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E2E5EC;
  }
  .what-is-tp-shortcode__item:last-child {
    border-bottom: none;
  }
}
.what-is-tp-shortcode__heading {
  color: #3a3a3a;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  font-size: 2rem;
}
.what-is-tp-shortcode__text {
  color: #3a3a3a;
  font-family: "Roboto", Sans-serif;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
}
.what-is-tp-shortcode__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.what-is-tp-shortcode__image:before, .what-is-tp-shortcode__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
}
.what-is-tp-shortcode__image:before {
  left: 0;
  background: -webkit-linear-gradient(left, #f5f7fa, rgba(245, 247, 250, 0.8) 60%, rgba(245, 247, 250, 0.7) 70%, rgba(245, 247, 250, 0) 100%);
  background: linear-gradient(to right, #f5f7fa, rgba(245, 247, 250, 0.8) 60%, rgba(245, 247, 250, 0.7) 70%, rgba(245, 247, 250, 0) 100%);
}
.what-is-tp-shortcode__image:after {
  right: 0;
  background: -webkit-linear-gradient(right, #f5f7fa, rgba(245, 247, 250, 0.8) 60%, rgba(245, 247, 250, 0.7) 70%, rgba(245, 247, 250, 0) 100%);
  background: linear-gradient(to left, #f5f7fa, rgba(245, 247, 250, 0.8) 60%, rgba(245, 247, 250, 0.7) 70%, rgba(245, 247, 250, 0) 100%);
}
.what-is-tp-shortcode__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  column-gap: 20px;
}
.what-is-tp-shortcode__icon img {
  display: block;
  width: 24px;
  height: auto;
  margin: 0 auto;
}

/*# sourceMappingURL=ik.css.map */
