@charset "UTF-8";
/* ============================================================================
 * START COLORS
 * ============================================================================ */
/* ============================================================================
 * END COLORS
 * ============================================================================ */
/* ============================================================================
 * START COLORS
 * ============================================================================ */
/* ============================================================================
 * END COLORS
 * ============================================================================ */
@import "main-6f29faae8f98cb7648be.min.css";
body {
  padding-top: 80px;
}

body.old-header-menu {
  padding-top: 0;
}
@media only screen and (max-height: 700px) {
  body.old-header-menu {
    padding-top: 0;
  }
}
body.old-header-menu .nav#includedContent {
  position: static;
  top: 0 !important;
  opacity: 1 !important;
}

.white_head .includedContent .menu__tools__text {
  color: #212121;
}

.white_head .includedContent .header-btn__left .header-btn__text {
  font-weight: 400;
}

.adaptive-first-screen .first-screen {
  min-height: 600px;
  height: 90vh;
  padding-bottom: 10px;
}

.nav#includedContent {
  height: 101px;
  padding: 0;
  min-height: 70px;
  display: flex;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media only screen and (max-width: 1085px) {
  .nav#includedContent {
    z-index: 21474836455;
  }
}
@media only screen and (max-width: 1085px) {
  .nav#includedContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-height: 700px) {
  .nav#includedContent {
    height: 70px;
  }
}
.nav#includedContent .includedContent {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1085px) {
  .nav#includedContent .includedContent {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 101px);
    border-top: 1px solid #EBEEF5;
  }
}
@media only screen and (max-width: 1085px) and (max-height: 700px) {
  .nav#includedContent .includedContent {
    height: calc(100% - 70px);
  }
}

.h1 {
  color: #212121;
  font-size: 46px;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 556px;
  line-height: 1.4;
}
@media only screen and (max-width: 1270px) {
  .h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 994px) {
  .h1 {
    font-size: 38px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

.h3 {
  color: #212121;
  font-size: 51px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 133px;
  line-height: 1.4;
  font-family: "Open Sans SemiBold", sans-serif;
}
@media only screen and (max-width: 1270px) {
  .h3 {
    font-size: 48px;
    margin-bottom: 124px;
  }
}
@media only screen and (max-width: 994px) {
  .h3 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 465px) {
  .h3 {
    font-size: 28px;
  }
}

.h6 {
  color: #212121;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Open Sans SemiBold", sans-serif;
}
@media only screen and (max-width: 1270px) {
  .h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 994px) {
  .h6 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

#includedContent {
  background: transparent;
}
#includedContent .nav-header__box {
  margin-right: 58px;
}
@media only screen and (max-width: 1440px) {
  #includedContent .nav-header__box {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1040px) {
  #includedContent .nav-header__box {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .nav-header__box {
    margin-right: 0;
    padding: 0 24px;
  }
}
#includedContent .languages-change {
  display: flex;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change {
    flex-direction: column;
    align-items: flex-start;
    order: 3;
    max-width: calc(100% - 48px);
    width: 100%;
    margin: 0 auto;
    padding: 26px 0 16px;
    border-bottom: 1px solid #EBEEF5;
  }
}
#includedContent .languages-change .icon-arrow_down.icon-arrow_down_active {
  transition: 200ms;
}
@media only screen and (min-width: 1086px) {
  #includedContent .languages-change .icon-arrow_down.icon-arrow_down_active {
    transform: rotate(180deg);
  }
}
#includedContent .languages-change .earth {
  margin-right: 10px;
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change .earth {
    margin-right: initial;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change .earth {
    position: absolute;
    top: 22px;
    left: 0;
  }
}
#includedContent .languages-change .languages-change-globe {
  cursor: pointer;
}
#includedContent .languages-change .languages-change-globe .earth {
  cursor: pointer;
}
#includedContent .languages-change .earth path {
  transition: fill 0.2s ease;
}
#includedContent .languages-change:hover .earth path {
  fill: #7D63EC;
}
#includedContent .languages-change:hover .icon-arrow_down {
  stroke: #949598;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change:hover .icon-arrow_down {
    stroke: #212121;
  }
}
#includedContent .languages-change__languages {
  position: absolute;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border: 1px solid #DBDDE2;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 30;
  display: none;
  flex-direction: column;
  padding: 5px 0;
  top: 35px;
  left: -27px;
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change__languages {
    left: -55px;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages {
    display: flex;
    order: 3;
    position: relative;
    top: initial;
    left: initial;
    border-radius: initial;
    border: 0;
    box-shadow: initial;
    padding: 0;
    width: 100%;
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom: 10px;
    background: initial;
  }
}
#includedContent .languages-change__languages.active {
  display: flex;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages.active {
    max-height: 500px;
    margin-top: 26px;
  }
}
#includedContent .languages-change__languages a {
  display: inline-block;
  font-size: 13px;
  color: #212121;
  padding: 9px 35px 9px 11px;
  white-space: nowrap;
  transition: color 0.2s ease;
  width: 100%;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages a {
    font-family: "Open Sans SemiBold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 16px 35px 16px 56px;
    background-color: initial;
  }
}
#includedContent .languages-change__languages a:hover {
  background-color: #eff0f4;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages a:hover {
    background-color: initial;
  }
}
#includedContent .languages-change__languages a.active {
  font-weight: bold;
  font-family: "Open Sans Bold", sans-serif;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages a.active {
    font-family: "Open Sans SemiBold", sans-serif;
    font-weight: 600;
    color: #7E6AD6;
  }
}
#includedContent .languages-change .current-lang {
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change .current-lang {
    display: none;
  }
}
#includedContent .languages-change .current-lang__mobile {
  display: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans SemiBold", sans-serif;
  line-height: 1;
  padding-left: 41px;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change .current-lang__mobile {
    display: block;
  }
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change .icon-arrow_down {
    display: none;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change .icon-arrow_down {
    display: block;
    position: absolute;
    right: 0;
    top: 33px;
    width: 12px;
    height: 7px;
    stroke: #212121;
    opacity: 1;
    transition: 200ms;
  }
  #includedContent .languages-change .icon-arrow_down_active {
    transform: rotate(180deg);
  }
}
#includedContent .nav-header__link-top,
#includedContent .menu__tools,
#includedContent .header-btn {
  padding: 12px 19px;
  font-size: 14px;
  line-height: 1;
  height: 40px;
}
#includedContent .header-btn__left {
  background: transparent;
  border: 1px solid #d0d3d8;
  margin-right: 10px;
  padding: 12px 38px;
}
@media only screen and (max-width: 1085px) {
  #includedContent .header-btn__left {
    margin-right: 12px;
  }
}
#includedContent .header-btn__left:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#includedContent .header-btn__right {
  padding: 12px 38px;
  background: #23deb3;
}
#includedContent .header-btn__right:hover {
  background: #1ed0a7;
}
#includedContent .includedContent .menu__tools:before {
  top: 41px;
  height: 29px;
}
@media only screen and (max-height: 700px) {
  #includedContent .includedContent .menu__tools:before {
    height: 14px;
  }
}
#includedContent .includedContent {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1410px;
}
@media (max-width: 1440px) {
  #includedContent .includedContent {
    max-width: 1310px;
  }
}
@media (max-width: 1085px) {
  #includedContent {
    padding-left: 15px;
    padding-right: 15px;
  }
  #includedContent .includedContent {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  #includedContent .menu__tools-box {
    border-radius: 0;
  }
  #includedContent .nav-header__link-top,
#includedContent .menu__tools {
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0 0;
    height: 71px;
  }
}

