/*!
Theme Name: Krasina Makeup
Author: Tati
Version: 1.0.0
Text Domain: tati
*/
:root {
    --transition: 0.5s ease-in-out;
}

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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

[v-cloak] {
    display: none;
}

html {
    height: 100%;
}

html, body {
    min-height: 100%;
}

body {
    font-family: 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    color: #121212;
    display: flex;
    flex-direction: column;
}

body main { flex: 1 }

input,
input:focus {
    outline: 0;
    box-shadow: none;
}

input::-webkit-input-placeholder {
    color: #fafafa;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #121212;
    padding: 1rem 1.25rem;
    color: #fafafa;
    border: none;
    border: 1px solid #fafafa;
    outline: 0;
    font-size: 0.875rem;
    background-clip: padding-box;
    border-radius: 0;
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    margin: 0;
    background-color: #121212;
    border: 1px solid #fafafa;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background: none;
    border: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    font-size: 1.5rem;
    padding-left: 1rem;
}

input[type="checkbox"] + label {
    font-size: 0.875rem;
    line-height: 1.2;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem;
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIzIiB2aWV3Qm94PSIwIDAgMzIgMjMiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjguMDg5Ni42NzA4MjctMTYuNTkyOSAxNi41OTMxNzMtNy41ODYzLTcuNTg2MzljLS44OTQ2NC0uODk0NDYtMi4zNDQ5MS0uODk0NDYtMy4yMzk1NTUgMC0uODk0NDYuODk0NjktLjg5NDQ2IDIuMzQ0ODkgMCAzLjIzOTU5bDkuMjA2MTA1IDkuMjA2MmMuNDQ3MzUuNDQ3MSAxLjAzMzU1LjY3MDkgMS42MTk3NS42NzA5LjU4NjMgMCAxLjE3MjUtLjIyMzggMS42MTk4LS42NzA5bDE4LjIxMjctMTguMjEyODFjLjg5NDQtLjg5NDY1Ljg5NDQtMi4zNDQ5MyAwLTMuMjM5NTgtLjg5NDctLjg5NDY1LTIuMzQ1MS0uODk0NjQ5LTMuMjM5Ni0uMDAwMTgzeiIgZmlsbD0iI2ZhZmFmYSIvPjwvc3ZnPg==");
    border: 1px solid #fafafa;
}

button,
button:focus,
button:disabled {
    font-family: 'Arial', sans-serif;
    width: 100%;
    margin: 0;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 1rem 2rem;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    border: none;
    color: #121212;
    background: #fff;
    transition: background-color 0.15s ease-in-out;
}

button:disabled {
    cursor: not-allowed;
    background: #aaa;
}

#subscribe {
    min-height: 245px;
}

.form {
    max-width: 400px;
    margin: 0 auto;
}

.error, .success {
    left: 0;
    bottom: 3rem;
}

.SmartCaptcha-Shield {
    z-index: 1000;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {
    bottom: 0 !important;
}

@media screen and (min-width: 600px) {
    input[type="text"],
    input[type="email"] {
        font-size: 1rem;
    }
}

.loader {
    animation: rotating 1s linear infinite;
    display: block;
    width: 20px;
    height: auto;
}

.submit-button {
    min-width: 284px;
    height: 60px;
}

.submit-button svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

@-webkit-keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
}

img.lazyloaded {
    opacity: 1;
}

section {
    padding: 2.25rem 0;
    overflow: hidden;
}

.back {
    overflow: hidden;
}

.back,
.back > * {
    position: relative;
}

.back::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    background-image: url('./assets/images/back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    opacity: 0.2;
    z-index: 0;
    background-color: #121212;
}

.dark {
    background-color: #121212;
    color: #f1f1f1;
}

h1, h2, h3 {
    font-weight: 400;
    line-height: 1;
}

h2 {
    font-size: 8vw;
    margin-bottom: 2.25rem;
    text-transform: uppercase;
}

.dark h2 {
    line-height: 1.1;
}

h3 {
    font-size: 6vw;
    margin-bottom: 2.25rem;
    text-transform: uppercase;
}

p {
    margin-bottom: 2rem;
}

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

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

.lowercase {
    text-transform: none;
}

