﻿/*!
*  Hand Crafted Framework by Horato
* Copyright (c) 2020 Horato A.Ş.
* www.horato.com // follow us @HORATOINTERNET
*/
:root, html.light {
    --color-bg: #D3DBE5;
    --color-secondary-bg: #252B32;
    --color-secondary-transparent-bg: rgba(0, 0, 0, 0.15);
    --color-primary: #acacac;
    --color-secondary: #acacac;
    --color-link: #9140DC;
    --color-link-hover: #8232CE;
    --color-link-active: #65289E;
    --color-light-text: #0056b3;
    --color-medium-text: #0056b3;
    --color-dark-text: #0056b3;
    --color-border: #0056b3;
    --color-border-hover: #474956;
    --color-input: #0056b3;
    --color-input-hover: #0056b3;
    --color-input-active: #0056b3;
    --color-placeholder: #6D6E80;
    --color-error: red;
    --color-error-bg: red;
    --color-warning: orange;
    --color-warning-bg: orange;
    --color-success: green;
    --color-success-bg: green;
    --color-info: blue;
    --color-info-bg: blue
}

@media (prefers-color-scheme: no-preference) {
    :root, html.dark {
        --color-bg: #354148;
        --color-secondary-bg: #D3DBE5;
        --color-primary-transparent-bg: rgba(0, 0, 0, 0.5);
        --color-primary: #fff;
        --color-secondary: #a7b1a9;
        --color-link: #00ADEE;
        --color-link-hover: #0ebdff;
        --color-link-active: #027DAB;
        --color-light-text: #a4b3ae;
        --color-medium-text: #8b9692;
        --color-dark-text: #65736e;
        --color-border: #535c61;
        --color-border-hover: #979AA3;
        --color-input: #363B42;
        --color-input-hover: #414852;
        --color-input-active: #fff;
        --color-placeholder: #777B85;
        --color-error: #ff856a;
        --color-error-bg: #ff856a;
        --color-warning: #daa100;
        --color-warning-bg: #daa100;
        --color-success: #60c354;
        --color-success-bg: #60c354;
        --color-info: #3cd2ff;
        --color-info-bg: #3cd2ff
    }
}

@media (prefers-color-scheme: light) {
    :root, html.dark {
        --color-bg: #354148;
        --color-secondary-bg: #D3DBE5;
        --color-primary-transparent-bg: rgba(0, 0, 0, 0.5);
        --color-primary: #fff;
        --color-secondary: #a7b1a9;
        --color-link: #00ADEE;
        --color-link-hover: #0ebdff;
        --color-link-active: #027DAB;
        --color-light-text: #a4b3ae;
        --color-medium-text: #8b9692;
        --color-dark-text: #65736e;
        --color-border: #535c61;
        --color-border-hover: #979AA3;
        --color-input: #363B42;
        --color-input-hover: #414852;
        --color-input-active: #fff;
        --color-placeholder: #777B85;
        --color-error: #ff856a;
        --color-error-bg: #ff856a;
        --color-warning: #daa100;
        --color-warning-bg: #daa100;
        --color-success: #60c354;
        --color-success-bg: #60c354;
        --color-info: #3cd2ff;
        --color-info-bg: #3cd2ff
    }
}

@media (prefers-color-scheme: dark) {
    :root, html.dark {
        --color-bg: #354148;
        --color-secondary-bg: #D3DBE5;
        --color-primary-transparent-bg: rgba(0, 0, 0, 0.5);
        --color-primary: #fff;
        --color-secondary: #a7b1a9;
        --color-link: #00ADEE;
        --color-link-hover: #0ebdff;
        --color-link-active: #027DAB;
        --color-light-text: #a4b3ae;
        --color-medium-text: #8b9692;
        --color-dark-text: #65736e;
        --color-border: #535c61;
        --color-border-hover: #979AA3;
        --color-input: #363B42;
        --color-input-hover: #414852;
        --color-input-active: #fff;
        --color-placeholder: #777B85;
        --color-error: #ff856a;
        --color-error-bg: #ff856a;
        --color-warning: #daa100;
        --color-warning-bg: #daa100;
        --color-success: #60c354;
        --color-success-bg: #60c354;
        --color-info: #3cd2ff;
        --color-info-bg: #3cd2ff
    }
}

:root {
    --reflex-columns: 12;
    --reflex-grid-spacing: .5rem;
    --reflex-xs: 576px;
    --reflex-sm: 768px;
    --reflex-md: 992px;
    --reflex-lg: 1200px;
    --reflex-xlg: 1200px;
    --reflex-xxs-max: 575px;
    --reflex-xs-max: 767px;
    --reflex-sm-max: 991px;
    --reflex-md-max: 1199px;
    --reflex-lg-max: 1199px
}