@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__link-top {
    margin-right: 7.5px;
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__link-top {
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__box {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box {
    margin-right: 7.5px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools {
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools {
    padding: 0;
  }
}

#includedContent.nav.new-top-menu .menu__tools-box {
  border-radius: 5px;
  margin-right: 15px;
}
#includedContent.nav.new-top-menu .menu__tools-box:hover {
  background-color: #f6f8fd;
}
@media only screen and (max-width: 1085px) {
  #includedContent.nav.new-top-menu .menu__tools-box:hover {
    background-color: unset;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent.nav.new-top-menu .menu__tools-box {
    margin-right: 0;
  }
}
#includedContent.nav.new-top-menu .nav-header__link-top {
  font-size: 14px;
  margin-right: 15px;
}
@media only screen and (max-width: 1085px) {
  #includedContent.nav.new-top-menu .nav-header__link-top {
    margin-right: initial;
    font-size: 20px;
    font-family: "Open Sans SemiBold", sans-serif;
    font-weight: 600;
  }
}
#includedContent.nav.new-top-menu .nav-header__link-top:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 1086px) {
  #includedContent.nav.new-top-menu .nav-header__link-top:hover {
    background-color: #f6f8fd;
    border: 1px solid #f6f8fd;
  }
}
#includedContent.nav.new-top-menu .nav-header__link-top,
#includedContent.nav.new-top-menu .menu__tools,
#includedContent.nav.new-top-menu .header-btn {
  border-radius: 5px;
}
#includedContent.nav.new-top-menu .header-btn__left:hover {
  border: 1px solid #f6f8fd;
  background-color: #f6f8fd;
}
#includedContent.nav.new-top-menu .header-btn__right {
  border-radius: 5px;
}
#includedContent.nav.new-top-menu .includedContent .arrow_box__nav-link:hover {
  background-color: #f6f8fd;
}

.icon-new_logo {
  width: 136px;
  height: 33px;
  fill: #7D63EC;
}
@media (max-width: 1085px) {
  .icon-new_logo {
    width: 92px;
    height: 24px;
  }
}

.btn {
  display: block;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.16);
  border-radius: 12px;
  background-color: #7d63ec;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.btn:hover {
  background-color: #7d63ec;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.25);
}
@media (max-width: 1440px) {
  .btn {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .btn {
    font-size: 14px;
  }
}

#media {
  border-radius: 7px;
}

.sign-free .form-sign {
  padding: 0;
  max-width: none;
  justify-content: center;
}
.sign-free__title {
  font-size: 28px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1270px) {
  .sign-free__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.sign-free .form-sign__input-box {
  flex-basis: auto;
}
.sign-free .form-sign__input-box input {
  border: 1px solid #E6E6E6;
  background: #FAFBFB;
  border-radius: 5px;
  width: 280px;
  font-size: 13px;
  height: 44px;
  color: #000000;
}
.sign-free .form-sign__input-box input:focus {
  border: 1px solid #644eee;
}
.sign-free .btn-main {
  margin-left: 0;
  transform: unset;
  line-height: 1.6;
  height: unset;
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 5px;
}
@media (max-width: 1440px) {
  .sign-free .sign-free__title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .sign-free .sign-free__title {
    font-size: 20px;
  }
  .sign-free .form-sign__btn {
    width: 211px;
  }
}
@media (max-width: 800px) {
  .sign-free .form-sign {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
  }
  .sign-free .form-sign__input-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .sign-free .form-sign__input-box input {
    width: 100%;
  }
  .sign-free .form-sign__btn {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .sign-free .sign-free__title {
    margin-bottom: 15px;
  }
}
.sign-free.bg-grey form {
  background: #F4F5F6;
  border-radius: 5px;
  padding: 30px;
  display: inline-flex;
}
@media only screen and (max-width: 994px) {
  .sign-free.bg-grey form {
    display: flex;
    padding: 15px;
  }
}
.sign-free.bg-grey form input {
  background: #ffffff;
  border: 1px solid #E5E5E5;
}

.footer-content {
  max-width: 1410px;
}
@media (max-width: 1440px) {
  .footer-content {
    max-width: 1270px;
  }
}

.twitter {
  background: #f6f8fd;
  padding: 70px 8px 80px;
}
@media only screen and (max-width: 994px) {
  .twitter {
    padding: 50px 8px 50px;
  }
}
.twitter__item {
  padding: 9px;
}
@media only screen and (max-width: 994px) {
  .twitter__item {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(4) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(6) {
    display: none;
  }
}
.twitter .h4 {
  line-height: 1;
  color: #212121;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: "Open Sans SemiBold", sans-serif;
}
@media only screen and (max-width: 994px) {
  .twitter .h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .twitter .twitter__list {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.form-group.has-error input {
  border: 1px solid red !important;
}
.form-group.has-error input:focus {
  border: 1px solid red !important;
}

.txt {
  color: #212121;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 1270px) {
  .txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 994px) {
  .txt {
    font-size: 18px;
  }
}

.includedContent .hover-menu-wrapper {
  background-color: #fff;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1085px) {
  .includedContent .hover-menu-wrapper {
    box-shadow: unset;
  }
}
.includedContent .hover-menu-wrapper .arrow_box__nav:after {
  display: none;
}
.includedContent .hover-menu-wrapper .arrow_box__nav:before {
  display: none;
}
.includedContent .hover-menu-wrapper .arrow_box__nav {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.includedContent .hover-menu {
  display: flex;
  padding: 0;
}
.includedContent .hover-menu__nav-wrapper {
  width: 100%;
  display: grid;
  align-items: baseline;
  grid-template-columns: 1fr 16px 1fr 44px 1fr 44px 1fr;
  grid-template-areas: "linkscolumntitle1 linkscolumntitle1 linkscolumntitle1 linkscolumntitle1 linkscolumntitle2 linkscolumntitle2 linkscolumntitle3" "sales indentsmall1 emaildrip indentbig1 emailtracker indentbig3 integrations" "emailfinder indentsmall2 emailverifier indentbig2 finderextencion indentbig4 restapi" "technology indentsmall3 warmup indentbig5 lifinder indentbig6 indentbig6";
  grid-row-gap: 24px;
  max-width: 1410px;
  margin: 0 auto;
  padding: 24px 15px 48px 15px;
}
@media only screen and (max-width: 1440px) {
  .includedContent .hover-menu__nav-wrapper {
    max-width: 1310px;
  }
}
@media only screen and (max-width: 1085px) {
  .includedContent .hover-menu__nav-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    grid-template-areas: initial;
    grid-template-columns: initial;
    grid-row-gap: initial;
    row-gap: 8px;
    padding: 0;
  }
}

#link-salesCRM {
  grid-area: sales;
}

#link-emailFinder {
  grid-area: emailfinder;
  grid-column: 1/2;
}

#link-technology {
  grid-area: technology;
}

#link-emailDrip {
  grid-area: emaildrip;
}

#link-emailVerifier {
  grid-area: emailverifier;
}

#link-emailTracker {
  grid-area: emailtracker;
}

#link-finderExtencion {
  grid-area: finderextencion;
}

#link-liFinder {
  grid-area: lifinder;
  grid-column: 5/6;
}

#warm-up {
  grid-area: warmup;
}

#link-integrations {
  grid-area: integrations;
}

#link-restApi {
  grid-area: restapi;
}
@media only screen and (max-width: 1085px) {
  #link-restApi {
    margin-bottom: 24px;
  }
}

#linksColumnTitle1 {
  grid-area: linkscolumntitle1;
  grid-column: 1/2;
}
@media only screen and (max-width: 1085px) {
  #linksColumnTitle1 {
    margin-top: 12px;
  }
}

#linksColumnTitle2 {
  grid-area: linkscolumntitle2;
  grid-column: 5/6;
}

#linksColumnTitle3 {
  grid-area: linkscolumntitle3;
  grid-column: 7/8;
}

.hover-menu__block-empty-small1,
.hover-menu__block-empty-small2,
.hover-menu__block-empty-small3,
.hover-menu__block-empty-big1,
.hover-menu__block-empty-big2,
.hover-menu__block-empty-big3,
.hover-menu__block-empty-big4,
.hover-menu__block-empty-big5 {
  display: none;
}

.hover-menu__block-empty-small1 {
  grid-area: indentsmall1;
}

.hover-menu__block-empty-small2 {
  grid-area: indentsmall2;
}

.hover-menu__block-empty-small3 {
  grid-area: indentsmall3;
}

