@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
* {
  transition: all ease 400ms;
  font: normal 12px "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.animate__animated {
  visibility: hidden;
}

.animate__slideInDown, .animate__slideInLeft, .animate__slideInRight {
  visibility: visible;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 1281px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 769px) {
  .container {
    padding: 0 24px;
  }
}

@media (max-width: 1440px) {
  .hide_after_desktop {
    display: none !important;
  }
}

.show_before_desktop {
  display: none !important;
}
@media (max-width: 1281px) {
  .show_before_desktop {
    display: inline-flex !important;
  }
}

@media (max-width: 1281px) {
  .hide_after_horizontal_tablet {
    display: none !important;
  }
}

.show_before_horizontal_tablet {
  display: none !important;
}
@media (max-width: 1281px) {
  .show_before_horizontal_tablet {
    display: inline-flex !important;
  }
}

@media (max-width: 769px) {
  .hide_after_vertical_tablet {
    display: none !important;
  }
}

.show_before_vertical_tablet {
  display: none !important;
}
@media (max-width: 769px) {
  .show_before_vertical_tablet {
    display: inline-flex !important;
  }
}

#header {
  background: #0243EA;
}
#header .header_box {
  padding: 0 0;
  height: 68px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  justify-content: space-between;
  column-gap: 14px;
}
#header #logo {
  width: 97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#header #logo img {
  display: inline-flex;
  width: 100%;
}
#header #menu {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #fff;
  justify-content: flex-end;
  column-gap: 14px;
  width: calc(100% - 111px);
}
#header #menu a {
  text-decoration: none;
}
#header #menu .first_row {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 1282px) {
  #header #menu .first_row {
    visibility: visible;
  }
  #header #menu .first_row .second_line_box {
    visibility: visible;
  }
}
@media (max-width: 1281px) {
  #header #menu .first_row {
    position: absolute;
    top: 68px;
    left: 0;
    background: #fff;
    color: #316AFE;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 40px - 68px);
    z-index: 9999999999;
    flex-flow: column;
    align-items: flex-start;
    padding: 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header #menu .first_row .first_line_item {
    height: auto;
    width: 100%;
  }
  #header #menu .first_row .first_line_item .title {
    color: #0243EA;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    padding-right: 24px;
  }
  #header #menu .first_row .first_line_item .title svg {
    display: none;
  }
  #header #menu .first_row .first_line_item.has_second_line .title {
    background-image: url("img/arrow_blue_right.png");
  }
  #header #menu .first_row .first_line_item.dots {
    width: auto;
  }
  #header #menu .first_row .first_line_item.dots .title {
    display: none;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box {
    position: relative;
    opacity: 1;
    height: auto;
    top: auto;
    left: auto;
    box-shadow: none;
    overflow: visible;
    transform: none !important;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content {
    display: flex;
    flex-flow: column;
    padding: 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content .second_line_box-column {
    row-gap: 24px;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content .box .items {
    row-gap: 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content .box .items a {
    display: flex;
    flex-flow: column;
    color: #0243EA;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right center;
    padding: 8px 24px 8px 12px;
    font-size: 14px;
    font-weight: 500;
  }
  #header #menu .first_row .second_line_box {
    opacity: 1;
    box-shadow: none;
    z-index: 9999;
    top: 104px;
    padding: 39px 40px 148px 40px;
    min-height: calc(100vh - 40px - 68px - 36px);
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100%;
  }
  #header #menu .first_row .second_line_box .content {
    padding: 0 0 0 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box {
    z-index: 1;
    border: none;
    padding: 0 0 0 0;
  }
  #header #menu .first_row .first_line_item.dots .second_line_box .content {
    row-gap: 0;
  }
}
@media (max-width: 769px) {
  #header #menu .first_row {
    left: -24px;
    width: calc(100% + 48px);
  }
}
@media (max-width: 1281px) {
  #header #menu .first_row {
    transform: translate3d(-100%, 0px, 0px);
    transition: all ease 800ms;
  }
  #header #menu .first_row.opened_first_row {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
  }
  #header #menu .second_line_box {
    transform: translate3d(100%, 0px, 0px);
    transition: all ease 1000ms;
  }
  #header #menu .second_line_box.opened_second_row {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
  }
}
#header #menu .first_line_item {
  height: 68px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#header #menu .first_line_item .title, #header #menu .first_line_item a.title {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  padding: 8px 12px;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
