

/* Start:/local/templates/v3/assets/css/style.css?163847093633712*/
:root {
  --accent-color: #1D91D3;
  --accent-color-light: #EDF4F7; }

.theme-programs {
  --accent-color: #781D7E;
  --accent-color-light: #FEF5FF; }

.theme-online-school {
  --accent-color: #00a05e;
  --accent-color-light: #edfff7; }

.l-section__all, .wsw a:not([class]) {
  text-decoration: none;
  cursor: pointer; }

.wsw a:not([class]), .l-section__all {
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s; }
  .wsw a:not([class]) svg, .l-section__all svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.wsw a:not([class]) {
  opacity: 1; }
  .wsw a:hover:not([class]) {
    opacity: 0.75; }

.wsw a:not([class]), .l-section__all:hover {
  color: var(--accent-color); }
  .wsw a:not([class]) svg, .l-section__all:hover svg {
    fill: var(--accent-color); }

.l-section__all {
  color: #000000; }
  .l-section__all svg {
    fill: #000000; }

.l-footer {
  background: #000000;
  color: #ffffff; }
  .l-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s; }
    .l-footer a:hover {
      opacity: 0.5; }

.l-section__all {
  font-weight: 500;
  line-height: 36px;
  white-space: nowrap;
  font-size: 12px; }
  .l-section__all svg {
    width: 23px;
    height: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 992px) {
    .l-section__all {
      font-size: 18px; } }

.l-section__title {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  line-height: 34px; }
  .l-section__title b {
    color: var(--accent-color); }
  @media (min-width: 992px) {
    .l-section__title {
      font-size: 50px;
      line-height: 56px; } }

* {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%; }

body {
  font-family: "Inter", sans-serif; }

input,
textarea,
button {
  font-family: "Inter", sans-serif; }

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .l-container {
      width: 85%; } }
  .l-container .l-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

.l-column {
  padding: 0 10px;
  width: 100%; }

.l-columns {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap; }

.col-1 {
  width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.cols-1 .l-column {
  width: 100%; }

.col-2 {
  width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.cols-2 .l-column {
  width: 50%; }

.col-3 {
  width: 25%; }

.offset-3 {
  margin-left: 25%; }

.cols-3 .l-column {
  width: 33.33333%; }

.col-4 {
  width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.cols-4 .l-column {
  width: 25%; }

.col-5 {
  width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.cols-5 .l-column {
  width: 20%; }

.col-6 {
  width: 50%; }

.offset-6 {
  margin-left: 50%; }

.cols-6 .l-column {
  width: 16.66667%; }

.col-7 {
  width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.cols-7 .l-column {
  width: 14.28571%; }

.col-8 {
  width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.cols-8 .l-column {
  width: 12.5%; }

.col-9 {
  width: 75%; }

.offset-9 {
  margin-left: 75%; }

.cols-9 .l-column {
  width: 11.11111%; }

.col-10 {
  width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.cols-10 .l-column {
  width: 10%; }

.col-11 {
  width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.cols-11 .l-column {
  width: 9.09091%; }

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

.cols-12 .l-column {
  width: 8.33333%; }

.col-auto {
  width: auto; }

.cols-auto .l-column {
  width: auto; }

.gutters {
  margin: -10px; }
  .gutters > .l-column {
    padding: 10px; }

.no-gutters {
  margin: 0; }
  .no-gutters > .l-column {
    padding: 0; }

.gutters-30 {
  margin: -15px; }
  .gutters-30 > .l-column {
    padding: 15px; }

.gutters-v-40 {
  margin-top: -20px;
  margin-bottom: -20px; }
  .gutters-v-40 > .l-column {
    padding-top: 20px;
    padding-bottom: 20px; }

.gutters-v-50 {
  margin-top: -25px;
  margin-bottom: -25px; }
  .gutters-v-50 > .l-column {
    padding-top: 25px;
    padding-bottom: 25px; }

.gutters-v-60 {
  margin-top: -30px;
  margin-bottom: -30px; }
  .gutters-v-60 > .l-column {
    padding-top: 30px;
    padding-bottom: 30px; }

@media (min-width: 576px) {
  .l-container {
    max-width: 580px; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-offset-1 {
    margin-left: 8.33333%; }
  .sm-cols-1 .l-column {
    width: 100%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-offset-2 {
    margin-left: 16.66667%; }
  .sm-cols-2 .l-column {
    width: 50%; }
  .sm-col-3 {
    width: 25%; }
  .sm-offset-3 {
    margin-left: 25%; }
  .sm-cols-3 .l-column {
    width: 33.33333%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-offset-4 {
    margin-left: 33.33333%; }
  .sm-cols-4 .l-column {
    width: 25%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-offset-5 {
    margin-left: 41.66667%; }
  .sm-cols-5 .l-column {
    width: 20%; }
  .sm-col-6 {
    width: 50%; }
  .sm-offset-6 {
    margin-left: 50%; }
  .sm-cols-6 .l-column {
    width: 16.66667%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-offset-7 {
    margin-left: 58.33333%; }
  .sm-cols-7 .l-column {
    width: 14.28571%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-offset-8 {
    margin-left: 66.66667%; }
  .sm-cols-8 .l-column {
    width: 12.5%; }
  .sm-col-9 {
    width: 75%; }
  .sm-offset-9 {
    margin-left: 75%; }
  .sm-cols-9 .l-column {
    width: 11.11111%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-offset-10 {
    margin-left: 83.33333%; }
  .sm-cols-10 .l-column {
    width: 10%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-offset-11 {
    margin-left: 91.66667%; }
  .sm-cols-11 .l-column {
    width: 9.09091%; }
  .sm-col-12 {
    width: 100%; }
  .sm-offset-12 {
    margin-left: 100%; }
  .sm-cols-12 .l-column {
    width: 8.33333%; }
  .sm-col-auto {
    width: auto; }
  .sm-cols-auto .l-column {
    width: auto; }
  .sm-gutters {
    margin: -10px; }
    .sm-gutters > .l-column {
      padding: 10px; }
  .sm-no-gutters {
    margin: 0; }
    .sm-no-gutters > .l-column {
      padding: 0; }
  .sm-gutters-30 {
    margin: -15px; }
    .sm-gutters-30 > .l-column {
      padding: 15px; }
  .sm-gutters-v-40 {
    margin-top: -20px;
    margin-bottom: -20px; }
    .sm-gutters-v-40 > .l-column {
      padding-top: 20px;
      padding-bottom: 20px; }
  .sm-gutters-v-50 {
    margin-top: -25px;
    margin-bottom: -25px; }
    .sm-gutters-v-50 > .l-column {
      padding-top: 25px;
      padding-bottom: 25px; }
  .sm-gutters-v-60 {
    margin-top: -30px;
    margin-bottom: -30px; }
    .sm-gutters-v-60 > .l-column {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media (min-width: 768px) {
  .l-container {
    max-width: 760px; }
  .md-col-1 {
    width: 8.33333%; }
  .md-offset-1 {
    margin-left: 8.33333%; }
  .md-cols-1 .l-column {
    width: 100%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-offset-2 {
    margin-left: 16.66667%; }
  .md-cols-2 .l-column {
    width: 50%; }
  .md-col-3 {
    width: 25%; }
  .md-offset-3 {
    margin-left: 25%; }
  .md-cols-3 .l-column {
    width: 33.33333%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-offset-4 {
    margin-left: 33.33333%; }
  .md-cols-4 .l-column {
    width: 25%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-offset-5 {
    margin-left: 41.66667%; }
  .md-cols-5 .l-column {
    width: 20%; }
  .md-col-6 {
    width: 50%; }
  .md-offset-6 {
    margin-left: 50%; }
  .md-cols-6 .l-column {
    width: 16.66667%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-offset-7 {
    margin-left: 58.33333%; }
  .md-cols-7 .l-column {
    width: 14.28571%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-offset-8 {
    margin-left: 66.66667%; }
  .md-cols-8 .l-column {
    width: 12.5%; }
  .md-col-9 {
    width: 75%; }
  .md-offset-9 {
    margin-left: 75%; }
  .md-cols-9 .l-column {
    width: 11.11111%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-offset-10 {
    margin-left: 83.33333%; }
  .md-cols-10 .l-column {
    width: 10%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-offset-11 {
    margin-left: 91.66667%; }
  .md-cols-11 .l-column {
    width: 9.09091%; }
  .md-col-12 {
    width: 100%; }
  .md-offset-12 {
    margin-left: 100%; }
  .md-cols-12 .l-column {
    width: 8.33333%; }
  .md-col-auto {
    width: auto; }
  .md-cols-auto .l-column {
    width: auto; }
  .md-gutters {
    margin: -10px; }
    .md-gutters > .l-column {
      padding: 10px; }
  .md-no-gutters {
    margin: 0; }
    .md-no-gutters > .l-column {
      padding: 0; }
  .md-gutters-30 {
    margin: -15px; }
    .md-gutters-30 > .l-column {
      padding: 15px; }
  .md-gutters-v-40 {
    margin-top: -20px;
    margin-bottom: -20px; }
    .md-gutters-v-40 > .l-column {
      padding-top: 20px;
      padding-bottom: 20px; }
  .md-gutters-v-50 {
    margin-top: -25px;
    margin-bottom: -25px; }
    .md-gutters-v-50 > .l-column {
      padding-top: 25px;
      padding-bottom: 25px; }
  .md-gutters-v-60 {
    margin-top: -30px;
    margin-bottom: -30px; }
    .md-gutters-v-60 > .l-column {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media (min-width: 992px) {
  .l-container {
    max-width: 1000px; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-offset-1 {
    margin-left: 8.33333%; }
  .lg-cols-1 .l-column {
    width: 100%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-offset-2 {
    margin-left: 16.66667%; }
  .lg-cols-2 .l-column {
    width: 50%; }
  .lg-col-3 {
    width: 25%; }
  .lg-offset-3 {
    margin-left: 25%; }
  .lg-cols-3 .l-column {
    width: 33.33333%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-offset-4 {
    margin-left: 33.33333%; }
  .lg-cols-4 .l-column {
    width: 25%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-offset-5 {
    margin-left: 41.66667%; }
  .lg-cols-5 .l-column {
    width: 20%; }
  .lg-col-6 {
    width: 50%; }
  .lg-offset-6 {
    margin-left: 50%; }
  .lg-cols-6 .l-column {
    width: 16.66667%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-offset-7 {
    margin-left: 58.33333%; }
  .lg-cols-7 .l-column {
    width: 14.28571%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-offset-8 {
    margin-left: 66.66667%; }
  .lg-cols-8 .l-column {
    width: 12.5%; }
  .lg-col-9 {
    width: 75%; }
  .lg-offset-9 {
    margin-left: 75%; }
  .lg-cols-9 .l-column {
    width: 11.11111%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-offset-10 {
    margin-left: 83.33333%; }
  .lg-cols-10 .l-column {
    width: 10%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-offset-11 {
    margin-left: 91.66667%; }
  .lg-cols-11 .l-column {
    width: 9.09091%; }
  .lg-col-12 {
    width: 100%; }
  .lg-offset-12 {
    margin-left: 100%; }
  .lg-cols-12 .l-column {
    width: 8.33333%; }
  .lg-col-auto {
    width: auto; }
  .lg-cols-auto .l-column {
    width: auto; }
  .lg-gutters {
    margin: -10px; }
    .lg-gutters > .l-column {
      padding: 10px; }
  .lg-no-gutters {
    margin: 0; }
    .lg-no-gutters > .l-column {
      padding: 0; }
  .lg-gutters-30 {
    margin: -15px; }
    .lg-gutters-30 > .l-column {
      padding: 15px; }
  .lg-gutters-v-40 {
    margin-top: -20px;
    margin-bottom: -20px; }
    .lg-gutters-v-40 > .l-column {
      padding-top: 20px;
      padding-bottom: 20px; }
  .lg-gutters-v-50 {
    margin-top: -25px;
    margin-bottom: -25px; }
    .lg-gutters-v-50 > .l-column {
      padding-top: 25px;
      padding-bottom: 25px; }
  .lg-gutters-v-60 {
    margin-top: -30px;
    margin-bottom: -30px; }
    .lg-gutters-v-60 > .l-column {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media (min-width: 1240px) {
  .l-container {
    max-width: 1240px; }
  .xl-col-1 {
    width: 8.33333%; }
  .xl-offset-1 {
    margin-left: 8.33333%; }
  .xl-cols-1 .l-column {
    width: 100%; }
  .xl-col-2 {
    width: 16.66667%; }
  .xl-offset-2 {
    margin-left: 16.66667%; }
  .xl-cols-2 .l-column {
    width: 50%; }
  .xl-col-3 {
    width: 25%; }
  .xl-offset-3 {
    margin-left: 25%; }
  .xl-cols-3 .l-column {
    width: 33.33333%; }
  .xl-col-4 {
    width: 33.33333%; }
  .xl-offset-4 {
    margin-left: 33.33333%; }
  .xl-cols-4 .l-column {
    width: 25%; }
  .xl-col-5 {
    width: 41.66667%; }
  .xl-offset-5 {
    margin-left: 41.66667%; }
  .xl-cols-5 .l-column {
    width: 20%; }
  .xl-col-6 {
    width: 50%; }
  .xl-offset-6 {
    margin-left: 50%; }
  .xl-cols-6 .l-column {
    width: 16.66667%; }
  .xl-col-7 {
    width: 58.33333%; }
  .xl-offset-7 {
    margin-left: 58.33333%; }
  .xl-cols-7 .l-column {
    width: 14.28571%; }
  .xl-col-8 {
    width: 66.66667%; }
  .xl-offset-8 {
    margin-left: 66.66667%; }
  .xl-cols-8 .l-column {
    width: 12.5%; }
  .xl-col-9 {
    width: 75%; }
  .xl-offset-9 {
    margin-left: 75%; }
  .xl-cols-9 .l-column {
    width: 11.11111%; }
  .xl-col-10 {
    width: 83.33333%; }
  .xl-offset-10 {
    margin-left: 83.33333%; }
  .xl-cols-10 .l-column {
    width: 10%; }
  .xl-col-11 {
    width: 91.66667%; }
  .xl-offset-11 {
    margin-left: 91.66667%; }
  .xl-cols-11 .l-column {
    width: 9.09091%; }
  .xl-col-12 {
    width: 100%; }
  .xl-offset-12 {
    margin-left: 100%; }
  .xl-cols-12 .l-column {
    width: 8.33333%; }
  .xl-col-auto {
    width: auto; }
  .xl-cols-auto .l-column {
    width: auto; }
  .xl-gutters {
    margin: -10px; }
    .xl-gutters > .l-column {
      padding: 10px; }
  .xl-no-gutters {
    margin: 0; }
    .xl-no-gutters > .l-column {
      padding: 0; }
  .xl-gutters-30 {
    margin: -15px; }
    .xl-gutters-30 > .l-column {
      padding: 15px; }
  .xl-gutters-v-40 {
    margin-top: -20px;
    margin-bottom: -20px; }
    .xl-gutters-v-40 > .l-column {
      padding-top: 20px;
      padding-bottom: 20px; }
  .xl-gutters-v-50 {
    margin-top: -25px;
    margin-bottom: -25px; }
    .xl-gutters-v-50 > .l-column {
      padding-top: 25px;
      padding-bottom: 25px; }
  .xl-gutters-v-60 {
    margin-top: -30px;
    margin-bottom: -30px; }
    .xl-gutters-v-60 > .l-column {
      padding-top: 30px;
      padding-bottom: 30px; } }

.l-viewport {
  min-width: 320px;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.l-wrapper {
  position: relative;
  border: 1px solid transparent; }

.l-overlay {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }
  .l-overlay.is-fast {
    display: none; }
    .l-overlay.is-fast.is-open {
      display: block; }
  .l-overlay.is-transition {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none; }
    .l-overlay.is-transition.is-open {
      opacity: 1;
      pointer-events: auto; }
  .l-overlay.is-delayed {
    transition-delay: 0.3s; }
    .l-overlay.is-delayed.is-open {
      transition-delay: 0s; }
  .l-overlay.is-fixed {
    position: fixed; }

.l-header {
  z-index: 30;
  position: relative;
  background: #fff; }
  @media (min-width: 992px) {
    .l-header.is-sticky {
      position: sticky;
      top: 0; }
      .l-header.is-sticky:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: -1;
        content: '';
        box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
        opacity: 0; }
      .l-header.is-sticky.is-scrolled:before {
        opacity: 1; } }
  .l-header__hr {
    height: 0.5px;
    background: #F2F2F2;
    display: block; }
    @media (min-width: 992px) {
      .l-header__hr {
        display: none; } }
  .l-header__root {
    display: flex;
    margin: 0 auto;
    flex-direction: column; }
    @media (min-width: 992px) {
      .l-header__root {
        max-width: 1000px;
        width: 85%; } }
    @media (min-width: 1240px) {
      .l-header__root {
        max-width: 1240px;
        width: 85%; } }
    @media (min-width: 992px) {
      .l-header__root {
        flex-direction: row; } }
  .l-header__cells {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .l-header__cells--1 {
        padding: 0 5px; }
      .l-header__cells--2 {
        padding: 2px 10px 2px 5px; } }
    @media (min-width: 992px) {
      .l-header__cells--1 {
        width: 50%;
        justify-content: flex-start; } }
  .l-header__cell {
    padding: 10px 15px; }
    @media (min-width: 992px) {
      .l-header__cell {
        padding: 20px 16px; } }
    .l-header__cell--search {
      display: none; }
    @media (min-width: 992px) {
      .l-header__cell--search {
        display: block; }
      .l-header__cell--logo {
        width: 33.33333%; }
      .l-header__cell--menu {
        min-width: 33.33333%; }
      .l-header__cell--burger {
        position: absolute;
        left: 8px; }
      .l-header__cell--personal {
        position: absolute;
        right: 8px; } }
    .l-header__cell--ext {
      display: none; }
      @media (min-width: 992px) {
        .l-header__cell--ext {
          display: flex; }
          .l-header.is-sticky .l-header__cell--ext {
            -webkit-transition: transform 0.3s, max-width 0.3s;
            transition: transform 0.3s, max-width 0.3s;
            max-width: 0;
            transform: scale(0); }
          .l-header.is-sticky.is-scrolled .l-header__cell--ext {
            transform: none;
            max-width: 300px; } }
    @media (min-width: 992px) {
      .l-header.is-sticky .l-header__cell--optional {
        -webkit-transition: opacity 0.3s, transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        opacity: 1;
        transform: none; }
      .l-header.is-sticky.is-scrolled .l-header__cell--optional {
        transform: translateX(-10%);
        opacity: 0; } }
  @media (min-width: 992px) {
    .l-header__logo {
      width: 120px;
      height: auto; } }

.l-middle {
  flex: 1 0 auto; }

.l-offset {
  margin-top: 80px;
  margin-bottom: 80px; }
  @media (min-width: 992px) {
    .l-offset {
      margin-top: 125px;
      margin-bottom: 125px; } }

.l-section {
  margin-top: 80px;
  margin-bottom: 80px;
  /*
  // first child
  &:first-child {
    @include mobile {
      margin-top: 0;
    }

    @include desktop {
      margin-top: 0;
    }
  }
  */ }
  @media (min-width: 992px) {
    .l-section {
      margin-top: 125px;
      margin-bottom: 125px; } }
  .l-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .l-section__head {
        margin-bottom: 60px; } }
  .l-section__all {
    margin-left: 20px; }
  @media (max-width: 991px) {
    .l-section.has-scrollable {
      margin-bottom: 60px; }
      .l-section.has-scrollable + .l-section {
        margin-top: 60px; } }
  @media (max-width: 991px) {
    .l-section__scrollable {
      overflow-y: hidden;
      overflow-x: auto; }
      .l-section__scrollable .l-container {
        padding-bottom: 20px; } }
  @media (min-width: 992px) {
    .l-section__scrollable {
      overflow-y: initial;
      overflow-x: initial; }
      .l-section__scrollable .l-container {
        padding-bottom: 0; } }

.l-footer__container--1 {
  padding-top: 23px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .l-footer__container--1 {
      padding-top: 34px;
      padding-bottom: 34px; } }

.l-footer__container--2 {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .l-footer__container--2 {
      padding-top: 44px;
      padding-bottom: 50px; } }

.l-footer__container--3 {
  padding-top: 30px;
  padding-bottom: 52px; }
  @media (min-width: 992px) {
    .l-footer__container--3 {
      padding-top: 30px;
      padding-bottom: 35px; } }

.l-footer__column {
  padding-top: 10px;
  padding-bottom: 10px; }
  .l-footer__column--contacts {
    order: 1;
    margin-top: 40px; }
    @media (min-width: 992px) {
      .l-footer__column--contacts {
        order: 0;
        margin-top: 0; } }

.l-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2); }

.l-footer__socials {
  margin: 10px -8px -8px; }

.l-footer__socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  height: 40px;
  width: 72px; }
  @media (min-width: 992px) {
    .l-footer__socials-item {
      width: 40px; } }

.l-footer__contacts-title {
  display: block;
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 7px; }

.l-footer__contacts-hint {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
  margin: 0 0 41px; }

.l-footer__menu-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .l-footer__menu-title svg {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    width: 14px;
    height: 14px;
    fill: #ffffff; }
  .is-open > .l-footer__menu-title svg {
    transform: rotate(225deg); }
  .l-footer__menu-title[onclick] {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer; }
    .l-footer__menu-title[onclick]:hover {
      opacity: 0.5; }

@media (max-width: 991px) {
  .l-footer__menu-slide {
    -webkit-transition: max-height 0.3s, opacity 0.3s;
    transition: max-height 0.3s, opacity 0.3s;
    overflow: hidden;
    max-height: 0;
    opacity: 0; }
    .is-open > .l-footer__menu-slide {
      max-height: 1000px;
      opacity: 1; } }

.l-footer__address {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px; }

.l-footer__copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5; }

@media (max-width: 991px) {
  .l-panel {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    width: 100%;
    pointer-events: none;
    opacity: 0; }
    .is-panel-opened .l-panel {
      pointer-events: auto;
      opacity: 1; } }

@media (min-width: 992px) {
  .l-panel {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 485px;
    padding-left: 72px;
    height: 100%;
    transform: translate(-100%, 0);
    transition: transform 0.3s;
    transition-delay: 0s;
    overflow-y: auto;
    z-index: 50; }
    .is-panel-opened .l-panel {
      transform: none;
      transition-delay: 0.3s; } }

.l-panel__content {
  margin: 30px 20px; }
  @media (min-width: 992px) {
    .l-panel__content {
      margin: 40px 45px 40px 40px; } }
  .l-panel__content--search {
    margin-top: 25px;
    margin-bottom: 25px; }
  .l-panel__content--search + .l-panel__content {
    margin-top: 25px; }

.l-panel__hr {
  height: 1px;
  background: #000000;
  margin: 30px 20px; }

.l-panel-safe {
  position: fixed;
  left: 0;
  top: 0;
  width: 72px;
  height: 100%;
  background: #ffffff;
  z-index: 60;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
  pointer-events: none;
  border-right: 1px solid rgba(119, 119, 119, 0.1); }
  .is-panel-opened .l-panel-safe {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    pointer-events: auto; }
  @media (max-width: 991px) {
    .l-panel-safe {
      display: none; } }

.l-panel-overlay {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.3s; }
  .is-panel-opened .l-panel-overlay {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s; }
  @media (min-width: 992px) {
    .l-panel-overlay {
      position: fixed;
      z-index: 40; } }

.l-burger {
  width: 24px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 100; }
  .l-burger__dash {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .l-burger__dash--1 {
      top: 0; }
    .l-burger__dash--2, .l-burger__dash--3 {
      top: 8px; }
    .l-burger__dash--4 {
      top: 16px; }
    .is-panel-opened .l-burger__dash--1 {
      top: 8px;
      width: 0%;
      left: 50%; }
    .is-panel-opened .l-burger__dash--2 {
      transform: rotate(45deg); }
    .is-panel-opened .l-burger__dash--3 {
      transform: rotate(-45deg); }
    .is-panel-opened .l-burger__dash--4 {
      top: 8px;
      width: 0;
      left: 50%; }

.wsw {
  font-size: 17px;
  color: #000000;
  line-height: 1.47058823; }
  .wsw:before, .wsw:after {
    content: '';
    display: table;
    clear: both; }
  .wsw blockquote {
    font-size: 30px;
    margin: 40px 0;
    padding: 0;
    color: #000000;
    font-style: italic;
    line-height: 1.16666667;
    text-align: center; }
  .wsw h1,
  .wsw h2 {
    font-size: 35px;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1; }
  .wsw h1 {
    margin-bottom: 40px; }
  .wsw h3 {
    font-size: 25px;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1; }
  .wsw h4 {
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1.4px;
    text-transform: uppercase; }
  .wsw p {
    margin: 0 0 20px; }
  .wsw hr {
    margin: 40px 0;
    border: 0;
    height: 6px;
    color: #000000;
    background-color: #000000; }
  .wsw dt {
    margin-top: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 1.47; }
  .wsw dd {
    font-size: 17px;
    margin: 10px 0 0;
    color: #000000;
    line-height: 1.47; }
  .wsw ul {
    margin: 0 0 40px 45px;
    padding: 0;
    list-style: disc; }
    .wsw ul li {
      margin: 0 0 5px;
      padding-left: 0px;
      position: relative; }
      .wsw ul li ul {
        margin-bottom: 0px; }
  .wsw ol {
    margin: 0 0 5px 45px;
    padding: 0;
    list-style-position: outside; }
    .wsw ol > li > * {
      padding-left: 30px; }
      .wsw ol > li > *:first-child {
        margin-top: 0px;
        /*-1.47058823em;*/ }
    .wsw ol > li,
    .wsw ol > li > p {
      /*      margin-bottom: 15px;*/
      margin-bottom: 5px; }
  .wsw ol.simple_list > li > * {
    padding-left: 0px; }
  .wsw ol.simple_list > li {
    padding-left: 10px; }
  .wsw * + h2 {
    margin-top: 40px; }
  .wsw * + h3 {
    margin-top: 30px; }
  .wsw p:empty,
  .wsw p + br,
  .wsw > br {
    display: none; }

.img-responsive {
  max-width: 100%; }

.text-center {
  text-align: center; }

.text-start {
  text-align: left; }

.text-end {
  text-align: right; }

.bg-cover {
  background-size: cover; }

.bg-contain {
  background-size: contain; }

.bg-auto {
  background-size: auto; }

.d-flex {
  display: flex; }

.flex-start {
  justify-content: flex-start; }

.flex-center {
  justify-content: center; }

.flex-end {
  justify-content: flex-end; }

.space-between {
  justify-content: space-between; }

.hidden {
  display: none; }

.visible {
  display: block; }

.visible-inline {
  display: inline; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.width-wide {
  width: 100%; }

.width-auto {
  width: auto; }

.img-fluid {
  max-width: 100%; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.nowrap {
  white-space: nowrap; }

.no-mt {
  margin-top: 0; }

.no-mb {
  margin-bottom: 0; }

.no-pt {
  padding-top: 0; }

.no-pb {
  padding-bottom: 0; }

.no-bt {
  border-top: 0; }

.no-bb {
  border-bottom: 0; }

.pull-start {
  order: -1; }

.pull-end {
  order: 1; }

@media (min-width: 576px) {
  .sm-img-responsive {
    max-width: 100%; }
  .sm-text-center {
    text-align: center; }
  .sm-text-start {
    text-align: left; }
  .sm-text-end {
    text-align: right; }
  .sm-bg-cover {
    background-size: cover; }
  .sm-bg-contain {
    background-size: contain; }
  .sm-bg-auto {
    background-size: auto; }
  .sm-d-flex {
    display: flex; }
  .sm-flex-start {
    justify-content: flex-start; }
  .sm-flex-center {
    justify-content: center; }
  .sm-flex-end {
    justify-content: flex-end; }
  .sm-space-between {
    justify-content: space-between; }
  .sm-hidden {
    display: none; }
  .sm-visible {
    display: block; }
  .sm-visible-inline {
    display: inline; }
  .sm-flex-wrap {
    flex-wrap: wrap; }
  .sm-flex-nowrap {
    flex-wrap: nowrap; }
  .sm-width-wide {
    width: 100%; }
  .sm-width-auto {
    width: auto; }
  .sm-img-fluid {
    max-width: 100%; }
  .sm-align-items-center {
    align-items: center; }
  .sm-align-items-start {
    align-items: flex-start; }
  .sm-align-items-end {
    align-items: flex-end; }
  .sm-nowrap {
    white-space: nowrap; }
  .sm-no-mt {
    margin-top: 0; }
  .sm-no-mb {
    margin-bottom: 0; }
  .sm-no-pt {
    padding-top: 0; }
  .sm-no-pb {
    padding-bottom: 0; }
  .sm-no-bt {
    border-top: 0; }
  .sm-no-bb {
    border-bottom: 0; }
  .sm-pull-start {
    order: -1; }
  .sm-pull-end {
    order: 1; } }

@media (min-width: 768px) {
  .md-img-responsive {
    max-width: 100%; }
  .md-text-center {
    text-align: center; }
  .md-text-start {
    text-align: left; }
  .md-text-end {
    text-align: right; }
  .md-bg-cover {
    background-size: cover; }
  .md-bg-contain {
    background-size: contain; }
  .md-bg-auto {
    background-size: auto; }
  .md-d-flex {
    display: flex; }
  .md-flex-start {
    justify-content: flex-start; }
  .md-flex-center {
    justify-content: center; }
  .md-flex-end {
    justify-content: flex-end; }
  .md-space-between {
    justify-content: space-between; }
  .md-hidden {
    display: none; }
  .md-visible {
    display: block; }
  .md-visible-inline {
    display: inline; }
  .md-flex-wrap {
    flex-wrap: wrap; }
  .md-flex-nowrap {
    flex-wrap: nowrap; }
  .md-width-wide {
    width: 100%; }
  .md-width-auto {
    width: auto; }
  .md-img-fluid {
    max-width: 100%; }
  .md-align-items-center {
    align-items: center; }
  .md-align-items-start {
    align-items: flex-start; }
  .md-align-items-end {
    align-items: flex-end; }
  .md-nowrap {
    white-space: nowrap; }
  .md-no-mt {
    margin-top: 0; }
  .md-no-mb {
    margin-bottom: 0; }
  .md-no-pt {
    padding-top: 0; }
  .md-no-pb {
    padding-bottom: 0; }
  .md-no-bt {
    border-top: 0; }
  .md-no-bb {
    border-bottom: 0; }
  .md-pull-start {
    order: -1; }
  .md-pull-end {
    order: 1; } }

@media (min-width: 992px) {
  .lg-img-responsive {
    max-width: 100%; }
  .lg-text-center {
    text-align: center; }
  .lg-text-start {
    text-align: left; }
  .lg-text-end {
    text-align: right; }
  .lg-bg-cover {
    background-size: cover; }
  .lg-bg-contain {
    background-size: contain; }
  .lg-bg-auto {
    background-size: auto; }
  .lg-d-flex {
    display: flex; }
  .lg-flex-start {
    justify-content: flex-start; }
  .lg-flex-center {
    justify-content: center; }
  .lg-flex-end {
    justify-content: flex-end; }
  .lg-space-between {
    justify-content: space-between; }
  .lg-hidden {
    display: none; }
  .lg-visible {
    display: block; }
  .lg-visible-inline {
    display: inline; }
  .lg-flex-wrap {
    flex-wrap: wrap; }
  .lg-flex-nowrap {
    flex-wrap: nowrap; }
  .lg-width-wide {
    width: 100%; }
  .lg-width-auto {
    width: auto; }
  .lg-img-fluid {
    max-width: 100%; }
  .lg-align-items-center {
    align-items: center; }
  .lg-align-items-start {
    align-items: flex-start; }
  .lg-align-items-end {
    align-items: flex-end; }
  .lg-nowrap {
    white-space: nowrap; }
  .lg-no-mt {
    margin-top: 0; }
  .lg-no-mb {
    margin-bottom: 0; }
  .lg-no-pt {
    padding-top: 0; }
  .lg-no-pb {
    padding-bottom: 0; }
  .lg-no-bt {
    border-top: 0; }
  .lg-no-bb {
    border-bottom: 0; }
  .lg-pull-start {
    order: -1; }
  .lg-pull-end {
    order: 1; } }

@media (min-width: 1240px) {
  .xl-img-responsive {
    max-width: 100%; }
  .xl-text-center {
    text-align: center; }
  .xl-text-start {
    text-align: left; }
  .xl-text-end {
    text-align: right; }
  .xl-bg-cover {
    background-size: cover; }
  .xl-bg-contain {
    background-size: contain; }
  .xl-bg-auto {
    background-size: auto; }
  .xl-d-flex {
    display: flex; }
  .xl-flex-start {
    justify-content: flex-start; }
  .xl-flex-center {
    justify-content: center; }
  .xl-flex-end {
    justify-content: flex-end; }
  .xl-space-between {
    justify-content: space-between; }
  .xl-hidden {
    display: none; }
  .xl-visible {
    display: block; }
  .xl-visible-inline {
    display: inline; }
  .xl-flex-wrap {
    flex-wrap: wrap; }
  .xl-flex-nowrap {
    flex-wrap: nowrap; }
  .xl-width-wide {
    width: 100%; }
  .xl-width-auto {
    width: auto; }
  .xl-img-fluid {
    max-width: 100%; }
  .xl-align-items-center {
    align-items: center; }
  .xl-align-items-start {
    align-items: flex-start; }
  .xl-align-items-end {
    align-items: flex-end; }
  .xl-nowrap {
    white-space: nowrap; }
  .xl-no-mt {
    margin-top: 0; }
  .xl-no-mb {
    margin-bottom: 0; }
  .xl-no-pt {
    padding-top: 0; }
  .xl-no-pb {
    padding-bottom: 0; }
  .xl-no-bt {
    border-top: 0; }
  .xl-no-bb {
    border-bottom: 0; }
  .xl-pull-start {
    order: -1; }
  .xl-pull-end {
    order: 1; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header-menu/style.css?16383875196432*/
.c-header-menu__all {
  text-decoration: none;
  cursor: pointer; }

.c-header-menu__all {
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s; }
  .c-header-menu__all svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.c-header-menu__all:hover {
  color: var(--accent-color); }
  .c-header-menu__all:hover svg {
    fill: var(--accent-color); }

.c-header-menu__all {
  color: #000000; }
  .c-header-menu__all svg {
    fill: #000000; }

.c-header-menu__all {
  font-weight: 500;
  line-height: 36px;
  white-space: nowrap;
  font-size: 12px; }
  .c-header-menu__all svg {
    width: 23px;
    height: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 992px) {
    .c-header-menu__all {
      font-size: 18px; } }

.c-header-menu__column--offers {
  order: -1; }
  @media (min-width: 992px) {
    .c-header-menu__column--offers {
      order: 1; } }

.c-header-menu__btn {
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  border: 1px solid #000000;
  border-radius: 24px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 18px 8px 8px; }
  @media (min-width: 992px) {
    .c-header-menu__btn {
      font-size: 16px;
      line-height: 24px;
      padding: 10px 42px 10px 20px; } }

.c-header-menu__btn-arr {
  -webkit-transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  position: absolute;
  top: 10px;
  right: 6px;
  width: 12px;
  height: 12px;
  fill: #000000; }
  @media (min-width: 992px) {
    .c-header-menu__btn-arr {
      position: absolute;
      top: 14px;
      right: 18px;
      width: 20px;
      height: 20px; } }

.c-header-menu__drop {
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0 0 24px; }
  .c-header-menu__drop.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1; }
  @media (min-width: 992px) {
    .is-sticky > .c-header-menu__drop {
      overflow-y: auto;
      height: calc(100vh - 86px); } }

.c-header-menu__wrap-border {
  margin: 0 24px;
  display: none; }
  @media (min-width: 992px) {
    .c-header-menu__wrap-border {
      display: block; } }

.c-header-menu__border {
  height: 1px;
  background: #000000;
  width: 0;
  margin: 0 auto;
  transition: width 0.3s ease; }

.is-open .c-header-menu__btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

.is-open .c-header-menu__btn-arr {
  transform: rotate(180deg);
  fill: #ffffff; }

.is-open .c-header-menu__drop {
  display: block; }

.is-open .c-header-menu__border {
  width: 100%; }

@media (min-width: 992px) {
  .is-open .c-header-menu__btn {
    background-color: var(--accent-color);
    border-color: var(--accent-color); } }

.c-header-menu__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 30px 0 20px; }
  @media (min-width: 992px) {
    .c-header-menu__head {
      margin: 40px 0 20px; } }

.c-header-menu__title {
  font-style: normal;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px; }
  @media (min-width: 992px) {
    .c-header-menu__title {
      font-weight: 500;
      font-size: 30px;
      line-height: 46px; } }

.c-header-menu__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 30px 0 20px; }
  @media (min-width: 992px) {
    .c-header-menu__subtitle {
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      margin: 58px 0 24px; } }

.c-header-menu__list {
  list-style: none;
  padding: 0; }

.c-header-menu__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 10px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  text-decoration: none;
  overflow: hidden;
  word-break: break-word;
  min-height: 0;
  padding: 6px 10px;
  margin: 0 0 16px; }
  .c-header-menu__item:hover {
    color: #ffffff;
    border-color: var(--accent-color);
    background-color: var(--accent-color); }
  @media (min-width: 992px) {
    .c-header-menu__item {
      min-height: 110px;
      padding: 20px;
      margin: 0 0 20px; } }

.c-header-menu__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px; }
  @media (min-width: 992px) {
    .c-header-menu__item-text {
      font-size: 18px;
      line-height: 26px; } }

.c-header-menu__item-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 26px;
  right: 26px;
  display: none;
  fill: #000000;
  transition: fill 0.3s; }
  :hover > .c-header-menu__item-icon {
    fill: #ffffff; }
  @media (min-width: 992px) {
    .c-header-menu__item-icon {
      display: block; } }

.c-header-menu__offer {
  position: relative;
  background: #FFDF14;
  border-radius: 10px;
  padding: 18px; }
  @media (min-width: 992px) {
    .c-header-menu__offer {
      padding: 30px; } }

.c-header-menu__offer-title {
  font-weight: bold;
  color: #040404;
  font-size: 22px;
  line-height: 28px; }
  @media (min-width: 992px) {
    .c-header-menu__offer-title {
      font-size: 24px;
      line-height: 28px; } }

.c-header-menu__offer-text {
  margin-top: 23px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #040404;
  display: none; }
  @media (min-width: 992px) {
    .c-header-menu__offer-text {
      display: block; } }

.c-header-menu__offer-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-header-menu__close {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  margin: 60px 0 0 -30px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .is-sticky .c-header-menu__close {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      margin: 30px auto;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header-links/style.css?1638387519859*/
.c-header-links a {
  text-decoration: none;
  cursor: pointer; }

.c-header-links a {
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s; }
  .c-header-links a svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.c-header-links a:hover {
  color: var(--accent-color); }
  .c-header-links a:hover svg {
    fill: var(--accent-color); }

.c-header-links a {
  color: #000000; }
  .c-header-links a svg {
    fill: #000000; }

.c-header-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }
  .c-header-links li + li {
    margin-left: 10px; }
  .c-header-links a {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px; }
    @media (min-width: 992px) {
      .c-header-links a {
        font-size: 18px;
        line-height: 24px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/search.form/header-search/style.css?16383875192575*/
.c-header-search__input::-webkit-input-placeholder {
  -webkit-transition: text-indent 0.3s;
  transition: text-indent 0.3s;
  color: #000000; }

.c-header-search__input:-moz-placeholder {
  -webkit-transition: text-indent 0.3s;
  transition: text-indent 0.3s;
  color: #000000; }

.c-header-search__input::-moz-placeholder {
  -webkit-transition: text-indent 0.3s;
  transition: text-indent 0.3s;
  color: #000000; }

.c-header-search__input:-ms-input-placeholder {
  -webkit-transition: text-indent 0.3s;
  transition: text-indent 0.3s;
  color: #000000; }

.c-header-search__input:focus {
  outline: none; }
  .c-header-search__input:focus::-webkit-input-placeholder {
    text-indent: -10em; }
  .c-header-search__input:focus:-moz-placeholder {
    text-indent: -10em; }
  .c-header-search__input:focus::-moz-placeholder {
    text-indent: -10em; }
  .c-header-search__input:focus:-ms-input-placeholder {
    text-indent: -10em; }

.c-header-search {
  position: relative;
  width: 255px; }
  .c-header-search--wide {
    width: 100%; }
  .c-header-search__submit {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    outline: none;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(/local/templates/.default/components/bitrix/search.form/header-search/img/loop.svg) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer; }
    .c-header-search__submit:focus {
      outline: none; }
    .c-header-search__submit:focus {
      outline: none; }
  .c-header-search__input {
    border: 0;
    padding: 5px 15px 5px 30px;
    margin: 0;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000; }
  .c-header-search__x {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    outline: none;
    text-decoration: none;
    overflow: hidden;
    text-indent: -1000em;
    text-align: left;
    cursor: pointer;
    position: absolute;
    right: 0;
    background: url(/local/templates/.default/components/bitrix/search.form/header-search/img/x.svg) 50% 50% no-repeat;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    visibility: hidden; }
    .c-header-search__x:focus {
      outline: none; }
    .has-value .c-header-search__x {
      visibility: visible; }
  .c-header-search__border {
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #000000;
    width: 0;
    opacity: 0;
    transition: width 0.3s, opacity 0.3s; }
    :focus + .c-header-search__border,
    .has-value .c-header-search__border {
      width: 100%;
      opacity: 1; }

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/header-cart/style.css?16383875191197*/
.c-header-cart {
  text-decoration: none;
  cursor: pointer; }

.c-header-cart {
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s; }
  .c-header-cart svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.c-header-cart:hover {
  color: var(--accent-color); }
  .c-header-cart:hover svg {
    fill: var(--accent-color); }

.c-header-cart {
  color: #000000; }
  .c-header-cart svg {
    fill: #000000; }

.c-header-cart {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 14px; }
  .c-header-cart:after {
    content: "(" attr(data-count) ")"; }
  .c-header-cart[data-count="0"] {
    visibility: hidden; }
  @media (min-width: 992px) {
    .c-header-cart {
      padding-left: 27px;
      font-size: 18px;
      line-height: 18px; } }
  .c-header-cart__icon {
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px; }
    @media (min-width: 992px) {
      .c-header-cart__icon {
        width: 20px;
        height: 20px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.form/header-auth/style.css?16383875192468*/
.c-header-auth__user, .c-header-auth__link {
  text-decoration: none;
  cursor: pointer; }

.c-header-auth__user, .c-header-auth__link {
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s; }
  .c-header-auth__user svg, .c-header-auth__link svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.c-header-auth__user:hover, .c-header-auth__link:hover {
  color: var(--accent-color); }
  .c-header-auth__user:hover svg, .c-header-auth__link:hover svg {
    fill: var(--accent-color); }

.c-header-auth__user, .c-header-auth__link {
  color: #000000; }
  .c-header-auth__user svg, .c-header-auth__link svg {
    fill: #000000; }

.is-open > .c-header-auth__user {
  color: var(--accent-color); }
  .is-open > .c-header-auth__user svg {
    fill: var(--accent-color); }

.c-header-auth {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative; }
  .c-header-auth__user {
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    line-height: 14px; }
    @media (min-width: 992px) {
      .c-header-auth__user {
        padding-left: 26px;
        font-size: 18px;
        line-height: 18px; } }
  .c-header-auth__icon {
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px; }
    @media (min-width: 992px) {
      .c-header-auth__icon {
        width: 18px;
        height: 18px; } }
  .c-header-auth__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0 0 96px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 12px;
    min-width: 250px;
    display: none;
    z-index: 10;
    padding: 7px 14px;
    margin-top: 30px; }
    .is-open > .c-header-auth__menu {
      display: block; }
    @media (min-width: 992px) {
      .c-header-auth__menu {
        padding: 12px;
        margin-top: 21px; } }
  .c-header-auth__item {
    padding: 7px; }
    @media (min-width: 992px) {
      .c-header-auth__item {
        padding: 10px; } }
  .c-header-auth__link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .c-header-auth__link {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/panel-nav/style.css?16383875192549*/
.c-panel-nav__menu-link {
  text-decoration: none;
  cursor: pointer; }

.c-panel-nav__menu-link {
  -webkit-transition: color 0.3s, border-color 0.3s, opacity 0.3s;
  transition: color 0.3s, border-color 0.3s, opacity 0.3s; }
  .c-panel-nav__menu-link svg {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s; }

.c-panel-nav__menu-link:hover {
  color: var(--accent-color); }
  .c-panel-nav__menu-link:hover svg {
    fill: var(--accent-color); }

.c-panel-nav__menu-link {
  color: #000000; }
  .c-panel-nav__menu-link svg {
    fill: #000000; }

.c-panel-nav__menu-link svg {
  fill: #000000;
  transition: fill 0.3s, transform 0.3s; }

.c-panel-nav__menu-link:hover svg {
  fill: var(--accent-color); }

.is-open > .c-panel-nav__menu-link {
  color: var(--accent-color); }
  .is-open > .c-panel-nav__menu-link svg {
    fill: var(--accent-color); }

.c-panel-nav__menu--level-2 {
  -webkit-transition: max-height 0.3s, opacity 0.3s;
  transition: max-height 0.3s, opacity 0.3s;
  overflow: hidden;
  max-height: 0;
  opacity: 0; }
  .is-open > .c-panel-nav__menu--level-2 {
    max-height: 1000px;
    opacity: 1; }

.c-panel-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .c-panel-nav__menu--level-2:before {
    display: block;
    content: '';
    height: 21px; }

.c-panel-nav__menu-item--level-1 {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .c-panel-nav__menu-item--level-1 {
      padding-bottom: 10px; } }
  .c-panel-nav__menu-item--level-1:last-child {
    padding-bottom: 0; }

.c-panel-nav__menu-item--level-2 {
  padding-bottom: 12px; }
  @media (min-width: 992px) {
    .c-panel-nav__menu-item--level-2 {
      padding-bottom: 16px; } }

.c-panel-nav__menu-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px; }
  .c-panel-nav__menu-link svg {
    float: right;
    width: 20px;
    height: 20px; }
  .is-open > .c-panel-nav__menu-link svg {
    transform: rotate(180deg); }
  .c-panel-nav__menu-link--level-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .c-panel-nav__menu-link--level-1 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px; } }
  .c-panel-nav__menu-link--level-2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .c-panel-nav__menu-link--level-2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px; } }

/* End */


/* Start:/local/templates/.default/components/my/home.mobile-info/mobile-info/style.css?1638387519376*/
.c-mobile-info__apps-list {
  display: flex;
  margin: -10px; }
  @media (min-width: 992px) {
    .c-mobile-info__apps-list {
      margin: -7px; } }

.c-mobile-info__apps-item {
  padding: 10px; }
  @media (min-width: 992px) {
    .c-mobile-info__apps-item {
      padding: 7px; } }

.c-mobile-info__apps-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px; }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer-menu/style.css?1638387519204*/
.c-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .c-footer-menu li {
    margin-bottom: 16px; }
  .c-footer-menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer-submenu/style.css?1638387519332*/
.c-footer-submenu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .c-footer-submenu li {
    margin-bottom: 16px;
    max-width: 285px; }
    @media (min-width: 992px) {
      .c-footer-submenu li {
        margin-bottom: 12px; } }
  .c-footer-submenu a {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px; }

/* End */
/* /local/templates/v3/assets/css/style.css?163847093633712 */
/* /local/templates/.default/components/bitrix/menu/header-menu/style.css?16383875196432 */
/* /local/templates/.default/components/bitrix/menu/header-links/style.css?1638387519859 */
/* /local/templates/.default/components/bitrix/search.form/header-search/style.css?16383875192575 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/header-cart/style.css?16383875191197 */
/* /local/templates/.default/components/bitrix/system.auth.form/header-auth/style.css?16383875192468 */
/* /local/templates/.default/components/bitrix/menu/panel-nav/style.css?16383875192549 */
/* /local/templates/.default/components/my/home.mobile-info/mobile-info/style.css?1638387519376 */
/* /local/templates/.default/components/bitrix/menu/footer-menu/style.css?1638387519204 */
/* /local/templates/.default/components/bitrix/menu/footer-submenu/style.css?1638387519332 */