.container, .container-full {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (max-width: 64.0525em) {
    .container, .container-full {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

.container .grid, .container-full .grid {
    margin-right: -.5rem;
    margin-left: -.5rem
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 2rem
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 2rem
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 2rem
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 2rem
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent
}

main, article, aside, figure, footer, header, nav, section, details, summary {
    display: block
}

html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

img, object, embed {
    max-width: 100%
}

html {
    overflow-y: scroll
}

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

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

th {
    font-weight: bold;
    vertical-align: bottom
}

td {
    font-weight: normal;
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}

input[type="radio"] {
    vertical-align: text-bottom
}

input[type="checkbox"] {
    vertical-align: bottom
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

select, input, textarea {
    font: 99% sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

small {
    font-size: 85%
}

strong {
    font-weight: normal
}

td, td img {
    vertical-align: top
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer
}

button, input, select, textarea {
    margin: 0
}

button, input[type=button] {
    width: auto;
    overflow: visible
}

.ie7 img {
    -ms-interpolation-mode: bicubic
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both
}

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

::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

dl dl, dl ol, dl ul, ol dl, ul dl {
    margin: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin: 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol, nav ul {
    list-style: none;
    padding: 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: normal
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe {
    border-style: none
}

img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button, input, select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

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

fieldset {
    border: 1px solid #a0a0a0;
    padding: 0.35em 0.75em 0.625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type="checkbox"], [type="radio"] {
    padding: 0
}

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

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled="true"], [disabled] {
    cursor: not-allowed
}

[aria-hidden="false"][hidden] {
    display: initial
}

[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

@font-face {
    font-family: 'Book';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Book"), local("Ghino-Book"), url("/views/web/assets/fonts/_Web/Book.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Book.woff2?v=1.0.0") format("woff2");
    font-display: block
}

@font-face {
    font-family: 'Medium';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Medium"), local("Ghino-Medium"), url("/views/web/assets/fonts/_Web/Medium.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Medium.woff2?v=1.0.0") format("woff2");
    font-display: block
}

@font-face {
    font-family: 'SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Semibold"), local("Ghino-Semibold"), url("/views/web/assets/fonts/_Web/Semibold.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Semibold.woff2?v=1.0.0") format("woff2");
    font-display: block
}

@font-face {
    font-family: 'Bold';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Bold"), local("Ghino-Bold"), url("/views/web/assets/fonts/_Web/Bold.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Bold.woff2?v=1.0.0") format("woff2");
    font-display: block
}

@font-face {
    font-family: "IconFont";
    src: url("/views/web/assets/fonts/_Icon/Icons.woff") format("woff"), url("/views/web/assets/fonts/_Icon/Icons.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "IconFont";
        src: url("/views/web/assets/fonts/_Icon/Icons.svg#Icons") format("svg")
    }
}

.icon:before {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: "IconFont";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.icon-check-mark:before {
    content: "\f100"
}

.icon-yol-tarifi:before {
    content: "\f101"
}

input[type=text], input[type=email], input[type=number], input[type=tel], input[type=search], input[type=password], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
    border: 0.1rem solid var(--color-border);
    background-color: #fff;
    color: var(--color-medium-text)
}

input[type=text] + label, input[type=email] + label, input[type=number] + label, input[type=tel] + label, input[type=search] + label, input[type=password] + label, textarea + label {
    margin-bottom: .4rem;
    font-size: 13px;
    color: var(--color-light-text);
    font-family: "Medium";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

@media (hover: hover) {
    input[type=text]:hover, input[type=email]:hover, input[type=number]:hover, input[type=tel]:hover, input[type=search]:hover, input[type=password]:hover, textarea:hover {
        border-color: var(--color-input-hover)
    }
}

input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, input[type=number]:active, input[type=number]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=search]:active, input[type=search]:focus, input[type=password]:active, input[type=password]:focus, textarea:active, textarea:focus {
    border-color: var(--color-border);
    box-shadow: 0 0 0 2px var(--color-link);
    background-color: #fff;
    color: #000
}

input[type=text]:active + label, input[type=text]:focus + label, input[type=email]:active + label, input[type=email]:focus + label, input[type=number]:active + label, input[type=number]:focus + label, input[type=tel]:active + label, input[type=tel]:focus + label, input[type=search]:active + label, input[type=search]:focus + label, input[type=password]:active + label, input[type=password]:focus + label, textarea:active + label, textarea:focus + label {
    color: var(--color-medium-text)
}

input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus {
    outline: none
}

input[type=text]:not(:placeholder-shown), input[type=email]:not(:placeholder-shown), input[type=number]:not(:placeholder-shown), input[type=tel]:not(:placeholder-shown), input[type=search]:not(:placeholder-shown), input[type=password]:not(:placeholder-shown), textarea:not(:placeholder-shown) {
    border-color: var(--color-border);
    background-color: #fff;
    color: var(--color-medium-text)
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none
}

label {
    margin-bottom: .4rem;
    font-size: 13px;
    color: var(--color-light-text);
    font-family: "Medium";
    width: 100%;
    display: block
}

label[data-required]:after {
    content: "*";
    color: var(--color-warning);
    display: inline-flex;
    padding-left: .35rem;
    vertical-align: middle
}

.form_item {
    position: relative;
    padding-bottom: 1.5rem
}

.form_item[data-text] input {
    padding-right: 3rem
}

.form_item[data-text]:after {
    content: attr(data-text);
    position: absolute;
    right: 1rem;
    top: 2.3rem;
    font-size: .925rem;
    color: var(--color-light-text);
    font-family: "Medium";
    pointer-events: none
}

.form_item input {
    padding: 1rem .75rem;
    border: 0.1rem solid var(--color-border)
}

.form_item textarea {
    padding: .5rem .75rem;
    min-height: 5rem;
    line-height: 1.425rem;
    border: 0.1rem solid var(--color-border)
}

.form_item input, .form_item textarea {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

@media (hover: hover) {
    .form_item input:active, .form_item input:focus, .form_item textarea:active, .form_item textarea:focus {
        border-color: var(--color-link);
        color: #000
    }

    .form_item input:active + label, .form_item input:focus + label, .form_item textarea:active + label, .form_item textarea:focus + label {
        color: var(--color-dark-text)
    }

    .form_item input:focus, .form_item textarea:focus {
        outline: none
    }
}

.two_row_item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between
}

.two_row_item .form_item {
    flex-basis: 48%
}

.two_row_item[data-type=with-select] .form_select {
    flex-basis: 26%;
    margin-left: .5rem
}

@media (max-width: 47.99em) {
    .two_row_item {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }

    .two_row_item .form_item {
        flex-basis: 100%;
        width: 100%
    }

    .two_row_item .form_item.blank {
        display: none
    }
}

.form_select {
    position: relative;
    min-width: 80px
}

.form_select:after {
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 1.15rem;
    top: 3.125rem;
    color: var(--color-medium-text);
    content: "";
    font-size: 11px;
    display: block;
    pointer-events: none
}

.form_select select {
    display: block;
    font-size: 16px;
    font-family: "Book";
    font-weight: normal;
    line-height: 1.3rem;
    padding: 1.1rem 1.5rem 1.1rem 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 0.1rem solid var(--color-border);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: var(--color-medium-text)
}

.form_select select::-ms-expand {
    display: none
}

@media (hover: hover) {
    .form_select select:hover {
        border-color: var(--color-input-hover)
    }
}

.form_select select:active, .form_select select:focus {
    border-color: var(--color-link);
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 0 2px var(--color-link)
}

.form_select select:focus {
    outline: none
}

.form_select select option {
    font-weight: normal
}

.form_select[data-type="sm"]:after {
    top: 1.185rem;
    font-size: 6px
}

.form_select[data-type="sm"] select {
    font-size: 12px;
    height: 2.5rem;
    font-family: "Medium";
    padding: .5rem 1.75rem .5rem .625rem
}

.form_select[data-type="md"]:after {
    top: 1.4575rem
}

.form_select[data-type="md"] select {
    font-size: 16px;
    height: 3.325rem;
    padding: .75rem 2rem 1rem .75rem
}

.form_select[data-type="md withlabel"]:after {
    top: 3.175rem
}

.form_select[data-type="md withlabel"] select {
    font-size: 16px;
    height: 3.325rem;
    padding: .75rem 1.85rem 1rem .75rem
}

.form_check label, .form_radio label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    cursor: pointer;
    position: relative
}

@media (max-width: 47.99em) {
    .form_check label, .form_radio label {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        line-height: 1.25rem
    }

    .form_check label span, .form_radio label span {
        position: relative;
        top: .185rem
    }
}

.form_check input, .form_radio input {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.form_check input + label, .form_radio input + label {
    padding-left: 2rem;
    font-family: "Book";
    color: var(--color-light-text);
    display: block
}

.form_check input + label:before, .form_check input + label:after, .form_radio input + label:before, .form_radio input + label:after {
    content: '';
    background: transparent;
    position: absolute;
    left: 0;
    top: .015rem;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center
}

@media (max-width: 47.99em) {
    .form_check input + label:before, .form_check input + label:after, .form_radio input + label:before, .form_radio input + label:after {
        top: .015rem
    }
}

.form_check input + label:before, .form_radio input + label:before {
    border: 0.1rem solid var(--color-border);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.form_check input + label:after, .form_radio input + label:after {
    opacity: 0
}

@media (hover: hover) {
    .form_check input + label a:hover, .form_radio input + label a:hover {
        text-decoration: underline
    }
}

@media (hover: hover) {
    .form_check input:hover:not(:checked) + label span, .form_radio input:hover:not(:checked) + label span {
        color: var(--color-light-text)
    }

    .form_check input:hover:not(:checked) + label:before, .form_radio input:hover:not(:checked) + label:before {
        border-color: var(--color-input-hover)
    }
}

.form_check input[type=radio] + label, .form_radio input[type=radio] + label {
    color: var(--color-light-text)
}

.form_check input[type=radio] + label:before, .form_check input[type=radio] + label:after, .form_radio input[type=radio] + label:before, .form_radio input[type=radio] + label:after {
    top: .175rem;
    opacity: 1
}

.form_check input[type=radio] + label:before, .form_radio input[type=radio] + label:before {
    border-radius: 50%;
    background-color: transparent;
    border-color: var(--color-border)
}

.form_check input[type=radio]:checked + label, .form_radio input[type=radio]:checked + label {
    color: #fff
}

.form_check input[type=radio]:checked + label:before, .form_radio input[type=radio]:checked + label:before {
    background-color: var(--color-link);
    border-color: var(--color-link)
}

.form_check input[type=radio]:checked + label:after, .form_radio input[type=radio]:checked + label:after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: inset -5px -5px 0 -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset -5px -5px 0 -4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset -5px -5px 0 -4px rgba(0, 0, 0, 0.15);
    box-shadow: inset -5px -5px 0 -4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: inset -5px -5px 0 -4px rgba(0, 0, 0, 0.15);
    top: .475rem;
    left: .325rem;
    background-color: #fff
}

.form_check input[type=checkbox]:checked + label, .form_radio input[type=checkbox]:checked + label {
    color: #fff
}

.form_check input[type=checkbox]:checked + label:before, .form_radio input[type=checkbox]:checked + label:before {
    background-color: var(--color-link);
    border-color: var(--color-link)
}

.form_check input[type=checkbox]:checked + label:after, .form_radio input[type=checkbox]:checked + label:after {
    opacity: 1;
    font-size: 12px;
    line-height: 1.15rem;
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 5px 0;
    content: "";
    color: #fff;
    top: .2rem
}

.form_check[data-type="sm"] label:before, .form_check[data-type="sm"] label:after, .form_radio[data-type="sm"] label:before, .form_radio[data-type="sm"] label:after {
    top: .025rem
}

.form_check[data-type="md"] label, .form_radio[data-type="md"] label {
    font-size: 16px
}

@media (max-width: 47.99em) {
    .form_check[data-type="md"] label, .form_radio[data-type="md"] label {
        font-size: 14px
    }
}

.form_check[data-type="md"] label:before, .form_check[data-type="md"] label:after, .form_radio[data-type="md"] label:before, .form_radio[data-type="md"] label:after {
    top: .1975rem
}

.form_check[data-type="md"] label a, .form_radio[data-type="md"] label a {
    text-decoration: underline
}

.form_check[data-type="md"] label a:hover, .form_radio[data-type="md"] label a:hover {
    text-decoration: none
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
    margin-bottom: 0
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch input:checked + .slider {
    background-color: var(--color-link)
}

.switch input:checked + .slider:before {
    transform: translateX(14.75px)
}

.switch input:focus + .slider {
    box-shadow: 0 0 0 3px rgba(42, 156, 81, 0.5);
    outline: none
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-light-text);
    transition: .4s
}

.switch .slider.round {
    border-radius: 34px
}

.switch .slider.round:before {
    border-radius: 50%
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: var(--color-input);
    transition: .4s
}

.alertMe-dialog {
    position: fixed;
    z-index: 99999999;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FAFAFC;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25)
}

.alertMe-dialog-confirm .alertMe-dialog .alertMe-dialog-hd {
    padding: 1.2em 20px .5em
}

.alertMe-dialog-hd {
    padding: 1.2em 0 .5em
}

.alertMe-dialog-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: var(--color-dark-text)
}

.alertMe-dialog-bd {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: var(--color-light-text)
}

.alertMe-dialog-ft {
    position: relative;
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 54px;
    line-height: 3.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.alertMe-dialog-ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--color-link);
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.alertMe-dialog-ft a:active {
    background-color: rgba(0, 111, 238, 0.095)
}

.alertMe-dialog-ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.alertMe-dialog-confirm .alertMe-dialog-ft a {
    position: relative
}

.alertMe-dialog-confirm .alertMe-dialog-ft a:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.alertMe-dialog-confirm .alertMe-dialog-ft a:first-child:after {
    display: none
}

.alertMe-btn-dialog.default {
    color: var(--color-link)
}

.alertMe-btn-dialog.primary {
    color: var(--color-link)
}

@media screen and (min-width: 1024px) {
    .alertMe-dialog {
        max-width: 360px;
        width: 100%
    }
}

.alertMe-mask {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(48, 64, 82, 0.3)
}

.alertMe-mask-transparent {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.alertMe-mask-transition {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(121, 121, 134, 0);
    -webkit-transition: background .3s;
    transition: background .3s
}

.alertMe-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 0px;
    line-height: 0rem;
    padding: 11px 10px;
    color: var(--color-dark-text);
    cursor: pointer;
    outline: none;
    opacity: .35
}

.alertMe-close:hover {
    opacity: 1
}

.alert-box {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto auto;
    z-index: 991;
    max-width: 80vw;
    animation-name: dropAlert;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.45s;
    color: #fff
}

.alert-box__wrap {
    position: relative;
    padding: 20px 30px;
    font-size: 1.125rem;
    border: none;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin: 0 auto;
    letter-spacing: .015em;
    line-height: 135%;
    text-align: center;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15)
}

@media (max-width: 64.0525em) {
    .alert-box__wrap {
        font-size: 15px
    }
}

.alert-box[data-tip="error"] .alert-box__wrap {
    background-color: var(--color-error-bg)
}

.alert-box[data-tip="info"] .alert-box__wrap {
    background-color: var(--color-info-bg)
}

.alert-box[data-tip="warning"] .alert-box__wrap {
    background-color: var(--color-warning-bg)
}

.alert-box[data-tip="success"] .alert-box__wrap {
    background-color: var(--color-success-bg)
}

.alert-box__close {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    position: absolute;
    right: 30px;
    padding: 0 20px;
    height: 32px;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 32px;
    line-height: 2rem;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer
}

@media (hover: hover) {
    .alert-box__close:hover, .alert-box__close:active {
        color: var(--color-secondary)
    }
}

.btn {
    border: none;
    outline: none !important;
    box-shadow: none;
    cursor: pointer;
    background-color: var(--color-link);
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: .025em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.btn:disabled {
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: var(--color--light-text);
    color: var(--color-dark-text)
}

@media (hover: hover) {
    .btn {
        transition: box-shadow 0.2s ease;
        -o-transition: box-shadow 0.2s ease;
        -moz-transition: box-shadow 0.2s ease;
        -webkit-transition: box-shadow 0.2s ease;
        -ms-transition: box-shadow 0.2s ease
    }

    .btn:not(.btn-sheer):hover {
        box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.08);
        color: #fff
    }

    .btn:not(.btn-sheer):active {
        box-shadow: 0 2px 4px -4px rgba(0, 0, 0, 0.05);
        transform: translateY(0.035rem)
    }
}

.btn-block {
    width: 100%;
    text-align: center
}

.btn-outline {
    background-color: transparent;
    border: 0.0975rem solid var(--color-link);
    color: var(--color-link)
}

.btn-gray:not(.btn-outline) {
    background-color: #484c54;
    color: var(--color-light-text)
}

@media (hover: hover) {
    .btn-gray:not(.btn-outline) {
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease
    }

    .btn-gray:not(.btn-outline):hover {
        background-color: #535863;
        color: #fff
    }

    .btn-gray:not(.btn-outline):active {
        background-color: #404550;
        color: var(--color-medium-text)
    }
}

@media (hover: hover) {
    .btn-primary {
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease
    }

    .btn-primary:hover {
        background-color: var(--color-link-hover);
        color: #fff
    }

    .btn-primary:active {
        background-color: var(--color-link-active)
    }
}

.btn-center {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.btn-load-more {
    margin: 2rem auto 1rem
}

.btn-load-more.loading {
    border-color: var(--border-color);
    pointer-events: none
}

.btn-load-more.loading:before {
    content: "";
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 44px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/views/web/assets/img/_icons/loading.svg")
}

.btn-load-more.loading span {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-icon-right:after {
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    margin-left: .65rem;
    position: relative;
    content: ""
}

.btn-sheer {
    background-color: transparent;
    color: var(--color-link)
}

.btn-xs {
    height: 36px;
    padding: 0 .75rem
}

.btn-xs:not(.btn-outline) {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 34px;
    line-height: 2.125rem
}

.btn-xs.btn-outline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 32px;
    line-height: 2rem
}

.btn-xs.btn-icon-right:after {
    font-size: .525rem;
    top: -.0625rem
}

@media (max-width: 64.0525em) {
    .btn-xs {
        height: 34px
    }

    .btn-xs:not(.btn-outline) {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 32px;
        line-height: 2rem
    }

    .btn-xs.btn-outline {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

.btn-sm {
    height: 40px;
    padding: 0 1.25rem
}

.btn-sm:not(.btn-outline) {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 38px;
    line-height: 2.375rem
}

.btn-sm.btn-outline {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 34px;
    line-height: 2.125rem
}

.btn-sm.btn-icon-right:after {
    font-size: .525rem;
    top: -.0625rem
}

@media (max-width: 47.99em) {
    .btn-sm {
        height: 38px
    }

    .btn-sm:not(.btn-outline) {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 36px;
        line-height: 2.25rem
    }

    .btn-sm.btn-outline {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 34px;
        line-height: 2.125rem
    }
}

.btn-md {
    height: 44px;
    padding: 0 1.25rem
}

.btn-md:not(.btn-outline) {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 42px;
    line-height: 2.625rem
}

.btn-md.btn-outline {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 40px;
    line-height: 2.5rem
}

.btn-md.btn-icon-right:after {
    font-size: .625rem;
    top: -.065rem
}

@media (max-width: 47.99em) {
    .btn-md {
        height: 40px
    }

    .btn-md:not(.btn-outline) {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 38px;
        line-height: 2.375rem
    }

    .btn-md.btn-outline {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 36px;
        line-height: 2.25rem
    }
}

.btn-lg {
    height: 54px;
    padding: 0 3rem
}

.btn-lg:not(.btn-outline) {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 52px;
    line-height: 3.25rem
}

.btn-lg.btn-outline {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 48px;
    line-height: 3rem
}

.btn-lg.btn-icon-right:after {
    font-size: .825rem;
    top: -.065rem
}

@media (max-width: 47.99em) {
    .btn-lg {
        height: 48px
    }

    .btn-lg:not(.btn-outline) {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 46px;
        line-height: 2.875rem
    }

    .btn-lg.btn-outline {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 44px;
        line-height: 2.75rem
    }
}

.btn-xlg {
    height: 64px;
    padding: 0 3rem
}

.btn-xlg:not(.btn-outline) {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 62px;
    line-height: 3.875rem
}

.btn-xlg.btn-outline {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 60px;
    line-height: 3.75rem
}

.btn-xlg.btn-icon-right:after {
    font-size: .825rem;
    top: -.065rem
}

@media (max-width: 47.99em) {
    .btn-xlg {
        height: 60px
    }

    .btn-xlg:not(.btn-outline) {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 58px;
        line-height: 3.625rem
    }

    .btn-xlg.btn-outline {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 54px;
        line-height: 3.375rem
    }
}

.breadcrumb {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem 0;
    -webkit-overflow-scrolling: touch
}

.breadcrumb::-webkit-scrollbar {
    width: 0px
}

.breadcrumb::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px
}

@media (max-width: 64.0525em) {
    .breadcrumb {
        padding-bottom: .5rem;
        justify-content: center
    }
}

@media (max-width: 47.99em) {
    .breadcrumb {
        padding-bottom: 0;
        justify-content: flex-start
    }
}

.breadcrumb li {
    position: relative;
    display: inline-flex;
    font-size: 14px;
    font-family: "Medium"
}

.breadcrumb li a {
    color: var(--color-primary)
}

@media (hover: hover) {
    .breadcrumb li a:hover {
        text-decoration: underline;
        color: var(--color-link)
    }
}

.breadcrumb li + li {
    margin-left: 1.25rem;
    padding-left: 1.25rem
}

.breadcrumb li + li:before {
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    font-size: 9px;
    left: -.3rem;
    top: .475rem
}

.breadcrumb li:last-child span {
    color: var(--color-light-text)
}

.pager {
    margin: 2rem 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media (max-width: 47.99em) {
    .pager {
        margin: 2.5rem 0 0
    }
}

.pager__item {
    display: inline-flex;
    align-items: flex-start;
    font-size: 1.125rem;
    font-family: "Medium";
    margin: 0 2px
}

.pager__item.active .pager__link {
    background-color: var(--color-link);
    border-color: var(--color-link);
    color: var(--color-secondary);
    text-decoration: none
}

.pager__item.active + .pager__item .pager__link {
    border-left-color: var(--color-border)
}

@media (max-width: 47.99em) {
    .pager__item.active {
        position: initial;
        top: initial;
        left: initial
    }

    .pager__item.active + li {
        position: initial;
        top: initial;
        left: initial
    }
}

@media (max-width: 47.99em) {
    .pager__item {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .pager__item:first-of-type, .pager__item:last-of-type, .pager__item:nth-of-type(2), .pager__item:nth-last-of-type(2) {
        position: initial;
        top: initial;
        left: initial
    }
}

@media (hover: hover) {
    .pager__item:hover + .pager__item .pager__link {
        border-left-color: var(--color-border)
    }
}

.pager__item--prev svg, .pager__item--next svg {
    width: 8px;
    height: 12px
}

.pager__item--next .pager__link svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@media (max-width: 47.99em) {
    .pager__item {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
}

.pager__link {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    width: 2.625rem;
    height: 2.625rem;
    line-height: 2.425rem;
    margin-left: -.15rem;
    color: var(--color-medium-text);
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (hover: hover) {
    .pager__link:hover, .pager__link:focus, .pager__link:active {
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
        color: var(--color-medium-text);
        text-decoration: none
    }

    .pager__link:hover svg path, .pager__link:focus svg path, .pager__link:active svg path {
        fill: var(--color-dark-text)
    }
}

[data-tooltip] {
    position: relative
}

[data-tooltip]::before, [data-tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[data-tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    font-family: "Medium";
    text-align: center;
    min-width: 16em;
    max-width: 25em;
    overposition: hidden;
    text-overposition: ellipsis;
    font-weight: "SemiBold";
    padding: .5rem .65rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
    text-shadow: none !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    background: var(--color-primary);
    color: var(--color-dark-text);
    z-index: 1000
}

.copied[data-tooltip]::after {
    content: attr(data-copied)
}

[data-tooltip]:hover::before, [data-tooltip]:hover::after {
    display: block;
    pointer-events: none
}

[data-position='']::before, [data-position='']::after {
    display: none !important
}

[data-tooltip]:not([data-position])::before, [data-tooltip][data-position^="up"]::before {
    bottom: 120%;
    border-bottom-width: 0;
    border-top-color: var(--color-primary)
}

[data-tooltip]:not([data-position])::after, [data-tooltip][data-position^="up"]::after {
    bottom: calc(120% + 5px)
}

[data-tooltip]:not([data-position])::before, [data-tooltip]:not([data-position])::after, [data-tooltip][data-position^="up"]::before, [data-tooltip][data-position^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em)
}

[data-tooltip][data-position^="down"]::before {
    top: 120%;
    border-top-width: 0;
    border-bottom-color: var(--color-primary)
}

[data-tooltip][data-position^="down"]::after {
    top: calc(120% + 5px)
}

[data-tooltip][data-position^="down"]::before, [data-tooltip][data-position^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em)
}

[data-tooltip][data-position^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: var(--color-primary);
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%)
}

[data-tooltip][data-position^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%)
}

[data-tooltip][data-position^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: var(--color-primary);
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%)
}

[data-tooltip][data-position^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%)
    }
}

[data-tooltip]:not([data-position]):hover::before, [data-tooltip]:not([data-position]):hover::after, [data-tooltip][data-position^="up"]:hover::before, [data-tooltip][data-position^="up"]:hover::after, [data-tooltip][data-position^="down"]:hover::before, [data-tooltip][data-position^="down"]:hover::after {
    animation: tooltips-vert 200ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

[data-tooltip][data-position^="left"]:hover::before, [data-tooltip][data-position^="left"]:hover::after, [data-tooltip][data-position^="right"]:hover::before, [data-tooltip][data-position^="right"]:hover::after {
    animation: tooltips-horz 200ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 91;
    padding: 20px;
    box-sizing: border-box;
    background-color: var(--color-bg);
    background-color: var(--color-primary-transparent-bg);
    text-align: center;
    backdrop-filter: blur(3px)
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 720px;
    box-sizing: border-box;
    width: 90%;
    background: var(--color-secondary-bg);
    padding: 15px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #fff;
    text-align: left
}

@media (max-width: 47.99em) {
    .modal {
        width: 100%;
        padding: 5px 15px
    }
}

.modal a.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 38px;
    height: 42px;
    color: var(--color-light-text);
    font-size: .75rem;
    text-align: center;
    line-height: 42px
}

.modal a.close-modal:hover {
    color: var(--color-dark-text)
}

.modal a.close-modal span {
    position: absolute;
    left: -999rem;
    opacity: 0;
    visibility: hidden
}

.modal a.close-modal:after {
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: transparent;
    width: 48px;
    height: 48px
}

.modal-spinner:after {
    content: "";
    position: relative;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent url("/views/web/assets/img/_icons/loading.svg") center no-repeat;
    background-size: 32px
}

.modal-spinner > div {
    display: none
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.webui-popover-content {
    display: none
}

.webui-popover-rtl {
    direction: rtl;
    text-align: right
}

.webui-popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    min-width: 50px;
    min-height: 32px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: var(--color-secondary);
    background-clip: padding-box;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15)
}

.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
    margin-top: -10px
}

.webui-popover.right, .webui-popover.right-top, .webui-popover.right-bottom {
    margin-left: 10px
}

.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
    margin-top: 10px
}

.webui-popover.left, .webui-popover.left-top, .webui-popover.left-bottom {
    margin-left: -10px
}

.webui-popover.pop {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
    -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
    transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.pop-out {
    -webkit-transition-property: "opacity,transform";
    -o-transition-property: "opacity,transform";
    transition-property: "opacity,transform";
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.fade, .webui-popover.fade-out {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.out {
    opacity: 0;
    filter: alpha(opacity=0)
}

.webui-popover.in {
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
    padding: .75rem 1rem;
    overflow: auto;
    display: block
}

.webui-popover .webui-popover-content > div:first-child {
    width: 99%
}

.webui-popover-inner .close {
    position: relative;
    float: right;
    color: var(--color-primary);
    font-size: 9px;
    padding: .5rem;
    opacity: 0.3;
    filter: alpha(opacity=30);
    text-decoration: none
}

@media (hover: hover) {
    .webui-popover-inner .close:hover, .webui-popover-inner .close:focus {
        opacity: .65;
        filter: alpha(opacity=65)
    }
}

.webui-popover-inner .close:after {
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 0.8em;
    height: 0.8em;
    position: relative
}

.webui-popover-title {
    padding: .75rem;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: "SemiBold";
    background-color: #e5ebf1;
    border-bottom: 1px solid var(--color-border);
    border-radius: 5px 5px 0 0
}

.webui-popover-content {
    padding: .5rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: var(--color-light-text);
    overflow: auto;
    display: none
}

.webui-popover-content strong {
    font-family: "SemiBold";
    color: var(--color-dark-text)
}

.webui-popover-content strong[data-block] {
    padding-bottom: .5rem
}

.webui-popover-content [data-link] {
    color: var(--color-link);
    font-family: "Medium"
}

.webui-popover-content [data-block] {
    display: block
}

.webui-popover-content [data-bb] {
    border-bottom: 1px solid var(--color-border);
    padding-bottom: .2rem;
    margin-bottom: .2rem
}

.webui-popover-content [data-user-list] {
    font-size: 12px;
    line-height: 26px
}

.webui-popover-content [data-user-list] + [data-user-list] {
    border-top: 1px solid var(--color-border);
    padding-top: .35rem;
    margin-top: .35rem
}

.webui-popover-content .avatar {
    vertical-align: middle;
    margin-right: .25rem
}

.webui-popover-inverse {
    background-color: #333333;
    color: #eeeeee
}

.webui-popover-inverse .webui-popover-title {
    background: #333333;
    border-bottom: 1px solid var(--color-border);
    color: #eeeeee
}

.webui-no-padding .webui-popover-content {
    padding: 0
}

.webui-no-padding .list-group-item {
    border-right: none;
    border-left: none
}

.webui-no-padding .list-group-item:first-child {
    border-top: 0
}

.webui-no-padding .list-group-item:last-child {
    border-bottom: 0
}

.webui-popover > .webui-arrow, .webui-popover > .webui-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.webui-popover > .webui-arrow {
    border-width: 11px
}

.webui-popover > .webui-arrow:after {
    border-width: 10px;
    content: ""
}

.webui-popover.top > .webui-arrow, .webui-popover.top-right > .webui-arrow, .webui-popover.top-left > .webui-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: var(--color-border);
    border-bottom-width: 0
}

.webui-popover.top > .webui-arrow:after, .webui-popover.top-right > .webui-arrow:after, .webui-popover.top-left > .webui-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0
}

.webui-popover.right > .webui-arrow, .webui-popover.right-top > .webui-arrow, .webui-popover.right-bottom > .webui-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: var(--color-border)
}

.webui-popover.right > .webui-arrow:after, .webui-popover.right-top > .webui-arrow:after, .webui-popover.right-bottom > .webui-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff
}