.hover-menu__block-empty-big1 {
  grid-area: indentbig1;
}

.hover-menu__block-empty-big2 {
  grid-area: indentbig2;
}

.hover-menu__block-empty-big4 {
  grid-area: indentbig3;
}

.hover-menu__block-empty-big4 {
  grid-area: indentbig4;
}

.hover-menu__block-empty-big5 {
  grid-area: indentbig5;
}

.hover-menu__block-empty-big6 {
  grid-area: indentbig6;
}

.index__logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 131px;
}
@media only screen and (max-width: 480px) {
  .index__logos {
    margin-bottom: 70px;
  }
}
.index__logos img {
  margin-right: 30px;
  margin-bottom: 13px;
}
.index__logos img:last-of-type {
  margin-right: 0;
}

/* @import 'fixed-banner'; */
.fixed-header #includedContent.header-top-hide {
  top: 0 !important;
  opacity: 1 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* ============================================================================
 * START COLORS
 * ============================================================================ */
/* ============================================================================
 * END COLORS
 * ============================================================================ */
body {
  padding-top: 80px;
}

body.old-header-menu {
  padding-top: 0;
}
@media only screen and (max-height: 700px) {
  body.old-header-menu {
    padding-top: 0;
  }
}
body.old-header-menu .nav#includedContent {
  position: static;
  top: 0 !important;
  opacity: 1 !important;
}

.white_head .includedContent .menu__tools__text {
  color: #212121;
}

.white_head .includedContent .header-btn__left .header-btn__text {
  font-weight: 400;
}

.adaptive-first-screen .first-screen {
  min-height: 600px;
  height: 90vh;
  padding-bottom: 10px;
}

.nav#includedContent {
  height: 101px;
  padding: 0;
  min-height: 70px;
  display: flex;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
@media only screen and (max-width: 1085px) {
  .nav#includedContent {
    z-index: 21474836455;
  }
}
@media only screen and (max-width: 1085px) {
  .nav#includedContent {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-height: 700px) {
  .nav#includedContent {
    height: 70px;
  }
}
.nav#includedContent .includedContent {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1085px) {
  .nav#includedContent .includedContent {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 101px);
    border-top: 1px solid #EBEEF5;
  }
}
@media only screen and (max-width: 1085px) and (max-height: 700px) {
  .nav#includedContent .includedContent {
    height: calc(100% - 70px);
  }
}

.h1 {
  color: #212121;
  font-size: 46px;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 556px;
  line-height: 1.4;
}
@media only screen and (max-width: 1270px) {
  .h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 994px) {
  .h1 {
    font-size: 38px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

.h3 {
  color: #212121;
  font-size: 51px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 133px;
  line-height: 1.4;
  font-family: "Open Sans SemiBold", sans-serif;
}
@media only screen and (max-width: 1270px) {
  .h3 {
    font-size: 48px;
    margin-bottom: 124px;
  }
}
@media only screen and (max-width: 994px) {
  .h3 {
    font-size: 38px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 465px) {
  .h3 {
    font-size: 28px;
  }
}

.h6 {
  color: #212121;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Open Sans SemiBold", sans-serif;
}
@media only screen and (max-width: 1270px) {
  .h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 994px) {
  .h6 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

#includedContent {
  background: transparent;
}
#includedContent .nav-header__box {
  margin-right: 58px;
}
@media only screen and (max-width: 1440px) {
  #includedContent .nav-header__box {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1040px) {
  #includedContent .nav-header__box {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .nav-header__box {
    margin-right: 0;
    padding: 0 24px;
  }
}
#includedContent .languages-change {
  display: flex;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change {
    flex-direction: column;
    align-items: flex-start;
    order: 3;
    max-width: calc(100% - 48px);
    width: 100%;
    margin: 0 auto;
    padding: 26px 0 16px;
    border-bottom: 1px solid #EBEEF5;
  }
}
#includedContent .languages-change .icon-arrow_down.icon-arrow_down_active {
  transition: 200ms;
}
@media only screen and (min-width: 1086px) {
  #includedContent .languages-change .icon-arrow_down.icon-arrow_down_active {
    transform: rotate(180deg);
  }
}
#includedContent .languages-change .earth {
  margin-right: 10px;
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change .earth {
    margin-right: initial;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change .earth {
    position: absolute;
    top: 22px;
    left: 0;
  }
}
#includedContent .languages-change .languages-change-globe {
  cursor: pointer;
}
#includedContent .languages-change .languages-change-globe .earth {
  cursor: pointer;
}
#includedContent .languages-change .earth path {
  transition: fill 0.2s ease;
}
#includedContent .languages-change:hover .earth path {
  fill: #7D63EC;
}
#includedContent .languages-change:hover .icon-arrow_down {
  stroke: #949598;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change:hover .icon-arrow_down {
    stroke: #212121;
  }
}
#includedContent .languages-change__languages {
  position: absolute;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border: 1px solid #DBDDE2;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 30;
  display: none;
  flex-direction: column;
  padding: 5px 0;
  top: 35px;
  left: -27px;
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change__languages {
    left: -55px;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages {
    display: flex;
    order: 3;
    position: relative;
    top: initial;
    left: initial;
    border-radius: initial;
    border: 0;
    box-shadow: initial;
    padding: 0;
    width: 100%;
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom: 10px;
    background: initial;
  }
}
#includedContent .languages-change__languages.active {
  display: flex;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages.active {
    max-height: 500px;
    margin-top: 26px;
  }
}
#includedContent .languages-change__languages a {
  display: inline-block;
  font-size: 13px;
  color: #212121;
  padding: 9px 35px 9px 11px;
  white-space: nowrap;
  transition: color 0.2s ease;
  width: 100%;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages a {
    font-family: "Open Sans SemiBold", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 16px 35px 16px 56px;
    background-color: initial;
  }
}
#includedContent .languages-change__languages a:hover {
  background-color: #eff0f4;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages a:hover {
    background-color: initial;
  }
}
#includedContent .languages-change__languages a.active {
  font-weight: bold;
  font-family: "Open Sans Bold", sans-serif;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change__languages a.active {
    font-family: "Open Sans SemiBold", sans-serif;
    font-weight: 600;
    color: #7E6AD6;
  }
}
#includedContent .languages-change .current-lang {
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change .current-lang {
    display: none;
  }
}
#includedContent .languages-change .current-lang__mobile {
  display: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans SemiBold", sans-serif;
  line-height: 1;
  padding-left: 41px;
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change .current-lang__mobile {
    display: block;
  }
}
@media only screen and (max-width: 1160px) {
  #includedContent .languages-change .icon-arrow_down {
    display: none;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent .languages-change .icon-arrow_down {
    display: block;
    position: absolute;
    right: 0;
    top: 33px;
    width: 12px;
    height: 7px;
    stroke: #212121;
    opacity: 1;
    transition: 200ms;
  }
  #includedContent .languages-change .icon-arrow_down_active {
    transform: rotate(180deg);
  }
}
#includedContent .nav-header__link-top,
#includedContent .menu__tools,
#includedContent .header-btn {
  padding: 12px 19px;
  font-size: 14px;
  line-height: 1;
  height: 40px;
}
#includedContent .header-btn__left {
  background: transparent;
  border: 1px solid #d0d3d8;
  margin-right: 10px;
  padding: 12px 38px;
}
@media only screen and (max-width: 1085px) {
  #includedContent .header-btn__left {
    margin-right: 12px;
  }
}
#includedContent .header-btn__left:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#includedContent .header-btn__right {
  padding: 12px 38px;
  background: #23deb3;
}
#includedContent .header-btn__right:hover {
  background: #1ed0a7;
}
#includedContent .includedContent .menu__tools:before {
  top: 41px;
  height: 29px;
}
@media only screen and (max-height: 700px) {
  #includedContent .includedContent .menu__tools:before {
    height: 14px;
  }
}
#includedContent .includedContent {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1410px;
}
@media (max-width: 1440px) {
  #includedContent .includedContent {
    max-width: 1310px;
  }
}
@media (max-width: 1085px) {
  #includedContent {
    padding-left: 15px;
    padding-right: 15px;
  }
  #includedContent .includedContent {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  #includedContent .menu__tools-box {
    border-radius: 0;
  }
  #includedContent .nav-header__link-top,
