/* 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:not(.focus-visible) {
  outline: 0 !important; }

[tabindex="-1"]:focus:not(:focus-visible) {
  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]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover, a:not([href]):focus {
    color: inherit;
    text-decoration: none; }

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; }

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

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

.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%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.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%; }

.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: -webkit-box !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  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; }

/*!
 * 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: #707070; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 17px;
    height: 2px;
    background-color: #707070;
    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: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * 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: 6px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 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, -12px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/* libs */
/* mixins */
/* functions */
.t-btn, .t-btn-gold, .t-btn-icon, .t-btn-icon-menu-white, #header .menu a, .t-header .menu a, .t-like, .t-slider .slide, .t-slider .title, .t-slider .title-small, .t-slider .footnote, .t-social a {
  text-decoration: none;
  outline: none;
  color: inherit; }

.t-slider .title, .t-slider .title-small, .t-slider .footnote {
  margin: 0;
  line-height: inherit; }

.t-btn-icon, .t-btn-icon-menu-white, .t-like {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-weight: inherit; }

#header .menu ul, .t-header .menu ul, .t-list, .t-social, .t-tabs-nav {
  padding: 0;
  margin: 0;
  list-style-type: none; }

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

@font-face {
  font-family: "Acrom";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Acrom/Acrom-Light.eot");
  src: url("../fonts/Acrom/Acrom-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom/Acrom-Light.woff") format("woff"), url("../fonts/Acrom/Acrom-Light.ttf") format("truetype"); }

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

@font-face {
  font-family: "Acrom";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Acrom/Acrom-Medium.eot");
  src: url("../fonts/Acrom/Acrom-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom/Acrom-Medium.woff") format("woff"), url("../fonts/Acrom/Acrom-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Acrom";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Acrom/Acrom-Thin.eot");
  src: url("../fonts/Acrom/Acrom-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom/Acrom-Thin.woff") format("woff"), url("../fonts/Acrom/Acrom-Thin.ttf") format("truetype"); }

@font-face {
  font-family: "Acrom";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Acrom/Acrom-ExtraBold.eot");
  src: url("../fonts/Acrom/Acrom-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Acrom/Acrom-ExtraBold.woff") format("woff"), url("../fonts/Acrom/Acrom-ExtraBold.ttf") format("truetype"); }

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

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

@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Light.eot");
  src: url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Black.eot");
  src: url("../fonts/Gilroy/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Black.ttf") format("truetype"); }

@font-face {
  font-family: "Gilroy";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-Thin.eot");
  src: url("../fonts/Gilroy/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Thin.ttf") format("truetype"); }

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

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

html {
  overflow-x: hidden;
  width: 100%; }
  html.mfp-helper, html.mfp-helper body {
    overflow: hidden !important; }

body {
  font-weight: 400;
  font-family: "Acrom", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #717171;
  min-width: 320px;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 13px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  transform-origin: top;
  transition: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

#content {
  flex-grow: 1; }

#app {
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  flex-direction: column; }

.row {
  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: #ABABAB;
  text-overflow: ellipsis; }

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

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

a {
  color: #FE787F;
  transition: color 300ms; }
  a:hover {
    color: #fd2c37; }

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;
      -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.1;
  margin-top: 0; }

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

.text-decoration-underline {
  text-decoration: underline; }

/* main */
.t-basket,
#sidebar .t-basket {
  font-size: 0.875rem;
  margin-top: 39px;
  padding-right: 12px; }
  .t-basket:-webkit-scrollbar,
  #sidebar .t-basket:-webkit-scrollbar {
    width: 12px; }
  .t-basket:-webkit-scrollbar-track,
  #sidebar .t-basket:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(254, 120, 127, 0.3);
    border-radius: 0px; }
  .t-basket:-webkit-scrollbar-thumb,
  #sidebar .t-basket:-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 66px #fe787f; }
  .t-basket hr,
  #sidebar .t-basket hr {
    height: 2px;
    width: 100%;
    background: rgba(171, 171, 171, 0.25);
    margin: 0;
    border: none; }
  .t-basket .item,
  #sidebar .t-basket .item {
    font-weight: 400;display: -webkit-box;display: flex;align-items: center;justify-content: space-between; }
    .t-basket .item + .item,
    #sidebar .t-basket .item + .item {
      margin-top: 1.25rem; }
      .t-basket .item + .item.margin,
      #sidebar .t-basket .item + .item.margin {
        margin-top: 1.1875rem; }
    .t-basket .item + hr,
    #sidebar .t-basket .item + hr {
      margin-top: 2.375rem; }
      .t-basket .item + hr.margin,
      #sidebar .t-basket .item + hr.margin {
        margin-top: 1.625rem; }
    .t-basket .item strong,
    #sidebar .t-basket .item strong {
      font-weight: 700;
      white-space: nowrap;
      padding-left: 0.625rem;
      text-align: right; }
      .t-basket .item strong.accent,
      #sidebar .t-basket .item strong.accent {
        color: #71CB71; }
  .t-basket hr + .item,
  #sidebar .t-basket hr + .item {
    margin-top: 1.5625rem; }