.webui-popover.bottom > .webui-arrow, .webui-popover.bottom-right > .webui-arrow, .webui-popover.bottom-left > .webui-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: var(--color-border);
    border-top-width: 0
}

.webui-popover.bottom > .webui-arrow:after, .webui-popover.bottom-right > .webui-arrow:after, .webui-popover.bottom-left > .webui-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #ffffff;
    border-top-width: 0
}

.webui-popover.left > .webui-arrow, .webui-popover.left-top > .webui-arrow, .webui-popover.left-bottom > .webui-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: var(--color-border)
}

.webui-popover.left > .webui-arrow:after, .webui-popover.left-top > .webui-arrow:after, .webui-popover.left-bottom > .webui-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px
}

.webui-popover-inverse.top > .webui-arrow, .webui-popover-inverse.top-left > .webui-arrow, .webui-popover-inverse.top-right > .webui-arrow, .webui-popover-inverse.top > .webui-arrow:after, .webui-popover-inverse.top-left > .webui-arrow:after, .webui-popover-inverse.top-right > .webui-arrow:after {
    border-top-color: var(--color-border)
}

.webui-popover-inverse.right > .webui-arrow, .webui-popover-inverse.right-top > .webui-arrow, .webui-popover-inverse.right-bottom > .webui-arrow, .webui-popover-inverse.right > .webui-arrow:after, .webui-popover-inverse.right-top > .webui-arrow:after, .webui-popover-inverse.right-bottom > .webui-arrow:after {
    border-right-color: var(--color-border)
}

