@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
html, body {
  margin: 0;
  height: 100%;
  min-height: 100%;
}
:root {
  --font-family: "Onest", sans-serif;
  --second-family: "Roboto", sans-serif;
  --third-family: "Montserrat", sans-serif;
  --zelenyy: #1ca345;
  --seryy: #f2f2f2;
  --salatovyy: #cdfd43;
  --chernyy: #000;
  --tekst-svetlo-seryy-cvet: #ccc;
  --tekst-temno-seryy-cvet: #969696;
  --siniy: #0ea13b;
  --seryy-dlya-fona: #f7f8fb;
}
body {
  position: relative;
  text-align: left;
  color: var(--chernyy);
  font: 16px var(--font-family);
  line-height: 1.3;
  background: #fff;
}
@media (min-width: 1200px) {
  html {
    font-size: calc(1vw / 12.8);
  }
}
@media (min-width: 640px) and (max-width: 1199px) {
  html {
    font-size: calc(1vw / 7.68);
  }
}
@media (max-width: 639px) {
  html {
    font-size: calc(1vw / 3.6);
  }
}
h1, h2, h3, h4, h5, h6 {
  color: var(--chernyy);
  font-family: var(--font-family);
  font-weight: 400;
  font-style: normal;
}
h1 {
  margin-top: 0;
  font-size: 32px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 23px;
}
h5, h6 {
  font-size: 22px;
}
@media (max-width: 1024px) {
  h1 {
    margin-top: 0;
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  h5, h6 {
    font-size: 16px;
  }
}
a {
  text-decoration: underline;
  color: #2459ff;
}
a:hover {
  text-decoration: none;
}
a img {
  border-color: var(--chernyy);
}
a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}
img, textarea, input, table {
  max-width: 100%;
}
.tm_site_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.tm_site_content {
  flex: 1 1 auto;
}
* {
  box-sizing: border-box;
}
.block_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.overflowHidden, .overflowHiddenMenu {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .overflowHiddenN {
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .overflowHidden_folder {
    overflow: hidden;
  }
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  height: 100px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.form-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  padding: 100px 40px 40px 40px;
}
@media (max-width: 767px) {
  .form-popup-wrapper {
    padding: 30px 10px 90px;
  }
}
.form-popup-wrapper:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.form-popup-wrapper.opened {
  opacity: 1;
  visibility: visible;
}
.form-popup-wrapper .formExtraWrapper {
  width: 320px;
  margin: auto;
  position: relative;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
  z-index: 10;
}
@media (max-width: 767px) {
  .form-popup-wrapper .formExtraWrapper {
    width: 300px;
  }
}
.form-popup-wrapper .formExtraWrapper .close-form {
  position: absolute;
  top: -30px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.7769 17.9361L18.1081 19.6049L12.8473 14.344L7.69954 19.4917L5.91763 17.7098L11.0654 12.5621L5.80449 7.30122L7.47326 5.63245L12.7341 10.8933L17.9102 5.7173L19.6921 7.49921L14.516 12.6752L19.7769 17.9361Z' fill='white'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  cursor: pointer;
  z-index: 101;
}
.form-b {
  font-size: 0;
  padding: 30px 34px 10px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  z-index: 100;
}
.form-b .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  padding-bottom: 17px;
  color: #000;
  text-transform: uppercase;
}
.form-b .form_button {
  width: 100%;
  display: block;
}
.field {
  margin-bottom: 27px;
  position: relative;
}
.field input[type="text"], .field input[type="password"], .field input[type="tel"] {
  width: 100%;
  padding: 0 20px;
  height: 60px;
  background: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #667085;
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  border-radius: 14px;
  outline: none;
  font-family: var(--font-family);
  transition: all 0.3s;
}
.field input[type="text"]:-webkit-input-placeholder, .field input[type="password"]:-webkit-input-placeholder, .field input[type="tel"]:-webkit-input-placeholder {
  color: rgba(102, 112, 133, 0.38);
}
.field input[type="text"]:hover, .field input[type="text"]:focus, .field input[type="password"]:hover, .field input[type="password"]:focus, .field input[type="tel"]:hover, .field input[type="tel"]:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #2454ff;
}
.field select {
  width: 100%;
  padding: 0 20px;
  height: 60px;
  background: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: rgba(102, 112, 133, 0.38);
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  border-radius: 14px;
  outline: none;
  font-family: var(--font-family);
  transition: all 0.3s;
}
.field select:hover, .field select:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #2454ff;
}
.field textarea {
  width: 100%;
  padding: 20px 20px;
  height: 120px;
  background: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: rgba(102, 112, 133, 0.38);
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  border-radius: 14px;
  outline: none;
  font-family: var(--font-family);
  transition: all 0.3s;
}
.field textarea:hover, .field textarea:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #2454ff;
}
.field .field_name {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--chernyy);
  padding: 0 5.3691275168rem;
  background: #fff;
  position: absolute;
  left: 16px;
  top: -8px;
}
.field .field_name span {
  color: #f00;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .field input[type="text"], .field input[type="password"], .field input[type="tel"], .field select {
    height: 52rem;
    font-size: 16rem;
    padding: 0 16rem;
  }
}
@media (max-width: 640px) {
  .field input[type="text"], .field input[type="password"], .field input[type="tel"], .field select {
    height: 52rem;
    font-size: 16rem;
    padding: 0 16rem;
    border-radius: 8rem;
  }
}
.btn_button {
  font-family: var(--font-family);
  border-radius: 14px;
  padding: 20px 64px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  background: #2454ff;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  white-space: nowrap;
  position: relative;
  border: none;
}
.btn_button:hover {
  box-shadow: 0 8px 24px 0 rgba(36, 84, 255, 0.34);
  background: #2454ff;
}
.btn_button:active {
  background: #2454ff, rgba(0, 0, 0, 0.08);
  box-shadow: none;
}
.btn_button.small {
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .btn_button.small {
    padding: 13rem 24rem;
    font-size: clamp(13rem, 13px, 100vh);
  }
}
.btn_button.white {
  background: #fff;
  color: var(--chernyy);
}
.btn_button.white:hover {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.34);
  background: #fff;
}
.btn_button.white:active {
  background: #eee;
  box-shadow: none;
}
.btn_button.black {
  background: var(--chernyy);
  color: #fff;
}
.btn_button.black.small {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 171%;
}
@media (max-width: 1024px) {
  .btn_button.black.small {
    padding: 12rem 24rem;
    font-size: 14rem;
  }
}
.btn_button.black:hover {
  background: #2454ff;
}
.btn_button.black:active {
  background: #2454ff, rgba(0, 0, 0, 0.08);
  box-shadow: none;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .btn_button {
    font-size: 18px;
    border-radius: 14rem;
  }
}
@media (max-width: 640px) {
  .btn_button {
    font-size: 16px;
    border-radius: 10rem;
    padding: 16rem;
  }
}
.menu_burger {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1004;
  transition: all 0.3s;
  visibility: hidden;
  font-size: 0;
  opacity: 0;
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.64);
  overflow: hidden;
}
@media (max-width: 640px) {
  .menu_burger {
    top: 58rem;
    background: none;
  }
}
.menu_burger .menu_scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  width: 340px;
  transform: translate(100%, 0%);
  transition: all 0.3s;
  overflow: auto;
}
@media (max-width: 640px) {
  .menu_burger .menu_scroll {
    width: 100%;
  }
}
.menu_burger.opened {
  opacity: 1;
  visibility: visible;
}
.menu_burger.opened .menu_scroll {
  transform: translate(0%, 0%);
}
.menu_burger .menuClose {
  position: absolute;
  top: 16px;
  right: 8px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f93a16 url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 5.5L5.5 16.5M5.5 5.5L16.5 16.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  z-index: 1;
}
@media (max-width: 640px) {
  .menu_burger .menuClose {
    display: none;
  }
}
.menu_burger .menu_items {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--seryy-dlya-fona);
  border-radius: 18px 18px 0 0;
  padding: 16px;
}
@media (max-width: 640px) {
  .menu_burger .menu_items {
    top: 0;
    padding: 16rem;
    border-radius: 18rem 18rem 0 0;
  }
}
.menu_burger .menu_items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_burger .menu_items ul li {
  border-top: 1px solid #e3e5ec;
}
.menu_burger .menu_items ul li:first-child {
  border: none;
}
.menu_burger .menu_items ul li:hover {
  border-color: transparent;
}
.menu_burger .menu_items ul li:hover + li {
  border-color: transparent;
}
.menu_burger .menu_items ul li a {
  display: block;
  padding: 16px 24px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0em;
  color: var(--chernyy);
  border-radius: 8px;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  .menu_burger .menu_items ul li a {
    padding: 16rem 24rem;
    font-size: 16rem;
  }
}
.menu_burger .menu_items ul li a:hover {
  background: #e3e5ec;
}
.menu_burger .menu_items ul li.check > a {
  color: #2454ff;
}
.tm_burger {
  border-radius: 10rem;
  width: 40rem;
  height: 40rem;
  flex: 0 0 40rem;
  cursor: pointer;
  transition: all 0.3s;
  background: #2454ff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5L20 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4 12L20 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4 19L20 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
}
.tm_burger.opened {
  background: #f93a16 url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 5.5L5.5 16.5M5.5 5.5L16.5 16.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tm_burger {
    width: 48rem;
    height: 48rem;
    flex: 0 0 48rem;
  }
}
@media (min-width: 1025px) {
  .tm_burger {
    display: none;
  }
}
.tm_header {
  padding: 17px 40px;
  position: relative;
  z-index: 1003;
  background: #fff;
}
.tm_header .block_inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tm_header .logo {
  flex: 0 0 215px;
}
.tm_header .logo a {
  display: block;
  text-decoration: none;
}
.tm_header_menu {
  flex: 1 1 auto;
  text-align: center;
}
.tm_header_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .tm_header_menu ul {
    display: none;
  }
}
.tm_header_menu ul li {
  display: inline-block;
  vertical-align: top;
}
.tm_header_menu ul li a {
  padding: 4px 10px;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 185%;
  letter-spacing: 0em;
  color: var(--chernyy);
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .tm_header_menu ul li a {
    padding: 4px 5px;
  }
}
@media (max-width: 1199px) {
  .tm_header_menu ul li a {
    padding: 4rem 5rem;
    font-size: clamp(10rem, 12px, 100vh);
  }
}
.tm_header_menu ul li a:hover {
  color: #2454ff;
}
.tm_header_menu ul li.check > a {
  color: #2454ff;
}
.tm_header_phone {
  flex: 0 0 148px;
}
.tm_header_phone .name {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0em;
  color: #b0b0b0;
  padding-bottom: 1px;
}
.tm_header_phone .body {
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0em;
  color: var(--chernyy);
}
@media (max-width: 1200px) {
  .tm_header {
    padding: 16rem 32rem;
  }
}
@media (max-width: 1024px) {
  .tm_header .btn_button.black.small {
    padding: 13rem 24rem;
    font-size: clamp(13rem, 13px, 100vh);
    line-height: 16rem;
    border-radius: 10rem;
  }
  .tm_header_phone {
    flex: 0 0 138rem;
  }
  .tm_header_phone .name {
    font-size: clamp(10rem, 12px, 100vh);
  }
  .tm_header_phone .body {
    font-size: 14rem;
    line-height: 120%;
  }
}
@media (max-width: 640px) {
  .tm_header .block_inner {
    gap: 8rem;
  }
  .tm_header .logo {
    flex: 0 0 138rem;
  }
  .tm_header .btn_button.black.small {
    font-size: 0;
    padding: 0;
    flex: 0 0 40rem;
    height: 40rem;
    width: 40rem;
    display: none;
  }
  .tm_header .btn_button.black.small:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1398 16.8024C20.1398 17.1324 20.0665 17.4716 19.9107 17.8016C19.7548 18.1316 19.5532 18.4433 19.2873 18.7366C18.8382 19.2316 18.3432 19.5891 17.784 19.8183C17.234 20.0474 16.6382 20.1666 15.9965 20.1666C15.0615 20.1666 14.0623 19.9466 13.0082 19.4974C11.954 19.0483 10.8998 18.4433 9.85482 17.6824C8.80065 16.9124 7.80148 16.0599 6.84815 15.1158C5.90398 14.1624 5.05148 13.1633 4.29065 12.1183C3.53898 11.0733 2.93398 10.0283 2.49398 8.99242C2.05398 7.94742 1.83398 6.94825 1.83398 5.99492C1.83398 5.37159 1.94398 4.77575 2.16398 4.22575C2.38398 3.66659 2.73232 3.15325 3.21815 2.69492C3.80482 2.11742 4.44648 1.83325 5.12482 1.83325C5.38148 1.83325 5.63815 1.88825 5.86732 1.99825C6.10565 2.10825 6.31648 2.27325 6.48148 2.51159L8.60815 5.50909C8.77315 5.73825 8.89232 5.94909 8.97482 6.15075C9.05732 6.34325 9.10315 6.53575 9.10315 6.70992C9.10315 6.92992 9.03899 7.14992 8.91065 7.36075C8.79149 7.57158 8.61732 7.79158 8.39732 8.01158L7.70065 8.73575C7.59982 8.83658 7.55398 8.95575 7.55398 9.10242C7.55398 9.17575 7.56315 9.23992 7.58149 9.31325C7.60899 9.38658 7.63649 9.44158 7.65482 9.49658C7.81982 9.79908 8.10398 10.1933 8.50732 10.6699C8.91982 11.1466 9.35982 11.6324 9.83648 12.1183C10.3315 12.6041 10.8082 13.0533 11.294 13.4658C11.7707 13.8691 12.1648 14.1441 12.4765 14.3091C12.5223 14.3274 12.5773 14.3549 12.6415 14.3824C12.7148 14.4099 12.7882 14.4191 12.8707 14.4191C13.0265 14.4191 13.1457 14.3641 13.2465 14.2633L13.9432 13.5758C14.1723 13.3466 14.3923 13.1724 14.6032 13.0624C14.814 12.9341 15.0248 12.8699 15.254 12.8699C15.4282 12.8699 15.6115 12.9066 15.8132 12.9891C16.0148 13.0716 16.2257 13.1908 16.4548 13.3466L19.489 15.5008C19.7273 15.6658 19.8923 15.8583 19.9932 16.0874C20.0848 16.3166 20.1398 16.5458 20.1398 16.8024Z' stroke='white' stroke-width='2' stroke-miterlimit='10' /%3E%3Cpath d='M16.9583 8.24984C16.9583 7.69984 16.5275 6.8565 15.8858 6.169C15.2992 5.5365 14.52 5.0415 13.75 5.0415' fill='white' /%3E%3Cpath d='M16.9583 8.24984C16.9583 7.69984 16.5275 6.8565 15.8858 6.169C15.2992 5.5365 14.52 5.0415 13.75 5.0415' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.1667 8.24992C20.1667 4.70242 17.2975 1.83325 13.75 1.83325' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  }
  .tm_header_phone {
    display: block;
    flex: none;
  }
  .tm_header_phone .name {
    display: none;
  }
  .tm_header_phone .body {
    font-size: 14rem;
    line-height: 120%;
  }
  .tm_header_phone a {
    display: block;
    font-size: 0;
    width: 40rem;
    height: 40rem;
    background: #f5f7fa url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3096 15.275C18.3096 15.575 18.243 15.8833 18.1013 16.1833C17.9596 16.4833 17.7763 16.7666 17.5346 17.0333C17.1263 17.4833 16.6763 17.8083 16.168 18.0166C15.668 18.225 15.1263 18.3333 14.543 18.3333C13.693 18.3333 12.7846 18.1333 11.8263 17.725C10.868 17.3166 9.90964 16.7666 8.95964 16.075C8.0013 15.375 7.09297 14.6 6.2263 13.7416C5.36797 12.875 4.59297 11.9666 3.9013 11.0166C3.21797 10.0666 2.66797 9.11663 2.26797 8.17496C1.86797 7.22496 1.66797 6.31663 1.66797 5.44996C1.66797 4.88329 1.76797 4.34163 1.96797 3.84163C2.16797 3.33329 2.48464 2.86663 2.9263 2.44996C3.45964 1.92496 4.04297 1.66663 4.65964 1.66663C4.89297 1.66663 5.1263 1.71663 5.33464 1.81663C5.5513 1.91663 5.74297 2.06663 5.89297 2.28329L7.8263 5.00829C7.9763 5.21663 8.08464 5.40829 8.15964 5.59163C8.23464 5.76663 8.2763 5.94163 8.2763 6.09996C8.2763 6.29996 8.21797 6.49996 8.1013 6.69163C7.99297 6.88329 7.83464 7.08329 7.63464 7.28329L7.0013 7.94163C6.90964 8.03329 6.86797 8.14163 6.86797 8.27496C6.86797 8.34163 6.8763 8.39996 6.89297 8.46663C6.91797 8.53329 6.94297 8.58329 6.95964 8.63329C7.10964 8.90829 7.36797 9.26663 7.73464 9.69996C8.10964 10.1333 8.50964 10.575 8.94297 11.0166C9.39297 11.4583 9.8263 11.8666 10.268 12.2416C10.7013 12.6083 11.0596 12.8583 11.343 13.0083C11.3846 13.025 11.4346 13.05 11.493 13.075C11.5596 13.1 11.6263 13.1083 11.7013 13.1083C11.843 13.1083 11.9513 13.0583 12.043 12.9666L12.6763 12.3416C12.8846 12.1333 13.0846 11.975 13.2763 11.875C13.468 11.7583 13.6596 11.7 13.868 11.7C14.0263 11.7 14.193 11.7333 14.3763 11.8083C14.5596 11.8833 14.7513 11.9916 14.9596 12.1333L17.718 14.0916C17.9346 14.2416 18.0846 14.4166 18.1763 14.625C18.2596 14.8333 18.3096 15.0416 18.3096 15.275Z' stroke='%23090909' stroke-width='1.5' stroke-miterlimit='10' /%3E%3Cpath d='M15.4167 7.49992C15.4167 6.99992 15.025 6.23325 14.4417 5.60825C13.9083 5.03325 13.2 4.58325 12.5 4.58325' fill='%23090909' /%3E%3Cpath d='M15.4167 7.49992C15.4167 6.99992 15.025 6.23325 14.4417 5.60825C13.9083 5.03325 13.2 4.58325 12.5 4.58325' stroke='%23090909' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18.3333 7.49996C18.3333 4.27496 15.725 1.66663 12.5 1.66663' stroke='%23090909' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
    border-radius: 10rem;
  }
}
@media (max-width: 640px) {
  .tm_header {
    padding: 16rem 16rem;
  }
}
#sandbox_theme_panel_1334509 {
  display: none;
}
.tm_top_banner {
  padding: 0 40px 24px;
  overflow: hidden;
  margin-bottom: 16px;
}
.tm_top_banner_inner {
  background: url(../img/banner.jpg) 50% no-repeat;
  background-size: cover;
  border-radius: 22px;
}
.tm_top_banner_inner.bf2025 {
  background: url(../../bf2025/bf2025-bg-shop1.webp) top center / cover no-repeat;
}
.tm_top_banner_inner.bf2025 .block_inner .left .title, .tm_top_banner_inner.bf2025 .block_inner .left .text {
  color: #fff;
}
@media (min-width: 640px) {
  .tm_top_banner_inner.bf2025 {
    background: url(../../bf2025/bf2025-bg-shop2.webp) top center / cover no-repeat;
  }
}
@media (min-width: 1200px) {
  .tm_top_banner_inner.bf2025 {
    background: url(../../bf2025/bf2025-bg-shop3.webp) center center / 2500px no-repeat;
  }
}
@media (min-width: 2400px) {
  .tm_top_banner_inner.bf2025 {
    background: url(../../bf2025/bf2025-bg-shop3.webp) center center / cover no-repeat;
  }
}
.tm_top_banner_inner.new_year_bg {
  position: relative;
}
.tm_top_banner_inner.new_year_bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  background: url(../img/ng_left.png) 50% no-repeat;
  background-size: cover;
  border-radius: 22px 0 0 22px;
}
.tm_top_banner_inner.new_year_bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background: url(../img/ng_right.png) 50% no-repeat;
  background-size: cover;
  border-radius: 0 22px 22px 0;
}
.tm_top_banner .block_inner {
  display: flex;
  align-items: start;
  padding: 30px 64px;
  gap: 16px;
  position: relative;
  z-index: 10;
}
.tm_top_banner .block_inner.block_inner_step {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .tm_top_banner .block_inner {
    padding: 24rem;
  }
}
.tm_top_banner .block_inner .left {
  flex: 0 0 472px;
  padding-top: 74px;
}
.tm_top_banner .block_inner .left .title {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  padding-bottom: 8px;
  margin: 0;
}
.tm_top_banner .block_inner .left .text {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #777;
  padding-bottom: 40px;
  max-width: 454px;
}
.tm_top_banner .block_inner .right {
  flex: 0 0 780px;
  margin: 0 0 -72px 0;
  font-size: 0;
}
.tm_top_banner .block_inner .right.right_step {
  flex: 1 1 auto;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .tm_top_banner .block_inner {
    display: block;
    padding: 56rem 24rem;
  }
  .tm_top_banner .block_inner .left {
    text-align: center;
    padding: 0 0 25rem;
  }
  .tm_top_banner .block_inner .left .title {
    font-size: 48rem;
  }
  .tm_top_banner .block_inner .left .text {
    font-size: 20rem;
    margin: 0 auto;
    max-width: 640rem;
    padding-bottom: 32rem;
  }
  .tm_top_banner .block_inner .left .btn_button {
    display: inline-block;
    vertical-align: top;
  }
  .tm_top_banner .block_inner .right {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .tm_top_banner .block_inner {
    display: block;
    padding: 24rem 24rem 16rem;
  }
  .tm_top_banner .block_inner .left {
    text-align: center;
    padding: 0 0 16rem;
  }
  .tm_top_banner .block_inner .left .title {
    font-size: 26rem;
    line-height: 110%;
  }
  .tm_top_banner .block_inner .left .text {
    font-size: clamp(13rem, 13px, 100vh);
    padding-bottom: 16rem;
  }
  .tm_top_banner .block_inner .left .btn_button {
    display: block;
  }
  .tm_top_banner .block_inner .right {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .tm_top_banner {
    padding: 0 32rem;
  }
}
@media (max-width: 640px) {
  .tm_top_banner {
    padding: 0 16rem;
  }
}
.tm_advantages_block {
  padding: 16px 40px 40px;
}
.tm_advantages_block .block_inner {
  display: flex;
  gap: 16px;
}
.tm_advantages_block .block_inner .left, .tm_advantages_block .block_inner .right {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
}
@media (max-width: 1200px) {
  .tm_advantages_block .block_inner {
    display: block;
  }
  .tm_advantages_block .block_inner .left {
    display: none;
  }
  .tm_advantages_block .block_inner .right {
    max-width: 100%;
  }
}
.tm_advantages_block .block_inner img {
  border-radius: 22px;
}
.tm_advantages_block .block_inner .right {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .tm_advantages_block .block_inner .right {
    gap: 8rem;
  }
}
.tm_advantages_block .block_inner .right .item {
  flex: 0 0 calc(50% - 8px);
  padding: 32px;
  background: var(--seryy-dlya-fona);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
}
.tm_advantages_block .block_inner .right .item .name {
  font-weight: 600;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #2459ff;
  margin-bottom: auto;
  padding-bottom: 10px;
}
.tm_advantages_block .block_inner .right .item .body {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #222;
}
@media (max-width: 1200px) {
  .tm_advantages_block .block_inner .right .item {
    border-radius: 18rem;
    padding: 32rem;
  }
  .tm_advantages_block .block_inner .right .item .name {
    padding-bottom: 16rem;
    font-size: 24rem;
  }
  .tm_advantages_block .block_inner .right .item .body {
    font-size: 16rem;
  }
}
@media (max-width: 640px) {
  .tm_advantages_block .block_inner .right .item {
    padding: 16rem;
    flex: 0 0 calc(50% - 4rem);
    display: block;
    border-radius: 18rem;
  }
  .tm_advantages_block .block_inner .right .item .name {
    padding-bottom: 6rem;
    font-size: 18rem;
  }
  .tm_advantages_block .block_inner .right .item .body {
    font-size: clamp(10rem, 12px, 100vh);
  }
}
@media (max-width: 1200px) {
  .tm_advantages_block {
    padding: 16rem 32rem 28rem;
  }
}
@media (max-width: 640px) {
  .tm_advantages_block {
    padding: 8rem 16rem 20rem;
  }
}
.tm_start_block {
  padding: 40px 40px 40px;
}
@media (max-width: 1200px) {
  .tm_start_block {
    padding: 28rem 32rem 28rem;
  }
}
@media (max-width: 640px) {
  .tm_start_block {
    padding: 20rem 16rem 20rem;
  }
}
.tm_start_title {
  display: flex;
  padding-bottom: 56px;
  gap: 30px;
  justify-content: space-between;
}
.tm_start_title .title {
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
}
.tm_start_title .text {
  flex: 0 0 400px;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #7f7f7f;
}
@media (max-width: 1200px) {
  .tm_start_title {
    display: block;
    padding-bottom: 32rem;
    text-align: center;
  }
  .tm_start_title .title {
    font-size: 40rem;
    padding-bottom: 8rem;
  }
  .tm_start_title .text {
    font-size: 20rem;
  }
}
@media (max-width: 640px) {
  .tm_start_title {
    padding-bottom: 24rem;
  }
  .tm_start_title .title {
    font-size: 26rem;
  }
  .tm_start_title .text {
    font-size: clamp(13rem, 13px, 100vh);
  }
}
.tm_start_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1200px) {
  .tm_start_inner {
    gap: 8rem;
  }
}
@media (max-width: 640px) {
  .tm_start_inner {
    display: block;
  }
}
.tm_start_inner .item {
  flex: 0 0 calc(33.33% - 11px);
  transition: all 0.3s;
  padding: 24px;
  position: relative;
  text-decoration: none;
}
.tm_start_inner .item > div {
  position: relative;
}
.tm_start_inner .item .icon {
  margin-bottom: 40px;
  width: 48px;
  height: 48px;
}
.tm_start_inner .item .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  padding-bottom: 8px;
}
.tm_start_inner .item .body {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #777;
}
@media (min-width: 1201px) {
  .tm_start_inner .item .btn_button {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: absolute;
    top: 100%;
    left: 24px;
    margin-top: -10px;
    z-index: 2;
  }
}
@media (min-width: 1201px) {
  .tm_start_inner .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #ebecef;
    border-radius: 22px;
    transition: all 0.5s;
  }
  .tm_start_inner .item:hover {
    z-index: 1;
  }
  .tm_start_inner .item:hover .btn_button {
    opacity: 1;
    visibility: visible;
  }
  .tm_start_inner .item:hover:before {
    border: 1px solid #2454FF;
    box-shadow: 0px 4px 40px 0px #2454FF5C;
    background: #fff;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -64px;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .tm_start_inner .item {
    display: flex;
    align-items: center;
    padding: 16rem;
    border: 1px solid #ebecef;
    border-radius: 18rem;
    gap: 24rem;
    width: 100%;
    flex: none;
  }
  .tm_start_inner .item .body {
    display: none;
  }
  .tm_start_inner .item .icon {
    margin: 0;
    width: 40rem;
    height: 40rem;
  }
  .tm_start_inner .item .name {
    padding: 0;
    flex: 1 1 auto;
    font-size: 20rem;
  }
}
@media (max-width: 640px) {
  .tm_start_inner .item {
    display: flex;
    align-items: center;
    padding: 12rem 0;
    border-bottom: 1px solid #ebecef;
    width: 100%;
    flex: none;
    gap: 16rem;
  }
  .tm_start_inner .item .body {
    display: none;
  }
  .tm_start_inner .item .icon {
    margin: 0;
    width: 32rem;
    height: 32rem;
  }
  .tm_start_inner .item .name {
    padding: 0;
    flex: 1 1 auto;
    font-size: 14rem;
    padding-right: 30rem;
  }
  .tm_start_inner .item .btn_button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    background: url("data:image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L9.29289 8.70711C9.62623 8.37377 9.79289 8.20711 9.79289 8C9.79289 7.79289 9.62623 7.62623 9.29289 7.29289L6 4' stroke='%23B6BCC3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 100% 50% no-repeat;
  }
}
.tm_click_block {
  padding: 40px 40px 40px;
}
@media (max-width: 1200px) {
  .tm_click_block {
    padding: 28rem 32rem 28rem;
  }
}
@media (max-width: 640px) {
  .tm_click_block {
    padding: 20rem 16rem 20rem;
  }
}
.tm_click_block .block_inner {
  display: flex;
  gap: 16px;
}
@media (max-width: 1200px) {
  .tm_click_block .block_inner {
    gap: 16rem;
  }
}
.tm_click_block .left {
  flex: 0 0 calc(50% - 8px);
  padding: 48px 35px 48px 48px;
  border-radius: 22px;
  background: #2454ff;
}
.tm_click_block .left .title {
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #fff;
}
.tm_click_block .left .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.82);
  padding-bottom: 32px;
}
.tm_click_block .left .btn_button {
  max-width: 292px;
  display: block;
}
@media (max-width: 1200px) {
  .tm_click_block .left {
    padding: 40rem;
    border-radius: 18rem;
  }
  .tm_click_block .left .title {
    font-size: 40rem;
  }
  .tm_click_block .left .text {
    font-size: 20rem;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .tm_click_block .left {
    padding: 24rem;
    border-radius: 18rem;
  }
  .tm_click_block .left .title {
    font-size: 28rem;
  }
  .tm_click_block .left .text {
    font-size: 18rem;
  }
}
@media (max-width: 1000px) {
  .tm_click_block .left {
    text-align: center;
    flex: none;
    width: 100%;
  }
  .tm_click_block .left .btn_button {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .tm_click_block .left {
    padding: 24rem;
    flex: none;
    width: 100%;
  }
  .tm_click_block .left .title {
    font-size: 26rem;
  }
  .tm_click_block .left .text {
    font-size: clamp(13rem, 13px, 100vh);
    padding-bottom: 24rem;
  }
  .tm_click_block .left .btn_button {
    max-width: 280rem;
    margin: 0 auto;
  }
}
.tm_click_block .image {
  display: flex;
}
.tm_click_block .image img {
  border-radius: 22px;
  object-fit: cover;
}
@media (max-width: 1000px) {
  .tm_click_block .image {
    display: none;
  }
}
.tm_tuning_block {
  padding: 40px 40px 40px;
}
@media (max-width: 1200px) {
  .tm_tuning_block {
    padding: 28rem 32rem 28rem;
  }
}
@media (max-width: 640px) {
  .tm_tuning_block {
    padding: 20rem 16rem 20rem;
  }
}
.tm_tuning_block .title {
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--chernyy);
  padding-bottom: 56px;
}
@media (max-width: 1200px) {
  .tm_tuning_block .title {
    padding-bottom: 32rem;
    font-size: 40rem;
  }
}
@media (max-width: 640px) {
  .tm_tuning_block .title {
    padding-bottom: 24rem;
    font-size: 26rem;
  }
}
.tm_tuning_block .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tm_tuning_block .inner .item {
  flex: 0 0 calc(50% - 8px);
  padding: 40px;
  border: 1px solid #ebecef;
  border-radius: 22px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 32px;
}
.tm_tuning_block .inner .item .body {
  flex: 1 1 auto;
}
.tm_tuning_block .inner .item .body .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  padding-bottom: 8px;
}
.tm_tuning_block .inner .item .body .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #777;
}
.tm_tuning_block .inner .item .image {
  flex: 0 0 144px;
  width: 144px;
  height: 144px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.tm_tuning_block .inner .item .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 12px 0 rgba(255, 255, 255, 0.74), inset 0 0 6px 0 rgba(255, 255, 255, 0.52);
}
.tm_tuning_block .inner .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .tm_tuning_block .inner .item {
    padding: 32rem;
    gap: 24rem;
    flex-wrap: wrap;
    align-items: start;
  }
  .tm_tuning_block .inner .item .body {
    flex: none;
    order: 1;
    width: 100%;
  }
  .tm_tuning_block .inner .item .body .name {
    font-size: 22rem;
    padding-bottom: 8rem;
  }
  .tm_tuning_block .inner .item .body .text {
    font-size: 16rem;
  }
  .tm_tuning_block .inner .item .image {
    flex: none;
    width: 88rem;
    height: 88rem;
  }
}
@media (max-width: 767px) {
  .tm_tuning_block .inner .item {
    padding: 24rem;
    gap: 16rem;
    width: 100%;
    flex: none;
  }
}
@media (max-width: 640px) {
  .tm_tuning_block .inner .item .body .name {
    font-size: 18rem;
  }
  .tm_tuning_block .inner .item .body .text {
    font-size: clamp(13rem, 13px, 100vh);
  }
  .tm_tuning_block .inner .item .image {
    width: 72rem;
    height: 72rem;
  }
}
@media (max-width: 500px) {
  .tm_tuning_block .inner .item {
    flex: none;
    width: 100%;
  }
}
.tm_hub_block {
  padding: 40px 40px 40px;
}
@media (max-width: 1200px) {
  .tm_hub_block {
    padding: 28rem 32rem 28rem;
  }
}
@media (max-width: 640px) {
  .tm_hub_block {
    padding: 20rem 16rem 20rem;
  }
}
.tm_hub_block .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--chernyy);
  padding-bottom: 56px;
}
@media (max-width: 1200px) {
  .tm_hub_block .title {
    padding-bottom: 32rem;
    font-size: 40rem;
  }
}
@media (max-width: 640px) {
  .tm_hub_block .title {
    padding-bottom: 24rem;
    font-size: 26rem;
  }
}
.tm_hub_block .inner {
  display: flex;
  gap: 16px;
}
@media (max-width: 1200px) {
  .tm_hub_block .inner {
    gap: 16rem;
  }
}
.tm_hub_block .inner .item {
  flex: 0 0 calc(50% - 8px);
  border-radius: 22px;
  padding: 40px;
  background: var(--seryy-dlya-fona);
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.tm_hub_block .inner .item:hover {
  border-color: #2454ff;
  box-shadow: 0 8px 32px 0 rgba(36, 84, 255, 0.24);
  background: var(--seryy-dlya-fona);
}
.tm_hub_block .inner .item .name {
  font-weight: 600;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  padding-bottom: 4px;
}
.tm_hub_block .inner .item .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #777;
  padding-bottom: 72px;
  margin-bottom: auto;
}
.tm_hub_block .inner .item .links {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.tm_hub_block .inner .item .links a {
  text-decoration: none;
}
@media (min-width: 661px) {
  .tm_hub_block .inner .item .links a {
    white-space: nowrap;
  }
}
.tm_hub_block .inner .item .links .link {
  display: flex;
  gap: 8px;
  padding: 12px 24px 12px 16px;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  transition: all 0.3s;
}
.tm_hub_block .inner .item .links .link .icon {
  flex: 0 0 24px;
  font-size: 0;
}
.tm_hub_block .inner .item .links .link_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  transition: all 0.3s;
}
.tm_hub_block .inner .item .links .link:hover {
  box-shadow: inset 0 0 0 1px #2454ff;
}
.tm_hub_block .inner .item .links .link:hover .link_name {
  color: #2454ff;
}
@media (max-width: 1200px) {
  .tm_hub_block .inner .item .links {
    gap: 8rem;
  }
  .tm_hub_block .inner .item .links .link {
    padding: 12rem 16rem 12rem 12rem;
    gap: 8rem;
  }
  .tm_hub_block .inner .item .links .link .icon {
    flex: 0 0 20rem;
  }
  .tm_hub_block .inner .item .links .link .icon svg {
    width: 20rem;
    height: 20rem;
  }
  .tm_hub_block .inner .item .links .link_name {
    font-size: clamp(13rem, 13px, 100vh);
  }
  .tm_hub_block .inner .item .links .btn_button {
    padding: 14rem 24rem;
  }
}
@media (max-width: 640px) {
  .tm_hub_block .inner .item .links .link {
    padding: 12rem;
    flex-direction: column;
    flex: 0 0 calc(50% - 4rem);
    align-items: start;
    display: none;
  }
  .tm_hub_block .inner .item .links .link:nth-child(-n+4) {
    display: flex;
  }
  .tm_hub_block .inner .item .links .link .icon {
    flex: 0 0 24rem;
    order: 1;
  }
  .tm_hub_block .inner .item .links .link .icon svg {
    width: 24rem;
    height: 24rem;
  }
  .tm_hub_block .inner .item .links .link_name {
    font-size: clamp(10rem, 12px, 100vh);
    flex: none;
  }
  .tm_hub_block .inner .item .links .btn_button {
    padding: 16rem 24rem;
    font-size: 14rem;
    width: 100%;
    margin-top: 8rem;
  }
}
@media (max-width: 1200px) {
  .tm_hub_block .inner .item {
    padding: 32rem;
    flex: none;
    width: 100%;
    border-radius: 18rem;
  }
  .tm_hub_block .inner .item .name {
    font-size: 24rem;
    padding-bottom: 4rem;
  }
  .tm_hub_block .inner .item .text {
    font-size: 20rem;
    padding-bottom: 32rem;
  }
}
@media (max-width: 640px) {
  .tm_hub_block .inner .item {
    padding: 24rem;
  }
  .tm_hub_block .inner .item .name {
    font-size: 18rem;
  }
  .tm_hub_block .inner .item .text {
    font-size: clamp(13rem, 13px, 100vh);
    padding-bottom: 16rem;
  }
}
@media (max-width: 1200px) {
  .tm_hub_block .inner {
    display: block;
  }
  .tm_hub_block .inner .item {
    margin-bottom: 16rem;
  }
  .tm_hub_block .inner .item:last-child {
    margin-bottom: 0;
  }
}
.tm_new_items {
  padding: 40px;
}
@media (max-width: 1200px) {
  .tm_new_items {
    padding: 25rem 32rem 28rem;
  }
}
@media (max-width: 639px) {
  .tm_new_items {
    padding: 20rem 16rem;
  }
}
.tm_new_items .title {
  font-weight: 600;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--chernyy);
  padding-bottom: 56px;
}
@media (max-width: 1200px) {
  .tm_new_items .title {
    padding-bottom: 32rem;
    font-size: 40rem;
  }
}
@media (max-width: 639px) {
  .tm_new_items .title {
    padding-bottom: 23rem;
    font-size: 26rem;
  }
}
.tm_new_items .inner {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1200px) {
  .tm_new_items .inner {
    gap: 16rem;
  }
}
@media (max-width: 640px) {
  .tm_new_items .inner {
    gap: 8rem;
  }
}
.tm_new_items .inner .item {
  flex: 0 0 calc(25% - 12px);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 328px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .tm_new_items .inner .item {
    transform: scale(1);
  }
  .tm_new_items .inner .item:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.14);
    transform: scale(1.1);
  }
}
.tm_new_items .inner .item .name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
}
@media (max-width: 1200px) {
  .tm_new_items .inner .item {
    flex: 0 0 calc(50% - 8rem);
    min-height: 351rem;
    padding: 32rem;
    border-radius: 18rem;
  }
  .tm_new_items .inner .item .name {
    font-size: 24rem;
  }
}
@media (max-width: 640px) {
  .tm_new_items .inner .item {
    flex: 0 0 calc(50% - 4rem);
    min-height: 174rem;
    padding: 12rem;
    border-radius: 15rem;
  }
  .tm_new_items .inner .item .name {
    font-size: clamp(12rem, 12px, 100vh);
  }
}
.tm_insights_block {
  padding: 27rem 22rem;
}
@media (max-width: 1200px) {
  .tm_insights_block {
    padding: 27rem 32rem 28rem;
  }
}
@media (max-width: 639px) {
  .tm_insights_block {
    padding: 20rem 16rem;
  }
}
.tm_insights_block_inner {
  border-radius: 14rem;
  background: #2454ff;
}
@media (max-width: 1200px) {
  .tm_insights_block_inner {
    border-radius: 17rem;
    padding: 0 0 0 40rem;
  }
}
@media (max-width: 1180px) {
  .tm_insights_block_inner {
    padding: 40rem;
  }
}
@media (max-width: 639px) {
  .tm_insights_block_inner {
    border-radius: 15rem;
    padding: 24rem;
  }
}
.tm_insights_block .block_inner {
  display: flex;
  align-items: center;
}
.tm_insights_block .block_inner .left {
  flex: 0 0 50%;
  padding: 2rem 0;
}
.tm_insights_block .block_inner .left .title {
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
  padding-bottom: 10.7rem;
}
.tm_insights_block .block_inner .left .name {
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
  padding-bottom: 10.7rem;
}
.tm_insights_block .block_inner .left .text {
  padding-bottom: 26.8rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 1180px) {
  .tm_insights_block .block_inner .left {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .tm_insights_block .block_inner .left .title {
    display: none;
  }
  .tm_insights_block .block_inner .left .name {
    font-size: 40rem;
    line-height: 104%;
    padding-bottom: 13rem;
  }
  .tm_insights_block .block_inner .left .text {
    font-size: 20rem;
    padding-bottom: 29.8rem;
  }
}
@media (max-width: 639px) {
  .tm_insights_block .block_inner .left {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .tm_insights_block .block_inner .left .title {
    display: none;
  }
  .tm_insights_block .block_inner .left .name {
    font-size: 26rem;
    line-height: 104%;
    padding-bottom: 13rem;
  }
  .tm_insights_block .block_inner .left .text {
    font-size: clamp(13rem, 13px, 100vh);
    padding-bottom: 21.8rem;
  }
  .tm_insights_block .block_inner .left .btn_button {
    width: 100%;
  }
}
.tm_insights_block .block_inner .right {
  flex: 0 0 50%;
  font-size: 0;
}
@media (max-width: 1180px) {
  .tm_insights_block .block_inner .right {
    display: none;
  }
}
.tm_dream_site {
  padding: 40px;
}
.tm_dream_site .title_block {
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--chernyy);
  padding-bottom: 8px;
}
.tm_dream_site .subtitle_block {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #777;
  padding-bottom: 54px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .tm_dream_site {
    padding: 27rem 32rem 28rem;
  }
  .tm_dream_site .title_block {
    font-size: 40rem;
    padding-bottom: 8rem;
  }
  .tm_dream_site .subtitle_block {
    font-size: 20rem;
    padding-bottom: 32rem;
  }
}
@media (max-width: 640px) {
  .tm_dream_site {
    padding: 20rem 16rem;
  }
  .tm_dream_site .title_block {
    font-size: 26rem;
    padding-bottom: 8rem;
  }
  .tm_dream_site .subtitle_block {
    font-size: clamp(13rem, 13px, 100vh);
    padding-bottom: 23rem;
  }
}
@media (min-width: 641px) and (max-width: 1200px) {
  .tm_dream_site .dreamSlider {
    margin-right: -32rem;
    margin-bottom: 56rem;
  }
}
@media (max-width: 640px) {
  .tm_dream_site .dreamSlider {
    margin-bottom: 40rem;
  }
}
.tm_dream_site .swiper-pagination {
  padding-top: 32rem;
  position: static;
  text-align: center;
  font-size: 0;
}
.tm_dream_site .swiper-pagination .swiper-pagination-bullet {
  width: 12rem;
  height: 12rem;
  background: #E5E8EF;
  border-radius: 8px;
  opacity: 1;
  transition: all 0.3s;
}
.tm_dream_site .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2454ff;
  width: 32rem;
}
@media (max-width: 640px) {
  .tm_dream_site .swiper-pagination {
    padding-top: 16rem;
  }
  .tm_dream_site .swiper-pagination .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
    border-radius: 5px;
  }
  .tm_dream_site .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21rem;
  }
}
.tm_dream_site .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1200px) {
  .tm_dream_site .inner {
    display: block;
  }
}
.tm_dream_site .inner .item {
  flex: 0 0 calc(50% - 8px);
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  padding: 40px;
  transition: all 0.4s;
  transform: scale(1);
}
.tm_dream_site .inner .item .btn_cursor {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.tm_dream_site .inner .item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  transition: all 0.4s;
}
@media (min-width: 1201px) {
  .tm_dream_site .inner .item:hover {
    transform: scale(1.04);
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.4);
  }
  .tm_dream_site .inner .item:hover:before {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url("data:image/svg+xml,%3Csvg width='104' height='105' viewBox='0 0 104 105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M52 18.162V87.4953' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M17.333 52.8286H86.6663' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  }
}
.tm_dream_site .inner .item > div {
  position: relative;
}
.tm_dream_site .inner .item_top {
  flex: 1 1 auto;
  padding-bottom: 16px;
}
.tm_dream_site .inner .item_top .name {
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #fff;
  padding-bottom: 8px;
}
.tm_dream_site .inner .item_top .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #fff;
}
.tm_dream_site .inner .item_bottom {
  display: flex;
  gap: 10px 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.tm_dream_site .inner .item_bottom .tag {
  text-decoration: none;
  background: #fff;
  display: inline-block;
  padding: 12px 19px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  border-radius: 12px;
  transition: all 0.3s;
  max-width: 240px;
  white-space: nowrap;
}
.tm_dream_site .inner .item_bottom .tag span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.tm_dream_site .inner .item_bottom .tag:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #2454ff;
}
.tm_dream_site .inner .item_bottom .tag:active {
  background: #eee;
  box-shadow: none;
  color: #2454ff;
}
.tm_dream_site .inner .item_bottom .btn_dot {
  display: inline-block;
  text-decoration: none;
  border-radius: 12px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.5C14 7.94772 13.5523 7.5 13 7.5C12.4477 7.5 12 7.94772 12 8.5C12 9.05228 12.4477 9.5 13 9.5C13.5523 9.5 14 9.05228 14 8.5Z' fill='white' stroke='white' stroke-width='1.5' /%3E%3Cpath d='M9 8.5C9 7.94772 8.55228 7.5 8 7.5C7.44772 7.5 7 7.94772 7 8.5C7 9.05228 7.44772 9.5 8 9.5C8.55228 9.5 9 9.05228 9 8.5Z' fill='white' stroke='white' stroke-width='1.5' /%3E%3Cpath d='M4 8.5C4 7.94772 3.55228 7.5 3 7.5C2.44772 7.5 2 7.94772 2 8.5C2 9.05228 2.44772 9.5 3 9.5C3.55228 9.5 4 9.05228 4 8.5Z' fill='white' stroke='white' stroke-width='1.5' /%3E%3C/svg%3E") 50% no-repeat #2454ff;
  padding: 18px 20px;
  transition: all 0.3s;
}
.tm_dream_site .inner .item_bottom .btn_dot:hover {
  box-shadow: 0 4px 12px 0 rgba(36, 84, 255, 0.3);
  background-color: #3561ff;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .tm_dream_site .inner .item {
    flex: 0 0 592rem;
    border-radius: 22rem;
    padding: 40rem;
    margin-right: 16rem;
  }
  .tm_dream_site .inner .item_top {
    padding-bottom: 16rem;
  }
  .tm_dream_site .inner .item_top .name {
    font-size: 34rem;
    padding-bottom: 8rem;
  }
  .tm_dream_site .inner .item_top .text {
    font-size: 24rem;
  }
  .tm_dream_site .inner .item_bottom {
    gap: 10rem 8rem;
  }
  .tm_dream_site .inner .item_bottom .tag {
    padding: 12rem 19rem;
    font-size: clamp(13rem, 13px, 100vh);
    border-radius: 12rem;
  }
  .tm_dream_site .inner .item_bottom .btn_dot {
    border-radius: 12rem;
    padding: 18rem 20rem;
  }
}
@media (max-width: 640px) {
  .tm_dream_site .inner .item {
    flex: none;
    border-radius: 12rem;
    padding: 24rem;
  }
  .tm_dream_site .inner .item_top {
    padding-bottom: 16rem;
  }
  .tm_dream_site .inner .item_top .name {
    font-size: 18rem;
    padding-bottom: 5rem;
  }
  .tm_dream_site .inner .item_top .text {
    font-size: clamp(13rem, 13px, 100vh);
  }
  .tm_dream_site .inner .item_bottom {
    gap: 5.5rem 4rem;
  }
  .tm_dream_site .inner .item_bottom .tag {
    padding: 6rem 11rem;
    font-size: clamp(9rem, 12px, 100vh);
    border-radius: 7rem;
  }
  .tm_dream_site .inner .item_bottom .btn_dot {
    border-radius: 7rem;
    padding: 9.5rem 11rem;
    background-size: 9rem;
  }
}
.tm_dream_site .form_bottom {
  flex: 0 0 calc(50% - 8px);
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
  border: 1px solid #ebecef;
}
.tm_dream_site .form_bottom .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  padding-bottom: 8px;
}
.tm_dream_site .form_bottom .subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #777;
  padding-bottom: 42px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .tm_dream_site .form_bottom {
    flex: 0 0 calc(50% - 8rem);
    border-radius: 22rem;
    padding: 40rem;
    aspect-ratio: unset;
    background: var(--seryy-dlya-fona);
  }
  .tm_dream_site .form_bottom .title {
    font-size: 40rem;
    padding-bottom: 5rem;
    text-align: center;
  }
  .tm_dream_site .form_bottom .subtitle {
    font-size: 20rem;
    padding-bottom: 32rem;
    text-align: center;
  }
}
.tm_dream_site .form_bottom .btn_button {
  width: 100%;
  display: block;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .tm_dream_site .form_bottom .btn_button {
    max-width: 340px;
    margin: 0 auto;
  }
}
.tm_dream_site .form_bottom .field.tpl-field.type-textarea {
  margin-bottom: 12px;
}
.tm_dream_site .form_bottom .tpl-field.type-html {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 640px) {
  .tm_dream_site .form_bottom {
    flex: 0 0 calc(50% - 8rem);
    border-radius: 22rem;
    padding: 40rem 24rem;
    aspect-ratio: unset;
    background: var(--seryy-dlya-fona);
  }
  .tm_dream_site .form_bottom .title {
    font-size: 26rem;
    padding-bottom: 8rem;
    text-align: center;
  }
  .tm_dream_site .form_bottom .subtitle {
    font-size: 16rem;
    padding-bottom: 24rem;
    text-align: center;
  }
}
.dream_modal_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.48);
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 40px 40px 0;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dream_modal_wrap:-webkit-scrollbar {
  display: none;
}
.dream_modal_wrap.opened {
  opacity: 1;
  visibility: visible;
}
.dream_modal_wrap .dream_close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f93a16 url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.6004 7.3999L7.40039 20.5999M7.40039 7.3999L20.6004 20.5999' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  cursor: pointer;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .dream_modal_wrap {
    padding: 56rem 32rem 0;
  }
  .dream_modal_wrap .dream_close {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 640px) {
  .dream_modal_wrap {
    padding: 48rem 16rem 0;
  }
  .dream_modal_wrap .dream_close {
    width: 40px;
    height: 40px;
  }
}
.dream_modal_wrap .block_inner {
  height: 100vh;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
}
.dream_modal_wrap .block_inner .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-bottom: 8px;
}
.dream_modal_wrap .block_inner .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  padding-bottom: 24px;
  width: 100%;
}
.dream_modal_wrap .block_inner .tags {
  display: flex;
  gap: 10px 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  justify-content: center;
}
.dream_modal_wrap .block_inner .tags .tag {
  text-decoration: none;
  background: #fff;
  display: inline-block;
  padding: 12px 19px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  border-radius: 12px;
  transition: all 0.3s;
}
.dream_modal_wrap .block_inner .tags .tag:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #2454ff;
}
.dream_modal_wrap .block_inner .tags .tag:active {
  background: #eee;
  box-shadow: none;
  color: #2454ff;
}
.dream_modal_wrap .block_inner .tags .btn_dot {
  display: inline-block;
  text-decoration: none;
  border-radius: 12px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.5C14 7.94772 13.5523 7.5 13 7.5C12.4477 7.5 12 7.94772 12 8.5C12 9.05228 12.4477 9.5 13 9.5C13.5523 9.5 14 9.05228 14 8.5Z' fill='white' stroke='white' stroke-width='1.5' /%3E%3Cpath d='M9 8.5C9 7.94772 8.55228 7.5 8 7.5C7.44772 7.5 7 7.94772 7 8.5C7 9.05228 7.44772 9.5 8 9.5C8.55228 9.5 9 9.05228 9 8.5Z' fill='white' stroke='white' stroke-width='1.5' /%3E%3Cpath d='M4 8.5C4 7.94772 3.55228 7.5 3 7.5C2.44772 7.5 2 7.94772 2 8.5C2 9.05228 2.44772 9.5 3 9.5C3.55228 9.5 4 9.05228 4 8.5Z' fill='white' stroke='white' stroke-width='1.5' /%3E%3C/svg%3E") 50% no-repeat #2454ff;
  padding: 18px 20px;
  transition: all 0.3s;
}
.dream_modal_wrap .block_inner .tags .btn_dot:hover {
  box-shadow: 0 4px 12px 0 rgba(36, 84, 255, 0.3);
  background-color: #3561ff;
}
.dream_modal_wrap .block_inner .image {
  text-align: center;
  /*scrollbar-width: none; 
            -ms-overflow-style: none;

            &:-webkit-scrollbar {
                display: none; 
            }*/
}
.dream_modal_wrap .block_inner .image img {
  border-radius: 16px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .dream_modal_wrap .block_inner .title {
    font-size: 34rem;
    padding-bottom: 8rem;
  }
  .dream_modal_wrap .block_inner .text {
    font-size: 24rem;
    padding-bottom: 24rem;
  }
  .dream_modal_wrap .block_inner .tags {
    gap: 10rem 8rem;
    margin-bottom: 24rem;
  }
  .dream_modal_wrap .block_inner .tags .tag {
    padding: 12rem 19rem;
    font-size: clamp(13rem, 13px, 100vh);
    border-radius: 12rem;
  }
  .dream_modal_wrap .block_inner .tags .btn_dot {
    border-radius: 12rem;
    padding: 18rem 20rem;
  }
}
@media (max-width: 640px) {
  .dream_modal_wrap .block_inner .title {
    font-size: 18rem;
    padding-bottom: 4rem;
  }
  .dream_modal_wrap .block_inner .text {
    font-size: clamp(13rem, 13px, 100vh);
    padding-bottom: 16rem;
  }
  .dream_modal_wrap .block_inner .tags {
    gap: 5.5rem 4rem;
    margin-bottom: 16rem;
  }
  .dream_modal_wrap .block_inner .tags .tag {
    padding: 6rem 11rem;
    font-size: clam(7rem, 12px, 100vh);
    border-radius: 7rem;
  }
  .dream_modal_wrap .block_inner .tags .btn_dot {
    border-radius: 7rem;
    padding: 9.5rem 11rem;
    background-size: 9rem;
  }
}
.ai_btn_modal {
  position: fixed;
  top: 40%;
  right: 0;
  padding: 8px;
  border-radius: 18px 0 0 18px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 350;
}
.ai_btn_modal span {
  display: block;
  padding: 14.5px 20px 14.5px 47px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: all 0.4s;
  background: transparent;
  box-shadow: none;
}
.ai_btn_modal span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(270deg, #ff9c54 0%, #ff4645 100%);
  border-radius: 10px;
  transition: all 0.4s;
  z-index: -1;
}
.ai_btn_modal span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.3651 12.6493L23.333 12.1336C23.333 6.97821 19.154 2.80005 13.9998 2.80005C8.845 2.80005 4.66628 6.97821 4.66628 12.1336L3.63476 12.6493C3.17556 12.8789 2.7998 13.4871 2.7998 14V15.8668C2.7998 16.3798 3.17556 16.9879 3.63476 17.2175L4.66628 17.7333H6.06628V12.1336C6.06628 7.75857 9.62536 4.20005 13.9998 4.20005C18.374 4.20005 21.933 7.75857 21.933 12.1336V19.6C21.933 21.9196 20.0528 23.8 17.733 23.8H14.933V22.4H13.0663V25.2H17.733C20.8256 25.2 23.333 22.6926 23.333 19.6V17.7333L24.3651 17.2175C24.8243 16.9879 25.1998 16.3798 25.1998 15.8668V14C25.1998 13.4871 24.8243 12.8789 24.3651 12.6493Z' fill='white' /%3E%3Cpath d='M17.7331 9.8001H14.6998V7.81658C15.2503 7.62898 15.6331 7.23138 15.6331 6.76658C15.6331 6.1223 14.9023 5.6001 13.9998 5.6001C13.0974 5.6001 12.3663 6.1223 12.3663 6.76658C12.3663 7.23138 12.7491 7.6301 13.2998 7.81658V9.8001H10.2663C8.72071 9.8001 7.46631 11.0542 7.46631 12.6001V16.3333C7.46631 18.9091 9.55763 21.0001 12.1333 21.0001H15.8666C18.4423 21.0001 20.5331 18.9091 20.5331 16.3333V12.6001C20.5331 11.0542 19.2789 9.8001 17.7331 9.8001ZM10.7333 14.4669V13.5336C10.7333 13.4111 10.7575 13.2897 10.8044 13.1765C10.8513 13.0633 10.92 12.9604 11.0067 12.8737C11.0933 12.7871 11.1962 12.7183 11.3095 12.6714C11.4227 12.6245 11.544 12.6004 11.6666 12.6004C11.7891 12.6004 11.9105 12.6245 12.0237 12.6714C12.137 12.7183 12.2398 12.7871 12.3265 12.8737C12.4131 12.9604 12.4819 13.0633 12.5288 13.1765C12.5757 13.2897 12.5998 13.4111 12.5998 13.5336V14.4669C12.5999 14.5895 12.5758 14.7109 12.5289 14.8241C12.482 14.9374 12.4133 15.0403 12.3266 15.127C12.2399 15.2137 12.1369 15.2824 12.0236 15.3293C11.9103 15.3761 11.7889 15.4002 11.6663 15.4001C11.5437 15.4002 11.4224 15.3761 11.3091 15.3292C11.1959 15.2823 11.093 15.2136 11.0063 15.1269C10.9197 15.0402 10.851 14.9373 10.8041 14.8241C10.7573 14.7108 10.7332 14.5894 10.7333 14.4669ZM16.3331 18.2001L14.4666 18.6669H13.5333L11.6663 18.2001V17.2669H16.3331V18.2001ZM17.2666 14.4669C17.2667 14.5895 17.2426 14.7109 17.1957 14.8241C17.1488 14.9374 17.08 15.0403 16.9933 15.127C16.9066 15.2137 16.8037 15.2824 16.6904 15.3293C16.5771 15.3761 16.4557 15.4002 16.3331 15.4001C16.2105 15.4002 16.0891 15.3761 15.9758 15.3293C15.8625 15.2824 15.7596 15.2137 15.6729 15.127C15.5862 15.0403 15.5175 14.9374 15.4706 14.8241C15.4238 14.7108 15.3997 14.5894 15.3998 14.4669V13.5336C15.3998 13.2861 15.4982 13.0487 15.6732 12.8736C15.8483 12.6986 16.0857 12.6002 16.3332 12.6002C16.5808 12.6002 16.8182 12.6986 16.9932 12.8736C17.1682 13.0487 17.2666 13.2861 17.2666 13.5336V14.4669Z' fill='white' /%3E%3C/svg%3E") 50% no-repeat;
}
@media (max-width: 640px) {
  .ai_btn_modal span {
    padding: 12px 16px;
  }
  .ai_btn_modal span:after {
    display: none;
  }
}
.ai_btn_modal:hover span {
  background: #2454ff;
}
.ai_btn_modal:hover span:before {
  opacity: 0;
}
.mp-footer__inner, .mp-footer__paysystems-inner {
  max-width: 1200px;
}
.animate-path path {
  stroke-dasharray: 0 480;
  animation: fillPath 7.5s forwards ease-in-out;
}
@keyframes fillPath {
  0% {
    stroke-dasharray: 0 480;
  }
  100% {
    stroke-dasharray: 480 0;
  }
}
.ai_modal_block.new_disign {
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.64);
  transition: all 0.5s;
  padding: 40px 40px 40px 40px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .ai_modal_block.new_disign {
    padding: 0;
  }
}
.ai_modal_block.new_disign:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.ai_modal_block.new_disign.opened {
  opacity: 1;
  visibility: visible;
}
.ai_modal_block.new_disign .modal_block_extra {
  width: 632px;
  margin: auto;
  position: relative;
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
  z-index: 10;
}
@media (max-width: 767px) {
  .ai_modal_block.new_disign .modal_block_extra {
    width: 100%;
  }
}
.ai_modal_block.new_disign .modal_block_extra .close_form {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: 50% url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='%23F93A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") no-repeat;
  cursor: pointer;
  z-index: 101;
}
.ai_modal_block.new_disign .modal_block_inner {
  font-size: 0;
  padding: 60px 40px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  z-index: 100;
  border-radius: 32px;
}
.ai_modal_block.new_disign .modal_block_inner .tpl-anketa__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--chernyy);
  padding-bottom: 47px;
}
.ai_modal_block.new_disign .modal_block_inner .title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #000;
  padding-bottom: 20px;
}
.ai_modal_block.new_disign .tpl-field.type-text .field-title {
  display: block;
}
.ai_modal_block.new_disign .tpl-field-button {
  display: block;
  margin-top: 20px;
}
.ai_modal_block.new_disign .tpl-field-button .tpl-form-button {
  display: flex;
  align-items: center;
  padding: 0 20px;
  min-height: 72px;
  justify-content: center;
  box-shadow: none;
  background: linear-gradient(270deg, #ff9c54 0%, #ff4645 100%);
  background-size: 100% 100%;
  border: none;
  outline: none;
  border-radius: 14px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  gap: 16px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 1 !important;
}
.ai_modal_block.new_disign .tpl-field-button .tpl-form-button:after {
  display: none;
}
.ai_modal_block.new_disign .tpl-field-button .tpl-form-button:before {
  border-radius: 0;
  visibility: visible;
  opacity: 1;
  position: static;
  display: block;
  content: "";
  flex: 0 0 32px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6687 5.33478V5.33211C14.6841 4.98915 14.8311 4.66533 15.0792 4.42807C15.3273 4.19081 15.6574 4.05839 16.0007 4.05839C16.344 4.05839 16.6741 4.19081 16.9222 4.42807C17.1703 4.66533 17.3174 4.98915 17.3327 5.33211V5.33611C17.3334 7.80041 18.3086 10.1645 20.0456 11.9125C21.7826 13.6605 24.1405 14.6506 26.6047 14.6668L26.6674 14.6654C27.0212 14.6654 27.3605 14.806 27.6107 15.0562C27.8608 15.3063 28.0014 15.6456 28.0014 15.9994C28.0014 16.3532 27.8608 16.6926 27.6107 16.9427C27.3605 17.1929 27.0212 17.3334 26.6674 17.3334H26.6634C25.4381 17.3333 24.2247 17.5746 23.0927 18.0436C21.9607 18.5126 20.9322 19.2001 20.066 20.0668C19.1994 20.933 18.5119 21.9614 18.0429 23.0934C17.5739 24.2255 17.3325 25.4388 17.3327 26.6641V26.6654C17.3329 26.8405 17.2986 27.014 17.2317 27.1758C17.1649 27.3376 17.0668 27.4847 16.9431 27.6086C16.8194 27.7326 16.6726 27.8309 16.5109 27.8981C16.3492 27.9653 16.1758 27.9999 16.0007 28.0001C15.8253 28.0003 15.6515 27.9658 15.4894 27.8988C15.3273 27.8317 15.1801 27.7332 15.0561 27.6091C14.9321 27.485 14.8338 27.3376 14.7669 27.1755C14.7 27.0133 14.6657 26.8395 14.666 26.6641C14.6662 25.4388 14.4249 24.2255 13.9559 23.0934C13.4869 21.9614 12.7994 20.933 11.9327 20.0668C11.0665 19.2001 10.0381 18.5126 8.90605 18.0436C7.77404 17.5746 6.5607 17.3333 5.33538 17.3334C4.98176 17.3251 4.64459 17.1767 4.40042 16.9208C4.15624 16.6648 4.02374 16.3224 4.03205 15.9688C4.04036 15.6152 4.1888 15.2793 4.44473 15.0351C4.70065 14.791 5.04309 14.6585 5.39671 14.6668C7.85009 14.6508 10.1984 13.6688 11.9327 11.9334C12.7994 11.0673 13.4869 10.0388 13.9559 8.90679C14.4249 7.77478 14.6662 6.56143 14.666 5.33611L14.6687 5.33478ZM9.33538 26.5921V26.6668C9.33538 27.0204 9.19491 27.3595 8.94486 27.6096C8.69481 27.8596 8.35567 28.0001 8.00205 28.0001C7.64843 28.0001 7.30929 27.8596 7.05924 27.6096C6.80919 27.3595 6.66871 27.0204 6.66871 26.6668C6.66871 26.4915 6.63414 26.3179 6.56697 26.1559C6.49979 25.994 6.40134 25.8469 6.27725 25.723C6.15315 25.5992 6.00585 25.501 5.84378 25.4342C5.6817 25.3673 5.50803 25.3331 5.33271 25.3334H5.33005C4.97643 25.3331 4.63743 25.1923 4.38763 24.942C4.13783 24.6917 3.99769 24.3524 3.99805 23.9988C3.9984 23.6452 4.13922 23.3062 4.38951 23.0564C4.63981 22.8066 4.97909 22.6664 5.33271 22.6668C5.50803 22.6671 5.6817 22.6329 5.84378 22.5661C6.00585 22.4992 6.15315 22.401 6.27725 22.2772C6.40134 22.1534 6.49979 22.0063 6.56697 21.8443C6.63414 21.6824 6.66871 21.5088 6.66871 21.3334C6.66871 20.9798 6.80919 20.6407 7.05924 20.3906C7.30929 20.1406 7.64843 20.0001 8.00205 20.0001C8.35567 20.0001 8.69481 20.1406 8.94486 20.3906C9.19491 20.6407 9.33538 20.9798 9.33538 21.3334V21.4081C9.37405 22.1094 9.95671 22.6668 10.6687 22.6668C11.0223 22.6664 11.3616 22.8066 11.6119 23.0564C11.8622 23.3062 12.003 23.6452 12.0034 23.9988C12.0037 24.3524 11.8636 24.6917 11.6138 24.942C11.364 25.1923 11.025 25.3331 10.6714 25.3334H10.6687C9.95671 25.3334 9.37405 25.8908 9.33538 26.5921ZM25.3314 10.5908L25.3327 10.6654C25.3327 11.0191 25.1922 11.3582 24.9422 11.6083C24.6921 11.8583 24.353 11.9988 23.9994 11.9988C23.6458 11.9988 23.3066 11.8583 23.0566 11.6083C22.8065 11.3582 22.666 11.0191 22.666 10.6654C22.666 10.4901 22.6315 10.3165 22.5643 10.1546C22.4971 9.99264 22.3987 9.84554 22.2746 9.72169C22.1505 9.59785 22.0032 9.49969 21.8411 9.43284C21.679 9.36599 21.5054 9.33176 21.33 9.33211H21.3274C20.9738 9.33176 20.6348 9.19094 20.385 8.94065C20.1352 8.69035 19.995 8.35107 19.9954 7.99745C19.9957 7.64382 20.1366 7.30483 20.3869 7.05503C20.6371 6.80523 20.9764 6.66509 21.33 6.66545C22.0674 6.66545 22.666 6.06811 22.666 5.33211C22.666 4.97849 22.8065 4.63935 23.0566 4.3893C23.3066 4.13926 23.6458 3.99878 23.9994 3.99878C24.353 3.99878 24.6921 4.13926 24.9422 4.3893C25.1922 4.63935 25.3327 4.97849 25.3327 5.33211L25.3314 5.40545C25.3701 6.10811 25.9541 6.66545 26.6661 6.66545C27.0197 6.66509 27.359 6.80523 27.6093 7.05503C27.8595 7.30483 28.0004 7.64382 28.0007 7.99745C28.0011 8.35107 27.8609 8.69035 27.6111 8.94065C27.3613 9.19094 27.0223 9.33176 26.6687 9.33211H26.6661C25.9541 9.33211 25.3701 9.88811 25.3314 10.5908Z' fill='white' /%3E%3C/svg%3E") 50% no-repeat;
}
.ai_modal_block.new_disign .tpl-field-button .tpl-form-button:hover {
  box-shadow: 0 8px 16px 0 rgba(255, 75, 70, 0.3);
  background-position: 300% 100%;
}
.ai_modal_block.new_disign .tpl-field-button .tpl-form-button.close_btn_form:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .ai_modal_block.new_disign .field input[type="text"], .ai_modal_block.new_disign .field input[type="password"], .ai_modal_block.new_disign .field input[type="tel"], .ai_modal_block.new_disign .field select {
    height: 62rem;
  }
  .ai_modal_block.new_disign .tpl-field-button .tpl-form-button {
    min-height: 62rem;
  }
  .ai_modal_block.new_disign .modal_block_inner {
    padding: 60rem 40rem;
  }
  .ai_modal_block.new_disign .modal_block_inner .tpl-anketa__title {
    font-size: 32rem;
  }
  .ai_modal_block.new_disign .modal_block_extra {
    width: 632rem;
  }
}
.ai_modal_block.new_disign .generation_block {
  text-align: center;
  display: none;
}
.ai_modal_block.new_disign .generation_block .title {
  font-weight: 700;
  font-size: 22px;
}
.ai_modal_block.new_disign .generation_block .img_anim {
  position: relative;
}
.ai_modal_block.new_disign .generation_block .img_anim .loading_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: -22px 0 0;
}
.ai_modal_block.new_disign .generation_block .img_anim .loading_text span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.ai_modal_block.new_disign .generation_block .img_anim .counter-circle {
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.ai_modal_block.new_disign .form_modal_main.form__posted + .generation_block {
  display: block;
}
.ai_modal_block.new_disign .success_block {
  text-align: center;
  display: none;
}
.ai_modal_block.new_disign .success_block .title {
  font-weight: 700;
  font-size: 28px;
}
.ai_modal_block.new_disign .success_block .text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.ai_modal_block.new_disign .success_block .tpl-field-button .tpl-form-button:after {
  display: none;
}
@media (max-width: 767px) {
  .ai_modal_block.new_disign {
    background: #fff;
  }
  .ai_modal_block.new_disign:before {
    display: none;
  }
  .ai_modal_block.new_disign .field input[type="text"], .ai_modal_block.new_disign .field input[type="password"], .ai_modal_block.new_disign .field input[type="tel"], .ai_modal_block.new_disign .field select {
    height: 56rem;
  }
  .ai_modal_block.new_disign .tpl-field-button .tpl-form-button {
    min-height: 56rem;
    font-size: 16rem;
  }
  .ai_modal_block.new_disign .modal_block_inner {
    padding: 48rem 24rem;
    border-radius: 0;
  }
  .ai_modal_block.new_disign .modal_block_inner .tpl-anketa__title, .ai_modal_block.new_disign .success_block .title, .ai_modal_block.new_disign .generation_block .title {
    font-size: 20rem;
    padding-bottom: 28rem;
  }
  .ai_modal_block.new_disign .modal_block_extra {
    width: 100%;
    display: block;
  }
}
.tm_action_search_panel {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transition: all 0.5s;
  background: #fff;
  padding: 0 40px;
  /*.mp-catalog {
		flex: 1 1 auto;
		
		&-top {
			background: none;
			transition: all .5s;
			
			&__wrapp {
				gap: 16px;
				padding: 0;
			}
		}
		
		&__btn {
			
			.btn_button {
				display: flex;
				align-items: center;
				gap: 16px;
				
				@media all and(max-width: 767px){
					padding: 13rem;
					
					span {
						display: none;
						
					}
				}
			}
		}
		
		&-search {
			flex: 1 1 auto;
			margin: 0;
			
			.cd-input {
				flex-direction: row;
				display: block;
			}
			
			.js-search__form {
				background: #2454ff;
				padding: 2px 0 2px 2px;
				border-radius: 16px 0 0 16px;
				
				&:before {
					display: none;
				}
				
				.mp-catalog-search__input {
					border-radius: 14px;
					padding: 0 16px;
					height: 52px;
					box-shadow: none;
					font-family: var(--font-family);
					font-weight: 400;
					font-size: 16px;
					line-height: 120%;
					letter-spacing: -0.01em;
					color: #000;
					
					&:-webkit-input-placeholder {
			            color: #c4c4c4;
			        }
				}
				
				@media all and(max-width: 960px){
					padding: 2rem 0 2rem 2rem;
					flex: 1 1 auto;
					width: auto;
					border-radius: 16rem 0 0 16rem;
					
					.mp-catalog-search__input {
						border-radius: 14rem;
						padding: 13rem 16rem;
						height: auto;
						font-size: 16rem;
						
					}
				}
				
				@media all and(max-width: 767px){
					
				}
			}
			
			&__submit {
				display: flex;
				align-items: center;
				gap: 8px;
				position: static;
				background: #2454ff !important;
				border-radius: 0 16px 16px 0 !important;
			    transform: translateY(0);
				
				svg path {
					fill: none;	
				}
				
				@media all and(max-width: 767px){
					border-radius: 0 16rem 16rem 0 !important;
					padding: 11rem;
					span {
						display: none;
					}
				}
			}
		}
		
		.mp-fav {
			margin: 0;
			border-radius: 14px;
			padding: 16px;
			width: 56px;
			height: 56px;
			display: flex;
			flex: 0 0 56px;
		    justify-content: center;
	    	align-items: center;
	    	background: #2454ff;
			
			.mp-fav__text,
			.mp-fav__icon{
				display: none;
			}
			
			@media all and (max-width: 960px){
				display: none;
			}
		}
		
		
	}*/
}
@media (max-width: 1200px) {
  .tm_action_search_panel {
    padding: 0 32rem;
  }
}
@media (max-width: 640px) {
  .tm_action_search_panel {
    padding: 0 16rem;
  }
}
.tm_action_search_panel > .block_inner {
  padding: 16px 0;
  max-width: 1200px;
  display: flex;
  gap: 16px;
  transition: all 0.5s;
}
.tm_action_search_panel .mp-fav {
  margin: 0;
  border-radius: 0;
  padding: 0 12px;
  height: 48px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1024px) {
  .tm_action_search_panel .mp-fav {
    display: none;
  }
}
.tm_action_search_panel .mp-fav .mp-fav__icon {
  display: none;
}
.tm_action_search_panel .mp-fav svg {
  width: 22px;
  height: auto;
}
.tm_action_search_panel .mp-fav svg path {
  stroke: #000;
}
.tm_action_search_panel .mp-fav .mp-fav__text {
  order: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: center;
  color: #555560;
  margin: 0;
}
.tm_action_search_panel .mp-fav .mp-fav__icon:not([data-count="0"]) + svg path {
  fill: #2454ff;
  stroke: #2454ff;
}
.tm_action_search_panel .mp-fav:hover svg path {
  stroke: #2454ff;
}
.tm_action_search_panel .mp-catalog {
  flex: 1 1 auto;
}
.tm_action_search_panel .mp-catalog-top {
  background: none;
  transition: all 0.5s;
}
.tm_action_search_panel .mp-catalog-top__wrapp {
  gap: 16px;
  padding: 0;
}
.tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button {
  padding: 13px 24px;
  font-size: 17px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button:before {
  content: "";
  width: 23px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.29297 5.49996H19.293' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M3.70703 5.49996H4.6237' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M3.70703 11H4.6237' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M3.70703 16.5H4.6237' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8.29297 11H19.293' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8.29297 16.5H19.293' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") 50% no-repeat;
}
.tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button svg {
  display: none;
}
.tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button.opened:before {
  background: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 5.5L6 16.5M6 5.5L17 16.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
}
.tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button.opened svg {
  opacity: 0;
}
@media (max-width: 1024px) {
  .tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button {
    font-size: 0;
    padding: 0;
    width: 48rem;
    height: 48rem;
    background: #2454ff;
  }
  .tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button:before {
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1825 7.57547C21.2832 9.6761 21.2832 13.0819 19.1825 15.1825C17.0819 17.2832 13.6761 17.2832 11.5755 15.1825C9.47484 13.0819 9.47484 9.67611 11.5755 7.57547C13.6761 5.47484 17.0819 5.47484 19.1825 7.57547' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M21.9997 18.0001L19.1797 15.1801' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M3 7H8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M3 12H6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M3 17H8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  }
  .tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button.opened:before {
    background: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 5.5L6 16.5M6 5.5L17 16.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  }
  .tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button span, .tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .tm_action_search_panel .mp-catalog__btn .mp-catalog__btn--button {
    width: 40rem;
    height: 40rem;
  }
}
.tm_action_search_panel .mp-catalog-search {
  flex: 1 1 auto;
  margin: 0;
}
.tm_action_search_panel .mp-catalog-search .mp-catalog-search__clean {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  width: 32px;
  height: 32px;
  background: #ebeef3 !important;
  border-radius: 8px;
  transform: unset;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tm_action_search_panel .mp-catalog-search .mp-catalog-search__clean {
    width: 32rem;
    height: 32rem;
    right: 4rem;
  }
}
.tm_action_search_panel .mp-catalog-search .js-search__form {
  background: var(--chernyy);
  padding: 2px 0 2px 2px;
  border-radius: 10px 0 0 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .tm_action_search_panel .mp-catalog-search .js-search__form {
    flex: 1 1 auto;
    width: auto;
    padding: 3rem 0 3rem 3rem;
    height: 48rem;
    border-radius: 10rem 0 0 10rem;
  }
}
@media (max-width: 767px) {
  .tm_action_search_panel .mp-catalog-search .js-search__form {
    padding: 2rem 0 2rem 2rem;
    height: 40rem;
    border-radius: 10rem 0 0 10rem;
  }
}
.tm_action_search_panel .mp-catalog-search .js-search__form .cd-input__wrapper {
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .tm_action_search_panel .mp-catalog-search .js-search__form .cd-input__wrapper {
    border-radius: 8rem;
  }
}
@media (max-width: 767px) {
  .tm_action_search_panel .mp-catalog-search .js-search__form .cd-input__wrapper {
    border-radius: 8rem;
  }
}
.tm_action_search_panel .mp-catalog-search .js-search__form:before {
  display: none;
}
.tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input {
  border-radius: 8px;
  padding: 0 50px 0 16px;
  height: 44px;
  box-shadow: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #000;
}
.tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input:-webkit-input-placeholder, .tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input:placeholder {
  color: #c4c4c4;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input {
    height: 42rem;
    border-radius: 8rem;
  }
}
@media (max-width: 767px) {
  .tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input {
    height: 36rem;
    font-size: clamp(13rem, 13px, 100vh);
    padding: 0 6rem 0 6rem;
    border-radius: 8rem;
  }
  .tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input:-webkit-input-placeholder, .tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input:placeholder {
    font-size: clamp(13rem, 13px, 100vh);
  }
}
.tm_action_search_panel .mp-catalog-search__submit {
  display: flex;
  align-items: center;
  gap: 16px;
  position: static;
  background: var(--chernyy) !important;
  border-radius: 0 10px 10px 0 !important;
  transform: translateY(0);
  padding: 10px 32px 10px 24px;
}
@media (max-width: 1024px) {
  .tm_action_search_panel .mp-catalog-search__submit {
    padding-left: 10px;
    height: 48rem;
    border-radius: 0 8rem 8rem 0 !important;
  }
  .tm_action_search_panel .mp-catalog-search__submit svg {
    width: 20px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tm_action_search_panel .mp-catalog-search__submit {
    width: 40rem;
    height: 40rem;
    padding: 0;
    border-radius: 0 10rem 10rem 0 !important;
    justify-content: center;
  }
  .tm_action_search_panel .mp-catalog-search__submit span {
    display: none;
  }
}
.tm_action_search_panel .mp-catalog-search__submit svg path {
  fill: none;
}
.tm_action_search_panel.fixed {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}
.modal_block_main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.64);
  z-index: 999999999999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal_block_main.opened {
  opacity: 1;
  visibility: visible;
}
.modal_block_main .modal_block_extra {
  height: 100vh;
  display: flex;
  gap: 16px;
}
.modal_block_main .site-formsteps-info {
  flex: 0 0 calc(50% - 8px);
  width: auto;
  padding: 48px 0 48px 40px;
}
.modal_block_main .site-formsteps-info .site-formsteps_title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #fff;
  padding-bottom: 20px;
}
.modal_block_main .site-formsteps-info .site-formsteps_desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.82);
}
.modal_block_main .close_form {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: 50% url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='%23F93A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") no-repeat;
  cursor: pointer;
  z-index: 101;
}
.modal_block_main .formsteps_right {
  flex: 0 0 calc(50% - 8px);
  margin: 0;
  width: auto;
  border-radius: 22px 0 0 22px;
  background: #fff;
  position: relative;
}
.modal_block_main .formsteps--main {
  margin: 0;
  width: auto;
}
.modal_block_main .formsteps--main .fs-wrapper {
  min-height: 100vh;
  box-shadow: none;
}
.modal_block_main .formsteps--main .fs-form {
  padding: 48px 40px 40px;
  min-height: 100vh;
}
.modal_block_main .formsteps--main .fs-steps {
  display: flex;
  width: 100%;
}
.modal_block_main .formsteps--main .fs-steps .fs-step {
  width: 100%;
}
.modal_block_main .formsteps--main .fs-steps .fs-inner-wrapper {
  height: calc(100vh - 187px);
  display: flex;
  flex-direction: column;
}
.modal_block_main .formsteps--main .fs-steps .fs-header {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
  margin-bottom: 32px;
  width: 100%;
}
.modal_block_main .formsteps--main .fs-steps .fs-inputs {
  flex: 1 1 auto;
  width: 100%;
  overflow: auto;
  margin-bottom: 12px;
}
.modal_block_main .formsteps--main .fs-steps .fs-step-progress {
  width: 100%;
  order: 1;
  margin: 0;
  background: none;
  border-radius: 6px;
}
.modal_block_main .formsteps--main .fs-steps .fs-step-progress .fs-step-progress__item {
  height: 6px;
  background: #f4f5f4;
  border: none;
  position: relative;
}
.modal_block_main .formsteps--main .fs-steps .fs-step-progress .fs-step-progress__item:before, .modal_block_main .formsteps--main .fs-steps .fs-step-progress .fs-step-progress__item:after {
  display: none;
}
.modal_block_main .formsteps--main .fs-steps .fs-step-progress .fs-step-progress__item.fs-step-progress__item--active {
  box-shadow: 0 3px 6px 0 rgba(36, 84, 255, 0.2);
  background: #2454ff url("data:image/svg+xml,%3Csvg width='23' height='6' viewBox='0 0 23 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.398 0H22.8166L10.2584 12.5581H0.839844L13.398 0Z' fill='white' opacity='.3' /%3E%3C/svg%3E") 0 50% repeat-x;
  border-radius: 6px;
  z-index: 1;
}
.modal_block_main .formsteps--main .fs-steps .fs-step-progress .fs-step-progress__item.fs-step-progress__item--done {
  box-shadow: 0 3px 6px 0 rgba(36, 84, 255, 0.2);
  background: #2454ff url("data:image/svg+xml,%3Csvg width='23' height='6' viewBox='0 0 23 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.398 0H22.8166L10.2584 12.5581H0.839844L13.398 0Z' fill='white' opacity='.3' /%3E%3C/svg%3E") 0 50% repeat-x;
  z-index: 1;
}
.modal_block_main .formsteps--main .fs-steps .fs-step-progress .fs-step-progress__item.fs-step-progress__item--done:first-child {
  border-radius: 6px 0 0 6px;
}
.modal_block_main .formsteps--main .fs-steps .fs-step-progress .fs-step-progress__item.fs-step-progress__item--done + .fs-step-progress__item.fs-step-progress__item--active {
  border-radius: 0 6px 6px 0;
}
.modal_block_main .formsteps--main .fs-controls {
  padding: 28px 0 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: start;
}
.modal_block_main .formsteps--main .fs-controls .control_text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #667085;
  flex: 1 1 auto;
  margin: 10px 60px 0 0;
  text-align: left;
}
.modal_block_main .formsteps--main .fs-controls .fs-btn.fs-next {
  padding: 20px 32px 20px 48px;
  background: #2454ff;
  border-radius: 14px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  box-shadow: none;
  flex: 0 0 184px;
  justify-content: space-between;
}
.modal_block_main .formsteps--main .fs-controls .fs-btn.fs-next:after {
  content: "";
  flex: 0 0 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18.5001L13.89 13.6101C14.4133 13.0869 14.6749 12.8252 14.6749 12.5001C14.6749 12.175 14.4133 11.9134 13.89 11.3901L9 6.50012' stroke='white' stroke-width='3.13953' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  background-size: contain;
}
.modal_block_main .formsteps--main .fs-controls .fs-btn.fs-prev {
  padding: 0;
  background: var(--seryy-dlya-fona) url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 18.5001L10.61 13.6101C10.0867 13.0869 9.82511 12.8252 9.82511 12.5001C9.82511 12.175 10.0867 11.9134 10.61 11.3901L15.5 6.50012' stroke='%23667085' stroke-width='3.13953' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
  background-size: 24px 24px;
  border-radius: 14px;
  font-size: 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  box-shadow: none;
  flex: 0 0 71px;
  height: 71px;
  justify-content: center;
  margin: 0;
}
.modal_block_main .formsteps--main .fs-fields {
  padding: 0;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  position: relative;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label .fs-radio__pseudo-wr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 24px;
  height: 24px;
  border: 1.5px solid #d0d5dd;
  border-radius: 50%;
  margin: auto;
  background: #fafafa;
  transition: all 0.3s;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label .fs-radio__text {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #667085;
  padding: 20px 20px 20px 60px;
  border: 1px solid #d0d5dd;
  border-radius: 14px;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label input:checked + .fs-radio__pseudo-wr {
  background: #fff;
  border: 1.5px solid #2454ff;
  box-shadow: 0 0 0 6px rgba(36, 84, 255, 0.16);
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label input:checked + .fs-radio__pseudo-wr .fs-radio__pseudo:before {
  background: #2454ff !important;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label input:checked + .fs-radio__pseudo-wr + .fs-radio__text {
  background: rgba(36, 84, 255, 0.16);
  border-color: #2454ff;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label:hover .fs-radio__pseudo-wr {
  background: #fff;
  border: 1.5px solid #2454ff;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label:hover .fs-radio__text {
  border-color: #2454ff;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label:hover:checked + .fs-radio__pseudo-wr {
  background: #fff;
  border: 1.5px solid #2454ff;
  box-shadow: 0 0 0 6px rgba(36, 84, 255, 0.16);
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label:hover:checked + .fs-radio__pseudo-wr .fs-radio__pseudo:before {
  background: #2454ff;
}
.modal_block_main .formsteps--main .fs-radio__wrapper .fs-radio__label:hover:checked + .fs-radio__text {
  background: rgba(36, 84, 255, 0.16);
  border-color: #2454ff;
}
.modal_block_main .formsteps--main .fs-field.fs-input {
  position: relative;
  margin-bottom: 27px;
}
.modal_block_main .formsteps--main .fs-field.fs-input .fs-field__error {
  display: none;
}
.modal_block_main .formsteps--main .fs-field.fs-input input.fs-input__field {
  width: 100%;
  padding: 0 20px;
  height: 60px;
  background: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #667085;
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  border-radius: 14px;
  outline: none;
  font-family: var(--font-family);
  transition: all 0.3s;
}
.modal_block_main .formsteps--main .fs-field.fs-input input.fs-input__field:-webkit-input-placeholder {
  color: rgba(102, 112, 133, 0.38);
}
.modal_block_main .formsteps--main .fs-field.fs-input input.fs-input__field:hover, .modal_block_main .formsteps--main .fs-field.fs-input input.fs-input__field:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #2454ff;
}
.modal_block_main .formsteps--main .fs-field.fs-input select {
  width: 100%;
  padding: 0 20px;
  height: 60px;
  background: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: rgba(102, 112, 133, 0.38);
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  border-radius: 14px;
  outline: none;
  font-family: var(--font-family);
  transition: all 0.3s;
}
.modal_block_main .formsteps--main .fs-field.fs-input select:hover, .modal_block_main .formsteps--main .fs-field.fs-input select:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #2454ff;
}
.modal_block_main .formsteps--main .fs-field.fs-input textarea {
  width: 100%;
  padding: 0 20px;
  height: 120px;
  background: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: rgba(102, 112, 133, 0.38);
  border: 1px solid #d0d5dd;
  box-sizing: border-box;
  border-radius: 14px;
  outline: none;
  font-family: var(--font-family);
  transition: all 0.3s;
}
.modal_block_main .formsteps--main .fs-field.fs-input textarea:hover, .modal_block_main .formsteps--main .fs-field.fs-input textarea:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #2454ff;
}
.modal_block_main .formsteps--main .fs-field.fs-input .fs-field__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--chernyy);
  padding: 0 5.3691275168rem;
  background: #fff;
  position: absolute;
  left: 16px;
  top: -8px;
  z-index: 1;
}
.modal_block_main .formsteps--main .fs-field.fs-input .fs-field__text span {
  padding: 0;
}
.modal_block_main .formsteps--main .fs-field.fs-input._required .fs-field__text span {
  padding-left: 8px;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .modal_block_main .formsteps--main .fs-field.fs-input input.fs-input__field, .modal_block_main .formsteps--main .fs-field.fs-input select {
    height: 52rem;
    font-size: 16rem;
    padding: 0 16rem;
  }
}
@media (max-width: 640px) {
  .modal_block_main .formsteps--main .fs-field.fs-input input.fs-input__field, .modal_block_main .formsteps--main .fs-field.fs-input select {
    height: 50rem;
    font-size: 14rem;
    padding: 0 16rem;
    border-radius: 11rem;
  }
}
.modal_block_main .formsteps--main .fs-submit__wrapper {
  padding: 0;
}
.modal_block_main .formsteps--main .fs-submit__wrapper .fs-submit.fs-btn {
  padding: 20px 48px;
  background: #2454ff;
  border-radius: 14px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  box-shadow: none;
}
.modal_block_main .formsteps--main .fs-h2 {
  margin-bottom: 47px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--chernyy);
}
.modal_block_main .formsteps--main .fs-captcha {
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
}
.modal_block_main .formsteps--main .fs-captcha form:before {
  content: "";
  width: 80px;
  height: 80px;
  margin: 0 auto 32px;
  display: block;
  background: url(../img/robot.png) 50% no-repeat;
}
.modal_block_main .formsteps--main .fs-captcha h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--chernyy);
  margin: 0 0 10px;
}
.modal_block_main .formsteps--main .fs-captcha .note {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #667085;
  margin-bottom: 32px;
}
.modal_block_main .formsteps--main .fs-captcha div[data-name="captcha-page"] {
  display: inline-block;
  vertical-align: top;
}
.modal_block_main .formsteps--main ._final-step ._last-step {
  max-width: 100%;
}
.modal_block_main .fs-calculation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal_block_main .fs-calculation .new_svg {
  max-width: 194px;
  margin: 0 auto;
}
.modal_block_main .fs-calculation .fs-calculation__progress {
  width: 194px;
}
.modal_block_main .fs-calculation .fs-calculation__progress:after {
  display: none;
}
.modal_block_main .fs-calculation .fs-calculation__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--chernyy);
  margin-bottom: 32px;
}
.modal_block_main .fs-calculation .fs-calculation__percent {
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  left: 0;
  right: 0;
  width: auto;
  transform: translate(0%, -50%);
}
.modal_block_main .fs-calculation .fs-calculation__percent:before {
  content: "загрузка";
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  display: block;
}
.modal_block_main ._start-animate .fs-calculation .new_svg svg path {
  stroke-dasharray: 0 480;
  animation: fillPath 4s forwards ease-in-out;
}
.modal_block_main .fs-wrapper:before {
  display: none;
}
@media (min-width: 641px) and (max-width: 1200px) {
  .modal_block_main .modal_block_extra {
    justify-content: center;
    padding: 68rem;
  }
  .modal_block_main .site-formsteps-info {
    display: none;
  }
  .modal_block_main .formsteps_right {
    flex: 0 0 632rem;
    border-radius: 22rem;
  }
  .modal_block_main .formsteps_right .fs-wrapper {
    min-height: 1rem;
  }
  .modal_block_main .formsteps_right .fs-form {
    padding: 48rem 40rem 40rem;
    min-height: 1rem;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-inner-wrapper {
    height: calc(100vh - 310rem);
    display: flex;
    flex-direction: column;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-header {
    font-size: 32rem;
    margin-bottom: 32rem;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-inputs {
    margin-bottom: 12rem;
  }
  .modal_block_main .formsteps_right .fs-controls {
    padding: 28rem 0 0;
  }
  .modal_block_main .formsteps_right .fs-controls .control_text {
    font-size: 14rem;
    margin: 10rem 60rem 0 0;
  }
  .modal_block_main .formsteps_right .fs-controls .fs-btn.fs-next {
    padding: 20rem 32rem 20rem 48rem;
    border-radius: 14rem;
    font-weight: 600;
    font-size: 24rem;
    flex: 0 0 184rem;
  }
  .modal_block_main .formsteps_right .fs-controls .fs-btn.fs-next:after {
    flex: 0 0 24rem;
    height: 24rem;
  }
  .modal_block_main .formsteps_right .fs-controls .fs-btn.fs-prev {
    background-size: 24rem 24rem;
    border-radius: 14rem;
    flex: 0 0 71rem;
    height: 71rem;
  }
  .modal_block_main .formsteps_right .fs-submit__wrapper {
    padding: 0;
  }
  .modal_block_main .formsteps_right .fs-submit__wrapper .fs-submit.fs-btn {
    padding: 20rem 48rem;
    border-radius: 14rem;
    font-size: 24rem;
  }
  .modal_block_main .formsteps_right .fs-h2 {
    margin-bottom: 47rem;
    font-size: 32rem;
  }
}
@media (max-width: 640px) {
  .modal_block_main .modal_block_extra {
    justify-content: center;
    padding: 0;
  }
  .modal_block_main .site-formsteps-info {
    display: none;
  }
  .modal_block_main .formsteps_right {
    flex: none;
    border-radius: 0;
    width: 100%;
  }
  .modal_block_main .formsteps_right ._final-step .fs-inputs {
    padding-top: 0;
  }
  .modal_block_main .formsteps_right .fs-wrapper {
    min-height: 100vh;
  }
  .modal_block_main .formsteps_right .fs-form {
    padding: 48rem 24rem 40rem;
    min-height: 100vh;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-inner-wrapper {
    height: calc(100vh - 153rem);
    display: flex;
    flex-direction: column;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-header {
    font-size: 20rem;
    margin-bottom: 16rem;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-inputs {
    margin-bottom: 8rem;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-radio__wrapper .fs-radio__label .fs-radio__pseudo-wr {
    width: 18rem;
    height: 18rem;
    left: 16rem;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-radio__wrapper .fs-radio__label .fs-radio__pseudo-wr .fs-radio__pseudo:before {
    width: 6rem;
    height: 6rem;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modal_block_main .formsteps_right .fs-steps .fs-radio__wrapper .fs-radio__label .fs-radio__text {
    padding: 16rem 16rem 16rem 44rem;
    font-size: 14rem;
  }
  .modal_block_main .formsteps_right .fs-controls {
    padding: 20rem 0 0;
    gap: 8rem;
  }
  .modal_block_main .formsteps_right .fs-controls .control_text {
    font-size: clamp(10rem, 12px, 100vh);
    margin: 10rem 0 0 0;
  }
  .modal_block_main .formsteps_right .fs-controls .fs-btn.fs-next {
    padding: 13rem 13rem 13rem 23rem;
    border-radius: 11rem;
    font-weight: 600;
    font-size: 14rem;
    flex: 0 0 101rem;
  }
  .modal_block_main .formsteps_right .fs-controls .fs-btn.fs-next:after {
    flex: 0 0 16rem;
    height: 16rem;
  }
  .modal_block_main .formsteps_right .fs-controls .fs-btn.fs-prev {
    background-size: 16rem 16rem;
    border-radius: 11rem;
    flex: 0 0 44rem;
    height: 44rem;
  }
  .modal_block_main .formsteps_right .fs-submit__wrapper {
    padding: 0;
  }
  .modal_block_main .formsteps_right .fs-submit__wrapper .fs-submit.fs-btn {
    padding: 13rem 24rem;
    border-radius: 11rem;
    font-size: 14rem;
  }
  .modal_block_main .formsteps_right .fs-h2 {
    margin-bottom: 16rem;
    font-size: 20rem;
  }
}
.decor-wrap {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
#onicon {
  z-index: 10000 !important;
}
#onicon .onicon-bookmark {
  z-index: 300 !important;
}
.mp_catalog_modal {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1002;
  opacity: 0;
  visibility: hidden;
}
.mp_catalog_modal.opened {
  opacity: 1;
  visibility: visible;
  z-index: 100200;
}
@media (min-width: 1025px) {
  .mp_catalog_modal .block_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 40px 20px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.14);
    background: #fff;
    max-height: 76vh;
    border-radius: 22px;
    display: block;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mp_catalog_modal .block_inner::-webkit-scrollbar {
    display: none;
  }
  .mp_catalog_modal .tm_folders_menu_main .back_parent, .mp_catalog_modal .tm_folders_menu_main .link_parent {
    display: none;
  }
  .mp_catalog_modal .tm_folders_menu_main .menu_content {
    display: flex;
    gap: 16px;
  }
  .mp_catalog_modal .tm_folders_menu_main .menu_content .col {
    flex: 0 0 calc(25% - 10px);
  }
  .mp_catalog_modal .tm_folders_menu_main .col > ul {
    padding: 0;
    list-style: none;
    margin: 0;
    flex: 1 1 auto;
  }
  .mp_catalog_modal .tm_folders_menu_main .col > ul > li > a {
    padding: 13px 13px 13px 52px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--chernyy);
    position: relative;
    transition: all 0.3s;
  }
  .mp_catalog_modal .tm_folders_menu_main .col > ul > li > a .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 24px;
    height: 24px;
    margin: auto;
  }
  .mp_catalog_modal .tm_folders_menu_main .col > ul > li > a:hover {
    color: #2454ff;
  }
  .mp_catalog_modal .tm_folders_menu_main .col > ul > li ul {
    padding: 0 0 0 42px;
    margin: 0;
    list-style: none;
  }
  .mp_catalog_modal .tm_folders_menu_main .col > ul > li ul li a {
    padding: 8px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #555560;
    text-decoration: none;
    transition: all 0.3s;
  }
  .mp_catalog_modal .tm_folders_menu_main .col > ul > li ul li a:hover {
    color: #2454ff;
  }
}
@media (max-width: 1024px) {
  .mp_catalog_modal {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: all 0.3s;
    z-index: 1000;
    padding: 0;
    overflow: hidden;
    height: calc(100vh - (48rem + 105px));
  }
  .mp_catalog_modal .block_inner {
    border-radius: 0;
    padding: 0;
    overflow: auto;
    max-height: 100%;
    background: #fff;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .mp_catalog_modal .block_inner::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mp_catalog_modal .tm_folders_menu_main {
    padding-left: 32rem;
    padding-right: 32rem;
  }
  .mp_catalog_modal .tm_folders_menu_main ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li {
    border-bottom: 1px solid #eee;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li a {
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: var(--chernyy);
    gap: 16px;
    position: relative;
    padding: 12px 30px 12px 12px;
    transition: all 0.3s;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li a span {
    flex: 1 1 auto;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li a .icon {
    flex: 0 0 24px;
    font-size: 0;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li a .arrow {
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4021_6602)'%3E%3Cpath d='M5.55107 0.518127H1.45398C1.05235 0.518127 0.814629 0.96773 1.04077 1.29965L3.08352 4.29799C3.28167 4.58883 3.71029 4.58939 3.90921 4.29907L5.96355 1.30074C6.19089 0.968921 5.9533 0.518127 5.55107 0.518127Z' fill='%23B1B1BA' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4021_6602'%3E%3Crect width='7' height='5' fill='white' transform='translate(0 0.5)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 50% no-repeat;
    transition: all 0.3s;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    box-sizing: border-box;
    margin: 0;
    padding: 0 32rem;
    list-style: none;
    transition: all 300ms;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul li {
    margin-left: 36rem;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul li a {
    padding: 11px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #555560;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul li.link_parent {
    margin: 0;
    border: none;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul li.link_parent a {
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #2454ff;
    background: #f5f7fa;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul li.back_parent {
    margin: 0;
    position: relative;
    padding: 13px 52px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--chernyy);
    cursor: pointer;
    border: none;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul li.back_parent:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6L9.70711 11.2929C9.37377 11.6262 9.20711 11.7929 9.20711 12C9.20711 12.2071 9.37377 12.3738 9.70711 12.7071L15 18' stroke='%23141B34' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% no-repeat;
    margin: auto;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul.loaded {
    transform: translateX(0);
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .mp_catalog_modal .tm_folders_menu_main {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .mp_catalog_modal .tm_folders_menu_main ul li ul {
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
@media (max-width: 767px) {
  .mp_catalog_modal {
    height: calc(100vh - (48rem + 76px));
  }
}
@media (min-width: 640px) {
  .mp-footer__paysystems-wrap .mp-footer__paysystems-list.list_uz {
    grid-template-columns: repeat(7, 1fr);
  }
}
.mp-footer-ru__group-links-item:hover, .mp-footer-ru__phones-item-title a {
  color: #2454FF;
}
.mp-footer-ru__regions-button {
  background: #2454FF;
  border-radius: 10px;
}
.mp-footer-ru__regions-button:hover {
  box-shadow: 0 4px 12px 0 rgba(36, 84, 255, 0.3);
  background: #3561ff;
}
.mp-footer-ru__regions-button:active {
  background: #2454ff;
  box-shadow: none;
}
.regions-popup {
  z-index: 10000 !important;
}
.regions-popup .regions-popup__close {
  background: 50% url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 8L8 24M8 8L24 24' stroke='%23F93A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") no-repeat;
}
.regions-popup .regions-popup__item-title a {
  color: #2454FF;
}
.fixed-button {
  border-radius: 10px;
  padding: 5px;
  top: 54%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.fixed-button.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1280px) {
  .fixed-button {
    z-index: 1001;
  }
}
.fixed-button span {
  border-radius: 8px;
}
.start-block-remodal .tpl-anketa .tpl-field .field-title {
  /*background: none;
		position: static;
		padding-bottom: 10px;*/
  color: #000 !important;
}
.start-block-remodal .start-block__image {
  display: none;
}
.start-block-remodal .start-block__image-title {
  color: #000 !important;
}
.start-block-remodal .start-block__timer-title {
  color: #000 !important;
}
.remodal-wrapper .tpl-field.type-html {
  text-align: center;
}
.remodal-overlay {
  backdrop-filter: blur(16px);
  background: rgba(0, 0, 0, 0.64);
}
.mp-footer-ru__group.opened .mp-footer-ru__group-title-arrow {
  transform: rotate(180deg);
}
.mp-footer-ru__group.opened .mp-footer-ru__group-links {
  display: block;
}
.new-calculation-wrap {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .new-calculation-wrap .fs-calculation__title {
    font-size: 20px !important;
    margin-bottom: 16px;
  }
}
.tm_action_search_panel .mp-catalog-search .js-search__form .mp-catalog-search__input {
  background: none;
}
.cd-input__wrapper {
  position: relative;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .cd-input__wrapper {
    border-radius: 8rem;
  }
}
@media (max-width: 767px) {
  .cd-input__wrapper {
    border-radius: 8rem;
  }
}
.cd-input__wrapper .suggestion_input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 50px 0 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: rgba(102, 112, 133, 0.38);
  display: flex;
  align-items: center;
}
.cd-input__wrapper .mp-catalog-search__input {
  position: relative;
  background: none;
}
.new_year_theme .tm_site_wrapper {
  overflow: hidden;
}
.new_year_theme .tm_top_banner_inner {
  background: url(../img/ng_bg_top2026.png) 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.new_year_theme .tm_top_banner .block_inner .left .title, .new_year_theme .tm_top_banner .block_inner .left .text {
  color: #fff;
}
.new_year_theme .tm_advantages_block .block_inner .left {
  position: relative;
}
.new_year_theme .tm_advantages_block .block_inner .left:before {
  content: "";
  position: absolute;
  bottom: -304px;
  left: -360px;
  width: 705px;
  height: 868px;
  background: url(../img/left_p1.png) 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
.new_year_theme .tm_click_block .block_inner {
  position: relative;
}
.new_year_theme .tm_click_block .block_inner:before {
  content: "";
  position: absolute;
  bottom: -270px;
  left: -360px;
  width: 697px;
  height: 700px;
  background: url(../img/left_p2.png) 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
.new_year_theme .tm_click_block .block_inner:after {
  content: "";
  position: absolute;
  top: -190px;
  right: -349px;
  width: 697px;
  height: 700px;
  background: url(../img/right_p1.png) 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
.new_year_theme .tm_click_block .block_inner .left, .new_year_theme .tm_click_block .block_inner .image {
  position: relative;
  z-index: 1;
}
.new_year_theme .tm_click_block .block_inner .left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  background: url(../img/snow-bg.png) 50% no-repeat;
  pointer-events: none;
  z-index: -1;
  opacity: 0.3;
}
.new_year_theme .tm_hub_block .title {
  position: relative;
  z-index: 1;
}
.new_year_theme .tm_hub_block .inner {
  position: relative;
}
.new_year_theme .tm_hub_block .inner:before {
  content: "";
  position: absolute;
  top: -187px;
  left: -360px;
  width: 714px;
  height: 868px;
  background: url(../img/left_p3.png) 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .new_year_theme .tm_hub_block .inner:before {
    top: 0;
  }
}
.new_year_theme .tm_hub_block .inner .item {
  position: relative;
}
.new_year_theme .tm_insights_block {
  position: relative;
}
.new_year_theme .tm_insights_block:before {
  content: "";
  position: absolute;
  bottom: -392px;
  right: 0;
  width: 793px;
  height: 868px;
  background: url(../img/right_p2.png) 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .new_year_theme .tm_insights_block:before {
    display: none;
  }
}
.new_year_theme .tm_insights_block_inner {
  position: relative;
}
.new_year_theme .tm_insights_block_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  background: url(../img/snow-bg.png) 50% repeat;
  pointer-events: none;
  opacity: 0.3;
}
.new_year_theme .tm_insights_block_inner .block_inner {
  position: relative;
}
.new_year_theme .tm_insights_block_inner .block_inner:after {
  content: "";
  position: absolute;
  bottom: -83px;
  right: -91px;
  width: 252px;
  height: 252px;
  background: url(../img/snow.png) 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1280px) {
  .new_year_theme .tm_insights_block_inner .block_inner:after {
    display: none;
  }
}
.new_year_theme .tm_dream_site .block_inner {
  position: relative;
}
.new_year_theme .tm_dream_site .block_inner .inner {
  position: relative;
}
.new_year_theme .tm_dream_site .block_inner:before {
  content: "";
  position: absolute;
  bottom: -149px;
  left: -365px;
  width: 700px;
  height: 868px;
  background: url(../img/left_p4.png) 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
.advertising_links {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #757575;
  padding: 0 50px 0 16px;
  border-radius: 8px;
  cursor: text;
  pointer-events: all;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.advertising_links a {
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-bottom: 1px dashed #2459ff;
  transition: all 0.3s;
  margin-left: 3px;
}
.advertising_links a:hover {
  border-color: transparent;
}
@media (max-width: 767px) {
  .advertising_links {
    padding: 0 40rem 0 13rem;
    font-size: clamp(13rem, 13px, 100vh);
    display: none;
  }
}
.id_product {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #484848;
  z-index: 40;
}
.lpc-before-and-after-3 .before-after__drag-wrapper:after, .lpc-before-and-after-3 .before-after__drag-wrapper:before, .lpc-before-and-after-3 .before-after__drag {
  background: #2454ff !important;
}
.lpc-before-and-after-3 .before-after__drag:before, .lpc-before-and-after-3 .before-after__drag:after {
  color: #fff !important;
}
.decor-wrap {
  padding: 0 !important;
}