.t-btn {
  height: 50px;
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 201px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding: 0 1.375rem;
  border: none;
  background: #FE787F;
  border-radius: 40px;
  border: 3px solid #FE787F;
  transition: all 300ms;
  white-space: nowrap; }
  .t-btn.line {
    background: none;
    border-color: #FE787F;
    color: #FE787F; }
  .t-btn.white {
    color: #fff;
    border-color: #fff; }
  .t-btn + .t-btn {
    margin-left: 1.3125rem; }
  .t-btn.disabled {
    background: none;
    color: #FE787F;
    border-color: transparent; }
  .t-btn:hover, .t-btn:focus {
    text-decoration: none;
    color: #fff;
    background: #fe5f67;
    border-color: #fe5f67; }

.t-btn-gold {
  height: 50px;
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 201px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  padding: 0 1.375rem;
  border: none;
  border-radius: 40px;
  border: 3px solid #FEE378;
  transition: all 300ms;
  white-space: nowrap;
  box-shadow: 0 0 15px #F2E6B7;
  position: relative;
  font-weight: 700; }
  .t-btn-gold:after {
    content: '';
    position: absolute;
    box-shadow: inset 0px 0px 15px #F2E6B7;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 40px; }
  .t-btn-gold.line {
    background: none;
    border-color: #FE787F;
    color: #FE787F; }
  .t-btn-gold.white {
    color: #fff;
    border-color: #fff; }
  .t-btn-gold + .t-btn {
    margin-left: 1.3125rem; }
  .t-btn-gold.disabled {
    background: none;
    color: #FE787F;
    border-color: transparent; }
  .t-btn-gold:hover, .t-btn-gold:focus {
    text-decoration: none;
    color: #fff; }

input.t-btn {
  min-width: 0;
  width: auto;
  padding-left: 0;
  padding-right: 0; }

.t-btn-icon {
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  background: #FE787F;
  flex-shrink: 0;
  color: #fff;
  padding: 6px 15px 6px 6px;
  border-radius: 40px;
  font-size: 14px; }
  .t-btn-icon.invert {
    color: #FE787F;
    background: none;
    border: 2px #FE787F solid;
    font-weight: 500;
    padding: 5px 25px; }
    .t-btn-icon.invert:hover, .t-btn-icon.invert:focus {
      color: #FE787F; }
  .t-btn-icon .icon {
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;display: -webkit-box;display: flex;align-items: center;justify-content: center; }
    .t-btn-icon .icon:last-child {
      margin-right: 0;
      margin-left: 2.4375rem; }
  .t-btn-icon:hover, .t-btn-icon:focus {
    color: #fff;
    text-decoration: none; }
  .t-btn-icon input {
    display: none; }
  .t-btn-icon.only {
    padding: 5px;
    min-width: 0; }
    .t-btn-icon.only .icon {
      margin: 0; }

.t-upload-btn {
  margin-bottom: 0;
  min-width: 180px;
  cursor: pointer;
  min-height: 2.5rem;
  position: relative; }
  .t-upload-btn a {
    border: 1px solid white;
    border-radius: 40px;
    padding: 0 5px 0 0px; }
  .t-upload-btn.hover {
    text-decoration: none; }

.t-file-btn {
  margin-bottom: 0;
  min-width: 180px;
  cursor: pointer;
  min-height: 2.5rem;
  position: relative; }
  .t-file-btn .t-file-content {display: -webkit-box;display: flex;align-items: center; }
  .t-file-btn.file-ready {
    padding-left: 0;
    padding-right: 5px;
    background: #71CB71;
    padding-left: 5px;
    padding-right: 27px; }
    .t-file-btn.file-ready .t-file-content {
      width: 100%;
      text-align: center;
      justify-content: center; }
    .t-file-btn.file-ready .icon {
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translate(0, -50%); }

.t-buttons {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  text-align: center;
  padding: 60px;
  margin-top: -60px; }
  .t-buttons .t-btn {
    display: -webkit-inline-box;
    display: inline-flex; }
    .t-buttons .t-btn + .t-btn {
      margin-left: 0; }

.t-buttons-mob {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  text-align: center;
  padding: 30px 60px 50px 60px;
  flex-direction: column; }
  .t-buttons-mob .t-btn {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-left: 0;
    margin-bottom: 20px; }
    .t-buttons-mob .t-btn + .t-btn {
      margin-left: 0;
      margin-bottom: 20px; }

.t-btn-icon-menu-white {
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 5px 5px 7px 5px;
  font-size: 14px; }
  .t-btn-icon-menu-white .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;display: -webkit-box;display: flex;align-items: center;justify-content: center; }
    .t-btn-icon-menu-white .icon:last-child {
      margin-right: 0;
      margin-left: 2.4375rem; }
  .t-btn-icon-menu-white:hover, .t-btn-icon-menu-white:focus {
    text-decoration: none; }
  .t-btn-icon-menu-white input {
    display: none; }
  .t-btn-icon-menu-white.only {
    padding: 5px;
    min-width: 0; }
    .t-btn-icon-menu-white.only .icon {
      margin: 0; }

.t-covered .check-cover {
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 101; }

.t-covered .items {
  max-width: 867px; }
  .t-covered .items .item {
    box-shadow: 0 5px 20px rgba(0,0,0,0.14902);
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .t-covered .items .item .img {
      height: 200px; }
    .t-covered .items .item img {
      max-height: 210px; }
    .t-covered .items .item .description {
      display: -webkit-box;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-content: baseline;
      padding: 10px; }
      .t-covered .items .item .description.active {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: #fff;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        font-weight: 600;
        z-index: 100; }
        .t-covered .items .item .description.active:after {
          content: '';
          display: block;
          background: -webkit-gradient(linear, left bottom, left top, from(rgba(122, 122, 122, 0.95)), to(rgba(193, 188, 188, 0.67)));
          background: linear-gradient(0deg, rgba(122, 122, 122, 0.95), rgba(193, 188, 188, 0.67));
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1; }
      .t-covered .items .item .description .price {
        font-weight: 600;
        color: #FE787F; }
    .t-covered .items .item .select {
      height: 129px !important;
      padding: 1.3125rem 0;
      font-weight: 500;
      text-align: center;
      position: absolute; }
      .t-covered .items .item .select.active {
        height: 100% !important; }
      .t-covered .items .item .select:after {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.26);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1; }

.t-decoration .check-photos {
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 20; }

.t-decoration .items {
  max-width: 867px; }
  .t-decoration .items .item {
    padding: 20px;
    background-color: #F4F1EC; }
    .t-decoration .items .item .img img {
      transform: scale(-1, 1); }
    .t-decoration .items .item .select {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      font-weight: 500;
      height: 240px;
      color: white;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(122, 122, 122, 0.95)), color-stop(rgba(149, 149, 149, 0.25)), color-stop(rgba(255, 253, 253, 0.21)), to(rgba(255, 253, 253, 0)));
      background: linear-gradient(0deg, rgba(122, 122, 122, 0.95), rgba(149, 149, 149, 0.25), rgba(255, 253, 253, 0.21), rgba(255, 253, 253, 0));display: -webkit-box;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end; }
      .t-decoration .items .item .select:after {
        content: '';
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(122, 122, 122, 0.95)), color-stop(rgba(149, 149, 149, 0.25)), color-stop(rgba(255, 253, 253, 0.21)), to(rgba(255, 253, 253, 0)));
        background: linear-gradient(0deg, rgba(122, 122, 122, 0.95), rgba(149, 149, 149, 0.25), rgba(255, 253, 253, 0.21), rgba(255, 253, 253, 0));
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1; }
      .t-decoration .items .item .select.active .price {
        margin-top: 15px;
        margin-bottom: 0px; }
      .t-decoration .items .item .select .price {
        font-weight: 400;
        transition: all 300ms;
        margin-left: 15px;
        margin-bottom: 10px; }
      .t-decoration .items .item .select .colors {
        display: -webkit-box;
        display: flex; }
        .t-decoration .items .item .select .colors .color {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          margin: 5px;
          display: block; }
          .t-decoration .items .item .select .colors .color.active__color {
            border: 1px solid white;
            box-shadow: 0px 0px 5px #F9F3DF; }

.t-features .offset-md-1 {
  margin-left: 5%; }

.t-features .col-xl-2 {
  flex: 0 0 18%;
  max-width: 18%; }

.t-features .item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(254, 120, 127, 0.38);
  height: 280px;
  position: relative;
  text-align: center;
  margin: 100px 0 25px auto; }
  .t-features .item .content {display: -webkit-box;display: flex;flex-direction: column;align-items: center; }
  .t-features .item .icon {
    margin-bottom: 8px; }
  .t-features .item .decor {
    position: absolute;
    display: -webkit-box;
    display: flex; }
  .t-features .item.item-1 {
    padding-top: 3.25rem;
    z-index: 10; }
    .t-features .item.item-1 .decor {
      bottom: 0;
      right: 0; }
  .t-features .item.item-2 {
    padding-top: 3.25rem;
    z-index: 9; }
    .t-features .item.item-2 .decor {
      top: 0;
      right: 0; }
  .t-features .item.item-3 {
    padding-top: 3.25rem;
    z-index: 8; }
    .t-features .item.item-3 .decor {
      left: 0;
      bottom: 29px; }
  .t-features .item.item-4 {
    padding-top: 3.25rem;
    z-index: 7; }
    .t-features .item.item-4 .decor {
      right: 0;
      bottom: 0; }
  .t-features .item.item-5 {
    padding-top: 3.25rem;
    z-index: 6; }
    .t-features .item.item-5 .decor {
      top: 0;
      right: 0; }

.t-features ~ .t-note {
  margin-top: 100px; }

#footer {
  margin-top: 9.875rem; }
  #footer .text {
    line-height: 1.4; }
  #footer .text .row {
    white-space: nowrap; }

.t-form .t-btn {
  font-size: 0.875rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }

.t-form .t-tabs-nav {
  margin-bottom: 2.6875rem; }

.t-input {
  position: relative; }
  .t-input input, .t-input textarea, .t-input select {
    border-radius: 22px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    border: none;
    width: 100%;
    padding: 0 1.5625rem;
    font-size: 0.875rem; }
  .t-input select {
    background-color: #fff; }
  .t-input input, .t-input select {
    height: 2.5rem; }
  .t-input textarea {
    min-height: 10rem;
    padding-top: 0.625rem; }
  .t-input.min {
    width: 90px; }
    .t-input.min input, .t-input.min textarea, .t-input.min select {
      text-align: center; }
  .t-input + .t-label {
    margin-top: 18px; }
  .t-input .status {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -21px;
    transform: translate(100%, -50%);
    background: #fff;
    display: none; }
  .t-input.show-errors .status {
    display: -webkit-box;
    display: flex; }

.t-label {
  font-size: 1rem;
  color: #717171;
  margin: 0; }
  .t-label + .t-input,
  .t-label + .t-input-group,
  .t-label + .t-list {
    margin-top: 0.5rem; }

.t-input-group {display: -webkit-box;display: flex;align-items: center; }
  .t-input-group + .t-label {
    margin-top: 18px; }
  .t-input-group .t-input + .t-input {
    margin-left: 21px; }

#header, .t-header {
  background: #fff;
  z-index: 500; }
  #header .top-line, .t-header .top-line {
    position: relative; }
    #header .top-line .content, .t-header .top-line .content {
      padding-top: 1.5625rem;
      padding-bottom: 1.9375rem;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px);
      position: relative;
      z-index: 10;display: -webkit-box;display: flex;align-items: center; }
    #header .top-line .logo, .t-header .top-line .logo {
      flex-shrink: 0;
      margin-right: 2.5rem; }
    #header .top-line .text, .t-header .top-line .text {
      flex-shrink: 0; }
      #header .top-line .text .title, .t-header .top-line .text .title {
        font-size: 1.375rem; }
      #header .top-line .text .description, .t-header .top-line .text .description {
        font-size: 1rem; }
    #header .top-line .location, .t-header .top-line .location {
      flex-shrink: 0;
      margin-right: 5.75rem;display: -webkit-box;display: flex;align-items: center; }
      #header .top-line .location .icon, .t-header .top-line .location .icon {
        margin-right: 1rem;
        font-size: 1rem; }
    #header .top-line .phone, .t-header .top-line .phone {
      margin-right: 0.9375rem;
      font-size: 1rem; }
  #header .menu, .t-header .menu {
    padding-bottom: 60px; }
    #header .menu ul, .t-header .menu ul {
      width: 100%;
      justify-content: space-between;
      padding: 10px 30px;
      border-radius: 40px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
      height: 50px;display: -webkit-box;display: flex;align-items: center; }
  #header #mob-menu, .t-header #mob-menu {
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    height: 100vh;
    padding-bottom: 30px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 30px;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 10px);
    transition: all 300ms;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.095); }
    #header #mob-menu.active, .t-header #mob-menu.active {
      opacity: 1;
      pointer-events: auto;
      transform: none; }
    #header #mob-menu hr, .t-header #mob-menu hr {
      height: 2px;
      width: 100%;
      background: rgba(171, 171, 171, 0.25);
      margin: 0;
      border: none; }
    #header #mob-menu .location, .t-header #mob-menu .location {
      font-size: 14px;
      white-space: nowrap; }
      #header #mob-menu .location + .location, .t-header #mob-menu .location + .location {
        margin-top: 21px; }
      #header #mob-menu .location .icon, .t-header #mob-menu .location .icon {
        flex-shrink: 0; }
    #header #mob-menu .menu, .t-header #mob-menu .menu {
      display: block;
      padding-bottom: 250px;
      margin-top: 10px;
      margin-bottom: 10px; }
      #header #mob-menu .menu ul, .t-header #mob-menu .menu ul {
        display: block;
        padding: 0 20px;
        box-shadow: none; }
      #header #mob-menu .menu li, .t-header #mob-menu .menu li {
        width: 100%; }
        #header #mob-menu .menu li:hover a, .t-header #mob-menu .menu li:hover a, #header #mob-menu .menu li:focus a, .t-header #mob-menu .menu li:focus a {
          background: rgba(171, 171, 171, 0.1); }
      #header #mob-menu .menu a, .t-header #mob-menu .menu a {
        height: 40px;
        padding-left: 18px;
        border-radius: 10px;
        transition: background 300ms;
        font-size: 16px;
        color: #717171;display: -webkit-box;display: flex;align-items: center; }
      #header #mob-menu .menu .step__end, .t-header #mob-menu .menu .step__end {
        color: #248f24; }
    #header #mob-menu .t-social, .t-header #mob-menu .t-social {
      margin-top: 35px; }
  #header #basket-btn, .t-header #basket-btn {
    position: relative;
    display: none; }
    #header #basket-btn .basket-note, .t-header #basket-btn .basket-note {
      position: absolute;
      right: -2px;
      bottom: -3px; }
  #header #basket, .t-header #basket {
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, 10px);
    transition: all 300ms;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.095);
    padding-left: 13px;
    padding-right: 13px; }
    #header #basket.active, .t-header #basket.active {
      opacity: 1;
      pointer-events: auto;
      transform: none; }