.webui-popover-inverse.bottom > .webui-arrow, .webui-popover-inverse.bottom-left > .webui-arrow, .webui-popover-inverse.bottom-right > .webui-arrow, .webui-popover-inverse.bottom > .webui-arrow:after, .webui-popover-inverse.bottom-left > .webui-arrow:after, .webui-popover-inverse.bottom-right > .webui-arrow:after {
    border-bottom-color: var(--color-border)
}

.webui-popover-inverse.left > .webui-arrow, .webui-popover-inverse.left-top > .webui-arrow, .webui-popover-inverse.left-bottom > .webui-arrow, .webui-popover-inverse.left > .webui-arrow:after, .webui-popover-inverse.left-top > .webui-arrow:after, .webui-popover-inverse.left-bottom > .webui-arrow:after {
    border-left-color: var(--color-border)
}

.webui-popover i.icon-refresh:before {
    content: ""
}

.webui-popover i.icon-refresh {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-right: -15px;
    background: url("/views/web/assets/img/_icons/loading.svg") no-repeat
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

.webui-popover-backdrop {
    background-color: #454e60;
    background-color: rgba(69, 78, 96, 0.65);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998
}

.webui-popover .dropdown-menu {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
    float: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
    height: 100%;
    scroll-behavior: smooth
}

html.menu-active {
    overflow: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }
}

html, body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden
}

a, button, div, p {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    text-decoration: none
}

a {
    color: var(--color-link)
}

.mb10 {
    margin-bottom: 1rem
}

.mb20 {
    margin-bottom: 2rem
}

body {
    background-color: var(--color-bg);
    font-family: "Book";
    color: var(--color-primary);
    height: 100vh;
    display: flex;
    flex-direction: column
}

@media (max-width: 64.0525em) {
    body {
        overflow-x: hidden
    }
}

html.menu-active body {
    overflow: hidden
}

h1 {
    font-family: "Bold"
}

h2 {
    font-family: "SemiBold"
}

h3 {
    font-family: "Medium"
}

h4 {
    font-family: "Book"
}

.site_main {
    flex: 1 0 auto
}

.site_content {
    position: relative;
    height: 100%;
    min-height: 100%
}

.dark-mode-switch {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9;
    transform: scale(0.4);
    transform-origin: bottom right;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}

.dark-mode-switch .inner {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden
}

.dark-mode-switch .bg {
    width: 80px;
    height: 80px;
    background-color: #202020;
    border: 1px solid #f0f0f0;
    border-radius: 40px;
    transition: all 0s
}

.dark-mode-switch .circle {
    margin-left: 20px;
    margin-top: -100px;
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    border: 2px solid transparent;
    border-radius: 40px;
    transition: all 0.2s
}

.dark-mode-switch .rays {
    position: absolute;
    left: 0;
    top: 0
}

.dark-mode-switch .rays .ray {
    position: absolute;
    left: 38px;
    top: 40px;
    width: 4px;
    height: 8px;
    background-color: #fbc02d;
    transform-origin: 2px 0;
    opacity: 0
}

.dark-mode-switch .rays .ray:nth-child(1) {
    transform: rotate(-180deg) translateY(40px);
    transition: all 0.2s
}

.dark-mode-switch .rays .ray:nth-child(2) {
    transform: rotate(-225deg) translateY(40px);
    transition: all 0.2s
}

.dark-mode-switch .rays .ray:nth-child(3) {
    transform: rotate(-270deg) translateY(40px);
    transition: all 0.2s
}

.dark-mode-switch .rays .ray:nth-child(4) {
    transform: rotate(-315deg) translateY(40px);
    transition: all 0.2s
}

.dark-mode-switch .rays .ray:nth-child(5) {
    transform: rotate(-360deg) translateY(40px);
    transition: all 0.2s
}

.dark-mode-switch .rays .ray:nth-child(6) {
    transform: rotate(-405deg) translateY(40px);
    transition: all 0.2s
}

.dark-mode-switch .rays .ray:nth-child(7) {
    transform: rotate(-450deg) translateY(40px);
    transition: all 0.2s
}

.dark-mode-switch .rays .ray:nth-child(8) {
    transform: rotate(-495deg) translateY(40px);
    transition: all 0.2s
}

@media (hover: hover) {
    .dark-mode-switch:hover .circle {
        margin-left: 15px;
        margin-top: -95px
    }
}