#header #menu .first_line_item .title .icon, #header #menu .first_line_item a.title .icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
}
#header #menu .first_line_item.active .title {
  background: #316AFE;
}
#header #menu .first_line_item.active .title svg {
  transform: rotate(0);
}
#header #menu .second_line_box {
  top: 68px;
  position: absolute;
  background: #fff;
  color: #1A1A1A;
  box-shadow: 0px 29px 29px 0px rgba(116, 126, 124, 0.2117647059);
  width: 100%;
  z-index: 999;
  left: 0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 1s ease;
}
#header #menu .second_line_box .mobile_title {
  font-size: 14px;
  line-height: 145%;
  font-weight: 500;
  padding: 8px 12px;
  margin-bottom: 16px;
  color: #0243EA;
  margin-top: 16px;
}
#header #menu .second_line_box .content {
  padding: 40px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 60px;
}
@media (max-width: 1281px) {
  #header #menu .second_line_box .content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 769px) {
  #header #menu .second_line_box .content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
}
#header #menu .second_line_box .second_line_box-column {
  display: flex;
  flex-flow: column;
  row-gap: 30px;
}
#header #menu .second_line_box .second_line_box-column .box {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
#header #menu .second_line_box .second_line_box-column .box .sub_title {
  font-weight: 700;
  font-size: 16px;
}
#header #menu .second_line_box .second_line_box-column .box .items {
  display: flex;
  flex-flow: column;
  row-gap: 10px;
}
#header #menu .second_line_box .second_line_box-column .box .items a {
  font-weight: 500;
  font-size: 14px;
}
#header #menu .second_line_box .second_line_box-column .box .items .empty_menu_punkt {
  min-height: 17px;
}
@media (max-width: 769px) {
  #header #menu .second_line_box .second_line_box-column .box .items .empty_menu_punkt {
    display: none;
  }
}
#header #menu .second_line_box .second_line_box-banner img {
  display: inline-flex;
  width: 100%;
}
#header #menu .second_line_box.active {
  height: auto;
  opacity: 1;
}
#header #menu .second_line_box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#header #menu .second_line_box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
#header #menu .second_line_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#header #menu .second_line_box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#header #menu {
  /* Для Firefox */
}
#header #menu .second_line_box {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
#header .dots, #header .search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}
#header .dots .title, #header .search .title {
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 0 !important;
  border-radius: 6px !important;
}
#header .dots svg, #header .search svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
}
#header .action_box {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
}
#header #login_btn {
  width: 66px;
}
#header #mobile_menu {
  display: none;
}
#header .open_search_box {
  position: relative;
}
#header .input_search {
  position: absolute;
  right: 0;
  display: none;
  width: 100%;
}
@media (max-width: 1281px) {
  #header .input_search {
    max-width: 450px;
  }
}
#header .input_search form {
  width: 100%;
}
#header .input_search .search_input_field {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  padding: 8px 84px 8px 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  background: #fff !important;
}
#header .input_search .search_input_field:focus-visible {
  outline: none;
}
#header .input_search .search_input_field::placeholder {
  color: #D1D1D1;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
}
#header .input_search .input_search_actions {
  width: 84px;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  display: flex;
  column-gap: 6px;
  align-items: center;
  justify-content: center;
}
#header .input_search .input_search_actions .close, #header .input_search .input_search_actions .submit {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 !important;
}
#header .input_search .input_search_actions .close svg, #header .input_search .input_search_actions .submit svg {
  width: 16px;
  height: 16px;
}
#header .input_search .input_search_actions .submit {
  background: #D6E1FF;
  width: 28px;
  height: 28px;
}
#header .input_search .input_search_actions .submit input {
  opacity: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 769px) {
  #header .mobile_search {
    position: relative;
    display: inline-flex;
    margin-bottom: 32px;
  }
  #header .mobile_search div {
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
  }
  #header .mobile_search .search_input_field {
    padding: 14px 16px 14px 44px;
    background: #F4F4F5 !important;
    color: #757575;
    height: 48px;
    border: none;
    border-radius: 6px;
  }
  #header .mobile_search .input_search_actions {
    left: 0;
    right: auto;
    width: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
  }
  #header .mobile_search .input_search_actions .submit {
    background: none;
    width: 20px;
    height: 20px;
  }
  #header .mobile_search .input_search_actions .submit svg {
    width: 20px;
    height: 20px;
  }
}
#header #input_search.active {
  display: flex;
}
#header #login_modal {
  position: absolute;
  right: 0;
  top: 68px;
  z-index: -1;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  min-width: 518px;
  box-shadow: 0 29px 29px 0 rgba(141, 163, 158, 0.0901960784);
  opacity: 0;
  height: 0;
}
@media (max-width: 769px) {
  #header #login_modal {
    min-width: 400px;
  }
}
@media (max-width: 576px) {
  #header #login_modal {
    min-width: 100%;
  }
}
#header #login_modal .content {
  display: flex;
  flex-flow: column;
  row-gap: 27px;
}
#header #login_modal .content form {
  display: flex;
  flex-flow: column;
  row-gap: 16px;
}
#header #login_modal .content form .form_link {
  margin-top: 8px;
}
#header #login_modal .content form .submit {
  margin-top: 8px;
}
#header #login_modal.active {
  opacity: 1;
  height: auto;
  z-index: 998;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
}
.tabs .tab_head_item {
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 16px;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
}
.tabs .tab_head_item.active {
  color: #0243EA;
  border-color: #0243EA;
}
.tabs .tab_single_title {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
#mobile_go_back {
  display: none;
  position: absolute;
  height: 36px;
  z-index: 99999;
  background: #fff;
  width: 100%;
  top: 108px;
}