[data-hint] {
  position: relative;
  transition: all 300ms;
  z-index: 3; }
  [data-hint]:after {
    content: attr(data-hint);
    display: block;
    font-size: 0.75rem;
    text-align: center;
    width: 100vw;
    max-width: 200px;
    background: #FE787F;
    position: absolute;
    right: 50%;
    bottom: 100%;
    transform: translate(50%, -7px);
    color: #fff;
    padding: 5px 5px;
    border-radius: 40px;
    z-index: 10; }
  [data-hint]:before {
    content: '';
    display: inline-block;
    border-width: 6px;
    border-style: solid;
    border-color: #FE787F transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, -7px);
    z-index: 10; }
  [data-hint]:not(.active):before, [data-hint]:not(.active):after {
    opacity: 0; }

.t-intro {
  position: relative;
  z-index: 20; }
  .t-intro .reason-title {
    font-size: 2rem;
    margin-right: 50px;
    text-transform: uppercase;
    margin-left: 80px; }
  .t-intro .decoration {
    position: absolute;
    top: 62%;
    right: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    display: -webkit-inline-box;
    display: inline-flex; }
    .t-intro .decoration img {
      width: calc(100% + 338px);
      margin-left: -10.5625rem;
      margin-right: -10.5625rem;
      max-width: unset;
      -o-object-fit: cover;
         object-fit: cover; }
  .t-intro .footer {
    padding-left: 6.5rem;
    margin-right: 3.875rem;
    position: relative;
    z-index: 10;display: -webkit-box;display: flex;align-items: center;justify-content: space-between; }
    .t-intro .footer .buttons {
      margin-top: 0.625rem; }
  .t-intro .owl-carousel {
    margin-left: auto;
    margin-right: auto; }

