/* Redesign chrome: header + footer only */
.container {
  max-width: 1085px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.normal_text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page_link {
  color: #1C2258;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.red_btn {
  width: 91px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: #AD272B;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .red_btn {
    border-radius: 10px;
  }
}
.red_btn.big {
  width: auto;
  height: 63px;
  padding: 0 31px;
  font-size: 20px;
  border-radius: 63px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .red_btn.big {
    height: 50px;
    font-size: 18px;
    border-radius: 10px;
  }
}
.cookies .item_text .action_btns {
  display: flex;
  align-items: stretch;
  gap: 0 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cookies .item_text .action_btns a {
  width: calc(50% - 4px);
  height: 38px;
  border-radius: 20px;
  background: #1C2258;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cookies .item_text .action_btns .reject_btn {
  background: #F3F3F8;
  color: #1C2258;
}
header {
  padding: 28px 0 25px 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10050;
  transition: 0.35s all ease;
}
@media (max-width: 767px) {
  header.opened.active .row nav .header_actions .login_btn {
    display: flex;
  }
}
header.opened .row {
  justify-content: start;
}
@media (max-width: 1079px) {
  header.opened .row {
    justify-content: space-between;
  }
}
header.opened .row nav .header_actions .red_btn {
  display: none;
}
header.opened .row nav .header_actions .login_btn {
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: auto;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  header.opened .row nav .header_actions .login_btn {
    display: none;
  }
}
header.opened .row nav .header_actions .login_btn span {
  color: #1C2258;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  header.active {
    padding: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  header.active .row {
    justify-content: center;
    gap: 20px 0;
    padding-top: 50px;
  }
}
header.active .row .header_logo {
  display: none;
}
header.active .row .header_actions {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
header.active .row .header_actions .number {
  display: none;
}
@media (max-width: 767px) {
  header.active .row .header_actions .number {
    display: block;
    font-size: 20px;
  }
}
header.active .row .header_actions .login_btn {
  display: none;
}
@media (max-width: 767px) {
  header.active .row .header_actions .login_btn {
    display: flex;
  }
}
header.active .row .header_actions .red_btn {
  display: none;
}
@media (max-width: 767px) {
  header.active .row .header_actions .red_btn {
    width: 150px;
    font-size: 20px;
    height: 50px;
    display: flex;
  }
}
header.active .row .hamburger_close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.active .row .nav_link {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
  max-height: 500px;
}
header.active .row .nav_link li a {
  font-size: 25px;
}
header .row {
  justify-content: space-between;
  gap: 0 28px;
  align-items: center;
  transition: 0.35s all ease;
}
header .row .header_logo {
  width: 181px;
  height: 31px;
}
@media (max-width: 767px) {
  header .row .header_logo {
    width: 130px;
  }
}
header .row .header_logo img {
  width: 100%;
  height: 100%;
}
header .row nav {
  display: flex;
  align-items: center;
  gap: 0 30px;
  flex-wrap: wrap;
}
@media (max-width: 1079px) {
  header .row nav {
    gap: 0 10px;
  }
}
header .row nav .mobile_actions {
  display: none;
}
@media (max-width: 1079px) {
  header .row nav .mobile_actions {
    display: flex;
  }
}
header .row nav .nav_link {
  display: flex;
  align-items: center;
  gap: 0 31px;
}
@media (max-width: 1079px) {
  header .row nav .nav_link {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    flex-direction: column;
    gap: 20px 0;
    padding: 30px 20px 40px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: 0.35s ease;
  }
}
header .row nav .header_actions {
  display: flex;
  align-items: center;
  gap: 0 22px;
}
@media (max-width: 1079px) {
  header .row nav .header_actions {
    transition: 0.35s ease;
  }
}
header .row nav .header_actions .number {
  font-family: Montserrat;
  font-weight: 600;
}
@media (max-width: 767px) {
  header .row nav .header_actions .number {
    display: none;
  }
}
header .row nav .header_actions .action_btns {
  display: flex;
  align-items: center;
  gap: 0 11px;
}
header .row nav .header_actions .login_btn {
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  header .row nav .header_actions .login_btn {
    display: none;
  }
}
header .row nav .header_actions .login_btn img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  header .row nav .header_actions .red_btn {
    display: none;
  }
}
header .hamburger_open, header .hamburger_close {
  display: none;
}
@media (max-width: 1079px) {
  header .hamburger_open, header .hamburger_close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .hamburger_open img, header .hamburger_close img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1079px) {
  header .hamburger_close {
    display: none;
  }
}
.popular_client .row .item_info .normal_text {
  color: #fff;
  margin-top: 21px;
}
@media (max-width: 966px) {
  .submit .submit_form .red_btn {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .submit .submit_form .red_btn {
    font-size: 14px;
    height: 45px;
    border-radius: 10px;
  }
}
footer {
  background-color: #F3F3F8;
  padding: 48px 0 0 0;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 0 0 0;
  }
}
footer .footer_logo {
  width: 181px;
  display: flex;
  height: 31px;
}
@media (max-width: 767px) {
  footer .footer_logo {
    width: 130px;
    height: 22px;
  }
}
footer .footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
footer .row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px 0;
}
footer .row.first_row {
  margin: 30px 0 36px 0;
}
footer .row.second_row {
  align-items: end;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  footer .row.second_row {
    margin-bottom: 30px;
  }
}
footer .row.second_row .item_left .item_title {
  display: flex;
  align-items: center;
  gap: 0 7px;
  margin-bottom: 25px;
}
footer .row.second_row .item_left .item_description {
  display: flex;
  align-items: stretch;
  gap: 0 25px;
  flex-direction: row;
  margin: 0;
}
footer .row.second_row .right_item {
  display: flex;
  width: 100%;
  max-width: 649px;
  gap: 0 38px;
}
@media (max-width: 767px) {
  footer .row.second_row .right_item {
    gap: 20px;
  }
}
footer .row.second_row .right_item .links li:first-child {
  margin-bottom: 9px;
}
footer .row.second_row .right_item .links li .licence {
  border-radius: 14.033px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
  width: 301px;
  padding: 12px 20px 12px 12px;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  footer .row.second_row .right_item .links li .licence {
    margin-bottom: 0;
  }
}
footer .row.second_row .right_item .links li .licence .left_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 188px;
  flex: 0 0 auto;
}
footer .row.second_row .right_item .links li .licence .left_item .item_img {
  display: flex;
  align-items: start;
  gap: 0 11px;
}
footer .row.second_row .right_item .links li .licence .left_item .item_img img {
  width: 23.84px;
  height: 28.084px;
}
footer .row.second_row .right_item .links li .licence .left_item .item_img span {
  color: #1C2258;
  font-family: Raleway;
  font-size: 8.42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  max-width: 153px;
  text-transform: uppercase;
}
footer .row.second_row .right_item .links li .licence .left_item .item_title {
  margin: 10px 0 4px 0;
  color: #1C2258;
  font-family: Montserrat;
  font-size: 8.42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .row.second_row .right_item .links li .licence .left_item .yuridik {
  color: #1C2258;
  font-family: Montserrat;
  font-size: 5.613px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .row.second_row .right_item .links li .licence .right_item {
  width: 56.131px;
  height: 56.131px;
}
footer .row.second_row .right_item .links li .licence .right_item img {
  width: 100%;
  height: 100%;
}
footer .row .normal_text, footer .row .item_description span, footer .row .item_description .item_text, footer .row .more_btn, footer .row .right_item .links li a {
  color: #6C6F92;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.2px;
}
footer .row .item_left {
  width: 100%;
  max-width: 248px;
}
footer .row .item_left .item_description {
  display: flex;
  flex-direction: column;
  margin: 10px 0 38px 0;
}
footer .row .item_left .item_description .item_text {
  gap: 0 5px;
}
footer .row .item_left .item_description .item_text span {
  font-weight: 600;
}
footer .row .item_left .more_btn {
  font-weight: 700;
}
footer .row .right_item {
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 0 65px;
}
@media (max-width: 767px) {
  footer .row .right_item {
    flex-wrap: wrap;
    align-items: start;
    gap: 30px;
    justify-content: start;
  }
}
footer .row .right_item .links {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
footer .row .right_item .links li:first-child {
  margin-bottom: 16px;
}
footer .row .right_item .links li span {
  color: #AD272B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}
footer .row .right_item .links li a {
  font-size: 12px;
}
footer .consulation {
  width: 100%;
  padding: 40px 0 27px 0;
  background: #F7F7FA;
}
footer .consulation .text_description {
  text-align: center;
  max-width: 1134px;
  width: 100%;
  color: #6C6F92;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.3px;
}
footer .consulation .text_description span {
  font-size: 18px;
  font-weight: 500;
}

/* bridge for old pages */
body.t-body { background: #fff; }
#allrecords.hl-redesign-chrome { padding-top: 90px; }
@media (max-width: 767px) {
  #allrecords.hl-redesign-chrome { padding-top: 70px; }
}
header { font-family: Montserrat, Raleway, sans-serif; }
footer.footer { font-family: Montserrat, Raleway, sans-serif; }
footer.footer a { text-decoration: none; }

/* ensure redesign header wins over Tilda */
header {
  position: fixed !important;
  z-index: 10050 !important;
  background: #fff !important;
}
header .row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}
header .row nav {
  display: flex !important;
  align-items: center !important;
}
header .row nav .nav_link {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 18px !important;
}
header .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1079px) {
  header .row nav .nav_link {
    display: none !important;
  }
  header.active .row nav .nav_link {
    display: flex !important;
    flex-direction: column !important;
  }
}
footer.footer {
  position: relative;
  z-index: 5;
  background: #fff;
}