#includedContent .menu__tools {
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 0 0;
    height: 71px;
  }
}

@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__link-top {
    margin-right: 7.5px;
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__link-top,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__link-top {
    margin-right: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__box {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=uk-UA] #includedContent.nav.new-top-menu .nav-header__box,
html[lang=ru-RU] #includedContent.nav.new-top-menu .nav-header__box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box {
    margin-right: 7.5px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools {
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 1085px) {
  html[lang=uk] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=uk-UA] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools,
html[lang=ru-RU] #includedContent.nav.new-top-menu div.menu__tools-box .menu__tools {
    padding: 0;
  }
}

#includedContent.nav.new-top-menu .menu__tools-box {
  border-radius: 5px;
  margin-right: 15px;
}
#includedContent.nav.new-top-menu .menu__tools-box:hover {
  background-color: #f6f8fd;
}
@media only screen and (max-width: 1085px) {
  #includedContent.nav.new-top-menu .menu__tools-box:hover {
    background-color: unset;
  }
}
@media only screen and (max-width: 1085px) {
  #includedContent.nav.new-top-menu .menu__tools-box {
    margin-right: 0;
  }
}
#includedContent.nav.new-top-menu .nav-header__link-top {
  font-size: 14px;
  margin-right: 15px;
}
@media only screen and (max-width: 1085px) {
  #includedContent.nav.new-top-menu .nav-header__link-top {
    margin-right: initial;
    font-size: 20px;
    font-family: "Open Sans SemiBold", sans-serif;
    font-weight: 600;
  }
}
#includedContent.nav.new-top-menu .nav-header__link-top:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 1086px) {
  #includedContent.nav.new-top-menu .nav-header__link-top:hover {
    background-color: #f6f8fd;
    border: 1px solid #f6f8fd;
  }
}
#includedContent.nav.new-top-menu .nav-header__link-top,
#includedContent.nav.new-top-menu .menu__tools,
#includedContent.nav.new-top-menu .header-btn {
  border-radius: 5px;
}
#includedContent.nav.new-top-menu .header-btn__left:hover {
  border: 1px solid #f6f8fd;
  background-color: #f6f8fd;
}
#includedContent.nav.new-top-menu .header-btn__right {
  border-radius: 5px;
}
#includedContent.nav.new-top-menu .includedContent .arrow_box__nav-link:hover {
  background-color: #f6f8fd;
}

.icon-new_logo {
  width: 136px;
  height: 33px;
  fill: #7D63EC;
}
@media (max-width: 1085px) {
  .icon-new_logo {
    width: 92px;
    height: 24px;
  }
}

.btn {
  display: block;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.16);
  border-radius: 12px;
  background-color: #7d63ec;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.btn:hover {
  background-color: #7d63ec;
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.25);
}
@media (max-width: 1440px) {
  .btn {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .btn {
    font-size: 14px;
  }
}

#media {
  border-radius: 7px;
}

.sign-free .form-sign {
  padding: 0;
  max-width: none;
  justify-content: center;
}
.sign-free__title {
  font-size: 28px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1270px) {
  .sign-free__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.sign-free .form-sign__input-box {
  flex-basis: auto;
}
.sign-free .form-sign__input-box input {
  border: 1px solid #E6E6E6;
  background: #FAFBFB;
  border-radius: 5px;
  width: 280px;
  font-size: 13px;
  height: 44px;
  color: #000000;
}
.sign-free .form-sign__input-box input:focus {
  border: 1px solid #644eee;
}
.sign-free .btn-main {
  margin-left: 0;
  transform: unset;
  line-height: 1.6;
  height: unset;
  font-size: 14px;
  padding: 11px 40px;
  border-radius: 5px;
}
@media (max-width: 1440px) {
  .sign-free .sign-free__title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .sign-free .sign-free__title {
    font-size: 20px;
  }
  .sign-free .form-sign__btn {
    width: 211px;
  }
}
@media (max-width: 800px) {
  .sign-free .form-sign {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
  }
  .sign-free .form-sign__input-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .sign-free .form-sign__input-box input {
    width: 100%;
  }
  .sign-free .form-sign__btn {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .sign-free .sign-free__title {
    margin-bottom: 15px;
  }
}
.sign-free.bg-grey form {
  background: #F4F5F6;
  border-radius: 5px;
  padding: 30px;
  display: inline-flex;
}
@media only screen and (max-width: 994px) {
  .sign-free.bg-grey form {
    display: flex;
    padding: 15px;
  }
}
.sign-free.bg-grey form input {
  background: #ffffff;
  border: 1px solid #E5E5E5;
}

.footer-content {
  max-width: 1410px;
}
@media (max-width: 1440px) {
  .footer-content {
    max-width: 1270px;
  }
}

.twitter {
  background: #f6f8fd;
  padding: 70px 8px 80px;
}
@media only screen and (max-width: 994px) {
  .twitter {
    padding: 50px 8px 50px;
  }
}
.twitter__item {
  padding: 9px;
}
@media only screen and (max-width: 994px) {
  .twitter__item {
    padding: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(4) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .twitter__item:nth-of-type(6) {
    display: none;
  }
}
.twitter .h4 {
  line-height: 1;
  color: #212121;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 35px;
  font-family: "Open Sans SemiBold", sans-serif;
}
@media only screen and (max-width: 994px) {
  .twitter .h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .twitter .twitter__list {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.form-group.has-error input {
  border: 1px solid red !important;
}
.form-group.has-error input:focus {
  border: 1px solid red !important;
}

.txt {
  color: #212121;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 1270px) {
  .txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 994px) {
  .txt {
    font-size: 18px;
  }
}

.includedContent .hover-menu-wrapper {
  background-color: #fff;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1085px) {
  .includedContent .hover-menu-wrapper {
    box-shadow: unset;
  }
}
.includedContent .hover-menu-wrapper .arrow_box__nav:after {
  display: none;
}
.includedContent .hover-menu-wrapper .arrow_box__nav:before {
  display: none;
}
.includedContent .hover-menu-wrapper .arrow_box__nav {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.includedContent .hover-menu {
  display: flex;
  padding: 0;
}
.includedContent .hover-menu__nav-wrapper {
  width: 100%;
  display: grid;
  align-items: baseline;
  grid-template-columns: 1fr 16px 1fr 44px 1fr 44px 1fr;
  grid-template-areas: "linkscolumntitle1 linkscolumntitle1 linkscolumntitle1 linkscolumntitle1 linkscolumntitle2 linkscolumntitle2 linkscolumntitle3" "sales indentsmall1 emaildrip indentbig1 emailtracker indentbig3 integrations" "emailfinder indentsmall2 emailverifier indentbig2 finderextencion indentbig4 restapi" "technology indentsmall3 warmup indentbig5 lifinder indentbig6 indentbig6";
  grid-row-gap: 24px;
  max-width: 1410px;
  margin: 0 auto;
  padding: 24px 15px 48px 15px;
}
@media only screen and (max-width: 1440px) {
  .includedContent .hover-menu__nav-wrapper {
    max-width: 1310px;
  }
}
@media only screen and (max-width: 1085px) {
  .includedContent .hover-menu__nav-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    grid-template-areas: initial;
    grid-template-columns: initial;
    grid-row-gap: initial;
    row-gap: 8px;
    padding: 0;
  }
}

#link-salesCRM {
  grid-area: sales;
}

#link-emailFinder {
  grid-area: emailfinder;
  grid-column: 1/2;
}

#link-technology {
  grid-area: technology;
}

#link-emailDrip {
  grid-area: emaildrip;
}

#link-emailVerifier {
  grid-area: emailverifier;
}

#link-emailTracker {
  grid-area: emailtracker;
}

#link-finderExtencion {
  grid-area: finderextencion;
}