.t-like {
  width: 3.125rem;
  height: 3.125rem;
  border: 3px solid #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .t-like img {
    max-width: 1.625rem;
    margin-top: 4px; }
  .t-like.active {
    border-color: #FE787F; }

.t-list li {
  white-space: nowrap;
  padding-right: 21px;
  padding-top: 8px;display: -webkit-box;display: flex;align-items: flex-start; }
  .t-list li:last-child .t-list-content {
    border-bottom-color: transparent; }

.t-list .t-radio {
  margin-right: 20px; }

.t-list-content {
  border-bottom: 2px solid rgba(171, 171, 171, 0.1);
  padding-bottom: 11px;
  width: 100%;display: -webkit-box;display: flex;align-items: center;justify-content: space-between; }

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-size: 5.625rem 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; }

.menu-link {
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: bottom;
  align-items: center; }

.menu-check {
  width: 15px;
  height: 15px;
  margin-right: 3px;
  margin-left: 5px; }

.menu-upload {
  display: -webkit-box;
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  margin-right: 5px; }
  .menu-upload img {
    margin-left: auto;
    margin-right: auto; }

.item_num {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px; }

.mobile-frame-0 {
  background-image: url("../img/30x40.png"); }

.mobile-frame-1 {
  background-image: url("../img/40x60.png"); }

.mobile-frame-2 {
  background-image: url("../img/50x70.png"); }

.mobile-frame-3 {
  background-image: url("../img/60x90.png"); }

.mobile-frame-4 {
  background-image: url("../img/80x100.png"); }

.mobile-frame-5 {
  background-image: url("../img/frames-mobile.png"); }

.t-note .content {
  font-family: 'Montserrat', sans-serif;
  background: #0af;
  padding: 0 0.3125rem 0 2.1875rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.093);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  min-height: 50px;
  color: #fff;
  width: 92%;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 50px auto;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;display: flex;align-items: center;justify-content: space-between; }
  .t-note .content:after {
    content: "";
    background-image: url("/img/header-right.png");
    height: 66px;
    width: 44px;
    right: -48px;
    display: block;
    position: relative; }
  .t-note .content .text {
    margin-right: -45px; }
    .t-note .content .text span {
      font-weight: 500; }

.t-note-s .content {
  background: #fff;
  padding: 0.3125rem 0.3125rem 0.3125rem 2.1875rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.093);
  border-radius: 40px;
  min-height: 50px;display: -webkit-box;display: flex;align-items: center;justify-content: space-between; }
  .t-note-s .content .row {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto; }

