/* font */
/* colors */
/* animation */
/* sizing */
/* vars */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }



p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover, a:focus {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

    .call-popup::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #AA38B1, #6A5ACD);
    }
    
    .modal-title {
      text-align: center;
      color: #33384A;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.3;
    }
    
    .call-popup input[type="text"],
    .call-popup input[type="tel"] {
      width: 100%;
      padding: 14px 18px;
      margin-bottom: 10px;
      border: 2px solid #E8E8E8;
      border-radius: 10px;
      font-size: 15px;
      color: #333;
      background: #F9F9F9;
      transition: all 0.3s ease;
      box-sizing: border-box;
      font-family: inherit;
      display: block;
    }
    
    .call-popup input[type="text"]:hover,
    .call-popup input[type="tel"]:hover {
      border-color: #C7C7C7;
      background: #F5F5F5;
    }
    
    .call-popup input[type="text"]:focus,
    .call-popup input[type="tel"]:focus {
      outline: none;
      border-color: #AA38B1;
      background: white;
      box-shadow: 0 0 0 3px rgba(170, 56, 177, 0.1);
    }
    
    .call-popup input::placeholder {
      color: #999;
      font-size: 14px;
    }
    
    .call-popup .t-btn {
      width: 100%;
      padding: 16px;
      font-size: 17px;
      font-weight: 600;
      border-radius: 10px;
      background: linear-gradient(135deg, #AA38B1, #6A5ACD);
      color: white;
      border: none;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-bottom: 15px;
      margin-top: 5px;
    }
    
    .call-popup .t-btn:hover {
      background: linear-gradient(135deg, #9A28A1, #5A4ABD);
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(170, 56, 177, 0.25);
      color: #9A28A1 !important;
    }
    
    .call-popup .t-btn:active {
      transform: translateY(0);
    }
    
    .checkbox {
      width: 18px;
      height: 18px;
      margin-right: 10px;
      margin-top: 2px;
      accent-color: #AA38B1;
      cursor: pointer;
      flex-shrink: 0;
    }
    
    .checkbox:focus {
      outline: 2px solid #AA38B1;
      outline-offset: 2px;
    }
    
    .politic {
      font-size: 12px;
      line-height: 1.5;
      color: #666;
    }
    
    .politic a {
      color: #AA38B1;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.2s;
    }
    
    .politic a:hover {
      color: #6A5ACD;
      text-decoration: underline;
    }
    
    /* Уменьшаем общие отступы */
    .call-popup > * {
      margin-bottom: 10px;
    }
    
    .call-popup > *:last-child {
      margin-bottom: 0;
    }
    
    @media (max-width: 576px) {
      .call-popup {
        padding: 25px 20px;
        margin: 15px;
        border-radius: 15px;
      }
      
      .modal-title {
        font-size: 22px;
        margin-bottom: 15px;
      }
      
      .call-popup input[type="text"],
      .call-popup input[type="tel"] {
        padding: 12px 15px;
        margin-bottom: 8px;
        font-size: 14px;
        border-radius: 8px;
      }
      
      .call-popup .t-btn {
        padding: 14px;
        font-size: 15px;
        margin-bottom: 12px;
        border-radius: 8px;
      }
      
      .checkbox {
        width: 16px;
        height: 16px;
        margin-right: 8px;
      }
      
      .politic {
        font-size: 11px;
        line-height: 1.4;
      }
    }
 

  /* Cookie плашка */
.cookie-notice {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #AA38B1, #6a11cb);
    color: white;
    padding: 1rem 1.5rem;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    transition: bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cookie-notice.show {
    bottom: 0;
}

.cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    position: relative;
}

.cookie-content {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.4;
}

.cookie-content p {
    margin: 0;
}

.cookie-content a {
    color: #FED87E;
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.cookie-content a:hover {
    opacity: 0.8;
}

.cookie-buttons {
    display: flex;
    gap: 0.8rem;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.accept-btn {
    background: white;
    color: #AA38B1;
}

.accept-btn:hover {
    background: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.reject-btn {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.reject-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.cookie-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    background: white;
    color: #AA38B1;
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.cookie-close:hover {
    background: #AA38B1;
    color: white;
    transform: scale(1.1);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .cookie-container {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .cookie-content {
        font-size: 0.85rem;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .cookie-close {
        top: -15px;
        right: 5px;
    }
}

@media (max-width: 480px) {
    .cookie-notice {
        padding: 0.8rem 1rem;
    }
    
    .cookie-content {
        font-size: 0.8rem;
    }
    
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 200px;
    }
    
    .cookie-btn {
        width: 100%;
    }
}
   /* Основной контейнер виджета */
  .floating-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  }
  
  /* Основная круглая кнопка */
  .floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #AA38B1;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(170, 56, 177, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
  }
  
  .floating-icon {
    font-size: 26px;
  }
  
  .floating-btn:hover {
    background: #9A28A1;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(170, 56, 177, 0.4);
  }
  
  .floating-btn:active {
    transform: scale(0.95);
  }
  
  /* Контейнер для скрытых кнопок */
  .widget-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
  }
  
  /* Показываем кнопки при наведении (только на десктопе) */
  @media (hover: hover) and (pointer: fine) {
    .floating-widget:hover .widget-buttons {
      opacity: 1;
      visibility: visible;
      transform: translateY(0) scale(1);
      pointer-events: all;
    }
  }
  
  /* Класс для показа кнопок при клике */
  .widget-buttons.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: all;
  }
  
  /* Индивидуальные кнопки */
  .widget-btn {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.25s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    min-width: 150px;
    transform: translateX(20px);
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  /* Анимация появления кнопок */
  @media (hover: hover) and (pointer: fine) {
    .floating-widget:hover .widget-btn {
      transform: translateX(0);
      opacity: 1;
    }
    
    /* Задержки для анимации появления */
    .floating-widget:hover .whatsapp-btn {
      transition-delay: 0.05s;
    }
    
    .floating-widget:hover .telegram-btn {
      transition-delay: 0.1s;
    }
    
    .floating-widget:hover .phone-btn {
      transition-delay: 0.15s;
    }
  }
  
  /* Показ кнопок при активации (для мобильных) */
  .widget-buttons.active .widget-btn {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0s;
  }
  
  .widget-buttons.active .whatsapp-btn {
    transition-delay: 0.05s;
  }
  
  .widget-buttons.active .telegram-btn {
    transition-delay: 0.1s;
  }
  
  .widget-buttons.active .phone-btn {
    transition-delay: 0.15s;
  }
  
  /* Стили для иконок и текста в кнопках */
  .btn-icon {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .btn-icon i {
    font-size: 18px;
    width: 22px;
    text-align: center;
  }
  
  .btn-text {
    font-size: 14px;
    font-weight: 600;
  }
  
  /* Кнопка WhatsApp */
  .whatsapp-btn {
    background: #25D366;
    color: white;
  }
  
  .whatsapp-btn:active {
    background: #1DA851;
  }
  
  /* Кнопка Telegram */
  .telegram-btn {
    background: #0088cc;
    color: white;
  }
  
  .telegram-btn:active {
    background: #0077B5;
  }
  
  /* Кнопка телефона */
  .phone-btn {
    background: #AA38B1;
    color: white;
  }
  
  .phone-btn:active {
    background: #9A28A1;
  }
  
  /* Текст на мобильных */
  .mobile-label {
    display: none;
    font-size: 12px;
    margin-top: 5px;
  }
  
  /* Адаптивность */
  @media (max-width: 768px) {
    .floating-widget {
      bottom: 20px;
      right: 20px;
    }
    
    .floating-btn {
      width: 55px;
      height: 55px;
    }
    
    .floating-icon {
      font-size: 24px;
    }
    
    .widget-btn {
      padding: 8px 14px;
      font-size: 12px;
      min-width: 140px;
    }
    
    .btn-text {
      font-size: 13px;
    }
    
    /* На мобильных показываем подпись */
    .mobile-label {
      display: block;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      color: #333;
      font-weight: 500;
    }
    
    /* На мобильных hover эффекты не работают */
    .floating-btn:hover {
      transform: none;
    }
    
    .whatsapp-btn:hover,
    .telegram-btn:hover,
    .phone-btn:hover {
      transform: none;
    }
  }
  
  @media (max-width: 576px) {
    .floating-widget {
      bottom: 15px;
      right: 15px;
    }
    
    .floating-btn {
      width: 50px;
      height: 50px;
    }
    
    .floating-icon {
      font-size: 22px;
    }
    
    .widget-btn {
      padding: 8px 12px;
      min-width: 130px;
    }
    
    .mobile-label {
      font-size: 11px;
      bottom: -18px;
    }
  }
  
  @media (max-width: 400px) {
    .widget-buttons {
      position: fixed;
      bottom: 80px;
      right: 15px;
      background: white;
      border-radius: 15px;
      padding: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    }
    
    .widget-btn {
      min-width: 120px;
      margin-bottom: 5px;
    }
    
    .mobile-label {
      display: none;
    }
  }
  
  /* Анимация появления виджета */
  @keyframes widgetAppear {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .floating-widget {
    animation: widgetAppear 0.5s ease-out 0.3s both;
  }
  
  /* Для тач-устройств */
  @media (hover: none) and (pointer: coarse) {
    .floating-btn {
      -webkit-tap-highlight-color: rgba(170, 56, 177, 0.3);
      tap-highlight-color: rgba(170, 56, 177, 0.3);
    }
    
    .widget-btn {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
      tap-highlight-color: rgba(0, 0, 0, 0.1);
    }
  }

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 50px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }


.btn-pravka{
  max-width: 962px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3px;
}
.btn-pravka .politic{
  text-align: left;
  margin-left: 25px;
}
.btn-pravka input{
  width: 25px!important;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
}

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

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

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

.justify-content-center {
  justify-content: center !important; }

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

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover, .mfp-preloader a:focus {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover, .hamburger:focus {
    opacity: 1; }
  .hamburger.is-active:hover, .hamburger.is-active:focus {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #33384A; }

.hamburger-box {
  width: 22px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 22px;
    height: 2px;
    background-color: #33384A;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/* libs */
/* mixins */
/* functions */
.t-btn, .t-contacts .item strong a, #header .logo, #header .menu a, #header .phone, #mob-menu .menu a, .t-list li a, .t-more, .t-social a {
  text-decoration: none;
  outline: none;
  color: inherit; }

.t-features .title {
  margin: 0;
  line-height: inherit; }

.t-btn {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-weight: inherit; }

.t-features .items, #header .menu, #mob-menu .menu, .t-icon-list, .t-list, .t-problems .items, .t-social {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/* functions */
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot");
  src: url("../fonts/Helvetica/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaRegular/HelveticaRegular.woff") format("woff"), url("../fonts/Helvetica/HelveticaRegular/HelveticaRegular.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Helvetica/HelveticaBold/HelveticaBold.eot");
  src: url("../fonts/Helvetica/HelveticaBold/HelveticaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaBold/HelveticaBold.woff") format("woff"), url("../fonts/Helvetica/HelveticaBold/HelveticaBold.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Helvetica/HelveticaMedium/HelveticaMedium.eot");
  src: url("../fonts/Helvetica/HelveticaMedium/HelveticaMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaMedium/HelveticaMedium.woff") format("woff"), url("../fonts/Helvetica/HelveticaMedium/HelveticaMedium.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Helvetica/HelveticaLight/HelveticaLight.eot");
  src: url("../fonts/Helvetica/HelveticaLight/HelveticaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaLight/HelveticaLight.woff") format("woff"), url("../fonts/Helvetica/HelveticaLight/HelveticaLight.ttf") format("truetype"); }

@font-face {
  font-family: "DINPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/DINPro/DINPro-CondensedBold.eot");
  src: url("../fonts/DINPro/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro/DINPro-CondensedBold.woff") format("woff"), url("../fonts/DINPro/DINPro-CondensedBold.ttf") format("truetype"); }

*, *:before, *:after {
  box-sizing: border-box; }

*, *:focus, *:active {
  outline: none; }

html {
  overflow-x: hidden; }

body {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  color: #33384A;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

#content {
  flex-grow: 1; }

.container-fluid, .container {
  max-width: 1230px; }

.row {
  min-width: 100%; }
.row1 {
  min-width: 100%; }  

[class*='col-auto'] {
  max-width: 100%; }

.disable-hover,
.disable-hover * {
  pointer-events: none !important; }

::selection {
  background-color: rgba(0, 127, 255, 0.7);
  color: #fff;
  text-decoration: none; }

:-ms-input-placeholder {
  color: #BDBDBD;
  text-overflow: ellipsis; }

::-ms-input-placeholder {
  color: #BDBDBD;
  text-overflow: ellipsis; }

::placeholder {
  color: #BDBDBD;
  text-overflow: ellipsis; }

a {
  color: #AA38B1;
  transition: color 300ms; }
  a:hover {
    color: #722677; }

table {
  border-collapse: separate;
  border-spacing: 0; }

img {
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  max-width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

p {
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

figure {
  margin: 0; }

button,
input {
  outline: none; }
  button:focus, input:focus {
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 700;
  font-family: 'DINPro'; }

.t-spacer {
  flex-grow: 1;
  width: 100%;
  height: 100%; }

.hidden {
  display: none !important; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

/* main */
.t-about-1 {
  margin-top: 6.38889rem; }
  .t-about-1 .content {display: flex;align-items: flex-start;justify-content: space-between; }
  .t-about-1 .t-list {
    margin-top: 2.5rem;
    margin-left: -2.05556rem;
    max-width: 542px;
    font-size: 1.22222rem;
    font-weight: 300; }
    .t-about-1 .t-list li + li {
      margin-top: 0.22222rem; }
  .t-about-1 .img {
    overflow: hidden; }
    .t-about-1 .img img {
      transition: transform 1000ms; }
    .t-about-1 .img:hover img, .t-about-1 .img:focus img {
      transform: scale(1.15); }

.t-about-2 {
  margin-top: 6.38889rem; }
  .t-about-2 .img {
    width: 13.88889rem;
    height: 13.88889rem;
    overflow: hidden; }
    .t-about-2 .img img {
      transition: transform 1000ms; }
    .t-about-2 .img:hover img, .t-about-2 .img:focus img {
      transform: scale(1.15); }
  .t-about-2 .content {
    margin-top: 3.61111rem;display: flex;align-items: flex-start; }
  .t-about-2 .text {
    width: 100%;
    max-width: 761px;
    margin-left: 4.44444rem;
    line-height: 1.66; }
  .t-about-2 .hide {
    display: none; }
  .t-about-2.active .hide {
    display: inline; }

.t-action-form {
  background: #F59912;
  text-align: center;
  padding: 3.11111rem 0 4rem;
  /*margin-top: 6.38889rem;*/}
  .t-action-form .content {display: flex;flex-direction: column;align-items: center; }
  .t-action-form .price {
    font-size: 0.33333rem;
    font-weight: 700;
    color: #fff;
    text-decoration: line-through;
    margin-top: 0.72222rem; }
   .t-action-form .pricenew {
    font-size: 1.33333rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-top: 0.72222rem; }
  .t-action-form .form {
    width: 100%;
    max-width: 55.55556rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.72222rem;display: flex;align-items: center; }
  .t-action-form .input {
    flex-grow: 1;
    margin-right: 2.72222rem; }
    .t-action-form .input input {
      height: 3.33333rem; }
  .t-action-form .t-btn.white.line {
    flex-grow: 1;
    max-width: 300px; }
    .t-action-form .t-btn.white.line:hover, .t-action-form .t-btn.white.line:focus {
      color: #F59912; }

.t-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.33333rem;
  padding: 0 2.61111rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0;
  transition: all 1s ease;
  border: 2px solid #AA38B1;
  z-index: 5;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 300ms; }
  .t-btn:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    transition: all 0.75s ease 0s;
    background: #fff;
    pointer-events: none;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg); }
  .t-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: #AA38B1; }
  .t-btn:hover, .t-btn:focus {
    text-decoration: none;
    color: #AA38B1;
    text-shadow: none; }
    .t-btn:hover:after, .t-btn:focus:after {
      height: 450%; }
  .t-btn.line {
    color: #AA38B1; }
    .t-btn.line:before {
      background: transparent; }
    .t-btn.line:after {
      background: #AA38B1; }
    .t-btn.line:hover, .t-btn.line:focus {
      color: #fff; }
  .t-btn.white {
    border-color: #fff; }
    .t-btn.white.line {
      color: #fff; }
      .t-btn.white.line:after {
        background: #fff; }
      .t-btn.white.line:hover, .t-btn.white.line:focus {
        color: #AA38B1; }


.t-description {
  font-size: 1.22222rem;
  font-weight: 300; }

.t-features {
  background: #F5F5F5;
  padding: 2.25556rem 0 2.5rem; }
  .t-features .items {display: flex;align-items: flex-start;justify-content: space-around; }
  .t-features .img {
    max-width: 2.88889rem;
    min-height: 2.55556rem;
    -o-object-position: top center;
       object-position: top center;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .t-features .item:nth-child(2) .img {
    max-width: 3.5rem; }
  .t-features .title {
    font-size: 0.88889rem;
    color: #555555;
    font-weight: 400;
    margin-top: 0.83333rem;
    text-align: center;
    font-family: "Roboto", sans-serif; }
.t-feedback-form {
  color: #fff;
  margin-top: 6.33333rem; }
  .t-feedback-form .t-title {
    white-space: nowrap;
    font-size: 2.22222rem;
    margin-top: -0.55556rem; }
  .t-feedback-form .content {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 3.5rem 4.44444rem 4.22222rem;
    width: calc(100% + 8.88889rem);
    margin-left: -4.44444rem;
    margin-right: -4.44444rem;display: flex;justify-content: space-between; }
  .t-feedback-form .info {display: flex;flex-direction: column;align-items: flex-start; }
  .t-feedback-form .politic {
    max-width: 12rem;
    font-size: 0.86444rem;
    line-height: 1.65; }
    .t-feedback-form .politic a {
      margin-left: 0.27778rem; }
  .t-feedback-form .t-form {
    flex-grow: 1;
    width: 100%;display: flex;align-items: stretch; }
    .t-feedback-form .t-form .main {display: flex;flex-direction: column; }
    .t-feedback-form .t-form .input input {
      width: 16.38889rem; }
    .t-feedback-form .t-form .input + .input {
      margin-top: 1.77778rem; }
    .t-feedback-form .t-form .t-btn {
      margin-top: 1.77778rem;
      flex-shrink: 0; }
    .t-feedback-form .t-form .textarea {
      width: 449px;
      margin-left: 4.29889rem; }
      .t-feedback-form .t-form .textarea textarea {
        min-height: 18.61111rem; }

/* Стили для мобильной версии (d-block d-lg-none) */
@media (max-width: 991.98px) {
  .t-feedback-form {
    margin-top: 4rem; }
  .t-feedback-form .t-title {
    white-space: normal;
    font-size: 1.8rem;
    margin-top: 0;
    text-align: center; }
  .t-feedback-form .content {
    padding: 2rem 1.5rem;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    flex-direction: column;
    align-items: center; }
  .t-feedback-form .info {
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
    width: 100%; }
  .t-feedback-form .t-form {
    flex-direction: column;
    width: 100%;
    max-width: 400px; }
  .t-feedback-form .t-form .main {
    width: 100%; }
  .t-feedback-form .t-form .input {
    width: 100%;
    margin-bottom: 1.2rem; }
  .t-feedback-form .t-form .input input {
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 0.9rem; }
  .t-feedback-form .t-form .input + .input {
    margin-top: 0; }
  .t-feedback-form .t-form .textarea {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5rem; }
  .t-feedback-form .t-form .textarea textarea {
    min-height: 10rem;
    width: 100%; }
  .t-feedback-form .t-form .t-btn {
    margin-top: 1.5rem;
    width: 100%;
    height: 2.8rem;
    font-size: 0.95rem; }
  
  /* Стили для мобильной версии политики (d-block d-lg-none) */
  .t-feedback-form .t-form .d-block.d-lg-none {
    display: flex;
    align-items: flex-start;
    margin-top: 1.5rem;
    width: 100%; }
  
  /* Стили для чекбокса в мобильной версии */
  .t-feedback-form .t-form .d-block.d-lg-none input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #fff;
    cursor: pointer; }
  
  .t-feedback-form .t-form .d-block.d-lg-none .politic {
    max-width: 100%;
    font-size: 0.75rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.95);
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    flex: 1; }
  
  .t-feedback-form .t-form .d-block.d-lg-none .politic br {
    display: block;
    content: "";
    margin-bottom: 0.3rem; }
  
  .t-feedback-form .t-form .d-block.d-lg-none .politic a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.3s ease;
    white-space: normal; }
  
  .t-feedback-form .t-form .d-block.d-lg-none .politic a:hover {
    opacity: 0.8; }
}

/* Для очень маленьких экранов */
@media (max-width: 576px) {
  .t-feedback-form .content {
    padding: 1.5rem 1rem;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem; }
  
  .t-feedback-form .t-title {
    font-size: 1.5rem; }
  
  .t-feedback-form .t-form .input input {
    padding: 0.7rem 0.9rem;
    font-size: 0.85rem; }
  
  .t-feedback-form .t-form .textarea textarea {
    min-height: 8rem;
    font-size: 0.85rem; }
  
  .t-feedback-form .t-form .t-btn {
    height: 2.6rem;
    font-size: 0.9rem; }
  
  .t-feedback-form .t-form .d-block.d-lg-none .politic {
    font-size: 0.7rem;
    line-height: 1.3; }
    
  .t-feedback-form .t-form .d-block.d-lg-none input[type="checkbox"] {
    width: 16px;
    height: 16px; }
}
.t-feedbacks {
  margin-top: 5rem; }
  .t-feedbacks .top-line {display: flex;align-items: center;justify-content: space-between; }
  .t-feedbacks .items-info {
    font-size: 1.22222rem;
    font-weight: 400;
    color: #AA38B1; }
    .t-feedbacks .items-info .current, .t-feedbacks .items-info .total {
      color: #000; }
  .t-feedbacks .items {
    margin-top: 3.72222rem;
    position: relative;
    max-width: 1600px; }
    .t-feedbacks .items:before, .t-feedbacks .items:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100px;
      pointer-events: none;
      z-index: 2;
      background-image: url("../img/gradient.png");
      background-size: contain;
      background-position: repeat-y; }
    .t-feedbacks .items:before {
      left: 0; }
    .t-feedbacks .items:after {
      transform: rotate(180deg);
      right: 0; }
  .t-feedbacks .item {display: flex;justify-content: center; }
    .t-feedbacks .item .content {
      border: 0.55556rem solid #E6E6E6;
      padding: 2.16667rem 2.61111rem 2.72222rem;
      display: inline-flex;
      flex-direction: column;
      transition: border-color 300ms;
      width: 100%; }
    .t-feedbacks .item.swiper-slide-active .content {
      border-color: #AA38B1; }
  .t-feedbacks .text {
    margin-top: 1rem;
    max-width: 30.55556rem;
    line-height: 1.7; }
  .t-feedbacks .date {
    color: #828282;
    font-size: 0.88889rem;
    margin-bottom: 0.88889rem; }
  .t-feedbacks .items-nav {
    margin-top: 2.61111rem;display: flex;align-items: center;justify-content: center; }
    .t-feedbacks .items-nav > div {
      width: 3.79667rem;
      height: 3.79667rem;
      background: #fff;
      box-shadow: 0px 2.88405px 14.4202px rgba(0, 0, 0, 0.1);
      cursor: pointer;display: flex;align-items: center;justify-content: center; }
      .t-feedbacks .items-nav > div + div {
        margin-left: 0.71889rem; }
      .t-feedbacks .items-nav > div:first-child img {
        transform: rotate(180deg); }
      .t-feedbacks .items-nav > div img {
        transition: opacity 300ms; }
      .t-feedbacks .items-nav > div.disabled img {
        opacity: .5; }

#footer .content {
  padding: 2.38889rem 0;display: flex;align-items: center;justify-content: space-between; }

.t-form .input {
  min-height: 2.55556rem;display: flex;flex-direction: column; }

.t-form .label {
  font-size: 0.88889rem;
  font-weight: 400; }
  .t-form .label + input,
  .t-form .label + textarea {
    margin-top: 0.61111rem; }

.t-form input, .t-form textarea {
  background: #fff;
  width: 100%;
  display: block;
  padding: 0 1.27778rem;
  border: none;
  font-size: 1rem;
  color: #33384A; }

.t-form input {
  height: 2.55556rem;
  display: block; }

.t-form textarea {
  padding-top: 0.77778rem;
  padding-bottom: 0.77778rem; }

.t-form .policy {
  font-size: 0.77778rem; }

#header .logo {
  flex-shrink: 0;
  text-align: left;display: flex;flex-direction: column;align-items: flex-start; }
  #header .logo img {
    width: 9.5rem; }
  #header .logo .description {
    font-size: 0.66667rem;
    font-weight: 400;
    letter-spacing: 0.37px; }

#header .top-line {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 100; }
  #header .top-line .content {
    padding: 1.5rem 0;display: flex;align-items: center;justify-content: space-between; }

#header .information {
  white-space: nowrap;
  font-size: 0.77778rem;display: flex;align-items: center; }
  #header .information .item + .item {
    margin-left: 1.11111rem; }

#header .menu {
  font-weight: 700;
  font-size: 0.88889rem;
  white-space: nowrap;display: flex;align-items: center; }
  #header .menu li + li {
    margin-left: 1.23389rem; }
  #header .menu li:hover a, #header .menu li:focus a {
    color: #AA38B1; }

#header .phone {
  font-weight: 700;
  font-size: 0.88889rem;
  letter-spacing: 0.1px;
  cursor: pointer;display: flex;align-items: center; }
  #header .phone img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.61111rem; }
  #header .phone span {
    border-bottom: 1px dashed #959595; }
  #header .phone:hover, #header .phone:focus {
    color: #AA38B1; }

#header #mob-menu-btn {
  display: none;
  position: relative;
  z-index: 300; }
  #header #mob-menu-btn.active .hamburger-inner, #header #mob-menu-btn.active .hamburger-inner:before, #header #mob-menu-btn.active .hamburger-inner:after {
    background: #fff !important; }

#header .phone__mob {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 1.22222rem;
  color: #fff;
  padding: 0.55556rem 0 0.61111rem;
  background: #F59912;
  transition: all 300ms;
  display: none; }
  #header .phone__mob:hover, #header .phone__mob:focus {
    background: #b36d08; }
  #header .phone__mob img {
    margin-right: 0.5rem;
    width: 0.83333rem;
    height: 0.83333rem; }

#mob-menu {
  background: #F59912;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-height: 100vh;
  z-index: 100;
  padding-top: 2.22222rem;
  transition: transform 300ms;
  transform: translate(0, 100%);
  pointer-events: none; }
  #mob-menu.active {
    transform: none;
    pointer-events: auto; }
  #mob-menu .menu {
    color: #fff;
    font-size: 24px;
    font-weight: 400; }
    #mob-menu .menu li + li {
      margin-top: 0.55556rem; }
  #mob-menu .content {
    position: relative; }
  #mob-menu .close {
    position: absolute;
    top: 0;
    right: 0; }