@media (hover: hover) {
    html.dark .dark-mode-switch:hover .rays .ray:nth-child(1) {
        transform: rotate(-180deg) translateY(52px)
    }

    html.dark .dark-mode-switch:hover .rays .ray:nth-child(2) {
        transform: rotate(-225deg) translateY(52px)
    }

    html.dark .dark-mode-switch:hover .rays .ray:nth-child(3) {
        transform: rotate(-270deg) translateY(52px)
    }

    html.dark .dark-mode-switch:hover .rays .ray:nth-child(4) {
        transform: rotate(-315deg) translateY(52px)
    }

    html.dark .dark-mode-switch:hover .rays .ray:nth-child(5) {
        transform: rotate(-360deg) translateY(52px)
    }

    html.dark .dark-mode-switch:hover .rays .ray:nth-child(6) {
        transform: rotate(-405deg) translateY(52px)
    }

    html.dark .dark-mode-switch:hover .rays .ray:nth-child(7) {
        transform: rotate(-450deg) translateY(52px)
    }

    html.dark .dark-mode-switch:hover .rays .ray:nth-child(8) {
        transform: rotate(-495deg) translateY(52px)
    }
}

html.dark .dark-mode-switch .circle {
    margin-left: 0;
    margin-top: -80px;
    background-color: #fbc02d;
    border-color: #f9a825
}

html.dark .dark-mode-switch .rays .ray {
    opacity: 1
}

html.dark .dark-mode-switch .rays .ray:nth-child(1) {
    transform: rotate(-180deg) translateY(48px);
    transition: all 0.4s
}

html.dark .dark-mode-switch .rays .ray:nth-child(2) {
    transform: rotate(-225deg) translateY(48px);
    transition: all 0.6s
}

html.dark .dark-mode-switch .rays .ray:nth-child(3) {
    transform: rotate(-270deg) translateY(48px);
    transition: all 0.8s
}

html.dark .dark-mode-switch .rays .ray:nth-child(4) {
    transform: rotate(-315deg) translateY(48px);
    transition: all 1s
}

html.dark .dark-mode-switch .rays .ray:nth-child(5) {
    transform: rotate(-360deg) translateY(48px);
    transition: all 1.2s
}

html.dark .dark-mode-switch .rays .ray:nth-child(6) {
    transform: rotate(-405deg) translateY(48px);
    transition: all 1.4s
}

html.dark .dark-mode-switch .rays .ray:nth-child(7) {
    transform: rotate(-450deg) translateY(48px);
    transition: all 1.6s
}

html.dark .dark-mode-switch .rays .ray:nth-child(8) {
    transform: rotate(-495deg) translateY(48px);
    transition: all 1.8s
}

.site_footer {
    position: relative;
    padding: 5rem 0 4rem;
    flex-shrink: 0;
    text-align: center
}

@media (max-width: 64.0525em) {
    .site_footer {
        margin: 3rem 0 2rem
    }
}

@media (max-width: 47.99em) {
    .site_footer {
        padding-top: 0
    }
}

.site_footer p {
    padding: 2rem 0 3rem;
    line-height: 2rem;
    color: var(--color-medium-text)
}

.site_footer p br {
    height: 1rem
}

.site_footer p a {
    color: var(--color-light-text)
}

@media (hover: hover) {
    .site_footer p a:hover {
        color: #fff;
        text-decoration: underline
    }
}

.site_footer span {
    color: var(--color-dark-text);
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem
}

.site_footer span a {
    color: var(--color-medium-text);
    position: relative
}

.site_footer span a:after {
    content: "";
    width: 100%;
    height: 2px;
    top: calc(100% + 2px);
    border-bottom: 1px dotted transparent
}

@media (hover: hover) {
    .site_footer span a:hover {
        color: #fff
    }

    .site_footer span a:hover:after {
        border-bottom-color: #fff
    }
}

.site_footer__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 64.0525em) {
    .site_footer__wrap {
        justify-content: flex-start
    }
}

.site_footer__list {
    align-items: flex-start
}

.site_footer__list strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-family: "Medium";
    margin-bottom: 1rem;
    display: block
}

.site_footer__list ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
}

.site_footer__list ul li {
    list-style-position: inside;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.site_footer__list ul li {
    padding: .25rem 0
}

.site_footer__list ul li a:hover {
    text-decoration: underline
}

@media (min-width: 64.0625em) {
    .site_footer__list strong {
        pointer-events: none
    }
}

@media (max-width: 64.0525em) {
    .site_footer__list {
        flex-basis: 100%
    }

    .site_footer__list strong {
        cursor: pointer;
        padding: 1rem 0;
        border-top: 1px solid var(--color-border);
        margin-bottom: 0;
        position: relative
    }

    .site_footer__list strong:after {
        font-family: "IconFont" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 1.875rem;
        line-height: 0
    }

    .site_footer__list strong.active:after {
        transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg)
    }

    .site_footer__list ul {
        transform: scaleY(0);
        height: 0;
        transform-origin: top left;
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .site_footer__list ul li {
        list-style-position: inside;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid
    }

    .site_footer__list ul.active {
        transform: scaleY(1);
        height: auto;
        padding-bottom: 1rem
    }

    .site_footer__list ul li {
        padding: 0
    }

    .site_footer__list ul li a {
        display: block;
        padding: .45rem 0
    }

    .site_footer__list:nth-of-type(2) {
        border-bottom: 1px solid var(--color-border)
    }
}

.site_footer__social {
    align-items: flex-end;
    display: inline-flex
}

.site_footer__social a {
    font-size: 36px;
    color: var(--color-light-text)
}

@media (hover: hover) {
    .site_footer__social a:hover {
        color: var(--color-link)
    }
}

.site_footer__social a + a {
    margin-left: 1rem
}

@media (max-width: 64.0525em) {
    .site_footer__social {
        flex-basis: 100%;
        margin-top: 2rem;
        justify-content: center;
        align-items: center
    }

    .site_footer__social a {
        font-size: 42px
    }
}

.site_footer__links {
    padding: 3.25rem 0 1rem;
    text-align: center
}

.site_footer__links a {
    color: var(--color-light-text)
}

@media (hover: hover) {
    .site_footer__links a:hover {
        text-decoration: underline;
        color: #fff
    }
}

.site_footer__links a + a {
    margin-left: 1rem
}

.site_footer__copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 8rem;
    align-items: baseline
}

.site_footer__copy .logo {
    display: inline-flex;
    max-width: 130px
}

@media (max-width: 74.99em) {
    .site_footer__copy .logo {
        max-width: 120px
    }
}

@media (max-width: 47.99em) {
    .site_footer__copy .logo {
        max-width: 110px
    }
}

.site_footer__copy p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
    line-height: 1.125rem;
    color: var(--color-light-text)
}

.site_footer__copy p a {
    color: var(--color-medium-text);
    text-decoration: underline
}

@media (hover: hover) {
    .site_footer__copy p a:hover {
        color: var(--color-link)
    }
}

@media (max-width: 64.0525em) {
    .site_footer__copy {
        padding-top: 3rem;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .site_footer__copy p {
        flex-basis: 100%;
        padding-top: 1rem
    }
}

.sharePop {
    background: var(--color-secondary-bg);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden;
    margin-top: 2.25rem;
    z-index: 5;
    -webkit-box-shadow: -10px -12px 30px 0 rgba(0, 0, 0, 0.1), 2px 3px 8px 0 rgba(0, 0, 0, 0.075);
    -moz-box-shadow: -10px -12px 30px 0 rgba(0, 0, 0, 0.1), 2px 3px 8px 0 rgba(0, 0, 0, 0.075);
    -ms-box-shadow: -10px -12px 30px 0 rgba(0, 0, 0, 0.1), 2px 3px 8px 0 rgba(0, 0, 0, 0.075);
    box-shadow: -10px -12px 30px 0 rgba(0, 0, 0, 0.1), 2px 3px 8px 0 rgba(0, 0, 0, 0.075);
    -o-box-shadow: -10px -12px 30px 0 rgba(0, 0, 0, 0.1), 2px 3px 8px 0 rgba(0, 0, 0, 0.075)
}

.sharePop a {
    padding: .5rem 1.25rem .5rem .5rem
}

.sharePop a:before {
    font-size: 18px;
    vertical-align: middle;
    position: relative
}

.sharePop a.icon-email:before {
    font-size: 16px;
    top: -.075rem
}

@media (hover: hover) {
    .sharePop a:hover {
        color: var(--color-link-hover);
        background-color: blue
    }
}

.sharePop a span {
    padding-left: .5rem;
    font-size: 13px;
    font-family: "Medium"
}

.sharePop a + a {
    border-top: 1px solid var(--color-border)
}

.pop_content {
    padding: 1rem;
    overflow-y: auto
}

.pop_content h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 0 0 1rem;
    color: var(--color-dark-text)
}

.pop_content p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: var(--color-dark-text);
    padding: .25rem 0
}

.pop_content__wrap {
    position: relative;
    max-height: 70vh;
    height: 100%
}

.pop_content__wrap .sozlesme {
    position: relative;
    padding-bottom: 2rem
}

.pop_content__wrap .sozlesme h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin: .75rem 0;
    color: var(--color-dark-text)
}

.pop_content__wrap .sozlesme strong {
    font-family: "SemiBold";
    color: var(--color-dark-text)
}

.pop_content__wrap .sozlesme ul {
    margin-left: 2rem;
    padding: .75rem;
    list-style: circle
}

.pop_content__wrap .sozlesme ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: var(--color-dark-text);
    opacity: .85;
    margin-bottom: .25rem
}

.site_home {
    scroll-behavior: smooth
}

@media (max-width: 47.99em) {
    .site_home {
        padding: 0 .25rem
    }
}

.site_home section {
    position: relative;
    padding: 5rem 0
}

@media (max-width: 74.99em) {
    .site_home section {
        max-width: 70vw;
        margin: auto
    }
}

@media (max-width: 64.0525em) {
    .site_home section {
        padding: 3rem 0
    }
}

@media (max-width: 47.99em) {
    .site_home section {
        max-width: 100%;
        padding: 2rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box
    }

    .site_home section:not(:first-child) {
        margin-top: 2rem
    }

    .site_home section:not(:first-child):nth-child(even) {
        background-color: rgba(0, 0, 0, 0.18)
    }

    .site_home section:not(:first-child):nth-child(odd) {
        background-color: rgba(255, 255, 255, 0.1)
    }
}

.site_home section h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 54px;
    line-height: 3.375rem;
    margin: 0;
    font-family: "Bold";
    flex-basis: 100%;
    text-align: center
}

@media (max-width: 74.99em) {
    .site_home section h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 52px;
        line-height: 3.25rem
    }
}

@media (max-width: 64.0525em) {
    .site_home section h2 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 42px;
        line-height: 2.625rem
    }
}

@media (max-width: 47.99em) {
    .site_home section h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 38px;
        line-height: 2.375rem
    }
}

.site_home section article p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    opacity: .75;
    padding-top: 2rem
}