.t-note-s .text {
  font-size: 1rem;
  color: #717171; }
  .t-note-s .text small {
    font-size: 14px; }
  .t-note-s .text.accent {
    font-weight: 500;
    color: #FE787F; }

.t-note-s .text-step-one {
  font-size: 1.5rem; }

.t-note-s .decor {
  position: relative; }
  .t-note-s .decor img {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: unset;
    transform: translate(-22%, -23%); }
  .t-note-s .decor.left img {
    transform: translate(-40%, -23%); }

.t-note-s .buttons {
  margin-bottom: 20px;display: -webkit-box;display: flex;align-items: center; }
  .t-note-s .buttons .t-btn {
    font-size: 1rem;
    min-width: 10.4375rem;
    margin: 12px; }
    .t-note-s .buttons .t-btn + .t-btn {
      margin-left: 0; }
  .t-note-s .buttons.margin {
    margin-right: 99px; }
    .t-note-s .buttons.margin .t-btn {
      min-width: 12.5625rem; }

.payment {
  padding-bottom: 50px; }

.t-photos .items {
  margin-bottom: -45px; }
  .t-photos .items .active {
    filter: none;
    transition: all 1s; }

.t-photos .item {
  position: relative;
  margin-bottom: 45px;
  overflow: hidden;
  border-radius: 20px;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 1s; }
  .t-photos .item:before {
    content: "";
    background: transparent;
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(255, 0, 0, 0.8)), color-stop(75%, rgba(0, 0, 0, 0.1)));
    background: -webkit-gradient(linear, left bottom, left top, from(#fe5861), color-stop(75%, rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to top, #fe5861 0%, rgba(0, 0, 0, 0.1) 75%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .t-photos .item:after {
    content: "";
    background: transparent;
    background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(255, 0, 0, 0.8)), color-stop(75%, rgba(0, 0, 0, 0.1)));
    background: -webkit-gradient(linear, left bottom, left top, from(#fe5861), color-stop(75%, rgba(0, 0, 0, 0.1)));
    background: linear-gradient(to top, #fe5861 0%, rgba(0, 0, 0, 0.1) 75%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .t-photos .item:hover, .t-photos .item:focus {
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
            filter: none;
    transition: all 1s; }

.t-photos .img img {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%; }
  .t-photos .img img:hover, .t-photos .img img:focus {
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none; }

.t-photos .style-name {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  height: 2.5rem;
  color: #fff;
  transition: all 300ms;
  z-index: 10;
  overflow: hidden;
    overflow-border-radius: 20px;
  cursor: pointer;
  will-change: height;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Gilroy;display: -webkit-box;display: flex;flex-direction: column;align-items: center;justify-content: center; }

.t-photos .price {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2.5rem;
  color: #fff;
  transition: all 300ms;
  z-index: 10;
  overflow: hidden;
    overflow-border-radius: 20px;
  cursor: pointer;
  will-change: height;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Gilroy;display: -webkit-box;display: flex;flex-direction: column;align-items: center;justify-content: center; }

.t-photos .select {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5rem;
  color: #fff;
  transition: all 300ms;
  z-index: 10;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.33);
  border-radius: 20px;
  cursor: pointer;
  will-change: height;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Gilroy;display: -webkit-box;display: flex;flex-direction: column;align-items: center;justify-content: center; }
  .t-photos .select.active {
    height: 100%; }
  .t-photos .select img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .t-photos .select .bg {
    filter: blur(7px);
    display: block;
    z-index: -1;
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none; }

.t-photos .check-photos {
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 20; }

.t-radio {
  margin: 0;
  flex-shrink: 0; }
  .t-radio input {
    display: none; }
    .t-radio input:checked + .t-radio-content .t-radio-thumb:after {
      opacity: 1; }
  .t-radio-thumb {
    width: 1.25rem;
    height: 1.25rem;
    border: 3px solid #FE787F;
    border-radius: 50%;
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .t-radio-thumb:after {
      content: '';
      display: block;
      width: 50%;
      height: 50%;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      background: #FE787F;
      opacity: 0;
      transition: opacity 300ms; }

.t-sidebar-wrap {
  position: relative; }
  .t-sidebar-wrap > .container-fluid, .t-sidebar-wrap > .container-sm, .t-sidebar-wrap > .container-md, .t-sidebar-wrap > .container-lg, .t-sidebar-wrap > .container-xl {
    position: relative; }
    .t-sidebar-wrap > .container-fluid > .row, .t-sidebar-wrap > .container-sm > .row, .t-sidebar-wrap > .container-md > .row, .t-sidebar-wrap > .container-lg > .row, .t-sidebar-wrap > .container-xl > .row {
      display: block; }

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  white-space: normal;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.095);
  border-radius: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: none;
  transform: translate(0, 0);
  z-index: 100;
  transition: top 100ms; }
  #sidebar .innerWrap {
    position: relative;
    max-height: 75vh;
    overflow: auto; }
    #sidebar .innerWrap .content {
      background: #fff;
      max-width: 312px;
      width: 100%;
      padding: 1rem 1.4rem 2rem 1.4rem; }
  #sidebar .header {
    color: #FE787F;
    font-size: 18px;
    padding: 20px 10px 0px 20px;display: -webkit-box;display: flex;align-items: center;justify-content: space-between; }
    #sidebar .header img {
      max-width: 60px; }
  #sidebar hr {
    height: 2px;
    width: 100%;
    background: rgba(171, 171, 171, 0.25);
    margin: 0;
    border: none; }

.t-sizing .columns {display: -webkit-box;display: flex;align-items: flex-start;justify-content: flex-end; }

.t-sizing .content {
  flex-grow: 1;
  width: 100%;
  max-width: 26.4375rem; }

.t-sizing .u-size {
  margin-top: -10.5rem;
  margin-bottom: 0.9375rem; }

.t-sizing .man {
  flex-shrink: 0; }
  .t-sizing .man img {
    max-width: 320px; }

.t-sizing .t-list {
  margin-bottom: 10.5rem; }