.container {
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.flex {
    display: flex;
}

@media (min-width: 768px) {
    .flex-md {
        display: flex;
    }
    .flex-md-column {
        flex-direction: column;
    }
    .flex-md-column .ratio {
        width: 100%;
    }
    .flip-md > *:first-child {
        order: 2;
    }
    .flip-md > *:last-child {
        order: 1;
    }
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.left-50 {
    left: 50%;
}

.inset-0 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hidden {
    display: none;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.transition-opacity {
    transition: opacity 0.3s ease-in-out;
}

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

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

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

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

.text-darker {
    opacity: 0.8;
}

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

.flip .col:first-child {
    order: 2
}

.flip .col:last-child {
    order: 1
}

.col {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 1rem;
}

.col-partner,
.col-half,
.col-6 {
    margin-bottom: 2.25rem;
}

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

.bordered.col {
    position: relative;
    z-index: 1;
}

.d-none {
    display: none;
}

@media (min-width: 768px) {
    section {
        padding: 4.5rem 0;
    }
    h2 {
        font-size: 6vw;
    }
    h3 {
        font-size: 4vw;
    }
    .dark h3 {
        font-size: 3rem;
    }
    .col-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-partner {
        max-width: 25%;
    }
    .col-5 {
        flex: 0 0 auto;
        width: 41.6666%;
    }
    .col-half,
    .col-6 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 0;
    }
    .col-half:nth-child(even) {
        margin-top: 6rem;
    }
    .col-7 {
        flex: 0 0 auto;
        width: 58.3333%;
    }
    .custom .col-5 {
        width: 100%;
    }
    .custom .col-7 {
        width: 100%;
    }
    .col-6:first-child {
        padding-right: 2.25rem;
    }
    .col-6:last-child {
        padding-left: 2.25rem;
    }
    .reverse .col-6:first-child {
        padding-left: 2.25rem;
        padding-right: 1rem;
    }
    .reverse .col-6:last-child {
        padding-right: 2.25rem;
        padding-left: 1rem;
    }
    .flip .col:first-child {
        order: 1
    }
    .flip .col:last-child {
        order: 2
    }
    .text-md-right {
        text-align: right;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
    .dynamic-container {
        max-width: 100%;
        padding-left: calc( ( 100% - 1200px ) / 2 + 1rem );
    }
    .dynamic-container .col:first-child {
        width: calc( 50% - ( ( 100% - 1200px ) / 2 ) / 2 - 2rem );
    }
    .dynamic-container .col:last-child {
        border-right: 0;
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
        width: calc( 50% + ( ( 100% - 1200px ) / 2 ) / 2 + 2rem );
        padding-right: calc( ( 100% - 1200px ) + 1rem );
    }
    .col-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-4 {
        flex: 0 0 auto;
        width: 33.3333%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
        margin-bottom: 0;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 0;
    }
    .col-6:first-child {
        padding-right: 4.5rem;
    }
    .col-6:last-child {
        padding-left: 4.5rem;
    }
    .col-half {
        padding-right: 14rem;
    }
    .bordered.col {
        border: 1px solid #fff;
    }
    .reverse .col-6:first-child {
        padding-left: 4.5rem;
        padding-right: 1rem;
    }
    .reverse .col-6:last-child {
        padding-right: 4.5rem;
        padding-left: 1rem;
    }
    .col-7 {
        padding-left: 9rem;
    }
}

.banner {
    overflow: hidden;
    position: relative;
}

.banner-inner {
    min-width: 1080px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.ratio {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ratio-square,
.ratio-square-top {
    padding-top: 100%;
}

.ratio-16-9 {
    padding-top: 57.14%;
}

.ratio-1 {
    padding-top: 108.69%;
}

.ratio-2 {
    padding-top: 71.42%;
}

.ratio-3 {
    padding-top: 120%;
}

.ratio-3 > *,
.ratio-square-top > * {
    object-position: 50% 0%;
}

.btn {
    -webkit-appearance: none;
    border: 1px solid #121212;
    display: inline-block;
    outline: none;
    box-shadow: none;
    padding: 1rem 4rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
    color: #121212;
    background: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    background-color: #121212;
    color: #fff;
}

.btn-dark {
    color: #fff;
    border: 1px solid #b8b8b8;
}

.btn-dark:hover,
.btn-dark:focus {
    border-color: #fff;
    background-color: #fff;
    color: #121212;
}

.pointer {
    cursor: pointer;
}

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

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

.pb-36 {
    padding-bottom: 1.125rem !important;
}

.pt-72 {
    padding-top: 2.25rem !important;
}

.pb-72 {
    padding-bottom: 2.25rem !important;
}

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

.mb-2 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.mb-36 {
    margin-bottom: 1.125rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mt-72 {
    margin-top: 2.25rem !important;
}

.mb-72 {
    margin-bottom: 2.25rem !important;
}

.mt-md-72 {
    margin-top: 2.25rem !important;
}

@media (min-width: 768px) {
    .ratio {
        margin-left: auto;
        margin-right: auto;
    }
    .mb-36 {
        margin-bottom: 2.25rem !important;
    }
    .pb-36 {
        padding-bottom: 2.25rem !important;
    }
    .mt-mb-1 {
        margin-top: 0.5rem;
    }
    .pt-md-72 {
        padding-top: 2.25rem !important;
    }
    .pb-md-72 {
        padding-bottom: 2.25rem !important;
    }
    .mt-md-72 {
        margin-top: 2.25rem !important;
    }
    .mb-md-72 {
        margin-bottom: 2.25rem !important;
    }
}

@media (min-width: 1280px) {
    .mt-72 {
        margin-top: 4.5rem !important;
    }
    .mb-72 {
        margin-bottom: 4.5rem !important;
    }
    .pt-72 {
        padding-top: 4.5rem !important;
    }
    .pb-72 {
        padding-bottom: 4.5rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 2.25rem !important;
    }
}

header {
    position: sticky;
    position: -webkit-sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.home header {
    position: fixed;
}

header::before {
    content: '';
    width: 100%;
    height: 81px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    transition: height 0.15s ease-in-out, backdrop-filter 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.header-compact::before {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
}

.body-overflow {
    height: 100%;
    overflow: hidden;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
}

nav {
    flex: 1;
    text-align: right;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    background: #fff;

    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: scroll;
    z-index: 1;

    padding: 1rem;
    align-items: center;
    display: flex;
}

.menu-transition nav {
    transition: opacity 0.15s ease-in-out;
}

.menu-opened nav {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.menu-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.menu-logo:last-child {
    opacity: 1;
    z-index: 10;
}

body:not(.home) .menu-logo:first-child,
.header-compact .menu-logo:first-child,
.menu-opened .menu-logo:first-child {
    opacity: 1;
    z-index: 10;
}

@media screen and (max-width: 767.98px) {
    .menu-logo:last-child {
        display: none;
    }
    .menu-logo:first-child,
    .menu-logo:last-child {
        transition: none;
    }
}

.menu-opened .menu-logo:first-child {
    transition: none;
}

body:not(.home) .menu-logo:last-child,
.header-compact .menu-logo:last-child,
.menu-opened .menu-logo:last-child {
    opacity: 0;
    z-index: 0;
}

.menu-nav {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.menu-nav-item {
    opacity: 0;
}

.menu-opened .menu-nav-item {
    transform: translateX(-1rem);
}

.menu-opened .menu-nav-item {
    animation: fadeInFromLeft 0.3s ease-in-out forwards;
}

.menu-opened .menu-nav-item:nth-child(1) {
    animation-delay: 0.06s;
}
.menu-opened .menu-nav-item:nth-child(2) {
    animation-delay: 0.08s;
}
.menu-opened .menu-nav-item:nth-child(3) {
    animation-delay: 0.1s;
}
.menu-opened .menu-nav-item:nth-child(4) {
    animation-delay: 0.12s;
}
.menu-opened .menu-nav-item:nth-child(5) {
    animation-delay: 0.14s;
}

@keyframes fadeInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.menu-nav-item + .menu-nav-item {
    margin-top: 2rem;
}

.menu-nav-link {
    display: inline-block;
    padding: 0 1rem;
    color: #121221;
    text-decoration: none;
    position: relative;
    transition: color 0.15s ease-in-out;
}

.menu-nav-link {
    font-size: 1.25rem;
}

.menu-nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: 0;
    height: 1px;
    background-color: #121212;
    transition: width 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.menu-nav-link:hover:after,
.menu-nav-link:focus:after {
    width: calc(100% - 2rem);
}

button.menu-toggle {
    position: relative;
    z-index: 10;
    padding: 0;
    margin: 0;
    appearance: none;
    background: none;
    border: none;
    outline: 0;
    box-shadow: none;
    height: 2.5rem;
    width: 2.5rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

button.menu-toggle svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

button.menu-toggle svg:last-child {
    display: none;
}

.menu-opened button.menu-toggle svg:first-child {
    display: none;
}

.menu-opened button.menu-toggle svg:last-child {
    display: flex;
}

button.menu-toggle svg {
    will-change: transform;
}

button.menu-toggle svg,
button.menu-toggle svg path {
    transition: fill 0.15s ease-in-out;
}

.home header:not(.header-compact) button.menu-toggle svg path {
    fill: rgba(255,255,255,0.85);
}

header.menu-opened button.menu-toggle svg path,
.home header.menu-opened button.menu-toggle svg path {
    fill: #121212;
}

@media (min-width: 768px) {
    .menu-logo:first-child {
        opacity: 1;
        z-index: 1;
    }
    .menu-logo:last-child {
        opacity: 0;
        z-index: 0;
    }
    .header-dark .menu-logo:first-child {
        opacity: 0;
        z-index: 0;
    }
    
    .header-dark .menu-logo:last-child {
        opacity: 1;
        z-index: 1;
    }
    
    .header-compact .menu-logo:first-child {
        opacity: 1;
        z-index: 1;
    }
    
    .header-compact .menu-logo:last-child {
        opacity: 0;
        z-index: 0;
    }
    nav {
        position: relative;
        pointer-events: all;
        height: auto;
        visibility: visible;
        opacity: 1;
        background: none;
        width: auto;
        padding: 0;
        overflow: hidden;
    }
    .menu {
        margin-right: -1rem;
    }
    .menu-nav {
        flex-direction: row;
    }
    .menu-nav-item {
        opacity: 1;
    }
    .menu-nav-item + .menu-nav-item {
        margin-top: 0;
    }
    .menu-nav-link {
        font-size: 1rem;
    }
    button.menu-toggle {
        display: none;
    }
    .header-dark:not(.header-compact) .menu-nav-link {
        color: rgba(255,255,255,0.85);
    }
    .header-dark:not(.header-compact) .menu-nav-link:after {
        background-color: rgba(255,255,255,0.85);
    }
    .header-dark:not(.header-compact) button.menu-toggle svg path {
        fill: rgba(255,255,255,0.85);
    }
}

.menu-logo-link {
    display: block;
    position: relative;
    width: 160px;
    height: 65px;
}

.footer-logo {
    margin: 0 auto 2rem;
    width: 300px;
}

.footer-copyright {
    text-align: center;
    color: #787878;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.features-image {
    margin-top: 2.25rem;
    opacity: 0.75;
    filter: contrast(1.5);
}

.custom .col-5 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.custom-block {
    margin-bottom: 2.25rem;
}

.font-md {
    font-size: 2rem;
}

@media (min-width: 1280px) {
    .features-image {
        width: 820px;
        position: absolute;
        top: 60px;
        right: 0;
        transform: none;
    }
    .custom .col-5 {
        width: 38%;
        padding-top: 12rem;
        padding-left: 3.5rem;
        padding-right: 4rem;
        padding-bottom: 6rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateX(-2.25rem)
    }
    .custom .col-7 {
        width: 62%;
        padding-left: 9.5rem;
        padding-right: 4.5rem;
    }
    .custom-block {
        padding-top: 100%;
    }
    .custom-title {
        margin-top: 20%;
    }
    .font-md {
        font-size: 3rem;
    }
}

.social {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.social-item {
    flex: 0 0 auto;
    margin: 0 0.5rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #121212;
    width: 32px;
    height: 32px;
    padding: 8px;
}

.social-icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}

.social-icon path {
    fill: #fff;
}

.social-item--telegram .social-link {
    padding: 0;
    background-color: #fff;
}

.social-item--telegram .social-icon {
    width: 32px;
    height: 32px;
}

.social-item--telegram .social-icon path {
    fill: #121212;
}

.with-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.breadcrumbs {
    margin: 1rem -1rem 1.5rem;
    padding: 0 1rem;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
    overflow: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.breadcrumbs::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}

.breadcrumbs__item {
    font-size: 0.875rem;
    display: inline-block;
}

.breadcrumbs__item + .breadcrumbs__item:before {
    content: ' > ';
    margin-left: 0.25rem;
    color: #314252;
}

.breadcrumbs__link .breadcrumbs__value,
.breadcrumbs__value {
    color: #314252;
}

.breadcrumbs__link,
.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    color: #121221;
    transition: color 0.15s ease-in-out;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:focus,
.breadcrumbs__link:hover .breadcrumbs__value,
.breadcrumbs__link:focus .breadcrumbs__value {
    color: #121221;
}

@media (min-width: 1280px) {
    .breadcrumbs {
        margin: 1rem -1rem 3rem;
    }
}