.t-icon-list {
  font-size: 0.88889rem;
  font-weight: 400; }
  .t-icon-list li {display: flex;align-items: center; }
  .t-icon-list .icon {
    display: block;
    width: 0.72222rem;
    margin-right: 0.69444rem;
    flex-shrink: 0; }

.t-img {
  width: 100%;
  margin-top: 6.38889rem;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 2.77778rem;
  overflow: hidden;display: flex;align-items: flex-end;justify-content: center; }
  .t-img:not(img):not([style]) {
    padding-bottom: 0; }
  .t-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    transition: transform 1000ms; }
  .t-img .content {
    font-size: 2.22222rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.9; }
  .t-img:hover img, .t-img:focus img {
    transform: scale(1.15); }

@keyframes blink {
  0% {
    margin-left: 0; }
  20% {
    margin-left: 100%; }
  100% {
    margin-left: 100%; } }

.t-intro {
  text-align: center;
  padding-top: 3.33333rem;
  padding-bottom: 4.55556rem;display: flex;flex-direction: column;align-items: center; }
  .t-intro .t-title {
    font-size: 2.66667rem;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    position: relative; }
    .t-intro .t-title:after {
      content: '';
      display: block;
      background: rgba(255, 255, 255, 0.7);
      pointer-events: none;
      width: 3.88889rem;
      height: 150%;
      position: absolute;
      top: 50%;
      left: 0;
      animation: blink 4000ms infinite ease-in-out;
      transform: translate(0, -50%) rotate(10deg); }
  .t-intro .t-btn {
    margin-top: 2.77778rem; }
  .t-intro .t-description {
    margin-top: 1.66667rem;
    font-size: 1.33333rem;
    font-weight: 400; }