.t-sizing .frames {
  position: relative;
  width: 25rem;
  height: 18.125rem;
  margin-bottom: 25px; }
  .t-sizing .frames .frame {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    font-size: 1rem;
    color: #717171;
    background: #fff;
    border: 2px solid #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    border-radius: 20px;
    right: 0;
    bottom: 0;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    transition: all 300ms;
    cursor: pointer; }
    .t-sizing .frames .frame.active {
      border-color: #FE787F;
      box-shadow: none;
      cursor: default; }
    .t-sizing .frames .frame.frame-1 {
      width: 8.125rem;
      height: 7.25rem;
      text-align: center;
      justify-content: center;
      align-items: center;
      z-index: 10; }
    .t-sizing .frames .frame.frame-2 {
      width: 13.75rem;
      height: 9.6875rem;
      transform: translate(2px, 2px);
      padding-top: 18px;
      padding-left: 20px;
      z-index: 9; }
    .t-sizing .frames .frame.frame-3 {
      width: 16.8125rem;
      height: 12rem;
      transform: translate(4px, 4px);
      padding-top: 12px;
      padding-left: 14px;
      z-index: 8; }
    .t-sizing .frames .frame.frame-4 {
      width: 21.5rem;
      height: 14.5rem;
      transform: translate(6px, 6px);
      padding-top: 13px;
      padding-left: 15px;
      z-index: 7; }
    .t-sizing .frames .frame.frame-5 {
      width: 25rem;
      height: 18.125rem;
      transform: translate(8px, 8px);
      padding-top: 18px;
      padding-left: 18px;
      z-index: 6; }

.t-sizing .bottom-line {
  margin-right: 5px; }

.t-sizing .frames-mobile {
  width: 100%;display: -webkit-box;display: flex;flex-direction: column;align-items: center;justify-content: flex-end; }
  .t-sizing .frames-mobile .content {
    min-width: 0;
    width: 100%;
    max-width: 348px !important;
    height: 32.5rem;
    background-size: cover;
    border-position: right bottom;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;display: -webkit-box;display: flex;align-items: flex-end;justify-content: center; }
  .t-sizing .frames-mobile .frames {
    margin-left: auto;
    margin-right: auto; }

.t-slider {
  position: relative; }
  .t-slider .owl-carousel {
    min-width: 100%; }
  .t-slider .slide {
    height: 626px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    overflow: hidden;
    padding: 0 0 33px 109px;display: -webkit-box;display: flex;flex-direction: column;justify-content: flex-end; }
  .t-slider .owl-dots {
    position: absolute;
    right: 50%;
    bottom: 40px;
    transform: translate(50%, 0);display: -webkit-box;display: flex;align-items: center; }
    .t-slider .owl-dots .owl-dot {
      width: 20px;
      height: 20px;
      border: 3px solid #fff;
      border-radius: 50%;
      display: -webkit-box !important;
      display: flex !important;display: flex;align-items: center;justify-content: center; }
      .t-slider .owl-dots .owl-dot span {
        margin: 0 !important;
        background: #fff !important;
        width: 10px;
        height: 10px;
        display: none !important; }
      .t-slider .owl-dots .owl-dot.active span {
        display: block !important; }
      .t-slider .owl-dots .owl-dot + .owl-dot {
        margin-left: 20px; }
  .t-slider .title {
    font-size: 42px;
    max-width: 50%;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
  .t-slider .title-small {
    font-size: 24px;
    color: #fff;
    font-weight: 700; }
  .t-slider .footnote {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 75px; }
  .t-slider .buttons {
    margin-top: 66px;display: -webkit-box;display: flex;align-items: center;justify-content: flex-start; }
    .t-slider .buttons + .buttons {
      margin-top: 32px; }

.t-social {
  flex-shrink: 0;display: -webkit-box;display: flex;align-items: center; }
  .t-social li + li {
    margin-left: 15px; }
  .t-social li a img {
    width: 25px; }
  .t-social a {
    width: 50px;
    height: 50px;
    border: 2px solid #FE787F;
    border: 3px solid #FE787F;
    border-radius: 50%;display: -webkit-box;display: flex;align-items: center;justify-content: center; }

#steps {
  position: fixed;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 300ms;
  pointer-events: none; }
  #steps.active {
    opacity: 1;
    transform: none;
    pointer-events: auto; }
  #steps .content {
    background: #FE787F;
    border-radius: 40px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    color: #fff;display: -webkit-box;display: flex;align-items: center;justify-content: space-between; }
  #steps .text {
    margin-right: 30px; }
  #steps .items {
    flex-grow: 1;display: -webkit-box;display: flex;align-items: end;justify-content: space-between; }
  #steps .items a {
    color: #fff;
    cursor: pointer; }
  #steps .icon {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    justify-content: center; }
  #steps .item {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    text-align: center;
    margin-left: 2px;
    transition: all 300ms;
    border: 1px solid white;
    border-radius: 50%;display: -webkit-box;display: flex;align-items: center;justify-content: center; }
    #steps .item + .item {
      margin-left: 5px; }
    #steps .item.finished {
      border-color: #fff; }
    #steps .item.current {
      background: #fff;
      border-color: #fff;
      color: #FE787F; }

.t-tabs-nav {
  font-size: 16px;
  color: #fff;display: -webkit-box;display: flex;align-items: center;justify-content: center; }

.t-title {
  text-align: center;
  color: #FE787F;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 58px;
  font-weight: 400; }
  .t-title + * {
    margin-top: 45px; }

.tooltip {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0.4375rem;
  margin: 0.4375rem;
  display: -webkit-box !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 500; }
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s; }
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s; }

#top-line {
  position: fixed;
  top: 15px;
  right: 0;
  left: 0;
  background: none;
  z-index: 600;
  box-shadow: none;
  transform: translate(0, -200%);
  pointer-events: auto;
  opacity: 0;
  transition: all 300ms; }
  #top-line .menu {
    background: #FE787F;
    color: #fff;
    border-radius: 40px;
    padding-bottom: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); }
  #top-line.active {
    opacity: 1;
    pointer-events: auto;
    transform: none; }

.t-variants .items {
  margin-bottom: -45px; }

.t-variants .item {
  position: relative;
  margin-bottom: 45px;
  overflow: hidden;
  border-radius: 20px;
  height: 270px; }

.t-variants .img img {
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  width: 100%; }

.t-variants .style-name {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2.5rem;
  color: #fff;
  transition: all 300ms;
  z-index: 10;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  cursor: pointer;
  will-change: height;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Gilroy;display: -webkit-box;display: flex;flex-direction: column;align-items: center;justify-content: center; }