#mobile_go_back.active {
  display: inline-flex;
  visibility: visible;
}

#footer {
  background: #F4F4F5;
  padding: 42px 0 54px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#footer .logo_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 24px;
}
@media (max-width: 769px) {
  #footer .logo_row {
    flex-flow: column;
  }
}
#footer .logo_row img {
  display: inline-flex;
  width: 97px;
}
#footer .logo_row .footer_menu {
  display: inline-flex;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 980px) {
  #footer .logo_row .footer_menu {
    max-width: 235px;
  }
}
@media (max-width: 769px) {
  #footer .logo_row .footer_menu {
    max-width: 100%;
  }
}
#footer .logo_row .footer_menu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  text-decoration: underline;
  color: #1A1A1A;
}
#footer .disclaimer_row {
  display: flex;
  flex-flow: column;
  row-gap: 20px;
  margin-top: 20px;
}
@media (max-width: 980px) {
  #footer .disclaimer_row {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  #footer .disclaimer_row {
    margin-top: 24px;
  }
}
#footer .disclaimer_row .disclaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  max-width: 430px;
}
@media (max-width: 769px) {
  #footer .disclaimer_row .disclaimer {
    max-width: 100%;
  }
}
#footer .disclaimer_row .social {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 769px) {
  #footer .disclaimer_row .social {
    justify-content: center;
  }
}
#footer .disclaimer_row .social .item svg {
  display: inline-flex;
  width: 32px;
  height: 32px;
}
#footer .disclaimer_row .copyright {
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 145%;
  color: #757575;
  display: flex;
}

.auth_customer {
  position: relative;
}
.auth_customer #auth_customer {
  cursor: pointer;
}
.auth_customer #auth_customer_info {
  display: flex;
  flex-flow: column;
  row-gap: 16px;
  padding: 24px 24px;
  position: absolute;
  top: 40px;
  border-radius: 12px;
  background: #fff;
  right: 0;
  z-index: -1;
  box-sizing: border-box;
  min-width: 308px;
  box-shadow: 0px 29px 29px 0px rgba(141, 163, 158, 0.0901960784);
  height: 0;
  opacity: 0;
}
@media (max-width: 420px) {
  .auth_customer #auth_customer_info {
    right: -44px;
    max-width: 310px;
    overflow: hidden;
  }
}
.auth_customer #auth_customer_info .name {
  font-size: 14px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 145%;
  padding-bottom: 12px;
  border-bottom: 1px solid #E9E9E9;
}
.auth_customer #auth_customer_info.active {
  height: auto;
  opacity: 1;
  z-index: 999;
}

.form {
  display: flex;
  flex-direction: column;
  column-gap: 8px;
}

.form_group {
  display: flex;
  flex-flow: column;
}
.form_group label {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  vertical-align: middle;
}
.form_group .form_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #316AFE;
  text-decoration: underline !important;
  text-align: right;
}
.form_group .form_input {
  height: 48px;
  background: #F4F4F5;
  padding: 14px 48px 14px 16px;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
}
.form_group .form_group-password_box {
  position: relative;
  display: flex;
  align-items: center;
}
.form_group .form_group-password_box svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  cursor: pointer;
  display: none;
}
.form_group .form_group-password_box svg.active {
  display: inline-flex;
}

.btn {
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: #316AFE;
}

.btn-blue {
  background: #EBF1FF;
  color: #0243EA;
}

.btn-icon {
  min-height: 36px;
  min-width: 36px;
}
.btn-icon svg {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.btn-icon-hover_change .first, .btn-icon-hover_change .second {
  position: absolute;
}
.btn-icon-hover_change .second {
  opacity: 0;
}

.btn-icon-hover_change.active .second {
  opacity: 1;
}
.btn-icon-hover_change.active .first {
  opacity: 0;
}

.btn-big {
  height: 48px;
  font-size: 16px;
}

.btn.btn-white {
  background: #fff;
  color: #316AFE;
}

.btn-with-icon {
  column-gap: 3px;
}
.btn-with-icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.round-btn {
  display: inline-flex;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #FFFFFF;
  background: #EBF1FF;
  color: #1A1A1A;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  box-sizing: border-box;
}

.simple_link {
  color: #316AFE;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline !important;
}

.link_with_icon {
  display: inline-flex;
  column-gap: 10px;
  align-items: center;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 400;
}
.link_with_icon svg {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.content .home_banner div {
  width: 100%;
  background-size: cover;
}

.main .basis {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
  font-size: 14px;
}

.article_content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.article_content h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

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