@media (max-width: 74.99em) {
    .site_home section article p {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 29px;
        line-height: 1.8125rem;
        padding-top: 1.5rem;
        opacity: .8
    }
}

@media (max-width: 64.0525em) {
    .site_home section article p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 29px;
        line-height: 1.8125rem;
        padding-top: 1rem;
        text-align: center
    }
}

.site_home section[data-id="1"] {
    padding-top: 3rem
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="1"] {
        padding-top: 1rem
    }
}

@media (max-width: 47.99em) {
    .site_home section[data-id="1"] {
        padding-left: 0;
        padding-right: 0
    }
}

.site_home section[data-id="1"] .gallery {
    width: 100%;
    position: relative;
    margin: 3rem auto 1rem auto
}

@media (max-width: 74.99em) {
    .site_home section[data-id="1"] .gallery {
        background-image: url("/views/web/_images/landing/hakkimizda-bg.png");
        width: 2512.5px;
        height: 213px;
        background-size: 2512.5px 213px;
        animation: slide 90s linear infinite;
        -webkit-animation: slide 90s linear infinite;
        margin-left: -6rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        left: -100%
    }
}

.site_home section[data-id="1"] .gallery img {
    max-width: 100%;
    width: 100%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

@media (max-width: 74.99em) {
    .site_home section[data-id="1"] .gallery img {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        width: 0px;
        height: 0px
    }
}

.site_home section[data-id="2"] .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    opacity: .75;
    font-family: "Medium";
    text-align: center;
    margin-bottom: 5rem;
    margin-top: .25rem
}

@media (max-width: 74.99em) {
    .site_home section[data-id="2"] .sub-title {
        margin-bottom: 3rem;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="2"] .sub-title {
        margin-top: .75rem;
        margin-bottom: 2rem
    }
}

@media (max-width: 47.99em) {
    .site_home section[data-id="2"] .sub-title {
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.site_home section[data-id="2"] article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.site_home section[data-id="2"] article p {
    flex: 1;
    padding-top: 0
}

.site_home section[data-id="2"] article img {
    width: 100%;
    max-width: 500px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-left: 3rem
}

@media (max-width: 74.99em) {
    .site_home section[data-id="2"] article img {
        width: 100%;
        max-width: 370px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        margin-left: 2rem
    }
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="2"] article p {
        flex-basis: 100%;
        order: 2;
        margin-top: 2rem
    }

    .site_home section[data-id="2"] article img {
        order: 1;
        max-width: 370px;
        margin: 0 auto;
        flex-basis: 100%;
        object-fit: cover;
        object-position: top center
    }
}

.site_home section[data-id="3"] article, .site_home section[data-id="4"] article {
    padding-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="3"] article, .site_home section[data-id="4"] article {
        justify-content: center;
        padding-top: 2rem;
        align-items: center
    }
}

.site_home section[data-id="3"] article .main-list, .site_home section[data-id="4"] article .main-list {
    flex: 1
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="3"] article .main-list, .site_home section[data-id="4"] article .main-list {
        order: 2;
        flex-basis: 100%
    }
}

.site_home section[data-id="3"] article .main-list__item, .site_home section[data-id="4"] article .main-list__item {
    background: transparent;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.site_home section[data-id="3"] article .main-list__item:not(:last-child), .site_home section[data-id="4"] article .main-list__item:not(:last-child) {
    margin-bottom: 1.5rem
}

.site_home section[data-id="3"] article .main-list__item:before, .site_home section[data-id="4"] article .main-list__item:before {
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-right: 1rem;
    flex-basis: 24px;
    opacity: .75
}

@media (max-width: 74.99em) {
    .site_home section[data-id="3"] article .main-list__item:before, .site_home section[data-id="4"] article .main-list__item:before {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 35px;
        line-height: 2.1875rem;
        flex-basis: 20px
    }
}

.site_home section[data-id="3"] article .main-list__item strong, .site_home section[data-id="4"] article .main-list__item strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    opacity: .75;
    flex: 1
}

@media (max-width: 74.99em) {
    .site_home section[data-id="3"] article .main-list__item strong, .site_home section[data-id="4"] article .main-list__item strong {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 32px;
        line-height: 2rem
    }
}

@media (hover: hover) {
    .site_home section[data-id="3"] article .main-list__item:hover strong, .site_home section[data-id="3"] article .main-list__item:hover:before, .site_home section[data-id="4"] article .main-list__item:hover strong, .site_home section[data-id="4"] article .main-list__item:hover:before {
        opacity: 1
    }
}

.site_home section[data-id="3"] article .main-list__item ul, .site_home section[data-id="4"] article .main-list__item ul {
    margin-top: .75rem;
    margin-left: 2.5rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.site_home section[data-id="3"] article .main-list__item ul li, .site_home section[data-id="4"] article .main-list__item ul li {
    color: var(--color-secondary);
    font-family: "Medium";
    position: relative;
    display: flex
}

.site_home section[data-id="3"] article .main-list__item ul li:before, .site_home section[data-id="4"] article .main-list__item ul li:before {
    content: "-";
    margin-right: .75rem
}

.site_home section[data-id="3"] article .main-list__item ul li:not(:last-child), .site_home section[data-id="4"] article .main-list__item ul li:not(:last-child) {
    margin-bottom: 1rem
}

.site_home section[data-id="3"] article .main-list__item ul li span, .site_home section[data-id="4"] article .main-list__item ul li span {
    margin-left: .75rem;
    display: inline-flex
}

.site_home section[data-id="3"] article img, .site_home section[data-id="4"] article img {
    max-width: 570px;
    width: 100%;
    margin-left: 3rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

@media (max-width: 74.99em) {
    .site_home section[data-id="3"] article img, .site_home section[data-id="4"] article img {
        max-width: 370px;
        margin-left: 2rem
    }
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="3"] article img, .site_home section[data-id="4"] article img {
        margin: 0 auto 2rem auto;
        order: 1;
        max-width: 100%;
        margin-left: 0
    }
}

.site_home section[data-id="4"] article .main-list {
    order: 2
}

.site_home section[data-id="4"] article img {
    order: 1;
    margin-left: 0;
    margin-right: 3rem
}

@media (max-width: 74.99em) {
    .site_home section[data-id="4"] article img {
        margin-right: 2rem;
        margin-left: 0
    }
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="4"] article img {
        margin-right: 0;
        margin-left: 0
    }
}

.site_home section[data-id="5"] article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5rem;
    width: 100%
}

@media (max-width: 64.0525em) {
    .site_home section[data-id="5"] article {
        padding-top: 3rem
    }
}

.site_home section[data-id="5"] article .iletisim-main {
    flex: 1
}

@media (max-width: 74.99em) {
    .site_home section[data-id="5"] article .iletisim-main {
        flex-basis: 100%
    }
}

@media (max-width: 47.99em) {
    .site_home section[data-id="5"] article .iletisim-main a.btn {
        display: block;
        width: 100%;
        text-align: center
    }
}

.site_home section[data-id="5"] article .iletisim-main div:not(:last-child) {
    margin-bottom: 3rem
}

.site_home section[data-id="5"] article .iletisim-main div strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: "SemiBold";
    display: block;
    margin-bottom: .25rem
}

@media (max-width: 47.99em) {
    .site_home section[data-id="5"] article .iletisim-main div strong {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

.site_home section[data-id="5"] article .iletisim-main div span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-family: "Book";
    opacity: .75
}

@media (max-width: 47.99em) {
    .site_home section[data-id="5"] article .iletisim-main div span {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 32px;
        line-height: 2rem
    }
}

.site_home section[data-id="5"] article .iletisim-main div a.links {
    color: var(--color-link);
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    font-family: "Medium"
}

@media (max-width: 47.99em) {
    .site_home section[data-id="5"] article .iletisim-main div a.links {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 34px;
        line-height: 2.125rem
    }
}

.site_home section[data-id="5"] article .iletisim-side {
    flex-basis: 570px;
    margin-left: 3rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden
}

@media (max-width: 74.99em) {
    .site_home section[data-id="5"] article .iletisim-side {
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 3rem
    }

    .site_home section[data-id="5"] article .iletisim-side iframe {
        width: 100%
    }
}

.site_home .galeri {
    margin: 1rem -.5rem
}

html:not(.page-loaded) .site_home .galeri {
    height: 50vw;
    opacity: 0
}

.site_home .galeri li img {
    max-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
    padding: .5rem;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    -o-border-radius: 13px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    object-fit: cover;
    vertical-align: bottom
}

/*!
 * FlexMasonry
 * Version: 0.2.3
 * Author: Gilbert Pellegrom <gilbert@pellegrom.me>
 * License: MIT
 */
.flexmasonry {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between
}

.flexmasonry-item {
    width: 100%
}

.flexmasonry-cols-2 .flexmasonry-item {
    width: 50%
}

.flexmasonry-cols-3 .flexmasonry-item {
    width: 33.333%
}

.flexmasonry-cols-4 .flexmasonry-item {
    width: 25%
}

.flexmasonry-cols-5 .flexmasonry-item {
    width: 20%
}

.flexmasonry-cols-6 .flexmasonry-item {
    width: 16.666%
}

.flexmasonry-cols-7 .flexmasonry-item {
    width: 14.285%
}

.flexmasonry-cols-8 .flexmasonry-item {
    width: 12.5%
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) {
    order: 1
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
    order: 2
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
    order: 1
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
    order: 2
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
    order: 3
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
    order: 1
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
    order: 2
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
    order: 3
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
    order: 4
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
    order: 1
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
    order: 2
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
    order: 3
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
    order: 4
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
    order: 5
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
    order: 1
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
    order: 2
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
    order: 3
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
    order: 4
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
    order: 5
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
    order: 6
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
    order: 1
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
    order: 2
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
    order: 3
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
    order: 4
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
    order: 5
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
    order: 6
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
    order: 7
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
    order: 1
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
    order: 2
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
    order: 3
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
    order: 4
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
    order: 5
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
    order: 6
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
    order: 7
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
    order: 8
}

.flexmasonry-break {
    content: "";
    flex-basis: 100%;
    width: 0 !important;
    margin: 0
}

.flexmasonry-break-1 {
    order: 1
}

.flexmasonry-break-2 {
    order: 2
}

.flexmasonry-break-3 {
    order: 3
}

.flexmasonry-break-4 {
    order: 4
}

.flexmasonry-break-5 {
    order: 5
}

.flexmasonry-break-6 {
    order: 6
}

.flexmasonry-break-7 {
    order: 7
}

.site_checkout {
    max-width: 690px;
    margin: 0 auto
}

@media (max-width: 47.99em) {
    .site_checkout {
        padding: 0 1rem
    }
}

.site_checkout__header {
    position: relative;
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 47.99em) {
    .site_checkout__header {
        padding: 0
    }
}

.site_checkout__header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + .5rem);
    transform: translateY(-50%);
    margin: auto;
    width: 97.5%;
    height: .125rem;
    background-color: var(--color-medium-text)
}