#link-liFinder {
  grid-area: lifinder;
  grid-column: 5/6;
}

#warm-up {
  grid-area: warmup;
}

#link-integrations {
  grid-area: integrations;
}

#link-restApi {
  grid-area: restapi;
}
@media only screen and (max-width: 1085px) {
  #link-restApi {
    margin-bottom: 24px;
  }
}

#linksColumnTitle1 {
  grid-area: linkscolumntitle1;
  grid-column: 1/2;
}
@media only screen and (max-width: 1085px) {
  #linksColumnTitle1 {
    margin-top: 12px;
  }
}

#linksColumnTitle2 {
  grid-area: linkscolumntitle2;
  grid-column: 5/6;
}

#linksColumnTitle3 {
  grid-area: linkscolumntitle3;
  grid-column: 7/8;
}

.hover-menu__block-empty-small1,
.hover-menu__block-empty-small2,
.hover-menu__block-empty-small3,
.hover-menu__block-empty-big1,
.hover-menu__block-empty-big2,
.hover-menu__block-empty-big3,
.hover-menu__block-empty-big4,
.hover-menu__block-empty-big5 {
  display: none;
}

.hover-menu__block-empty-small1 {
  grid-area: indentsmall1;
}

.hover-menu__block-empty-small2 {
  grid-area: indentsmall2;
}

.hover-menu__block-empty-small3 {
  grid-area: indentsmall3;
}

.hover-menu__block-empty-big1 {
  grid-area: indentbig1;
}

.hover-menu__block-empty-big2 {
  grid-area: indentbig2;
}

.hover-menu__block-empty-big4 {
  grid-area: indentbig3;
}

.hover-menu__block-empty-big4 {
  grid-area: indentbig4;
}

.hover-menu__block-empty-big5 {
  grid-area: indentbig5;
}

.hover-menu__block-empty-big6 {
  grid-area: indentbig6;
}

.index__logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 131px;
}
@media only screen and (max-width: 480px) {
  .index__logos {
    margin-bottom: 70px;
  }
}
.index__logos img {
  margin-right: 30px;
  margin-bottom: 13px;
}
.index__logos img:last-of-type {
  margin-right: 0;
}