.t-list li {
  position: relative;
  padding-left: 2.05556rem; }
  .t-list li:hover a, .t-list li:focus a {
    color: #AA38B1; }
  .t-list li:before {
    content: '';
    display: block;
    width: 1.33333rem;
    height: 0.05556rem;
    background: #C4C4C4;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-size: 5rem auto;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 999;
  opacity: 1;
  display: none;
  transition: opacity 300ms; }
  #loader.active {
    display: block; }
  #loader.ready {
    opacity: 0;
    pointer-events: none; }

.t-meanings {
  margin-top: 4.22222rem; }
  .t-meanings .content {display: flex;align-items: flex-start;justify-content: space-between; }
  .t-meanings .text {
    max-width: 31.11111rem; }
  .t-meanings .description {
    font-size: 1.22222rem;
    margin-top: 1.66667rem;
    color: #333333;
    font-weight: 300; }
  .t-meanings .t-btn {
    margin-top: 2.5rem; }

.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-content > * {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-content > * {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-content > * {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

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

.inline-popup {
  background: #fff;
  flex-direction: column;
  align-items: center;
  display: inline-flex;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-height: 490px;
  overflow-y: auto;
  padding: 2.66667rem 3.83333rem 2.83333rem;
  max-width: 100%; }
  .inline-popup .modal-title {
    font-size: 1.22222rem;
    font-weight: 700;
    color: #33384A; }
  .inline-popup .mfp-close {
    width: 15px;
    height: 15px;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-image: url("../img/icons/close.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.05556rem;
    right: 1.05556rem; }
  .inline-popup .t-btn {
    margin-top: 1.88889rem; }
  .inline-popup .t-description {
    font-size: 0.88889rem;
    margin-top: 0.88889rem; }
.call-popup{

}
.politic{
  text-align: left;
}
.call-popup .t-list input {
  width: 28px;
  margin-right: 14px;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.33333rem;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  padding-bottom: 0.16667rem; }
  .call-popup input + input {
    margin-top: 1.22222rem; }
  .call-popup input:-ms-input-placeholder {
    font-size: 0.88889rem;
    line-height: 1.33333rem; }
  .call-popup input::-ms-input-placeholder {
    font-size: 0.88889rem;
    line-height: 1.33333rem; }
  .call-popup input::placeholder {
    font-size: 0.88889rem;
    line-height: 1.33333rem; }

.success-popup {
  width: 100%;
  max-width: 465px; }

.doctor-popup {
  text-align: left;
  padding: 2.27778rem 2.5rem 2.27778rem;
  max-width: 49.27778rem;
  overflow-y: auto; }
  .doctor-popup .text {
    padding-bottom: 2.27778rem; }
  .doctor-popup .item {
    padding: 0; }
  .doctor-popup strong {
    margin-top: 0.55556rem;
    margin-bottom: -0.44444rem;
    display: block; }

.feedback-popup {
  text-align: left;
  padding: 2.16667rem 2.83333rem;
  width: 100%;
  max-width: 40.33333rem;
  align-items: flex-start; }
  .feedback-popup .item {
    padding: 0;
    border: none;
    flex-direction: column; }
  .feedback-popup .date {
    margin-bottom: 0.55556rem; }
  .feedback-popup .text {
    max-width: 586px; }

.t-more {
  display: inline-flex;
  align-items: center;
  margin-left: 0.88889rem;
  color: #AA38B1 !important;
  cursor: pointer;
  font-weight: 700; }
  .t-more img {
    margin-left: 0.63889rem;
    font-size: 1rem;
    font-weight: 700; }

.t-prosthetics {
  margin-top: 5.38889rem; }
  .t-prosthetics .header {display: flex;align-items: center;}
  .t-prosthetics .t-description {
  margin-top: 1rem; }
  .t-prosthetics .items {
    margin-top: 2.33333rem; }
  .t-prosthetics .item {
    border: 2px solid rgba(254, 216, 126, 0.2); box-sizing: border-box; border-radius: 10px; padding: 31px 0 38px 21px; margin-bottom: 30px}
  .t-prosthetics .t-title-2{
    margin-bottom: 20px;}
  .t-prosthetics .item-description{
    font-size: 15px; margin-bottom: 11px;}
  .t-prosthetics .title-rating {
    margin: 0 }
  .t-prosthetics .strength {
    margin-left: 28px; }
  .t-prosthetics .rating {
    display: flex }
  .t-prosthetics .rating .bright-yellow{
    width: 22px; height: 4px; background: #FED87E; border-radius: 2px; margin-right: 2px}
  .t-prosthetics .rating .pale-yellow{
    width: 22px; height: 4px; background: #FFF5DB; border-radius: 2px; margin-right: 2px}
  .t-prosthetics .price{
    margin-top: 29px}
  .t-prosthetics .item-3 {
    border: 2px solid rgba(254, 216, 126, 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 0 20px 20px;
    margin-right: 20rem;
    margin-bottom: 30px;
    }
  .t-prosthetics .indent{
    margin-top: -1.5rem;
    font-size: 1.11111rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1rem;
    }
  .t-prosthetics .item-description-1{
    font-size: 15px; margin-bottom: 11px; margin-left: 49px;}
    .t-prosthetics .item-description-2{
      font-size: 15px; margin-bottom: 11px; margin-left: 49px;}
    .t-prosthetics .content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; padding-top: 2rem;}
  .t-prosthetics .item-1{
    padding: 0; }
  .t-prosthetics img.offer{
    
    width: 83%;
    box-shadow: 290px -150px 0 0px #f2f2f2;
  }
  .t-prosthetics .item-description-old-price{
    font-size: 20px; font-weight: 500; color: #999ba4;
  }
  .t-prosthetics .item-description-price{
    font-size: 20px;   ;
  }
  .t-prosthetics .circle {
    width: 150px;
    height: 150px;
    background-color: #F59912;
    border-radius: 50%;
    position: relative;
    top: -23rem;
    right: -23.7rem;
  }
  .t-prosthetics .circle-text-1{
    text-align: center;
    font-size: 25px;
    color: white;
    padding: 2.5rem 0 0 0;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
  }
  .t-prosthetics .circle-text-2{
    text-align: center;
    color: white;
    font-size: 47px;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  .t-prosthetics .appeal p{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding: 3rem 0 0 0;
    font-family: 'DINPro';
}

  .t-prosthetics .appeal span{
    color:#f59912;
}
  .t-prosthetics .appeal img {
  padding: 1rem;
  padding: 0;
  display: block;
  margin: auto;
}
.t-prosthetics .t-title-2{
    margin-bottom: 15px; margin-top: 40px;}

.t-prices {
  margin-top: 5.38889rem; }
  .t-prices .t-description {
    margin-top: 1rem; }
  .t-prices .items {
    margin-top: 4.33333rem;
    margin-bottom: -8.22222rem; }
  .t-prices .item {
    margin-bottom: 8.22222rem; }
  .t-prices .header {display: flex;align-items: center; }
    .t-prices .header .img {
      margin-right: 1.83333rem;
      width: 3.38889rem;
      height: 3.38889rem; }
  .t-prices .price-table {
    font-size: 0.88889rem;
    margin-top: 1.5rem; }
    .t-prices .price-table td:first-child {
      border-right: 1.27778rem solid transparent; }
    .t-prices .price-table td:last-child {
      white-space: nowrap; }
  .t-prices .t-btn {
    margin-top: 5.94444rem; }
.t-problems {
  margin-top: 5.27778rem;
}
.t-problems .t-title {
  margin-bottom: 3.77778rem;
}
.t-problems .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .t-problems .content {
    flex-direction: row;
  }
}
.t-problems .items {
  margin: 0 -1.38889rem -2.5rem;
  display: flex;
  flex-wrap: wrap;
}
.t-problems .item {
  width: 50%;
  padding: 0 1.38889rem 2.5rem;
}
@media (min-width: 768px) {
  .t-problems .item {
    width: 33.33%;
  }
}
.t-problems .item .title {
  margin-top: 1.05556rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.t-problems .item .img {
  width: 100%;
  overflow: hidden;
}
.t-problems .item .img img {
  width: 100%;
  transition: transform 1000ms;
}
.t-problems .item .img:hover img, .t-problems .item .img:focus img {
  transform: scale(1.15);
}
.t-problems .t-title-2 {
  display: block;
}
.t-problems .leadblock {
  padding-left: 0;
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .t-problems .leadblock {
    padding-left: 2.70056rem;
    margin-top: 0;
    width: 40%;
    min-width: 350px;
    flex-shrink: 0;
  }
}
.t-problems .leadblock .t-title-3 {
  margin-top: 1.66667rem;
  font-family: "Roboto", sans-serif;
}
.t-problems .leadblock .t-icon-list {
  margin-top: 0.72222rem;
}
.t-problems .leadblock .t-form {
  margin-top: 1.5rem;
  background: #AA38B1;
  color: #fff;
  padding: 1.27778rem 1.66667rem 1.22222rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden; /* Важно! */
}
.t-problems .leadblock .t-form .t-btn {
  margin-top: 1.05556rem;
  margin-bottom: 15px;
  height: 2.72222rem;
  font-size: 0.88889rem;
  font-weight: 400;
  width: 100%;
  background: #fff;
  color: #AA38B1;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.t-problems .leadblock .t-form .t-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.t-problems .leadblock .t-form .input {
  margin-bottom: 1rem;
}
.t-problems .leadblock .t-form .input + .input {
  margin-top: 0.88889rem;
}
.t-problems .leadblock .t-form .policy {
  margin-top: 0.61111rem;
}
.t-problems .leadblock .t-form .input input {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.9rem;
  box-sizing: border-box;
}
.t-problems .leadblock .t-form .input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.t-problems .leadblock .t-form .input input:focus {
  outline: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.t-problems .leadblock .t-form .input .label {
  color: #fff;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.t-problems .leadblock .t-form .text {
  margin-top: 1rem;
  width: 100%;
  box-sizing: border-box;
}
/* Стили для чекбокса и политики */
.t-problems .leadblock .t-form .text [style*="display: flex"] {
  display: flex !important;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.t-problems .leadblock .t-form .text .checkbox {
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #fff;
}
.t-problems .leadblock .t-form .text .politic {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem; /* Уменьшен размер шрифта */
  line-height: 1.2; /* Уменьшен межстрочный интервал */
  text-align: left;
  flex: 1;
  width: calc(100% - 28px); /* 18px чекбокс + 10px отступ */
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto; /* Автоматические переносы слов */
}
.t-problems .leadblock .t-form .text .politic a {
  color: #fff;
  text-decoration: underline;
  transition: opacity 0.3s ease;
  word-break: break-word;
  display: inline-block;
}
.t-problems .leadblock .t-form .text .politic a:hover {
  opacity: 0.8;
}
/* Стили для мобильной версии */
@media (max-width: 991px) {
  .t-problems .item {
    width: 50%;
  }
  .t-problems .leadblock .t-form .text .politic {
    font-size: 0.65rem;
    line-height: 1.15;
  }
  .t-problems .leadblock .t-form .text .politic br {
    display: none; /* Убираем <br> на мобильных */
  }
  .t-problems .leadblock .t-form .text [style*="display: flex"] {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .t-problems .leadblock .t-form .text .politic {
    font-size: 0.6rem;
  }
}
@media (max-width: 576px) {
  .t-problems .item {
    width: 100%;
  }
  .t-problems .leadblock .t-form {
    padding: 1rem;
  }
  .t-problems .leadblock .t-form .input input {
    padding: 0.7rem 0.9rem;
  }
  .t-problems .leadblock .t-form .text .politic {
    font-size: 0.55rem;
    line-height: 1.1;
  }
  .t-problems .leadblock .t-form .text .checkbox {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
/* Для узких форм на десктопе */
@media (min-width: 992px) and (max-width: 1200px) {
  .t-problems .leadblock .t-form .text .politic {
    font-size: 0.65rem;
    line-height: 1.15;
  }
  .t-problems .leadblock .t-form .text .politic br {
    display: none;
  }
}
/* Для очень узких форм */
@media (min-width: 992px) and (max-width: 1100px) {
  .t-problems .leadblock .t-form .text .politic {
    font-size: 0.6rem;
    line-height: 1.1;
  }
}
.t-sertificates .wrap {
  background: #F5F5F5;
  padding: 2.94444rem 0 4.22222rem; }

.t-sertificates .content {display: flex;align-items: flex-start;justify-content: space-between; }

.t-sertificates .t-list li {
  margin-top: 0.88889rem; }

.t-sertificates .t-btn {
  margin-top: 3.77778rem; }

.t-skills {
  margin-top: 5.44444rem; }
  .t-skills .t-description {
    margin-top: 1.38889rem;
    max-width: 751px; }
  .t-skills .items {
    margin-top: 4.22222rem;
    margin-bottom: -7.33333rem; }
  .t-skills .item {
    width: 16.66667rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.33333rem; }
  .t-skills .t-btn {
    margin-top: 4.16667rem; }

.t-smile-line {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;display: flex;flex-direction: column; }
  .t-smile-line .items {display: flex;align-items: center; }
  .t-smile-line:before, .t-smile-line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    pointer-events: none;
    z-index: 2; }
  .t-smile-line:before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent); }
  .t-smile-line:after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent); }
  .t-smile-line .item {
    width: 8.33333rem;
    height: 8.33333rem;
    filter: grayscale(100);
    transition: all 300ms; }
    .t-smile-line .item:hover, .t-smile-line .item:focus {
      filter: none; }

.t-social {display: flex;align-items: center; }
  .t-social li + li {
    margin-left: 2.55556rem; }
  .t-social li:hover path, .t-social li:focus path {
    fill: #AA38B1; }
  .t-social img {
    max-height: 1.22222rem; }
  .t-social path {
    fill: #33384A;
    transition: all 300ms; }

.t-title {
  font-weight: 700;
  margin: 0;
  font-size: 2.22222rem; }

.t-title-2 {
  font-size: 1.11111rem;
  font-weight: 700;
  margin: 0;
  font-family: "Roboto", sans-serif; }

.t-title-3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0; }

/* includes */
/* pages */
@media (min-width: 576px) {
    .container {
      max-width: 540px; }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
    .container {
      max-width: 720px; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
    .container {
      max-width: 960px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
    .container {
      max-width: 1140px; }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; }
    .container-fluid, .container {
      max-width: 1230px; } }
@media (max-width: 1600px) {
    .t-smile-line:before, .t-smile-line:after {
      content: none; } }
@media (max-width: 992px) {
  .t-prosthetics .item-3{
    margin-right: 0;
  }
  .t-prosthetics img.offer{
    display: none;
  }

  .t-prosthetics .indent{
    display: none;
  }

  .t-prosthetics .item-description-2{
    display: none;
  }
    .t-about-1 .content {
      flex-direction: column-reverse; }
    .t-about-1 .t-title {
      text-align: center;
      margin-bottom: 2.22222rem; }
    .t-about-1 .img {
      width: 100%; }
      .t-about-1 .img img {
        width: 100%; }
    .t-about-1 .t-list {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.2;
      margin-left: 0; }
      .t-about-1 .t-list li + li {
        margin-top: 1.27778rem; }
    .t-action-form .input {
      margin-right: 1.11111rem; }
    .t-doctors .items {
      margin-bottom: -60px; }
    .t-doctors .item {
      padding-bottom: 60px; }
    .t-feedback-form .t-title {
      text-align: center;
      width: 100%;
      margin-bottom: 1.55556rem; }
      .t-feedback-form .t-title br {
        display: none; }
    .t-feedback-form .content {
      flex-direction: column; }
    .t-feedback-form .t-form {
      flex-direction: column; }
      .t-feedback-form .t-form .textarea {
        margin-left: 0;
        margin-top: 1.94444rem;
        width: 100%; }
    .t-feedback-form .input {
      width: 100%; }
      .t-feedback-form .input input, .t-feedback-form .input textarea {
        min-width: 100%; }
      .t-feedback-form .input + .input {
        margin-top: 1.94444rem; }
    .t-feedback-form .politic {
      margin-top: 1.88889rem;
      max-width: 264px; }
      .t-feedback-form .politic br {
        display: none; }
    .t-feedbacks .items:before, .t-feedbacks .items:after {
      content: none; }
    .t-feedbacks .item {
      padding: 0 15px;display: flex;justify-content: center; }
      .t-feedbacks .item .content {
        max-width: 700px;
        padding: 1.66667rem 1.66667rem 2.22222rem; }
  #header .menu,
  #header .information,
  #header .phone {
    display: none; }
  #header #mob-menu-btn {
    display: block; }
  #header .phone__mob {
    display: flex; }
  #header .logo .description {
    display: none; }
    .t-meanings {
      text-align: center; }
      .t-meanings .content {
        flex-direction: column-reverse;
        display: inline-flex;
        margin-left: auto;
        margin-right: auto; }
      .t-meanings .t-title {
        margin-bottom: 1.94444rem; }
      .t-meanings .text {
        margin-left: auto;
        margin-right: auto; }
      .t-meanings .t-btn {
        width: 100%; }
      .t-meanings .description {
        font-size: 22px;
        font-weight: 300; }
    .t-smile-line .t-btn {
      width: 100vw;
      max-width: unset;
      min-height: 4.22222rem;
      font-size: 1rem;
      font-weight: 400;
      text-align: center;
      justify-content: center; }
  .t-title-2 {
    font-size: 1.33333rem; }
    .t-title-2 br {
      display: none; } }
@media (max-width: 920px) {
    .t-problems .content {
      flex-direction: column; }
    .t-problems .leadblock {
      max-width: 296px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 41px;
      text-align: center;
      padding-left: 0; }
    .t-problems .t-icon-list {
      max-width: 267px;
      display: inline-flex;
      flex-direction: column; }
    .t-problems .t-form {
      text-align: left; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media (max-width: 768px) {
    .t-about-2 {
      margin-top: 2.38889rem; }
      .t-about-2 .content {
        margin-top: 1.77778rem;
        flex-direction: column; }
      .t-about-2 .text {
        margin-left: 0; }
      .t-about-2 .img {
        width: 100%;
        height: 10.33333rem; }
        .t-about-2 .img img {
          width: 100%; }
      .t-about-2 .t-title {
        text-align: center; }
      .t-about-2 .t-more {
        width: 100%;
        margin-left: 0;
        margin-top: 0.38889rem; }
    .t-action-form .form {
      flex-direction: column; }
    .t-action-form .input {
      margin-right: 0;
      width: 100%;
      margin-bottom: 1.33333rem; }
    .t-action-form .t-btn {
      min-width: 100%; }
    .t-action-form .price {
      margin-top: 1.33333rem; }
    .t-features .items {
      flex-direction: column;
      align-items: center; }
    .t-features .item + .item {
      margin-top: 1.72222rem; }
    .t-features .img {
      min-height: auto; }
    .t-features .title {
      margin-top: 0.94444rem; }
  #footer .content {
    flex-direction: column; }
    #footer .content > * + * {
      margin-top: 3.05556rem; }
    .t-prices .t-title {
      text-align: center; }
    .t-prices .t-description {
      text-align: center; }
    .t-prices .price-table {
      width: 100%;
      margin-top: 0.94444rem; }
      .t-prices .price-table td:last-child {
        text-align: right; }
    .t-prices .header {
      border-bottom: 1px solid #BDBDBD;
      padding-bottom: 0.62444rem; }
    .t-prices .item {
      margin-bottom: 3.83333rem; }
    .t-prices .items {
      margin-bottom: -3.83333rem; }
    .t-prices .t-btn {
      width: 100%; }
    .t-skills .t-title {
      text-align: center; }
    .t-skills .t-description {
      text-align: center; }
    .t-skills .items {
      margin-bottom: -2.44444rem; }
    .t-skills .item {
      margin-bottom: 2.44444rem; }
    .t-skills .t-btn {
      width: 100%; }
	.inline-popup .mfp-close{
		width: 25px;
		height: 25px;
	}}
@media (max-width: 700px) {
    .t-problems .item {
      width: 50%; } }
@media (max-width: 576px) {
    .t-about-1 {
      margin-top: 47px; }
      .t-about-1 .t-title {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto; }
    .t-about-2 .img {
      margin-bottom: 20px; }
    .t-action-form {
      /*margin-top: 60px;*/
      padding: 39px 0 55px; }
      .t-action-form .t-title-2 {
        font-size: 20;
        max-width: 254px; }
    .t-contacts {
      margin-top: 49px; }
      .t-contacts .t-title {
        text-align: center; }
      .t-contacts .items {
        margin-top: 21px; }
      .t-contacts .item {
        font-size: 18px; }
    .t-doctors {
      margin-top: 48px; }
      .t-doctors .t-title {
        text-align: center; }
      .t-doctors .items {
        margin-top: 35px; }
      .t-doctors .text {
        margin-top: 20px; }
      .t-doctors .t-btn {
        margin-top: 38px; }
    .t-feedback-form {
      margin-top: 60px; }
      .t-feedback-form .t-btn {
        width: 100%; }
      .t-feedback-form .textarea textarea {
        min-height: 201px !important; }
      .t-feedback-form .politic a {
        color: #fff;
        text-decoration: underline; }
      .t-feedback-form .content {
        padding-bottom: 39px; }
    .t-feedbacks {
      margin-top: 43px; }
      .t-feedbacks .items {
        margin-top: 29px; }
      .t-feedbacks .items-nav {
        margin-top: 20px; }
    .t-img {
      margin-top: 60px; }
      .t-img .content {
        max-width: 195px;
        margin-left: auto;
        margin-right: auto;
        font-weight: 700;
        font-size: 25px;
        line-height: 1.8; }
    .t-intro {
      padding: 26px 0 37px; }
      .t-intro .t-title {
        font-size: 32px;
        max-width: 271px;
        text-transform: none; }
        .t-intro .t-title:after {
          height: 120%; }
      .t-intro .t-description {
        font-size: 18px;
        max-width: 172px;
        margin-left: auto;
        margin-right: auto; }
    .t-meanings {
      margin-top: 49px; }
      .t-meanings .t-btn {
        margin-top: 45px; }
    .t-prices {
      margin-top: 49px; }
      .t-prices .t-description {
        font-weight: 300;
        font-size: 22px;
        margin-top: 8px; }
      .t-prices .items {
        margin-top: 49px; }
      .t-prices .t-btn {
        margin-top: 48px; }
    .t-skills {
      margin-top: 49px; }
      .t-skills .t-description {
        font-weight: 300;
        font-size: 22px;
        margin-top: 15px; }
      .t-skills .items {
        margin-top: 42px; }
      .t-skills .t-btn {
        margin-top: 40px; } }
@media (max-width: 568px) {
    .t-features .title {
      font-size: 16px; }
    .t-problems {
      margin-top: 41px; }
      .t-problems .t-title {
        text-align: center;
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        line-height: 1.1; }
      .t-problems .title {
        font-size: 18px;
        margin-top: 8px;
        text-align: center; }
      .t-problems .leadblock .t-title-2 {
        font-family: 'DINPro';
        font-size: 32px;
        max-width: 210px;
        margin-left: auto;
        margin-right: auto; }
      .t-problems .leadblock .t-title-3 {
        font-size: 16px;
        margin-top: 23px; }
      .t-problems .leadblock .t-icon-list {
        font-size: 16px; }
    .t-smile-line .item {
      width: 80px;
      height: 80px; } }
@media (max-width: 500px) {
  .t-sertificates .content {
    flex-direction: column; }
  .t-sertificates .wrap {
    padding-top: 39px;
    padding-bottom: 39px; }
  .t-sertificates .t-title {
    text-align: center;
    margin-bottom: 1.77778rem;
    width: 100%; }
  .t-sertificates .t-list li {
    padding-left: 0;
    line-height: 1.6; }
    .t-sertificates .t-list li:before {
      content: none; }
    .t-sertificates .t-list li + li {
      margin-top: 24px; }
  .t-sertificates .t-btn {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 44px; } }
@media (max-width: 400px) {
    .t-contacts .items {
      flex-direction: column; }
    .t-doctors .item {
      flex-direction: column; }
    .t-doctors .content {
      padding-left: 0;
      width: 100%; }
    .t-doctors .img {
      width: 100%;
      margin-bottom: 20px;
      height: auto; }
    .t-doctors .info {
      display: none; }
    .t-doctors .info.mobile {
      display: flex; }
      .t-doctors .info.mobile p {margin: 0}
    .t-doctors .info .reviews {
      margin: 0 0 0 60px; }
    .t-doctors .t-btn {
      width: 100%; }
    .t-problems .item {
      width: 100%; } }
@media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }
P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em;
    }

/* section */
.section { 
  padding: 100px 0 0;
  }

/* title */
.gl-title { 
  margin: 0 0 50px;
  font-size: 40px;
  font-family: 'DINPro', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  }

/* aligners */
.aligners { 
  display: grid;
  grid-template-columns: 40% 60%;
  margin: 0 0 100px;
  background: #F5F5F5;
  }

.aligners__photo { 
  flex-shrink: 0;
  }

.aligners__photo img { 
  width: 100%;
  }

.aligners__description { 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  }

.aligners__title { 
  margin: 0 0 20px;
  font-size: 30px;
  font-family: 'DINPro', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  }

.aligners__description p { 
  font-size: 16px;
  line-height: 22px;
  }

.aligners__description p:last-child { 
  margin: 0;
  }

/* cases */
.cases { 
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
  margin: 0 0 100px;
  }

.cases__item { 
  background: #F5F5F5;
  }

.cases__photo { 
  height: 200px;
  }

.cases__photo img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

.cases__description { 
  padding: 20px;
  }

.cases__text { 
  display: block;
  font-size: 18px;
  font-family: 'DINPro', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  }

/* advantages */
.advantages { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
  margin: 0 0 100px;
  }

.advantages__item { 
  display: flex;
  align-items: center;
  }

.advantages__icon { 
  flex-shrink: 0;
  margin: 0 20px 0 0;
  padding: 7px;
  width: 30px;
  height: 30px;
  background: #AA38B1;
  border-radius: 100%;
  }

.advantages__icon img { 
  width: 100%;
  }

.advantages__description span { 
  display: block;
  font-size: 16px;
  line-height: 22px;
  }

/* stages */
.stages { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
  margin: 0 0 100px;
  }

.stages__item { 
  padding: 40px 25px 30px;
  text-align: center;
  border: 1px solid #E6E6E6;
  }

.stages__number { 
  display: block;
  margin: 0 auto 20px;
  width: 62px;
  height: 62px;
  color: #fff;
  font-size: 30px;
  line-height: 62px;
  background: #AA38B1;
  border-radius: 100%;
  }

.stages__title { 
  margin: 0 0 15px;
  font-size: 20px;
  font-family: 'DINPro', sans-serif;
  font-weight: 700;
  line-height: 24px;
  }

.stages__item p { 
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  }

/* period */
.period { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
  }

.period__item { 
  background: #F5F5F5;
  }

.period__photo { 
  height: 350px;
  }

.period__photo img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

.period__description { 
  padding: 30px;
  }

.period__item p { 
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  }

@media (max-width: 992px) {
  
.aligners__description { 
  padding: 30px;
  }

.cases { 
  grid-template-columns: repeat(2, 1fr);
  }

.advantages { 
  grid-template-columns: repeat(1, 1fr);
  }

.stages { 
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 20px;
  }

}

@media (max-width: 767px) {

.gl-title { 
  font-size: 30px;
  line-height: 40px;
  }

.aligners__title { 
  font-size: 20px;
  line-height: 30px;
  }

.aligners__description p { 
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  }

.period { 
  grid-template-columns: repeat(1, 1fr);
  }

}

@media (max-width: 620px) {

.aligners { 
  display: block;
  margin: 0 0 50px;
  }

.cases { 
  margin: 0 0 50px;
  }

.cases__description { 
  padding: 15px;
  }

.cases__text { 
  font-size: 16px;
  line-height: 20px;
  }

.advantages { 
  margin: 0 0 50px;
  }

.gl-title { 
  font-size: 26px;
  line-height: 34px;
  }

.stages { 
  margin: 0 0 50px;
  }

.stages__item { 
  padding: 25px 15px;
  }

.stages__number { 
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  }

.stages__title { 
  font-size: 18px;
  line-height: 24px;
  }

.stages__item p { 
  font-size: 14px;
  line-height: 20px;
  }

.period__description { 
  padding: 20px;
  }

.period__item p { 
  font-size: 16px;
  line-height: 20px;
  }

}

@media (max-width: 419px) {

.aligners__description { 
  padding: 20px;
  }

.cases { 
  grid-template-columns: repeat(1, 1fr);
  }

.stages { 
  grid-template-columns: repeat(1, 1fr);
  }

.advantages__icon { 
  margin: 0 10px 0 0;
  width: 22px;
  height: 22px;
  }

.advantages__description span { 
  font-size: 14px;
  line-height: 20px;
  }

.gl-title { 
  margin: 0 0 30px;
  }

}