@media (max-width: 47.99em) {
    .site_checkout__header:after {
        top: 50%;
        width: 80%
    }
}

.site_checkout__header div {
    flex-basis: 32%;
    text-align: center;
    color: var(--color-medium-text);
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column
}

.site_checkout__header div.active {
    color: #fff
}

.site_checkout__header div p {
    position: relative;
    z-index: 2;
    background-color: var(--color-bg);
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    -ms-border-radius: 100rem;
    border-radius: 100rem;
    -o-border-radius: 100rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.site_checkout__header div:nth-child(1) {
    align-content: flex-start
}

.site_checkout__header div:nth-child(1) p {
    padding-right: 2rem
}

.site_checkout__header div:nth-child(2) {
    align-content: center
}

.site_checkout__header div:nth-child(2) p {
    padding: 0 2rem
}

.site_checkout__header div:nth-child(3) {
    align-content: flex-end
}

.site_checkout__header div:nth-child(3) p {
    padding-left: 2rem
}

.site_checkout__header div em {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    line-height: 2rem;
    display: block
}

@media (max-width: 47.99em) {
    .site_checkout__header div em {
        font-size: 32px;
        font-size: 2rem;
        line-height: 32px;
        line-height: 2rem
    }
}

.site_checkout__header div span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem
}

@media (max-width: 47.99em) {
    .site_checkout__header div span {
        opacity: 0;
        visibility: hidden;
        position: absolute
    }
}

.site_checkout .kk_type_icon {
    position: absolute;
    width: 36px;
    height: 34px;
    right: 1rem;
    top: 2.175rem;
    pointer-events: none
}

.site_checkout .kk_type_icon span {
    display: block;
    background-size: 36px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 36px;
    height: 34px
}

.site_checkout .kk_type_icon span.visa {
    background-image: url("/views/web/assets/img/_icons/visa.svg")
}

.site_checkout .kk_type_icon span.amex {
    background-image: url("/views/web/assets/img/_icons/amex.svg")
}

.site_checkout .kk_type_icon span.discover {
    background-image: url("/views/web/assets/img/_icons/discover.svg")
}

.site_checkout .kk_type_icon span.master {
    background-image: url("/views/web/assets/img/_icons/mastercard.svg")
}

.site_checkout__item h1 {
    margin: 0;
    padding: 2rem 0 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "SemiBold"
}

@media (max-width: 47.99em) {
    .site_checkout__item h1 {
        padding: 1rem 0
    }
}

.site_checkout__form {
    position: relative
}

.site_checkout__form .row_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.site_checkout__form .row_item .form_item:nth-child(1) {
    flex-basis: 48%
}

.site_checkout__form .row_item .form_item:nth-child(2) {
    flex-basis: 20%;
    margin-left: 1rem
}

.site_checkout__form .row_item .form_item:nth-child(3) {
    flex-basis: 13%;
    margin-left: 1rem
}

@media (max-width: 47.99em) {
    .site_checkout__form .row_item .form_item:nth-child(1) {
        flex-basis: 100%
    }

    .site_checkout__form .row_item .form_item:nth-child(2) {
        flex-basis: 60%;
        margin-left: 0
    }

    .site_checkout__form .row_item .form_item:nth-child(3) {
        flex-basis: 37%;
        margin-left: 3%
    }
}

.site_checkout .ck_form button {
    margin: 1rem auto
}

.site_checkout .secure_info {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: var(--color-medium-text);
    text-align: center;
    padding: 1rem 0;
    letter-spacing: .025rem
}

.site_checkout__preview {
    position: relative;
    margin-bottom: 1rem
}

.site_checkout__preview .preview_item {
    padding: 1.25rem 0;
    border-bottom: 1px dotted var(--color-border)
}

.site_checkout__preview .preview_item__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.site_checkout__preview .preview_item__row .item.two_list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width: 47.99em) {
    .site_checkout__preview .preview_item__row .item.two_list {
        flex-basis: 100%;
        margin-bottom: 1rem
    }
}

.site_checkout__preview .preview_item__row .item.two_list img {
    max-width: 85px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.1)
}

@media (max-width: 47.99em) {
    .site_checkout__preview .preview_item__row .item.two_list img {
        max-width: 100px
    }
}

.site_checkout__preview .preview_item__row .item.two_list div + div {
    padding-left: 2rem;
    flex: 1
}

.site_checkout__preview .preview_item__row .item.two_list div + div strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    font-family: "SemiBold";
    display: block
}

.site_checkout__preview .preview_item__row .item.two_list div + div span {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: var(--color-light-text)
}

@media (max-width: 47.99em) {
    .site_checkout__preview .preview_item__row .item:not(.two_list) {
        flex-basis: 40%
    }
}

.site_checkout__preview .preview_item__row .item:not(.two_list):last-child {
    flex-basis: 60%;
    justify-content: flex-end;
    display: inline-flex
}

.site_checkout__preview .preview_item__row .item .form_select:after {
    top: 1.575rem
}

.site_checkout__preview .preview_item__row .item .form_select label {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.site_checkout__preview .preview_item__row .item ins {
    text-decoration: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem
}

.site_checkout__preview .preview_item.total .item {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem
}

@media (max-width: 47.99em) {
    .site_checkout__preview .preview_item.total .item {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

.site_checkout__preview .preview_item.total .item + .item {
    color: var(--color-secondary)
}

.site_checkout__taksit {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.site_checkout__taksit .item_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: 1px dotted var(--color-border)
}

.site_checkout__taksit .item_row .item {
    flex-basis: 50%
}

.site_checkout__taksit .item_row .item + .item {
    justify-content: flex-end;
    display: inline-flex
}

.site_checkout__taksit .item_row .item .form_check input[type=radio]:checked + label:after {
    top: .525rem
}

.site_checkout__taksit .item_row .item .form_check label {
    margin-bottom: 0
}

.site_checkout__sozlesmeler {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.site_checkout__sozlesmeler li {
    padding: .25rem 0
}

.site_checkout__sozlesmeler li a {
    color: #fff;
    text-decoration: underline
}

@media (hover: hover) {
    .site_checkout__sozlesmeler li a:hover {
        color: #fff;
        text-decoration: none
    }
}

.site_checkout__sozlesmeler li label span {
    position: relative;
    top: -1px;
    line-height: 185%
}

.site_checkout__sozlesmeler li .form_check input[type=checkbox]:checked + label a {
    color: #fff
}

.site_checkout__onay {
    max-width: 620px;
    width: 100%;
    margin: 2rem auto
}

.site_checkout__onay__header {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dotted var(--color-border)
}

@media (max-width: 47.99em) {
    .site_checkout__onay__header {
        text-align: center
    }
}

.site_checkout__onay__header img {
    display: block;
    margin: 1rem auto;
    max-width: 530px;
    width: 100%
}

.site_checkout__onay__header h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    font-family: "Bold";
    margin: 0
}

@media (max-width: 64.0525em) {
    .site_checkout__onay__header h1 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 40px;
        line-height: 2.5rem
    }
}

@media (max-width: 47.99em) {
    .site_checkout__onay__header h1 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem
    }
}

.site_checkout__onay__header p {
    color: var(--color-light-text)
}

@media (max-width: 47.99em) {
    .site_checkout__onay__header p {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 20px;
        line-height: 1.25rem;
        padding-top: .5rem
    }
}

.site_checkout__onay h2 {
    margin: 0;
    padding: 2rem 0 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "SemiBold"
}

@media (max-width: 64.0525em) {
    .site_checkout__onay h2 {
        padding: 0 0 1rem
    }
}

@media (max-width: 47.99em) {
    .site_checkout__onay h2 {
        padding: 0
    }
}

.site_checkout__onay .two_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    border-bottom: 1px dotted var(--color-border)
}

@media (max-width: 47.99em) {
    .site_checkout__onay .two_item {
        align-items: flex-start
    }
}

.site_checkout__onay .two_item strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: "SemiBold"
}

@media (max-width: 47.99em) {
    .site_checkout__onay .two_item strong {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 24px;
        line-height: 1.5rem
    }
}

.site_checkout__onay .two_item span {
    color: var(--color-light-text);
    padding-top: .5rem;
    display: inline-flex
}

.site_checkout__onay .two_item div + div {
    text-align: end;
    flex: 1
}

.site_checkout__onay .two_item.total {
    padding: 1.25rem 0 0;
    border-bottom: none
}

.site_checkout__onay .two_item.total div + div strong {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: var(--color-secondary)
}

@media (max-width: 47.99em) {
    .site_checkout__onay .two_item.total div + div strong {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 30px;
        line-height: 1.875rem
    }
}

.site_checkout__onay .kargo_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.75rem 2rem;
    margin: 2rem 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.15)
}

@media (max-width: 47.99em) {
    .site_checkout__onay .kargo_info {
        justify-content: center;
        padding: 1rem 1.5rem;
        text-align: center
    }
}

.site_checkout__onay .kargo_info div {
    color: var(--color-light-text)
}

@media (max-width: 47.99em) {
    .site_checkout__onay .kargo_info div {
        flex-basis: 100%
    }
}

.site_checkout__onay .kargo_info div + div {
    color: #fff
}

.site_checkout__onay .kargo_info div + div em {
    font-size: 24px;
    padding-right: 1rem
}

@media (max-width: 47.99em) {
    .site_checkout__onay .kargo_info div + div em {
        font-size: 20px;
        padding-right: .5rem
    }
}

.site_checkout__onay .kargo_info div + div span {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: "SemiBold"
}

@media (max-width: 47.99em) {
    .site_checkout__onay .kargo_info div + div span {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 20px;
        line-height: 1.25rem
    }
}

.site_checkout__onay .kargo_small_text {
    margin: 2rem 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: var(--color-medium-text)
}

@media (max-width: 47.99em) {
    .site_checkout__onay .kargo_small_text {
        margin: 1rem 0 1.5rem;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 21px;
        line-height: 1.3125rem
    }
}

.site_checkout__onay__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.site_checkout__onay__buttons div {
    flex-basis: 40%;
    padding-right: 1rem
}

@media (max-width: 47.99em) {
    .site_checkout__onay__buttons div {
        flex-basis: 100%;
        margin-right: 0
    }
}

.site_checkout__onay__buttons div + div {
    flex: 1
}

@media (max-width: 47.99em) {
    .site_checkout__onay__buttons div + div {
        margin-top: 1rem;
        flex-basis: 100%
    }
}

.site_statik {
    padding: 2rem 0
}

.site_statik h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 40px;
    line-height: 2.5rem
}

.site_statik__info {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
    color: var(--color-light-text);
    max-width: 720px;
    margin: 1rem 0 3rem
}

.site_statik__info a {
    color: #fff;
    text-decoration: underline
}

.site_statik h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    margin-bottom: 1rem
}

.site_statik .header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: var(--color-light-text)
}

.site_statik address {
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: var(--color-medium-text);
    padding: .25rem 0 1rem
}

.siparis_takip {
    max-width: 590px;
    width: 100%;
    margin: 3rem auto
}

@media (max-width: 64.0525em) {
    .siparis_takip {
        margin: 0 auto;
        padding: 0 1.5rem
    }
}

.siparis_takip h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 0;
    padding: 2rem 0 1.5rem;
    font-family: "SemiBold"
}

.siparis_takip .form_item p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: var(--color-medium-text);
    padding-top: .25rem
}

.siparis_takip .form_item h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: "SemiBold";
    letter-spacing: .025rem;
    color: var(--color-secondary)
}

.siparis_takip .form_item ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0 0;
    flex-direction: column;
    position: relative
}

.siparis_takip .form_item ul:after {
    content: "";
    position: absolute;
    top: 4rem;
    left: 80px;
    height: 275px;
    width: 3px;
    background-color: var(--color-border);
    -webkit-border-radius: 100rem;
    -moz-border-radius: 100rem;
    -ms-border-radius: 100rem;
    border-radius: 100rem;
    -o-border-radius: 100rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.siparis_takip .form_item ul li {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    flex-direction: row;
    align-items: center;
    position: relative
}

.siparis_takip .form_item ul li:after {
    content: "";
    width: 13px;
    height: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    border-radius: 13px;
    -o-border-radius: 13px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: var(--color-success);
    left: 75px;
    top: 3.45rem;
    position: absolute;
    z-index: 2
}

.siparis_takip .form_item ul li.active:after {
    background-color: var(--color-success);
    transform: scale(1.75)
}

.siparis_takip .form_item ul li.active div h3 {
    color: var(--color-success)
}

.siparis_takip .form_item ul li.active div span {
    color: var(--color-light-text)
}

.siparis_takip .form_item ul li.active div span strong {
    color: #fff
}

.siparis_takip .form_item ul li.active.done:after {
    background-color: #fff;
    transform: scale(1)
}

.siparis_takip .form_item ul li.active.done div h3 {
    color: #fff
}

.siparis_takip .form_item ul li:nth-child(1):after {
    top: 2.65rem
}

.siparis_takip .form_item ul li:nth-child(2) div img {
    margin-left: -.85rem
}

.siparis_takip .form_item ul li:nth-child(3) div img {
    margin-left: -.25rem
}

.siparis_takip .form_item ul li:nth-child(3):after {
    top: 3.5rem
}

.siparis_takip .form_item ul li:not(.active):after {
    background-color: var(--color-border)
}

.siparis_takip .form_item ul li:not(.active) div img {
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .35
}

.siparis_takip .form_item ul li:not(.active) div h3 {
    color: var(--color-dark-text)
}

.siparis_takip .form_item ul li:not(.active) div h3 a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.siparis_takip .form_item ul li:not(.active) div span {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.siparis_takip .form_item ul li div {
    padding-right: 1rem;
    margin-right: 1rem;
    flex-basis: 100px;
    position: relative
}

.siparis_takip .form_item ul li div + div {
    flex: 1
}

.siparis_takip .form_item ul li div h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: "SemiBold";
    margin-bottom: .25rem;
    vertical-align: middle
}

.siparis_takip .form_item ul li div h3 a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #fff;
    text-decoration: underline;
    margin-left: .5rem
}

.siparis_takip .form_item ul li div img {
    margin-top: -1.5rem
}

.siparis_takip .form_item ul li div span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: var(--color-medium-text)
}

.siparis_takip .form_item ul li div span + span {
    padding-top: .25rem
}

.siparis_takip .form_item ul li div span strong {
    color: var(--color-light-text);
    font-family: "Medium";
    padding-left: .25rem
}

.siparis_takip .form_item ul li div span a {
    font-family: "Medium";
    margin-left: .25rem
}

@media (hover: hover) {
    .siparis_takip .form_item ul li div span a:hover {
        text-decoration: underline;
        color: var(--color-link-hover)
    }
}

.siparis_takip .form_item:last-child {
    margin-top: 1rem
}

@media (max-width: 64.0525em) {
    .siparis_takip .form_item:last-child {
        margin-top: 0
    }

    .siparis_takip .form_item:last-child .site_checkout__onay__buttons {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        display: block
    }

    .siparis_takip .form_item:last-child .site_checkout__onay__buttons div button {
        width: 100%
    }

    .siparis_takip .form_item:last-child .site_checkout__onay__buttons div + div {
        margin-top: 1rem
    }
}

.site_header {
    position: relative
}

.site_header .container {
    position: relative
}

.site_header header {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.site_header header a.logo {
    flex-basis: 182px;
    width: 182px;
    height: 109px
}

html.menu-active .site_header header a.logo {
    z-index: 991
}

@media (max-width: 74.99em) {
    .site_header header a.logo {
        flex-basis: 160px;
        width: 160px;
        height: 96px
    }
}

@media (max-width: 64.0525em) {
    .site_header header a.logo {
        margin: 0 auto;
        flex-basis: 140px;
        width: 140px;
        height: 96px
    }
}

.site_header header nav {
    flex: 1;
    padding-left: 2rem
}

@media (max-width: 74.99em) {
    .site_header header nav {
        opacity: 0;
        transform: translateY(-100%);
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        min-height: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        background: rgba(37, 43, 50, 0.975);
        backdrop-filter: blur(3px);
        z-index: -1
    }

    html.menu-active .site_header header nav {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        z-index: 990
    }
}

.site_header header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center
}

@media (max-width: 74.99em) {
    .site_header header nav ul {
        flex-direction: column;
        min-width: 50vw
    }
}

@media (max-width: 47.99em) {
    .site_header header nav ul {
        width: 100%
    }
}

.site_header header nav ul li a:not(.btn) {
    color: #fff
}

@media (hover: hover) {
    .site_header header nav ul li a:not(.btn):hover {
        text-decoration: underline
    }
}

.site_header header nav ul li + li {
    margin-left: 3rem
}

@media (max-width: 74.99em) {
    .site_header header nav ul li {
        margin-bottom: .5rem;
        min-width: 65vw;
        text-align: center
    }

    .site_header header nav ul li a:not(.btn) {
        padding: 1rem;
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 60px;
        line-height: 3.75rem;
        height: 60px;
        text-align: center
    }

    .site_header header nav ul li a.btn {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 60px;
        line-height: 3.75rem;
        height: 60px;
        text-align: center;
        margin-top: 2rem
    }

    .site_header header nav ul li a {
        min-width: 50vw
    }

    .site_header header nav ul li + li {
        margin-left: 0
    }
}

@media (max-width: 47.99em) {
    .site_header header nav ul li {
        width: 100%
    }

    .site_header header nav ul li a {
        width: 100%
    }
}

.site_header header .mobile_menu {
    position: absolute;
    right: 2rem;
    transform: scale(1.35);
    top: 3.65rem;
    z-index: 992;
    display: none
}

@media (max-width: 74.99em) {
    .site_header header .mobile_menu {
        display: block
    }
}

@media (max-width: 47.99em) {
    .site_header header .mobile_menu {
        right: 1rem
    }
}

.site_header header .mobile_menu .menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.site_header header .mobile_menu .menu-icon__cheeckbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0
}

.site_header header .mobile_menu .menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px
}

.site_header header .mobile_menu .menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-light-text);
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965)
}

.site_header header .mobile_menu .menu-icon span:first-of-type {
    top: 0
}

.site_header header .mobile_menu .menu-icon span:last-of-type {
    bottom: 0
}

.site_header header .mobile_menu .menu-icon.active span, .site_header header .mobile_menu .menu-icon .menu-icon__cheeckbox:checked + div span {
    background-color: #fff
}

.site_header header .mobile_menu .menu-icon.active span:first-of-type, .site_header header .mobile_menu .menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
    transform: rotate(45deg);
    top: 5px
}

.site_header header .mobile_menu .menu-icon.active span:last-of-type, .site_header header .mobile_menu .menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px
}

.site_header header .mobile_menu .menu-icon.active:hover span:first-of-type, .site_header header .mobile_menu .menu-icon.active:hover span:last-of-type, .site_header header .mobile_menu .menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type, .site_header header .mobile_menu .menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
    width: 22px
}

.site_header__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

@media (max-width: 64.0525em) {
    .site_header__inner {
        padding: 0 1rem 0 0
    }
}

.site_header__inner a {
    color: var(--color-medium-text);
    font-size: 130%
}

@media (max-width: 47.99em) {
    .site_header__inner a {
        font-size: 110%
    }
}

.site_header__inner a:nth-child(1) em {
    margin-right: .75rem
}

@media (max-width: 47.99em) {
    .site_header__inner a:nth-child(1) {
        display: none
    }
}

@media (hover: hover) {
    .site_header__inner a {
        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s
    }

    .site_header__inner a:hover {
        color: #fff
    }
}

.more_link {
    display: inline-flex;
    position: relative
}

.more_link__drop {
    color: var(--color-medium-text)
}

.more_link .drop_menu {
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: none;
    min-width: 6rem;
    width: 100%;
    z-index: 5
}

.more_link .drop_menu.active {
    display: block
}

.more_link .drop_menu div {
    white-space: nowrap;
    position: absolute;
    right: 0;
    border: 1px solid var(--color-border);
    -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.025);
    -ms-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.025);
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.025);
    -o-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.025)
}

.more_link .drop_menu a {
    display: block;
    padding: .65rem .75rem;
    font-size: 13px;
    color: var(--color-medium-text);
    background-color: var(--color-secondary);
    width: 100%;
    white-space: nowrap
}

.more_link .drop_menu a strong {
    color: var(--color-light-text)
}

.more_link .drop_menu a:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.more_link .drop_menu a:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

@media (hover: hover) {
    .more_link .drop_menu a:hover {
        background-color: var(--color-light-text);
        color: var(--color-dark-text)
    }
}

.more_link .drop_menu a + a {
    border-top: 1px solid var(--color-border)
}

html.safari * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden
}