/* @import 'fixed-banner'; */
.glossary-header {
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(99.86deg, #7040FF 0%, #80A3FF 100%);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  .glossary-header {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 440px) {
  .glossary-header {
    padding-top: 70px;
  }
}
.glossary-header:before, .glossary-header:after {
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 770px) {
  .glossary-header:before, .glossary-header:after {
    display: none;
  }
}
.glossary-header:before {
  content: url("../img/front-page/header-star.svg");
  left: -288px;
  bottom: -240px;
}
.glossary-header:after {
  content: url("../img/front-page/header-ellipse.svg");
  right: -200px;
  top: -50px;
}
@media only screen and (max-width: 770px) {
  .glossary-header .container-870 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 440px) {
  .glossary-header .container-870 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.glossary-header .h1 {
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 770px) {
  .glossary-header .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 440px) {
  .glossary-header .h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.glossary-header .h1-subheader {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 770px) {
  .glossary-header .h1-subheader {
    font-size: 18px;
  }
}
@media only screen and (max-width: 440px) {
  .glossary-header .h1-subheader {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.glossary-header .tags {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  justify-content: center;
  max-width: 1040px;
}
.glossary-header .tags__wrapper {
  padding-left: 24px;
  padding-right: 24px;
  width: 100vw;
}
@media only screen and (max-width: 1080px) {
  .glossary-header .tags {
    max-width: 100vw;
  }
  .glossary-header .tags ::-webkit-scrollbar {
    display: none;
  }
}
.glossary-header .tags .tag {
  color: #FFFFFF;
  line-height: 1;
  font-size: 14px;
  padding: 11px 20px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  margin-right: 10px;
  cursor: pointer;
  background-color: transparent;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.glossary-header .tags .tag:hover {
  color: #212121;
  background-color: #FFFFFF;
}
.glossary-header .tags .tag:hover a {
  color: #212121;
}
.glossary-header .tags .tag:last-of-type {
  margin-right: 0;
}
.glossary-header .tags .tag.active {
  color: #212121;
  background-color: #FFFFFF;
}
.glossary-header .tags .tag.active a {
  color: #212121;
}
.glossary-header .tags .tag a {
  color: #ffffff;
}
.glossary-header .search-section {
  margin-bottom: 90px;
  max-width: 622px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 770px) {
  .glossary-header .search-section {
    max-width: initial;
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 440px) {
  .glossary-header .search-section {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 770px) {
  .glossary-header .search-section .container {
    padding: 0;
  }
}
.glossary-header .search-section form {
  position: relative;
  width: 622px;
  height: 44px;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 770px) {
  .glossary-header .search-section form {
    width: 100%;
    margin-left: unset;
    transform: unset;
  }
}
.glossary-header .search-section form input[type=text] {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding-left: 44px;
  outline: none;
  color: #212121;
}
.glossary-header .search-section form input[type=text]:active, .glossary-header .search-section form input[type=text]:focus {
  border: 1px solid #262626;
}
.glossary-header .search-section form .sendsubmit {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 33px;
  margin: 0;
  padding: 15px 24px;
  border: 0;
  background: transparent url(../img/search.svg) no-repeat center center;
  text-indent: -1000em;
  cursor: pointer;
}

.letters {
  border-bottom: 1px solid #F0F0F0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 440px) {
  .letters {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.letters.fixed {
  position: fixed !important;
  top: 80px;
  z-index: 1;
  background-color: #fff;
  left: 0;
  right: 0;
}
.letters-content {
  display: flex;
  align-items: center;
  max-width: 100%;
  flex: 1;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-x: auto;
}
.letters .letter {
  font-size: 14px;
  line-height: 1;
  color: #8E96A6;
  margin-right: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
}
.letters .letter:last-of-type {
  margin-right: initial;
  text-transform: uppercase;
}
.letters .letter.active, .letters .letter:hover {
  color: #2A1F59;
}
.letters .letter.no-articles {
  color: #D9D9D9;
  cursor: auto;
}

.content-section {
  background-color: #F6F8FD;
  padding-top: 80px;
  padding-bottom: 200px;
}
.content-section__letters {
  color: #212121;
  width: 100%;
}
@media only screen and (max-width: 1350px) {
  .content-section__letters {
    max-width: 1099px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1161px) {
  .content-section__letters {
    max-width: 721px;
  }
}
@media only screen and (max-width: 783px) {
  .content-section__letters {
    max-width: 343px;
  }
}
@media only screen and (max-width: 440px) {
  .content-section__letters {
    max-width: 335px;
  }
}
.content-section__letter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -35px;
  padding-top: 170px;
  margin-top: -170px;
}
@media only screen and (max-width: 440px) {
  .content-section__letter-wrapper {
    margin-right: 0;
    width: 100%;
  }
}
.content-section__letter {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  margin-right: 35px;
  width: 403px;
  filter: drop-shadow(0px 5px 20px rgba(149, 75, 235, 0.07));
}
@media only screen and (max-width: 1350px) {
  .content-section__letter {
    width: 343px;
    height: auto;
  }
}
@media only screen and (max-width: 783px) {
  .content-section__letter {
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 440px) {
  .content-section__letter {
    max-width: 335px;
    margin-right: 0;
  }
}
.content-section__letter:before {
  width: 5px;
  height: 110px;
  content: "";
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, #9440FF 12.34%, #80A3FF 100%);
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1161px) {
  .content-section__letter:before {
    height: 90px;
  }
}
@media only screen and (max-width: 783px) {
  .content-section__letter:before {
    height: 70px;
    top: calc(50% + 35px);
  }
}
.content-section__letter p {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 150px;
  bottom: 0;
  z-index: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media only screen and (max-width: 783px) {
  .content-section__letter p {
    bottom: -70px;
  }
}
@media only screen and (max-width: 420px) {
  .content-section__letter p {
    top: 120px;
  }
}
.content-section__letter img {
  position: relative;
  z-index: 1;
}
.content-section__letter span {
  font-size: 140px;
  font-family: "Open Sans SemiBold", sans-serif;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #2A1F59;
}
@media only screen and (max-width: 1161px) {
  .content-section__letter span {
    font-size: 120px;
  }
}
@media only screen and (max-width: 783px) {
  .content-section__letter span {
    top: calc(50% + 35px);
  }
}
.content-section__word {
  width: 403px;
  min-height: 250px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 35px;
  margin-right: 35px;
  box-shadow: 0 5px 20px rgba(149, 75, 235, 0.07);
  transform: translateY(0);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 1350px) {
  .content-section__word {
    width: 343px;
    min-height: 212px;
  }
}
@media only screen and (max-width: 440px) {
  .content-section__word {
    margin-right: 0;
    width: 100%;
  }
}
.content-section__word:hover {
  box-shadow: 0 10px 20px rgba(149, 75, 235, 0.18);
  transform: translateY(-10px);
}
.content-section__word:hover p.content-section__word-header:after {
  opacity: 1;
}
.content-section__word p {
  color: #62646C;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1161px) {
  .content-section__word p {
    font-size: 14px;
  }
}
.content-section__word p.content-section__word-header {
  position: relative;
  font-size: 20px;
  font-family: "Open Sans SemiBold", sans-serif;
  font-weight: 600;
  color: #2A1F59;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-right: 24px;
}
@media only screen and (max-width: 1161px) {
  .content-section__word p.content-section__word-header {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.content-section__word p.content-section__word-header:after {
  transition: opacity 0.3s ease;
  position: absolute;
  content: url("../img/front-page/hover-icon.svg");
  right: 0;
  top: 0;
  opacity: 0;
}

.go-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 56px;
  width: 56px;
  background-color: #212121;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  display: none;
}
.go-top.visible {
  display: flex;
  opacity: 0.5;
}
.go-top:hover {
  opacity: 0.7;
}

.top-fixed-banner #letters.fixed {
  top: 124px;
}
@media only screen and (max-width: 470px) {
  .top-fixed-banner #letters.fixed {
    top: 140px;
  }
}

.top-fixed-banners #letters.fixed {
  top: 168px;
}
@media only screen and (max-width: 470px) {
  .top-fixed-banners #letters.fixed {
    top: 200px;
  }
}

.search-section .search-result-header {
  padding-top: 60px;
  background-color: #f6f8fd;
}
.search-section .search-result-header .glossary-header {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.search-section .search-result-header .glossary-header:before, .search-section .search-result-header .glossary-header:after {
  display: none;
}
.search-section .search-result-header .search-section {
  margin-bottom: 40px;
}
@media only screen and (max-width: 770px) {
  .search-section .search-result-header .search-section {
    width: 100%;
  }
}
.search-section .search-result-header input[type=text] {
  border: none;
  box-shadow: 0 4px 12px rgba(26, 26, 26, 0.06);
}
.search-section .search-result-header .h1 {
  font-size: 16px;
  line-height: 130%;
  color: #8E96A6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.search-section .search-result-header .h1 span {
  display: block;
  margin-top: 5px;
  color: #2A1F59;
  font-size: 40px;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 800;
  line-height: 130%;
}
.search-section .content-section {
  position: relative;
}
.search-section .go-back-link {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  color: #8E96A6;
  font-size: 13px;
  line-height: 1;
}
.search-section .go-back-link:hover {
  text-decoration: none;
}

body.search .navigation.posts-navigation {
  width: 100%;
  padding-right: 35px;
}

.search-no-results .search-section .search-result-header .h1 {
  margin-bottom: 120px;
}
.search-no-results .search-section .search-result-header img {
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 150px;
}
@media only screen and (max-width: 500px) {
  .search-no-results .search-section .search-result-header img {
    width: 100%;
  }
}
.search-no-results .search-section .search-result-header .go-back-link {
  bottom: 85px;
}
.search-no-results .page-content.search-result-header {
  margin-top: 0;
}

.breadcrumb {
  margin-bottom: 30px;
  margin-top: 50px;
}
.breadcrumb span {
  color: #E4E6E9;
}
.breadcrumb a {
  color: #7D63EC;
}

body {
  overflow-x: hidden;
}

.container-1052 {
  max-width: 1052px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-1052 .h1 {
  font-size: 46px;
  margin-bottom: 15px;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 994px) {
  .container-1052 .h1 {
    font-size: 30px;
  }
}

.article-section {
  color: #212121;
}
.article-section a {
  font-weight: bold;
  color: #6e5edb;
}
.article-section__entry-header .container {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 994px) {
  .article-section__entry-header .container {
    flex-direction: column;
  }
}
.article-section .shadow img {
  box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.59);
}
.article-section__img-wrapper, .article-section__header-content {
  flex: 1;
}
.article-section__img-wrapper {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 25px;
  width: 1052px;
  margin-left: -186px;
}
@media only screen and (max-width: 1100px) {
  .article-section__img-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 994px) {
  .article-section__img-wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .article-section__img-wrapper {
    width: 100%;
  }
}
.article-section__header-content .h1 {
  font-size: 46px;
  margin-bottom: 15px;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 994px) {
  .article-section__header-content .h1 {
    font-size: 30px;
  }
}
.article-section__header-content .entry-meta {
  font-size: 13px;
  margin-bottom: 25px;
  text-align: center;
  color: #7D7E80;
}
.article-section__header-text p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.article-section__header-text p:last-of-type {
  margin-bottom: 0;
}
.article-section .avatar-wrapper {
  border-radius: 50px;
  overflow: hidden;
  display: inline-block;
  margin-right: 10px;
}
.article-section .avatar-wrapper img {
  display: flex;
}
.article-section .entry-meta {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .article-section .entry-meta {
    flex-direction: column;
  }
}
.article-section .dots {
  line-height: 0;
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 15px;
  font-size: 25px;
  color: #C4C4C4;
}
@media only screen and (max-width: 600px) {
  .article-section .dots {
    display: none;
  }
}

.section-article-content {
  margin-bottom: 50px;
}
.section-article-content .entry-content {
  margin-top: 0;
}
.section-article-content h2, .section-article-content h3, .section-article-content h4, .section-article-content h5 {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  clear: unset;
}
.section-article-content ul {
  margin-left: 40px;
  margin-bottom: 20px;
}
.section-article-content ul li {
  list-style: disc;
  margin-bottom: 4px;
}
.section-article-content ol {
  margin-bottom: 20px;
  margin-left: 0;
}
.section-article-content ol li {
  list-style: decimal;
  margin-bottom: 4px;
}
.section-article-content .contents-wrapper {
  height: 0;
  top: 110px;
  position: sticky;
  display: none;
  align-items: flex-start;
  margin-left: -315px;
  opacity: 1;
  transition: all 0.3s;
}
.section-article-content .contents-wrapper ::-webkit-scrollbar {
  width: 5px;
}
.section-article-content .contents-wrapper ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.section-article-content .contents-wrapper ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #C6C8CC;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.section-article-content .contents-wrapper ::-webkit-scrollbar-thumb:window-inactive {
  background: #C6C8CC;
}
@media only screen and (max-width: 1350px) {
  .section-article-content .contents-wrapper {
    margin-left: -240px;
  }
}
@media only screen and (max-width: 1200px) {
  .section-article-content .contents-wrapper {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .section-article-content .contents-wrapper {
    padding-bottom: 40px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .section-article-content .contents-wrapper {
    float: unset;
  }
}
@media only screen and (max-height: 700px) {
  .section-article-content .contents-wrapper {
    top: 80px;
  }
}
.section-article-content .contents-wrapper.display-flex {
  display: flex;
}
.section-article-content .contents-wrapper.opacity-0 {
  opacity: 0;
}
.section-article-content .contents-wrapper__right {
  margin-left: calc(100% + 50px);
}
.section-article-content .scroll-right-block {
  margin-left: calc(100% + 50px);
  width: 270px;
}
@media only screen and (max-width: 1350px) {
  .section-article-content .scroll-right-block {
    margin-left: calc(100% + 20px);
    width: 210px;
  }
}
@media only screen and (max-width: 1450px) {
  .section-article-content .scroll-right-block {
    display: none;
  }
}
.section-article-content .scroll-right-block__content {
  border-radius: 5px;
  background: #F6F8FD;
  padding: 20px 25px 20px;
}
@media only screen and (max-width: 1510px) {
  .section-article-content .scroll-right-block__content {
    padding: 20px 10px 20px;
  }
}
.section-article-content .scroll-right-block__img {
  margin-bottom: 15px;
  text-align: center;
}
.section-article-content .scroll-right-block .h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.section-article-content .scroll-right-block form {
  width: 100%;
}
.section-article-content .scroll-right-block form label {
  font-size: 15px;
  margin-bottom: 5px;
  color: #212121;
  font-weight: 400;
}
.section-article-content .scroll-right-block form label span {
  color: #FC7C7E;
}
.section-article-content .scroll-right-block form .form-group {
  margin-bottom: 20px;
  width: 100%;
}
.section-article-content .scroll-right-block form .form-group input {
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding-left: 10px;
}
.section-article-content .scroll-right-block form button {
  margin-top: 0;
  height: 40px;
  width: 100%;
  line-height: 10px;
  margin-bottom: 35px;
}
@media only screen and (max-height: 800px) {
  .section-article-content .scroll-right-block form button {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 950px) {
  .section-article-content .scroll-right-block form button {
    margin-bottom: 0;
  }
}
.section-article-content .scroll-right-block ul {
  margin: 0;
  padding-left: 20px;
}
@media only screen and (max-height: 800px) {
  .section-article-content .scroll-right-block ul {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 950px) {
  .section-article-content .scroll-right-block ul {
    display: none;
  }
}
.section-article-content .scroll-right-block ul li {
  margin-bottom: 11px;
  color: #212121;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  list-style: none;
}
.section-article-content .scroll-right-block ul li:before {
  content: url("../img/ok-green.svg");
  position: absolute;
  left: -20px;
  top: 0;
}
.section-article-content__contents {
  flex: 1;
  background-color: #fff;
  box-shadow: 0 14px 14px rgba(0, 0, 0, 0.05);
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  border: 1px solid #EEF1F4;
  padding: 20px 10px 20px 40px;
  max-width: 300px;
  min-width: 300px;
  margin-right: 70px;
  max-height: 80vh;
  overflow: hidden;
}
.section-article-content__contents:hover {
  overflow-y: auto;
}
@media only screen and (max-width: 1350px) {
  .section-article-content__contents {
    padding: 20px 5px 20px 20px;
    min-width: 220px;
    max-width: 220px;
  }
}
.section-article-content__contents ul {
  margin-left: 15px;
}
@media only screen and (max-width: 850px) {
  .section-article-content__contents {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .section-article-content__contents {
    max-width: 100%;
    min-width: unset;
    width: 100%;
    margin-right: 0;
  }
}
.section-article-content__contents a {
  color: #000000;
}
.section-article-content__contents .contents-header {
  font-size: 18px;
  text-align: center;
  margin-bottom: 37px;
  font-weight: bold;
}
.section-article-content__contents p {
  font-size: 16px;
  margin-bottom: 15px;
}
.section-article-content__btn-content {
  flex: 1;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .section-article-content__btn-content {
    margin-top: 30px;
  }
}
.section-article-content__btn-content .h3 {
  font-size: 22px;
  margin-bottom: 25px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .section-article-content__btn-content .h3 {
    text-align: center;
  }
}
.section-article-content__btn-content .btn-main {
  margin-left: unset;
  transform: unset;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .section-article-content__btn-content .btn-main {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.single-content-section p {
  margin-bottom: 10px;
  line-height: 1.8;
}
.single-content-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 994px) {
  .single-content-section h2 {
    font-size: 30px;
  }
}
.single-content-section .first-header {
  margin-top: 0;
}
.single-content-section blockquote {
  font-size: 22px;
  font-style: italic;
  max-width: 580px;
  margin: 100px auto !important;
  position: relative;
  background: transparent;
  z-index: 0;
}
@media only screen and (max-width: 770px) {
  .single-content-section blockquote {
    margin-left: 50px !important;
  }
}
.single-content-section blockquote:before {
  position: absolute;
  content: "";
  background: url(../img/blockquotes.png) no-repeat center center;
  left: -45px;
  top: -25px;
  height: 66px;
  width: 82px;
  z-index: -1;
}
.single-content-section figure {
  overflow: hidden;
}
.single-content-section figure img {
  overflow: hidden;
  border-radius: 12px;
  margin: 0;
}
.single-content-section figure figcaption {
  text-align: center;
}
.single-content-section figure iframe {
  margin-left: 50%;
  transform: translateX(-50%);
}
.single-content-section .links-wrapper--header {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
}
.single-content-section .links-wrapper--links {
  display: flex;
  flex-wrap: wrap;
}
.single-content-section .links-wrapper--link a {
  font-size: 14px;
  color: #000000;
  padding: 8px 10px;
  background-color: #E9E9E9;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: normal;
}

.wp-block-button__link {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 14px 37px;
  display: inline-block;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #7D63EC;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  text-align: center;
  line-height: 1.6;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.wp-block-button__link:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  background-color: #513CD2;
}
@media only screen and (max-width: 550px) {
  .wp-block-button__link {
    width: 100%;
    margin-left: 0;
    transform: unset;
  }
}

.not-found-search {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-area {
  margin-bottom: 60px;
}

.also-searched {
  color: #212121;
  font-size: 22px;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.also-searched-tags {
  padding-bottom: 70px;
  border-bottom: 1px solid #E5E5E5;
}

.post-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.post-tags-wrapper a {
  display: inline-block;
  text-transform: uppercase;
  color: #5f48bd;
  padding: 4px 10px;
  border: 1px solid #DFDAF2;
  border-radius: 5px;
  font-size: 15px;
  margin-right: 6px;
  margin-bottom: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 994px) {
  .post-tags-wrapper a {
    padding: 4px 10px;
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

.faq__item:first-child .faq__answer {
  display: none;
}

.faq__item {
  max-width: initial;
}

.faq_new {
  margin-top: -35px;
}

.posts-wrapper__tag-wrapper {
  margin-bottom: 100px;
}
@media only screen and (max-width: 940px) {
  .posts-wrapper__tag-wrapper {
    margin-bottom: 50px;
  }
}

.paged .tag-section .navigation.posts-navigation .nav-previous {
  display: block;
}

.tag-section .navigation.posts-navigation {
  margin-bottom: 100px;
}
@media only screen and (max-width: 994px) {
  .tag-section .navigation.posts-navigation {
    margin-bottom: 50px;
  }
}

.tag-section .navigation.posts-navigation {
  width: 100%;
  padding: 10px;
}
.tag-section .navigation.posts-navigation .nav-previous {
  display: none;
}
.tag-section .navigation.posts-navigation .nav-previous,
.tag-section .navigation.posts-navigation .nav-next {
  width: unset;
  float: unset;
}
.tag-section .navigation.posts-navigation .nav-previous a,
.tag-section .navigation.posts-navigation .nav-next a {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.03);
  border: 1px solid #EFF1F4;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.tag-section .navigation.posts-navigation .nav-previous a:hover,
.tag-section .navigation.posts-navigation .nav-next a:hover {
  border: 1px solid #E9EBEF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.tag-section .navigation.posts-navigation .nav-next {
  margin-left: 20px;
}
@media only screen and (max-width: 370px) {
  .tag-section .navigation.posts-navigation .nav-next {
    margin-left: unset;
    margin-top: 20px;
  }
}
.tag-section .nav-links {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 370px) {
  .tag-section .nav-links {
    flex-direction: column;
  }
}
.tag-section .nav-links a {
  padding: 10px 30px;
  display: inline-block;
  color: #212121;
  font-size: 14px;
}
@media only screen and (max-width: 370px) {
  .tag-section .nav-links a {
    width: 100%;
    text-align: center;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "Open Sans";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://cdn.snov.io/fonts/open-sans-regular-cyrillic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans SemiBold";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://cdn.snov.io/fonts/open-sans-semibold-cyrillic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans Bold";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://cdn.snov.io/fonts/open-sans-bold-cyrillic.woff2") format("woff2");
}
body {
  font-family: "Open Sans", sans-serif;
}

.blog ::-webkit-scrollbar {
  height: 8px;
}
@media only screen and (max-width: 1080px) {
  .blog ::-webkit-scrollbar {
    height: 4px;
  }
}
.blog ::-webkit-scrollbar-track {
  background: transparent;
}
.blog ::-webkit-scrollbar-thumb {
  background-color: rgba(178, 178, 178, 0.5);
  border-radius: 20px;
  border: transparent;
}

.lazyloaded {
  transition: none;
}

.container {
  max-width: 1410px;
}

.container-870 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-1180 {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-1280 {
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 440px) {
  .container-1280 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-780 {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-680 {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.pricing-bottom-form .sign-free {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 950px) {
  .pricing-bottom-form .sign-free {
    padding-top: 70px;
  }
}
.pricing-bottom-form input {
  padding-left: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.pricing-bottom-form .sign-free__title {
  margin-bottom: 15px;
}
.pricing-bottom-form .sign-free__sub-title {
  color: #62646C;
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 950px) {
  .pricing-bottom-form .sign-free__sub-title {
    margin-bottom: 20px;
  }
}
.pricing-bottom-form .sign-free__bottom {
  margin-top: 20px;
}
@media only screen and (max-width: 950px) {
  .pricing-bottom-form .sign-free__bottom {
    margin-bottom: 30px;
  }
}
.pricing-bottom-form .sign-free__bottom p.sign-free__bottom-text {
  color: #949AA1;
  width: 240px;
}

.index__slider-block {
  position: relative;
  padding-top: 48px;
  padding-bottom: 60px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .index__slider-block {
    padding-top: 40px;
  }
}
.index__slider-block:before {
  position: absolute;
  content: url("../img/front-page/planes-1.svg");
  bottom: -31px;
  left: 155px;
  z-index: -1;
  max-width: 100vw;
  will-change: scale;
}
@media only screen and (max-width: 1080px) {
  .index__slider-block:before {
    left: 5%;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 992px) {
  .index__slider-block:before {
    left: -5%;
    transform: scale(0.7);
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  .index__slider-block:before {
    content: url("../img/front-page/planes-mobile.svg");
    bottom: 47px;
    left: 20%;
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 576px) {
  .index__slider-block:before {
    content: url("../img/front-page/planes-mobile.svg");
    bottom: 20px;
    left: 0;
    transform: scale(1);
  }
}
@media only screen and (max-width: 400px) {
  .index__slider-block:before {
    max-width: 320px;
  }
}
.index__slider-block:after {
  position: absolute;
  width: 900px;
  height: 100%;
  content: "";
  background: #F6F8FD;
  border-radius: 12px;
  right: 0;
  top: 0;
  z-index: -2;
}
@media only screen and (max-width: 950px) {
  .index__slider-block:after {
    width: 100%;
  }
}
.index__slider-block a:hover {
  color: #ffffff;
}
.index__slider-block-info {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #A59EBE;
  font-weight: bold;
}
.index__slider-block-header {
  font-size: 26px;
  font-weight: 600;
  color: #262D3B;
  line-height: 1.8;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Open Sans SemiBold", sans-serif;
}
.index__slider-block-text {
  text-align: center;
  margin-bottom: 54px;
  font-size: 14px;
  color: #62646C;
  line-height: 1.8;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
}
.index__slider-block .btn-main {
  margin-top: 28px;
  height: 44px;
  font-size: 14px;
  line-height: 1;
  padding: 15px 25px;
  font-family: "Open Sans SemiBold", sans-serif;
}
.index__slider-block .slick-next {
  right: -45px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}
.index__slider-block .slick-next svg circle,
.index__slider-block .slick-next svg path {
  transition: stroke 0.2s ease;
}
@media only screen and (max-width: 1136px) {
  .index__slider-block .slick-next {
    right: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .index__slider-block .slick-next {
    right: 15px;
  }
}
.index__slider-block .slick-next:before {
  display: none;
}
.index__slider-block .slick-next:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.index__slider-block .slick-next:hover svg circle,
.index__slider-block .slick-next:hover svg path {
  stroke: #7D63EC;
}
.index__slider-block .slick-prev {
  left: -45px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
}
.index__slider-block .slick-prev svg circle,
.index__slider-block .slick-prev svg path {
  transition: stroke 0.2s ease;
}
@media only screen and (max-width: 1136px) {
  .index__slider-block .slick-prev {
    left: 45px;
    z-index: 1;
  }
}
@media only screen and (max-width: 750px) {
  .index__slider-block .slick-prev {
    left: 15px;
  }
}
.index__slider-block .slick-prev:before {
  display: none;
}
.index__slider-block .slick-prev:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.index__slider-block .slick-prev:hover svg circle,
.index__slider-block .slick-prev:hover svg path {
  stroke: #7D63EC;
}
.index__slider-block .slick-prev:hover:before {
  display: none;
}
.index__slider-block .slick-slider {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1136px) {
  .index__slider-block .slick-slider {
    width: unset;
  }
}
.index__slider-block .slick-list {
  position: relative;
}
.index__slider-block .slick-list:after, .index__slider-block .slick-list:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
}
.index__slider-block .slick-list:after {
  background: linear-gradient(90deg, rgba(246, 248, 253, 0), #f6f8fd);
}
.index__slider-block .slick-list:after {
  right: 0;
}
.index__slider-block .slick-list:before {
  z-index: 1;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0), #ffffff);
}
@media only screen and (max-width: 950px) {
  .index__slider-block .slick-list:before {
    background: linear-gradient(-90deg, rgba(246, 248, 253, 0), #f6f8fd);
  }
}
.index__slider-block .slick-list:before {
  left: 0;
}
.index__slider-block .slick-slide > div {
  width: 500px !important;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 580px) {
  .index__slider-block .slick-slide > div {
    width: 100% !important;
  }
}
.index__slider-block .slider-box__content {
  width: 450px;
  min-height: 227px;
  margin-left: auto;
  margin-right: auto;
  padding: 59px 35px 70px;
  box-shadow: 0 22px 32px rgba(13, 79, 116, 0.05);
  border-radius: 12px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .index__slider-block .slider-box__content {
    width: 100%;
  }
}
.index__slider-block .slider-box__content-quotte {
  color: #212121;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 17px;
  line-height: 1.8;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  top: 42%;
}
.index__slider-block .slider-box__content-quotte:before {
  position: absolute;
  content: url("../img/front-page/slider-qoutte-1.svg");
  left: 0;
  top: -35px;
}
.index__slider-block .slider-box__content-quotte:after {
  position: absolute;
  content: url("../img/front-page/slider-qoutte-2.svg");
  right: 0;
  bottom: -35px;
}
.index__slider-block .slider-box__content-name {
  color: #9A9EA7;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  font-family: "Open Sans SemiBold", sans-serif;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 450px) {
  .index__slider-block .slider-box__content-name {
    bottom: 45px;
  }
}
.index__slider-block .slider-box__content-logo {
  max-height: 20px;
  max-width: 90px;
  text-align: center;
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 450px) {
  .index__slider-block .slider-box__content-logo {
    bottom: 16px;
  }
}
.index__slider-block .slider-box__content-face {
  position: absolute;
  top: -25px;
  height: 58px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .index__slider-block .slick-slide {
    margin-right: 0;
    padding: 0 15px;
  }
  .index__slider-block .control__title {
    font-size: 23px;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .index__slider-block .control-text__text {
    font-size: 13px;
    max-width: 335px;
  }
}
@media (max-width: 650px) {
  .index__slider-block .slick-next,
.index__slider-block .slick-prev {
    display: none !important;
  }
}

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