/* includes */
/* pages */
.preview {
  max-width: 359px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: flex;
  justify-content: center; }
  .preview .user-picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%; }
  .preview img {
    width: 90%;
    height: 90%; }

.img-padding {
  padding: 20px;
  max-height: 300px;
  max-width: 400px; }

.user-image {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center; }

.text-blocks {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column-reverse; }

.company {
  display: -webkit-box;
  display: flex;
  padding-top: 50px;
  flex-direction: column; }

.company-element {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }

.t-input input {
  -moz-appearance: textfield; }

.t-input::-webkit-inner-spin-button input {
  display: none; }

.t-features {
  margin-top: 30px; }

.adv-wrap {
  box-shadow: 0px 10px 20px 2px rgba(254, 120, 127, 0.38);
  border-radius: 20px;
  margin: 20px;
  min-height: 180px; }

.adv-item {
  padding: 30px 10px 10px 10px;
  text-align: center; }
  .adv-item .icon {
    width: 50px;
    margin: 0 auto;
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; }
  .container, .container-sm {
    max-width: 540px; }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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; }
  .container, .container-sm, .container-md {
    max-width: 720px; }
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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; }
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; }
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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; }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; }
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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-sm, .container-md, .container-lg, .container-xl, .container {
    max-width: 1341px; } }
  @media (max-width: 1700px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container {
    max-width: 1100px; } }
  @media (max-width: 1600px) {
    .t-intro .decoration {
      top: 68%; }
      .t-intro .decoration img {
        width: calc(100% + 17.5rem);
        margin-left: -8.75rem;
        margin-right: -8.75rem; }
    .t-intro .owl-carousel {
      max-width: 1100px;
      min-width: 0; } }
  @media (max-width: 1350px) {
    #header .top-line .location, .t-header .top-line .location {
      margin-right: 20px; }
    #header .menu ul, .t-header .menu ul {
      padding-left: 50px;
      padding-right: 50px;
      height: 50px; }
    .t-intro .decoration img {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 30px);
      -o-object-fit: contain;
         object-fit: contain; }
    .t-intro .owl-carousel {
      max-width: 77.4%; }
    .t-slider {
      margin-top: 30px; }
      .t-slider .slide {
        height: 500px;
        padding-bottom: 40px;
        padding-left: 40px; } }
  @media (max-width: 1200px) {
    .t-input .status {
      transform: translate(0, -50%);
      right: 0; }
    #header, .t-header {
      padding-top: 80px; }
      #header #basket-btn, .t-header #basket-btn {
        display: block; }
      #header .top-line, .t-header .top-line {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 500;
        background: #fff; }
        #header .top-line .content, .t-header .top-line .content {
          padding-top: inherit;
          padding-bottom: inherit;
          padding-left: 28px;
          padding-right: 28px;
          justify-content: space-between;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.095); }
        #header .top-line .logo, .t-header .top-line .logo {
          margin-right: 0;
          max-width: 90px;
          padding-top: 10px; }
      #header .menu, .t-header .menu {
        display: none; }
  .t-list {
    font-size: 14px; }
    .t-list .t-radio {
      margin-right: 14px; }
    #sidebar {
      display: none !important; }
  .t-sizing .columns {
    justify-content: center; }
  .t-sizing .t-list {
    margin-bottom: 26px; }
  .t-sizing .frames {
    width: 268px;
    height: 194px;
    margin-bottom: 43px;
    transform: translate(-16px, 0); }
    .t-sizing .frames .frame {
      font-size: 14px; }
      .t-sizing .frames .frame.frame-1 {
        width: 87px;
        height: 78px; }
      .t-sizing .frames .frame.frame-2 {
        width: 147px;
        height: 104px;
        padding-top: 8px;
        padding-left: 13px; }
      .t-sizing .frames .frame.frame-3 {
        width: 180px;
        height: 129px;
        padding-top: 3px;
        padding-left: 9px; }
      .t-sizing .frames .frame.frame-4 {
        width: 231px;
        height: 156px;
        padding-top: 5.1px;
        padding-left: 10px; }
      .t-sizing .frames .frame.frame-5 {
        width: 268px;
        height: 194px;
        padding-top: 8px;
        padding-left: 13px; }
    .t-title {
      margin-top: 25px; }
      .t-title + * {
        margin-top: 31px; }
    #top-line {
      display: none; } }
  @media (max-width: 992px) {
    .t-intro .decoration {
      top: 45%; }
    .t-intro .reason-title {
      display: none; }
    .t-intro .footer .buttons {
      margin-top: 0; }
  .t-note-s .content {
    padding-left: 25px;
    padding-right: 10px; }
  .t-note-s .text {
    font-size: 12px; }
    .t-note-s .text:last-child:not(:only-child) {
      margin-right: 14px; }
    .t-slider .slide {
      height: 400px; }
      .t-slider .slide > * {
        display: none; } }
  @media (max-width: 768px) {
    .t-btn {
      font-size: 14px;
      height: 40px;
      min-width: 157px; }
    .t-btn-gold {
      font-size: 14px;
      height: 40px;
      min-width: 157px; }
  .t-features ~ .t-note {
    margin-top: 80px; }
    #footer .logo {
      display: block;
      max-width: 101px; }
    #footer .row .text {
      margin-bottom: 16px;
      font-size: 14px; }
    #footer .row a {
      font-size: 14px; }
    .t-intro .decoration {
      top: 26%; }
    .t-intro .reason-title {
      display: none; }
    .t-intro .footer {
      padding-left: 0;
      margin-right: auto;
      margin-left: auto;
      width: 77.4%; }
      .t-intro .footer .buttons {
        transform: translate(20px, 7px); }
  .t-photos .item {
    margin-left: -12.75px;
    margin-right: -12.75px;
    margin-bottom: 4.5px; }
  .t-photos .select {
    height: 50px;
    font-size: 14px; }
  .t-photos .row {
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .t-slider .slide {
      height: 300px;
      border-radius: 10px; }
    .t-slider .owl-dots {
      bottom: 15px; }
      .t-slider .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        border-width: 2px;
        flex-shrink: 0; }
        .t-slider .owl-dots .owl-dot span {
          width: 6px !important;
          height: 6px !important; }
        .t-slider .owl-dots .owl-dot + .owl-dot {
          margin-left: 10px; }
  .t-variants .item {
    margin-left: -12.75px;
    margin-right: -12.75px;
    margin-bottom: 4.5px; }
    .t-variants .item .select {
      height: 50px;
      font-size: 14px; }
  .t-variants .row {
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px; } }
  @media (max-width: 576px) {
  .t-buttons {
    flex-direction: column;
    margin-top: 25px; }
    .t-covered .items .item .img {
      height: 90px; }
      .t-covered .items .item .img img {
        height: 90px; }
    .t-covered .items .item .description {
      background-color: rgba(255,255,255,0.76078); }
  .t-features .offset-md-1 {
    margin-left: 0; }
  .t-features .row {
    align-items: normal;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0; }
    .t-features .row .item {
      width: 157px;
      height: auto;
      padding-bottom: 27px;
      margin-left: auto;
      margin-right: auto !important; }
      .t-features .row .item .decor {
        display: none; }
      .t-features .row .item .text {
        font-size: 14px; }
      .t-features .row .item.item-1 {
        padding-top: 47px;
        margin-top: -24px; }
      .t-features .row .item.item-2 {
        padding-top: 50px;
        margin-top: -35px; }
      .t-features .row .item.item-3 {
        padding-top: 63px;
        margin-top: -41px; }
      .t-features .row .item.item-4 {
        padding-top: 39px;
        margin-top: -26px; }
      .t-features .row .item.item-5 {
        padding-top: 38px;
        margin-top: -23px;
        margin-right: 0; }
      .t-input input, .t-input textarea, .t-input select {
        border: 1px #dfdede solid; }
      .t-input.min.min {
        width: 103px; }
    .t-label {
      font-size: 14px; }
    .t-input-group .t-input + .t-input {
      margin-left: 5px; }
    #header #basket, .t-header #basket {
      padding-top: 30px; }
    .t-intro .reason-title {
      display: none; }
    .t-intro .footer {
      padding-left: 5px;
      margin-right: 3.875rem;
      position: relative;
      z-index: 10;display: -webkit-box;display: flex;align-items: center;justify-content: space-between; }
      .t-intro .footer .buttons img {
        margin-left: 220px;
        margin-top: -10px;
        margin-bottom: 20px; }
    .t-intro .decoration {
      top: 80px;display: -webkit-box;display: flex;align-items: center;justify-content: center; }
      .t-intro .decoration img {
        transform: translate(0, 68px);
        width: calc(100% + 188px); }
    .t-intro .footer {
      transform: translate(0, -4px); }
  .t-note .content {
    min-height: 44px;
    height: 44px;
    width: 90%;
    position: relative; }
    .t-note .content:after {
      height: 44px;
      width: 30px;
      right: -30px;
      position: absolute;
      background-size: contain; }
    .t-note .content .text {
      font-size: 12px;
      margin-left: 15px;
      margin-right: 0px; }
      .t-note .content .text.accent {
        font-weight: 500; }
  .t-photos .item {
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
            filter: none; }
    .t-photos .item:before {
      content: "";
      background: transparent;
      background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(255, 0, 0, 0.8)), color-stop(75%, rgba(0, 0, 0, 0.1)));
      background: -webkit-gradient(linear, left bottom, left top, from(#fe5861), color-stop(75%, rgba(0, 0, 0, 0.1)));
      background: linear-gradient(to top, #fe5861 0%, rgba(0, 0, 0, 0.1) 75%);
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      transition: all 1s; }
    .t-photos .item:after {
      content: "";
      background: transparent;
      background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(255, 0, 0, 0.8)), color-stop(75%, rgba(0, 0, 0, 0.1)));
      background: -webkit-gradient(linear, left bottom, left top, from(#fe5861), color-stop(75%, rgba(0, 0, 0, 0.1)));
      background: linear-gradient(to top, #fe5861 0%, rgba(0, 0, 0, 0.1) 75%);
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      transition: all 1s; }
  .t-photos .active {
    filter: none; }
    .t-photos .active:before {
      background: none;
      transition: all 1s; }
    .t-photos .active:after {
      background: none;
      transition: all 1s; }
  .t-sizing .sizing__show {
    justify-content: space-around; }
  .t-sizing .man {
    margin-top: 15px;
    flex-shrink: 0; }
    .t-sizing .man img {
      height: 300px;
      max-width: 240px; }
  .t-sizing .t-list li {
    padding-right: 0; }
    .t-slider .slide {
      height: 200px; }
    .t-slider .owl-carousel {
      max-width: calc(100% - 60px);
      min-width: 265px; }
    .t-slider .title {
      display: block;
      font-size: 14px; }
    .t-slider .buttons {
      margin-top: 66px;display: -webkit-box;display: flex;align-items: center;justify-content: flex-start; }
      .t-slider .buttons + .buttons {
        margin-top: 32px; }
      .t-slider .buttons img {
        margin-left: 220px;
        margin-top: -10px;
        margin-bottom: 20px; }
    .t-tabs-nav li.t-btn + li.t-btn {
      margin-left: 20px; }
  .t-variants .item {
    height: 180px; }
    .t-variants .item .select {
      height: 50px;
      font-size: 14px; }
  .t-variants .row {
    width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px; } }
  @media (max-width: 572px) {
  .t-decoration .item .select {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(122, 122, 122, 0.95)), to(rgba(255, 253, 253, 0.21)));
    background: linear-gradient(0deg, rgba(122, 122, 122, 0.95), rgba(255, 253, 253, 0.21));display: -webkit-box;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end; }
    .t-decoration .item .select.active .price {
      color: #717171; }
    .t-decoration .item .select:after {
      color: #fff;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(122, 122, 122, 0.95)), to(rgba(255, 253, 253, 0.21)));
      background: linear-gradient(0deg, rgba(122, 122, 122, 0.95), rgba(255, 253, 253, 0.21)); }
    .t-decoration .item .select .colors {
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .t-decoration .item .select .colors .color {
        width: 30px;
        height: 30px; }
  .t-decoration .item .img {
    max-width: 100%; }
    .t-decoration .item .img img {
      max-width: 100%; } }
  @media screen and (max-width: 572px) {
  .img-padding {
    width: 100%; } }
  @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: -webkit-box !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }
