.button_half {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    line-height: 20px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.7rem 1.5rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    user-select: none;
    width: 50%;
}
.half_d {
	background-color: #0077b8;
    color: #fff;
	border: 1px solid #0077b8;
}
.half_a {
	background-color: #003552;
	color: #fff;
	border: 1px solid #003552
}
.chart-container {
    display: flex;
  }
  
.small-column {
    width: 40px;
    height:390px;
    margin-top:1px;
  }
  
.large-column {
    max-width: 700px;
    overflow-x: scroll;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  
.container {
    width: calc(1000px - 40px);
    height: 400px;
  }
.input_min {
    border:2px solid #088282;
    border-radius:30px;
    padding:5px 30px;
    width:100%;
    font-size:14pt;
    height:50px;
	appearance: none;
  }
  .input_min_s {
    border:2px solid #088282;
    border-radius:30px;
    padding:5px 30px;
    width:48%;
    font-size:14pt;
    height:50px;
	margin:0 1%;
	appearance: none;
  }
  .button_min {
    margin: 0 5px;
    outline: none;
    border: 1px solid #088282;
	padding: 0 20px;
    border-radius: 20px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #088282;
    background-color: #edf0f2;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    text-transform: uppercase;
  }
  .button_min_hover {
    margin: 0 5px;
    outline: none;
    border: 1px solid #088282;
	padding: 0 20px;
    border-radius: 20px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #edf0f2;
    background-color: #088282;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    text-transform: uppercase;
  }
  .top0 {
      bottom: 0;
      left: 0;
      position: fixed;
      right: 0;
      width: 100%;
      z-index: 200;
  }
  .top1 {
      align-items: flex-start;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      background: hsla(0,0%,100%,.9);
      box-shadow: inset 0 .5px 0 #c7c9cc;
      box-sizing: border-box;
      color: rgba(0,0,0,.4);
      display: flex;
      justify-content: space-around;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .icon0 {
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      align-items: center;
      color: #9299a2;
      display: inline-flex;
      flex-basis: 112px;
      flex-direction: column;
      flex-grow: 1;
      padding: 4px 0 8px;
      text-decoration: none;
  }
  .icon1 {
      display: inline-flex;
      height: 32px;
      justify-content: center;
      position: relative;
      width: 32px;
  }
  .icon11 {
      align-items: center;
      display: inline-flex;
      justify-content: center;
      position: relative;
      vertical-align: top;
  }
  .icon111 {
      display: inline-flex;
      justify-content: center;
      max-height: 100%;
      max-width: 100%;
      position: relative;
  }
  .st03 {
      left: 25px;
      position: absolute;
      top: 2px;
  }
  .st01 {
  font-family: -apple-system,BlinkMacSystemFont,Roboto,sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  max-width: 12ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
.Header {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .01), 0 0 8px 0 rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    background-color: #088282;
    justify-content: center;
    height:65px
}

.Header > img {
    height: 40px;
    position: relative;
    top:2px
}

.FitoStat {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom:10px;
}

.FitoStat__name {
    font-size: 1.5rem;
    font-weight: 600;
    line-height:1.2
}

.FitoStat__logo {
    margin-right: 8px;
    display: flex;
    justify-content:center
}

.FitoStat__logo-icon {
    margin-right:5px
}

.FitoList {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:5px
}

.FitoList__legend {
    padding-top: 5px;
    font-size: 1.2rem;
    font-weight: 300;
    color:#7b8693
}

.FitoList__legend svg {
    margin-right: 8px;
    width: 12px;
    height:12px
}

.Fito {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding:10px 0 15px
}

.Fito > div {
    margin-right:7px
}

.Fito__logo {
    font-size:0
}

.Fito__number {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 4px;
    margin: 0 4px;
    width: 210px;
    min-width: 52px;
    height: 32px;
    line-height:32px
}

.Fito__button {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    margin: 10px 0;
    outline: none;
    border: 1px solid #088282;
    border-radius: 20px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #088282;
    background-color: #edf0f2;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    text-transform: uppercase;
}
.Fito__button:focus {
	box-shadow: 0 0 0 3px rgb(108 117 125 / 50%);
}
.Fito__button:hover {
	color: #fff;
	background-color: #088282;
	border-color: #088282;
}
.Fito__button:active {
	color: #fff;
	background-color: #088282;
	border-color: #088282;
}
.Fito__button:disabled {
	pointer-events: none;
	opacity: 0.65;
}

.Fito__stopName {
    font-weight: 300;
    font-size:1.2rem
}

.Fito__data {
    display: flex;
    flex-direction: column;
    justify-content:center
}

.Fito__info {
    display: flex;
    align-items: center;
    margin-bottom:10px
}

.Fito__routeInfo {
    display: flex;
    align-items: baseline;
    justify-content:space-between
}

.Fito__closestForecast {
    flex-grow: 1;
    text-align: right;
    position: relative;
    padding-right: 6px;
    font-size: 1.65rem;
    line-height:1.5;
	z-index: -1
}

.Fito__closestForecast.telemetry {
    color:#25b611
}

.Fito .realtime-forecast {
    position: absolute;
    right: 0;
    top:2px
}

.Fito .realtime-forecast .inner {
    -webkit-animation: realtime-forecast-blink 2.2s infinite;
    animation:realtime-forecast-blink 2.2s infinite
}

.Fito .realtime-forecast .outer {
    -webkit-animation: realtime-forecast-blink2 2.2s infinite;
    animation:realtime-forecast-blink2 2.2s infinite
}

.Arrival {
    display: flex;
    font-size: 1.2rem;
    font-weight: 300;
    padding-left:5px
}

.Arrival__item {
    white-space: nowrap;
    padding: 3px 8px 3px 0;
    margin-right: 6px;
    position:relative
}

.Arrival__item.telemetry {
    color:#25b611
}

.Downloads, .Downloads > div {
    display: flex;
    text-align:center
}

.Downloads__link {
    padding: 5px 10px;
    display:block
}

@media screen and (max-width: 768px) {
    .Downloads {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 0;
        align-items: center;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, .8), #fff);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .01), 0 0 8px 0 rgba(0, 0, 0, .05);
        border-radius: 8px;
        flex-wrap: wrap;
        justify-content:center
    }
}

.Container {
    max-width: 1400px;
    width: 70%;
    margin: auto 0 80px;
    padding-top: 60px;
    display: flex;
    flex-direction:column
}

@media screen and (max-width: 768px) {
    .Container {
        width: 100%;
        padding:20px 10px
    }
}

@font-face {
    font-family: "Simple Sans";
    font-weight: 400;
    src:url(../fonts/fontRegular.otf)
}

@font-face {
    font-family: "Simple Sans";
    font-weight: 700;
    src:url(../fonts/fontBold.otf)
}

@font-face {
    font-family: "Simple Sans";
    font-weight: 900;
    src:url(../fonts/fontExtrabold.otf)
}

@font-face {
    font-family: "Simple Sans";
    font-weight: 500;
    src:url(../fonts/fontMedium.otf)
}

@font-face {
    font-family: "Simple Sans";
    font-weight: 300;
    src:url(../fonts/fontLight.otf)
}

:root {
    font-size: 14px;
    font-family: "Simple Sans", sans-serif
}

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

.App {
    width: 100vw;
    min-height: 100vh
}







.container{
    max-width: 1200px;
    margin:0 auto;
}


input, button, textarea, select{
    font-family: inherit;
}
a{
    text-decoration: none;
    color:#5089e9;
}
a:hover{
    color:#000;
}
.mshow{
    display: none;
}
.wrapper{
    display: block;
    overflow: hidden;
}
.flexi {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.hide{
    display: none;
}
input[type=submit],
button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button{
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px 2px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    box-sizing: border-box;
    cursor: pointer;
    border:none;
    position: relative;

    background: none;
    border:1px solid #000;
    color: #000;
}
.button:hover{
    background-color: #000;
    color:#fff;
}
.button:active{
    top:1px;
}
.button:disabled{
    background: #ddd;
    border-color:#d5d5d5;
    color:#fff;
}




.scr3, .bluescr {
    background-color: #6b83a6;
    padding: 90px 0 60px;
}
.block-title--white {
    color:#fff;
}
.scr3__wrap {
    padding-top: 60px;
}
.demobuttons {
    display: flex;
    height: 50px;
    color:#fff;
    border-color:#fff;
    font-size: 14px;
    white-space: nowrap;
    margin: 0 15px 15px;
    min-width: 200px;
}
.demobuttons:hover{
    color:#6b83a6;
    background-color: #fff;   
}
.demobuttons--min{
    display: flex;
    color:#6b83a6;
    background-color: #fff;   
    margin: 60px auto 0;
    max-width: 240px;
}

.block-title {
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 300;
}

.loginblock__h1{
    margin-bottom: 30px;
    color: #2E3C56;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}
.loginblock__h2{
    margin-top: 4px;
    color: #8F99AA;
    font-size: 14px;
    line-height: 21px;
}
.loginblock__form{
    padding-top: 36px;
}
.formitem{
    padding-bottom: 24px;
    position: relative;
}
.formitem input{
    outline: none;
    background: #FFFFFF;
    box-shadow: inset 0 0 0 100px #fff;
    border: 1px solid #DDE0E6;
    box-sizing: border-box;
    color: #484c53;
    font-size: 15px;
    line-height: 26px;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.formitem input:focus{
    border-color:#9d9fa3;
}
.loginblock__bottom{
    justify-content: space-between;
    padding-bottom: 24px;
}

.checkplace{
    display: flex;
    background: #FFFFFF;
    border: 1px solid #DDE0E6;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-right: 1rem;
}
.checkplace img{
    display: block;
    max-width: 90%;
    max-height: 95%;
    margin: auto;
    opacity: 0;
}

.loginblock__link{
    display: block;
    color:#2E3C56;
    font-size: 12px;
    line-height: 21px;
}
.formsubmit .button{
    width: 100%;
    height: 56px;
    font-weight: 500;
}
.scrolling-wrapper {
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    &::-webkit-scrollbar {
        display: none;
      }
    }













html {
	--color-mode: 'lit';
	--light: #fff;
	--dark: #000;
	--bg: #141414;
	--haze: #f2f2f2;
	--gray: #020202;
	--accent: var(--gray);
	--text: #575757;
	--header-text: var(--dark);
	--font: Simple Sans, sans-serif;
	--theme: #0077b8;
	--ease: cubic-bezier(.19, 1, .22, 1);
	--code-bg: var(--bg);
	--table-bg: var(--light);
	--table-haze: var(--haze);
	--table-border: #dedede;
	--footer-bg: var(--haze);
	--shadow: rgba(0, 0, 0, 0.12);
	--translucent: rgba(0, 0, 0, 0.05);
	--translucent-light: rgba(255, 255, 255, 0.05);
	--post-bg: var(--light);
	--choice-bg: var(--haze);
	--ease: cubic-bezier(0.39, 0.575, 0.565, 1);
	--easing: cubic-bezier(.19, 1, .22, 1);
	--notice-code-bg: var(--bg);
	--notice-info-border-color: #6AB0DE;
	--notice-info-background: #E7F2FA;
	--notice-note-border-color: #F0B37E;
	--notice-note-background: #FFF2DB;
	--notice-tip-border-color: rgba(92, 184, 92, 0.8);
	--notice-tip-background: #E6F9E6;
	--notice-warning-border-color: rgba(217, 83, 79, 0.8);
	--notice-warning-background: #FAE2E2
}

html.page {
	--choice-bg: var(--light)
}

html[data-mode="dim"] {
	--light: hsla(0, 0%, 100%, 0.87);
	--color-mode: 'dim';
	--text: var(--light);
	--accent: var(--bubble);
	--choice-bg: var(--bg);
	--code-bg: var(--translucent-light);
	--header-text: var(--light);
	--table-bg: var(--code-bg);
	--table-haze: rgba(255, 255, 255, 0.1);
	--table-border: var(--code-bg);
	--footer-bg: var(--bg);
	--post-bg: var(--translucent-light)
}

html[data-mode="dim"] blockquote {
	background: var(--translucent-light);
	color: #dedede
}

html[data-mode="dim"] svg.icon {
	fill: var(--light)
}

html[data-mode="dim"] .icon img {
	background: none
}

html[data-mode="dim"] .icon svg {
	fill: #fafafa
}

html[data-mode="dim"] .sidebar_inner::before {
	display: none
}

html[data-mode="dim"] .color_choice::after {
	background-image: url("../images/night-moon.jpg");
	transform: translateX(1.4rem)
}

@media (prefers-color-scheme: dark) {
	html:not([data-mode="lit"]) {
		--light: hsla(0, 0%, 100%, 0.87);
		--color-mode: 'dim';
		--text: var(--light);
		--accent: var(--bubble);
		--choice-bg: var(--bg);
		--code-bg: var(--translucent-light);
		--header-text: var(--light);
		--table-bg: var(--code-bg);
		--table-haze: rgba(255, 255, 255, 0.1);
		--table-border: var(--code-bg);
		--footer-bg: var(--bg);
		--post-bg: var(--translucent-light)
	}

	html:not([data-mode="lit"]) blockquote {
		background: var(--translucent-light);
		color: #dedede
	}

	html:not([data-mode="lit"]) svg.icon {
		fill: var(--light)
	}

	html:not([data-mode="lit"]) .icon img {
		background: none
	}

	html:not([data-mode="lit"]) .icon svg {
		fill: #fafafa
	}

	html:not([data-mode="lit"]) .sidebar_inner::before {
		display: none
	}

	html:not([data-mode="lit"]) .color_choice::after {
		background-image: url("../images/night-moon.jpg");
		transform: translateX(1.4rem)
	}
}


body,
html {
	-webkit-text-size-adjust: 100%;
	font-kerning: normal;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}

body {
	font-family: var(--font);
	font-size: 1.25rem;
	line-height: 1.5;
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	font-kerning: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

a {
	text-decoration: none;
	color: inherit
}

a:focus,
a:focus-within {
	outline: none !important
}

h1,
h2,
h3,
h4,
h5 {
	font-family: inherit;
	font-weight: 300;
	padding: 5px 0;
	margin: 15px 0;
	color: var(--header-text);
	line-height: 1.35
}

h1:hover .link,
h2:hover .link,
h3:hover .link,
h4:hover .link,
h5:hover .link {
	opacity: 1
}

h1 {
	font-size: 200%;
	font-weight: 400
}

h2 {
	font-size: 175%
}

h3 {
	font-size: 150%
}

h4 {
	font-size: 125%
}

h5 {
	font-size: 120%
}

h6 {
	font-size: 100%
}

img,
svg {
	max-width: 100%;
	vertical-align: middle
}

img {
	height: auto;
	margin: 1rem auto;
	padding: 0
}

img:focus,
img:focus-within {
	outline: none !important;
	border: none !important
}

main {
	flex: 1
}

ul {
	list-style: none;
	-webkit-padding-start: 0;
	-moz-padding-start: 0
}

em {
	font-weight: 500
}

b,
strong {
	font-weight: 700
}

hr {
	border: none;
	padding: 1px;
	background: #e7e7e7;
	opacity: 0.5;
	margin: 1rem 0
}

@media (prefers-color-scheme: dark) {
	hr {
		background: var(--theme)
	}
}

aside h3 {
	position: relative;
	margin: 0 !important
}

aside ul {
	list-style: initial;
	padding-left: 1rem
}

aside li {
	padding: 0.25rem 0
}

table {
	width: 100%;
	border-collapse: collapse;
	background: var(--table-haze);
	margin-bottom: 1.5rem
}

table:not(.ln-table) t {
	background: var(--table-bg)
}

td,
th {
	padding: 0.5rem 1rem;
	border: 1px solid var(--table-border)
}

td,
th {
	padding: 0.5rem 1rem;
	font-weight: 400
}

td:not(:first-child),
th:not(:first-child) {
	padding-left: 1.5rem
}

th {
	font-weight: 700
}

tbody {
	padding: 0
}

tbody tr:nth-child(even) {
	background-color: var(--table-haze)
}

tbody tr:nth-child(odd) {
	background-color: var(--table-bg)
}

blockquote {
	margin: 25px auto;
	quotes: "“""”""‘""’";
	padding: 1.5rem;
	color: #555555;
	padding: 1rem 1.5rem;
	border-left: 0.2rem solid #0077b8;
	position: relative;
	background: var(--haze)
}

blockquote+.highlight_wrap {
	margin-top: 2.25rem
}

p {
	padding: 0.8rem 0
}

picture {
	display: block;
	width: 100%
}

.nav_open+.nav_sub::before,
.nav_open+.nav_sub .nav_child:first-child::before {
	width: 0;
	height: 0;
	border-left: 0.33rem solid transparent;
	border-right: 0.33rem solid transparent;
	top: -0.5rem;
	left: 1rem
}

.nav {
	color: #fafafa;
	display: flex;
	justify-content: space-between;
	--maxWidth: 1440px;
	max-width: var(--maxWidth);
	margin-left: auto;
	margin-right: auto
}

.nav_active {
	background-color: rgba(216, 6, 209, 0.7);
	border-radius: 0.25rem
}

.nav_icon {
	width: 0.7rem;
	margin-left: 0.33rem;
	transition: transform 0.3s var(--ease);
	transform-origin: 50% 50%
}

.nav_body {
	display: flex;
	flex: 1
}

.nav_header {
	background-color: #088282;
	padding: 0 1.5rem;
	position: fixed;
	width: 100%;
	z-index: 99;
	left: 0
}

.nav_item {
	padding: 0.25rem 1rem;
	display: inline-flex;
	align-items: center
}

.nav_sub {
	width: 100%;
	left: 0;
	position: absolute;
	z-index: 20;
	border-radius: 0 0 0.5rem 0.5rem;
	top: 3rem;
	transition: height 0.3s ease-in-out;
	height: 0;
	overflow: hidden;
	padding: 0.96rem 0 0;
	background: transparent
}

.nav_parent {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0.25rem 0;
	border-radius: 0.5rem
}

.nav_open+.nav_sub .nav_child {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	z-index: 3
}

@media screen and (min-width: 769px) {
	.nav_open+.nav_sub .nav_child+a {
		padding-top: 0
	}
}

.nav_open+.nav_sub .nav_child:not(:first-child) {
	position: relative
}

.nav_open+.nav_sub .nav_child:first-child::before {
	position: absolute;
	content: "";
	border-bottom: 0.5rem solid var(--translucent-light);
	z-index: 2
}

.nav_open+.nav_sub {
	height: initial;
	z-index: 999;
	overflow: initial;
	border-radius: 0.5rem;
	padding-bottom: 0.5rem
}

@media screen and (min-width: 769px) {
	.nav_open+.nav_sub {
		color: var(--text)
	}
}

.nav_open+.nav_sub::before,
.nav_open+.nav_sub::after {
	content: "";
	position: absolute
}

.nav_open+.nav_sub::before {
	z-index: 1
}

@media screen and (min-width: 769px) {
	.nav_open+.nav_sub::before {
		border-bottom: 0.5rem solid var(--choice-bg)
	}
}

.nav_open+.nav_sub::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--translucent-light);
	border-radius: 0.5rem;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25)
}

@media screen and (min-width: 769px) {
	.nav_open+.nav_sub {
		background: var(--choice-bg);
		width: auto;
		white-space: nowrap
	}
}

.nav_open .nav_icon {
	transform: rotate(180deg)
}

.nav_sub .nav_item {
	z-index: 5;
	display: block;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	transition: background 0.3s ease-out;
	margin: 0
}

.nav_sub .nav_item:not(.nav_child) {
	position: relative
}

.nav_brand img {
	max-width: 3rem;
	margin: 0
}

@media screen and (min-width: 769px) {
	.nav_brand {
		padding-left: 0
	}

	.nav_brand img {
		background: transparent !important
	}
}

.nav_center {
	display: none
}

@media screen and (min-width: 769px) {
	.nav_center {
		display: flex;
		flex: 1;
		align-items: center;
		justify-content: center
	}

	.nav_center+.follow {
		flex: initial
	}
}

@media screen and (min-width: 769px) {
	.nav_hide {
		display: none
	}
}

.nav_close {
	display: none
}

.content,
.footer {
	padding: 1.5rem
}

@media screen and (min-width: 1441px) {

	.content,
	.footer {
		padding: 1.5rem 0
	}
}

.content {
	padding-top: 5rem;
	--maxWidth: 1440px;
	max-width: var(--maxWidth);
	margin-left: auto;
	margin-right: auto
}

.footer {
	background: var(--footer-bg);
	margin-top: 2rem;
	font-size: 0.9rem
}

.footer_inner {
	--maxWidth: 1440px;
	max-width: var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: 4rem 1fr;
	align-items: center;
	position: relative
}

.button {
	background-color: #0077b8;
    color: #fff;
    display: inline-flex;
    padding: 0.7rem 1.5rem;
    text-transform: uppercase;
    border: 1px solid #0077b8;
    border-radius: 1.5rem;
    font-size: 1.1rem;
    align-items: center;
    user-select: none;
    width: 100%;
}

.button_back {
	color: #fff;
	outline: none;
	border: none;
	appearance: none;
	background-color: #0077b8;
	font-size: 1rem;
	cursor: pointer;
	padding: 0.5rem 1rem;
	margin-bottom: 1.33rem;
	border-radius: 1.5rem
}

.button:hover,
.button:focus {
	background-color: #003552;
	color: #fff;
	border: 1px solid #003552
}

.button_translucent {
	background-color: rgba(0, 119, 184, 0.15);
	color: #0077b8;
	border: 1px solid transparent
}

.button_tally {
	padding: 0 0.75rem;
	border-radius: 0.5rem;
	background-color: #0077b8;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 0.1rem 0 0.1rem 0.2rem;
	font-size: 0.7rem
}

.post_link,
.post_title {
	margin-bottom: 0
}

.post_link {
	line-height: 1
}

.post_link>a {
	display: block;
	line-height: 1.35
}

.posts {
	margin-top: 2rem
}

.post_header {
	height: 50vh;
	max-height: 35rem;
	background-color: #088282;
	background-size: cover;
	background-position: center;
	margin-top: 4.2rem
}

@media screen and (max-width: 992px) {
	.post_header {
		height: 40vh;
		margin-top: 3rem
	}
}

@media screen and (max-width: 667px) {
	.post_header {
		height: 30vh
	}
}

.post_header+.content {
	padding-top: 0
}

.post_item {
	margin-bottom: 3rem;
	border-radius: 0.5rem;
	background: var(--post-bg)
}

.post_tag {
	padding: 0.2rem 0.8rem;
	font-size: 0.8rem
}

.post_tags {
	display: none
}

.post_tags.jswidgetopen {
	display: initial;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	overflow-y: auto;
	width: 100vw;
	padding: 5rem 1.5rem;
	background: var(--translucent-light);
	cursor: pointer;
	z-index: 999;
	overflow-y: auto
}

.post_tags_toggle {
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	cursor: pointer
}

.post_tag,
.post_share {
	margin: 0.5rem
}

.post_share {
	display: inline-flex
}

.post_meta {
	align-items: stretch
}

.post_meta,
.post_meta span {
	display: inline-flex;
	flex-flow: row wrap
}

.post_meta span {
	align-items: center;
	margin-bottom: 0.5rem
}

@media screen and (min-width: 557px) {
	.post_meta span {
		gap: 0.5rem 0
	}
}

@media screen and (max-width: 667px) {
	.post_meta span:last-of-type {
		margin-top: -0.5rem
	}
}

@media screen and (min-width: 667px) {
	.post_meta .button {
		margin: 0 0.5rem
	}
}

.post_date {
	margin-right: 0.5rem;
	margin-left: 0.25rem
}

.post_featured {
	display: block;
	margin: 1rem auto
}

.post_content a:not(.button) {
	color: #0077b8
}

.post_content ul,
.post_content ol {
	list-style: initial;
	padding: 0.5rem 1.25rem
}

.post_content ul li,
.post_content ol li {
	padding-top: 0.25rem
}

.post_content ol {
	list-style: decimal
}

.scrollable {
	display: grid;
	width: 100%;
	max-width: 100%;
	overflow-x: auto
}

.to-top {
	position: fixed;
	bottom: 2rem;
	right: 1.5rem;
	height: 2.25rem;
	width: 2.25rem;
	background-color: #0077b8;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.25rem;
	cursor: pointer
}

@media screen and (max-width: 667px) {
	.to-top {
		bottom: 2.25rem
	}
}

.to-top,
.to-top:focus {
	outline: none
}

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

.tags_list {
	cursor: initial;
	background: var(--choice-bg);
	padding: 4.5rem 1.5rem 1.5rem 1.5rem;
	border-radius: 1rem;
	max-width: 720px;
	margin: 0 auto;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
	position: relative;
	display: flex;
	flex-flow: row wrap
}

.tags_nav {
	position: relative
}

.tags_hide {
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	padding: 0.5rem;
	border-radius: 50%;
	cursor: pointer
}

@media screen and (min-width: 992px) {
	.tags_hide {
		display: none
	}
}

.tags_sort {
	font-size: 1rem;
	color: var(--light);
	background: var(--theme);
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	border-radius: 1.5rem;
	padding: 0.1rem
}

.tags_sort,
.tags_sort span {
	user-select: none
}

.tags_sort span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 2rem;
	position: relative;
	z-index: 5;
	cursor: pointer;
	width: 5rem;
	font-weight: 500
}

.tags_sort::before {
	content: "";
	position: absolute;
	width: 4.5rem;
	top: 0.25rem;
	bottom: 0.25rem;
	left: 0.25rem;
	z-index: 3;
	background: var(--bg);
	opacity: 0.5;
	border-radius: 1.5rem;
	transition: 0.25s transform var(--ease)
}

.tags_sort.sorted::before {
	transform: translateX(5rem)
}

.tag-title {
	border-bottom: none !important;
	display: inline-block !important;
	position: relative;
	font-size: 2rem;
	margin-bottom: -1rem
}

.tag-title::after {
	content: attr(data-count);
	margin-left: 1.5rem;
	background-color: #eee;
	padding: 0.25rem 1rem;
	border-radius: 15%;
	font-size: 1.5rem
}

.icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.5rem
}

.icon,
.icon img,
.icon svg {
	width: 1.1rem;
	height: 1.1rem
}

.icon_2 {
	width: 2.2rem;
	height: 2.2rem
}

.link {
	opacity: 0;
	position: relative
}

.link_owner .icon {
	background-image: url("../icon/link.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center right
}

.link_yank {
	opacity: 1
}

.link_yanked {
	position: absolute;
	right: -1rem;
	top: -2rem;
	background-color: #0077b8;
	color: #fff;
	width: 7rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.9rem;
	border-radius: 1rem;
	text-align: center
}

.link_yanked::after {
	position: absolute;
	top: 1rem;
	content: "";
	border-color: #0077b8 transparent;
	border-style: solid;
	border-width: 1rem 1rem 0 1rem;
	height: 0;
	width: 0;
	transform-origin: 50% 50%;
	transform: rotate(145deg);
	right: 0.45rem
}

.excerpt_header,
.excerpt_footer {
	padding: 1rem
}

.excerpt_footer {
	padding: 0 1rem 2.25rem 1rem
}

.excerpt_thumbnail {
	min-height: 10rem;
	display: none
}

@media screen and (min-width: 769px) {
	.excerpt_thumbnail {
		display: block;
		border-radius: 0.5rem
	}
}

.excerpt_footer.partition {
	display: grid
}

@media screen and (min-width: 769px) {
	.excerpt_footer.partition {
		grid-template-columns: 2fr 7fr;
		grid-gap: 1rem
	}
}

.sidebar_inner {
	position: relative
}

.sidebar_inner::before {
	content: "";
	padding: 0.5px;
	top: 0;
	bottom: 0;
	background: linear-gradient(to bottom, var(--haze), var(--light), var(--haze));
	position: absolute;
	left: -2rem
}

.author_header {
	display: grid;
	grid-template-columns: 3rem 1fr;
	grid-gap: 1rem
}

.author_bio a {
	color: #0077b8
}

.pagination {
	display: flex
}

.page-item {
	padding: 0.2rem
}

.page-item.disabled {
	opacity: 0.7
}

.page-item:first-child,
.page-item:last-child {
	display: none
}

.page-item.active a {
	background-color: #003552
}

.page-link {
	padding: 0.25rem 0.75rem;
	background-color: #0077b8;
	color: #fff;
	border-radius: 1rem
}

.page_only {
	display: none !important
}

.page .page_only {
	display: initial !important
}

.round {
	border-radius: 50%;
	max-width: 100%;
	height: auto;
	padding: 0;
	vertical-align: middle
}

.float_left {
	float: left;
	margin-right: 1rem
}

.float_left+p {
	padding-top: 0
}

.float_right {
	float: right;
	margin-left: 1rem
}

.float_left::after,
.float_right::after {
	clear: both
}

.follow {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: flex-end
}

.follow svg {
	fill: #fafafa;
	margin-left: 0.75rem
}

figcaption {
	font-style: italic;
	opacity: 0.67;
	font-size: 0.9rem
}

.to_top {
	background-color: #0077b8;
	width: 2.75rem;
	height: 2.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	z-index: 99
}

.to_top.ios {
	position: absolute;
	bottom: 0.75rem;
	right: 0
}

.to_top:hover {
	background-color: #0077b8
}

.to_top svg {
	fill: #fff;
	opacity: 0.5;
	transition: 0.3s opacity var(--ease)
}

.to_top:hover svg {
	opacity: 1
}

.color_mode {
	height: 1.5rem;
	display: grid;
	align-items: center;
	margin: 0 0.5rem
}

@media screen and (min-width: 769px) {
	.color_mode {
		margin: 0 1.5rem;
		grid-template-columns: 1fr
	}
}

.color_choice {
	width: 3rem;
	background-color: var(--translucent-light);
	border-radius: 1rem;
	height: 1.5rem;
	outline: none;
	border: none;
	cursor: pointer;
	position: relative;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15)
}

.color_choice::after {
	content: "";
	position: absolute;
	top: 0.1rem;
	left: 0.1rem;
	width: 1.3rem;
	height: 1.3rem;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	z-index: 2
}

.color_animate {
	transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.color_animate::after {
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	will-change: transform
}

.taxonomy {
	text-transform: capitalize
}

.image-scale {
	position: fixed;
	z-index: 999999;
	left: 0;
	right: 0;
	height: 100vh;
	top: 0;
	padding: 1.5rem;
	background-color: var(--bg);
	display: grid;
	align-items: center;
	overflow: auto
}

.image-scale .image-scalable {
	background-color: var(--text)
}

.image-scalable {
	cursor: pointer;
	transition: transform 0.3s var(--ease)
}

.image_featured {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important
}

.image_thumbnail {
	margin: 0
}

.video {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin: 1.5rem 0;
	border-radius: 0.6rem;
	background-color: var(--bg);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.17)
}

.video iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: none;
	position: absolute;
	transform: scale(1.02)
}

.notices {
	border-top-width: 2rem;
	border-top-style: solid;
	color: #666;
	margin: 2rem 0;
	padding-bottom: .1px;
	padding-left: 1rem;
	padding-right: 1rem
}

.notices .label {
	color: #fff;
	margin-top: -1.75rem;
	font-weight: bold
}

.notices .label:first-child::before {
	font-weight: 900;
	margin-left: -.35rem;
	margin-right: .35rem
}

.notices.info {
	border-color: var(--notice-info-border-color);
	background: var(--notice-info-background)
}

.notices.warning {
	border-color: var(--notice-warning-border-color);
	background: var(--notice-warning-background)
}

.notices.image-warning {
	margin: 0
}

.notices.note {
	border-color: var(--notice-note-border-color);
	background: var(--notice-note-background)
}

.notices.tip {
	border-color: var(--notice-tip-border-color);
	background: var(--notice-tip-background)
}

.notices .highlight_wrap {
	background: var(--notice-code-bg) !important
}

.search {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	position: relative;
	max-width: 25rem;
	margin: 0.5rem 0 0;
	--border: transparent
}

.search_field {
	padding: 0.5rem 1rem;
	width: 100%;
	outline: none;
	color: var(--text);
	background: var(--post-bg);
	border: 1px solid var(--border);
	border-radius: 8px;
	font-size: 1rem;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1)
}

.search_field:focus+.search_label {
	opacity: 0
}

.search_label {
	position: absolute;
	z-index: 9;
	opacity: 0.67;
	right: 0.67rem;
	top: 0.25rem;
	width: 1rem;
	height: 1rem
}

.search_label svg {
	width: 100%;
	height: 100%;
	fill: #7C849B
}

.search_result {
	padding: 0.5rem 1rem
}

.search_result:not(.passive):hover {
	background-color: var(--code-bg);
	color: #fff
}

.search_result.passive {
	display: grid
}

.search_results {
	width: 100%;
	background-color: var(--choice-bg);
	color: var(--text);
	border-radius: var(--radius);
	box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.17) !important;
	position: absolute;
	top: 125%;
	display: grid;
	overflow: hidden;
	z-index: 3
}

.search_results:empty {
	display: none
}

.search_title {
	padding: 0.25rem 1rem !important;
	background-color: #0077b8;
	color: var(--light);
	margin: 0;
	font-size: 1.25rem
}

.search_title:empty {
	display: none
}

.search_submit {
	position: absolute;
	--margin: 3px;
	right: var(--margin);
	top: var(--margin);
	bottom: var(--margin);
	z-index: 9;
	cursor: pointer;
	border-radius: calc(var(--radius) / 2)
}

#results .search_title,
#results .search_result {
	padding: 0.5rem 0
}

.openstreetmap {
	border: none
}

.pt-1 {
	padding-top: 1.5rem
}

.pb-1 {
	padding-bottom: 1.5rem
}

.mt-1 {
	margin-top: 1.5rem
}

.mb-1 {
	margin-bottom: 1.5rem
}

.pt-2 {
	padding-top: 3rem
}

.pb-2 {
	padding-bottom: 3rem
}

.mt-2 {
	margin-top: 3rem
}

.mb-2 {
	margin-bottom: 3rem
}

.flex {
	display: flex;
	flex-direction: column;
	align-items: center
}

.shadow {
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.17)
}

@media screen and (min-width: 42rem) {

	.grid-2,
	.grid-3,
	.grid-4,
	.grid-auto,
	.grid-inverse {
		display: grid;
		grid-template-columns: 1fr
	}

	[class*='grid-'] {
		grid-gap: 2rem
	}

	.grid-inverse {
		grid-template-columns: 70% 1fr;
		grid-column-gap: 4rem
	}

	.grid-2 {
		grid-template-columns: 1fr 1fr
	}

	.grid-3 {
		grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr))
	}

	.grid-4 {
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr))
	}
}

.facebook svg {
	fill: #325c94
}

.twitter svg {
	fill: #00abdc
}

.linkedin svg {
	fill: #007bb6
}

.never {
	height: 75vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1.5rem;
	text-align: center
}

.inline {
	display: inline;
	margin: 0
}

.hidden {
	display: none
}

@media screen and (max-width: 769px) {

	.nav,
	.nav_body {
		flex-direction: column
	}

	.nav_body {
		position: fixed;
		width: 90%;
		max-width: 16.5rem;
		top: 0;
		bottom: 0;
		background-color: #088282;
		transition: transform 0.3s var(--easing)
	}

	.nav_body_right {
		transform: translateX(100vw);
		right: 0
	}

	.nav_body_left {
		transform: translateX(-100vw);
		left: 0
	}

	.nav_close {
		width: 3rem;
		position: absolute;
		right: -4rem;
		top: 0;
		bottom: 0;
		height: 100%;
		cursor: pointer;
		z-index: 1000;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.nav_close svg {
		width: 1.25rem;
		fill: var(--light);
		height: 1.25rem;
		display: none
	}

	.nav_close svg:first-child {
		display: initial
	}

	.nav_close svg.isopen {
		display: none
	}

	.nav_close svg.isopen+svg {
		display: initial
	}

	.nav_brand {
		position: relative;
		z-index: 999;
		width: calc(100% - 3rem);
		padding-left: 0
	}

	.nav_parent {
		display: grid
	}

	.nav_sub {
		position: relative;
		top: initial;
		padding-top: 0
	}

	.jsopen::after {
		content: "";
		position: fixed;
		z-index: 2;
		background-color: rgba(0, 0, 0, 0.3);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}

	.jsopen .nav_body {
		transform: translateX(0);
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.jsopen .nav_parent:first-child {
		margin-top: 4.4rem
	}

	.jsopen .nav .follow {
		justify-content: flex-start;
		flex: initial;
		margin-top: 0.75rem
	}
}

@keyframes pulse {
	0% {
		opacity: 1
	}

	75% {
		opacity: 0.1
	}

	100% {
		opacity: 1
	}
}

code {
	font-size: 85%;
	font-weight: 400;
	overflow-y: hidden;
	display: block;
	font-family: 'Monaco', monospace;
	word-break: break-all
}

code.noClass {
	--inlineColor: rgb(194, 29, 0);
	color: var(--inlineColor);
	display: inline;
	line-break: anywhere
}

.windows .highlight {
	overflow-x: hidden
}

.windows .highlight:hover {
	overflow-x: auto
}

.highlight {
	display: grid;
	width: 100%;
	border-radius: 0 0.2rem 0.2rem 0;
	overflow-x: auto;
	position: relative
}

.highlight_wrap {
	background: var(--code-bg) !important;
	border-radius: 0.5rem;
	position: relative;
	padding: 0 1rem;
	margin: 1.5rem auto 1rem auto
}

.highlight_wrap+.highlight_wrap {
	margin-top: 2.25rem
}

.highlight_wrap:hover>div {
	opacity: 1
}

.highlight_wrap .lang {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 7.5rem;
	padding: 0.5rem 1rem;
	font-style: italic;
	text-transform: uppercase;
	font-size: 67%;
	opacity: 0.5;
	color: var(--light)
}

.highlight_wrap:hover .lang {
	opacity: 0.1
}

.highlight .highlight {
	margin: 0
}

.highlight pre {
	color: var(--light) !important;
	border-radius: 4px;
	font-family: 'Monaco', monospace;
	padding-top: 1.5rem;
	padding-bottom: 2rem
}

.highlight table {
	display: grid;
	max-width: 100%;
	margin-bottom: 0;
	background: transparent
}

.highlight td,
.highlight th {
	padding: 0
}

.highlight .lntd {
	width: 100%;
	border: none
}

.highlight .lntd:first-child,
.highlight .lntd:first-child pre {
	width: 2.5rem !important;
	padding-left: 0;
	padding-right: 0;
	color: rgba(255, 255, 255, 0.5);
	user-select: none
}

.highlight .lntd:first-child pre {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column
}

.err {
	color: #a61717;
	background-color: #e3d2d2
}

.hl {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.25)
}

.ln,
.lnt {
	margin-right: 0.75rem;
	padding: 0;
	transition: opacity 0.3s var(--ease)
}

.ln,
.ln span,
.lnt,
.lnt span {
	color: rgba(255, 255, 255, 0.5);
	user-select: none
}

.k,
.kc,
.kd,
.kn,
.kp,
.kr,
.kt,
.nt {
	color: #6ab825;
	font-weight: 500
}

.kn,
.kp {
	font-weight: 400
}

.nb,
.no,
.nv {
	color: #24909d
}

.nc,
.nf,
.nn {
	color: #447fcf
}

.s,
.sa,
.sb,
.sc,
.dl,
.sd,
.s2,
.se,
.sh,
.si,
.sx,
.sr,
.s1,
.ss {
	color: #ed9d13
}

.m,
.mb,
.mf,
.mh,
.mi,
.il,
.mo {
	color: #3677a9
}

.ow {
	color: #6ab825;
	font-weight: 500
}

.c,
.ch,
.cm,
.c1 {
	color: #999;
	font-style: italic
}

.cs {
	color: #e50808;
	background-color: #520000;
	font-weight: 500
}

.cp,
.cpf {
	color: #cd2828;
	font-weight: 500
}

.gd,
.gr {
	color: #d22323
}

.ge {
	font-style: italic
}

.gh,
.gu,
.nd,
.na,
.ne {
	color: #ffa500;
	font-weight: 500
}

.gi {
	color: #589819
}

.go {
	color: #ccc
}

.gp {
	color: #aaa
}

.gs {
	font-weight: 500
}

.gt {
	color: #d22323
}

.w {
	color: #666
}

.hljs-string {
	color: #6ab825
}

.hljs-attr {
	color: #ed9d13
}

.p .hljs-attr {
	color: var(--light)
}

.pre_wrap {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

.pre_nolines.line .ln {
	display: none
}

.panel_box {
	display: inline-flex;
	perspective: 300px;
	grid-gap: 0.5rem;
	transition: opacity 0.3s var(--easing);
	background: var(--code-bg);
	padding: 0.5rem 1.5rem;
	border-radius: 2rem;
	align-items: center;
	position: absolute;
	right: 0rem;
	top: -2.1rem;
	opacity: 0
}

.panel_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0.1rem;
	transform-origin: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.panel_icon.active {
	animation: pulse 0.1s linear
}

.panel_icon svg {
	fill: var(--light);
	width: 1.5rem;
	height: 1.5rem
}

.panel_hide {
	display: none
}

.panel_from {
	position: absolute;
	color: var(--theme);
	bottom: 0;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0.5rem 0;
	cursor: pointer;
	letter-spacing: 0.1px;
	z-index: 19
}

.panel_expanded .panel_from {
	display: none
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

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

.backG {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

  @keyframes gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }

.min-width-200 {
	min-width: 200px;
}

.fitosatat_24_01 {
	-webkit-animation: fitosatat_24_00 .5s ease;
	animation: fitosatat_24_00 .5s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fitosatat_24_01_d {
	-webkit-animation: fitosatat_24_00_d .5s ease;
	animation: fitosatat_24_00_d .5s ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fitosatat_24_02 {
	z-index: 200;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	right: 0;
	bottom: -100%;
	left: 0;
	width: 100%;
	background: transparent;
	overflow: hidden;
	max-height: calc(100vh - 196px);
	max-height: calc(var(--vh, 1vh) * 100 - 196px);
}

.fitosatat_24_02 .fitosatat_24_03 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	max-height: calc(100vh - 196px);
	max-height: calc(var(--vh, 1vh) * 100 - 196px);
	border-radius: 14px 14px 0 0;
}

.fitosatat_24_02 .fitosatat_24_03 .fitosatat_24_04 {
	z-index: 2;
	position: relative;
	width: 100%;
	padding: .9rem 1rem 2rem 1rem;
	border-radius: 14px 14px 0 0;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

.fitosatat_24_04a {
    content: '';
    position: absolute;
    top: 8px;
    left: calc(50% - 40px);
    display: block;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background: #aebfd4;
}

.fitosatat_24_05 {
	display: flex;
	flex-direction: column;
	gap: .375rem;
	color: #fff;
}

.fitosatat_24_06 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	font-style: normal;
}

.fitosatat_24_07 {
	display: flex;
	gap: .75rem;
	align-items: center;
	font-size: 20px;
}

.fitosatat_24_08 {
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.fitosatat_24_09 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fitosatat_24_02 .fitosatat_24_03 .fitosatat_24_10 {
	padding: 1.5rem 0 2rem 0;
	background: #f3f4f8;
}

.fitosatat_24_02 .fitosatat_24_03 .fitosatat_24_11 {
	position: relative;
	z-index: 3;
	width: 100%;
	border-radius: 14px 14px 0 0;
	margin-top: -1.2rem;
	padding: 1.5rem 0 2rem 0;
	background: #fff;
	overflow-y: scroll;
}

.fitosatat_24_12 {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	overflow-x: hidden;
	padding:0 10px;
}

@-webkit-keyframes fitosatat_24_00 {
	0% {
	bottom: -100%;
	}
	100% {
	bottom: 0;
	}
}

@keyframes fitosatat_24_00 {
	0% {
	bottom: -100%;
	}
	100% {
	bottom: 0;
	}
}

@-webkit-keyframes fitosatat_24_00_d {
	0% {
	bottom: 0;
	}
	100% {
	bottom: -100%;
	}
}

@keyframes fitosatat_24_00_d {
	0% {
	bottom: 0;
	}
	100% {
	bottom: -100%;
	}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.inQuantity {
	display:flex;
	width:90px;
	height:30px;
	border:none;
}
.inButton {
	border:none;
	width:30px;
	height:30px;
	color:#FFF;
}
.inInput {
	border:none;
	background:transparent;
	width:30px;
	height:30px;
	text-align:center;
	font-size:22px;
	outline:none;
}
.searchBoxElement{
	width: 100%;
	background-color: white;
	border: 1px solid #aaa;
	max-height: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 10px;
	line-height: 50px;
	list-style: none;
	z-index: 1;
	scrollbar-width: none;
}
.searchBoxElement span{
	padding: 0 5px;
}
.searchBoxElement li{
	background-color: white;
	color: black;
}
.searchBoxElement li:hover{
	background-color: #50a0ff;
	color: white;
}
.searchBoxElement li.selected{
	background-color: #008080;
	color: white;
}
.refineText{
	border: 2px solid #088282;
	border-radius: 30px;
	padding: 5px 30px;
	font-size: 14pt;
	height: 50px;
	appearance: none;
	margin: 11px 0;
}
.vBlock {
	background-color:#fff;
	border-radius:12px;
	display:flex;
	flex-flow:column wrap;
	justify-content:space-between;
	padding:4px;
	line-height: 1.5;
}
.iBlock {
	align-items:center;
	background-color:transparent;
	border:0;
	border-radius:0;
	cursor:default;
	display:flex;
	justify-content:flex-start;
	justify-content:start;
	overflow:hidden;
	padding:12px 8px 12px 6px;
	transition:background-color .2s linear;
	width:100%;
	line-height: 1.5;
}
.hrBlock {
	background-color:#e6e6e6;
	height:1px;
	margin:4px 0;
}
.c_tar {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 10px;
}

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

.min-width-200 {
	min-width: 200px;
}
input[type="range"] {
display: block;
background-color: rgba(216, 6, 209, 0.7);
appearance: none;
width: 95%;
height: 10px;
border-radius: 10px;
margin: 0 auto;
outline: 0;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: #008080;
width: 30px;
height: 30px;
border-radius: 50%;
border: 2px solid white;
cursor: pointer;
transition: .3s ease-in-out;
}​
input[type="range"]::-webkit-slider-thumb:hover {
	background-color: white;
	border: 2px solid rgba(216, 6, 209, 0.7);
}
input[type="range"]::-webkit-slider-thumb:active {
	transform: scale(1.6);
}
.container_switch {
  height:30px;
}

label.switch {  
  text-align: left;
  width: 60px;
  height: calc(60px / 2);
  border-radius:30px;    
  background-color:#4ed164;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

label.switch > span {
  display: block;
  width: 100%;
  height: 100%;
}

label.switch > input[type="checkbox"] {
  opacity: 0;
  position: absolute;
} 

label.switch > span:before, label.switch > span:after {
  content: "";
  cursor: pointer;
  position: absolute;
}

label.switch > input[type="checkbox"]:focus ~ span {
  box-shadow: 0 0 0 4px #43b556; 
}

label.switch > input[type="checkbox"]:checked:focus ~ span {
  box-shadow: 0 0 0 4px #fff;
}

label.switch > span {
  border-radius: 60px;    
}

label.switch > span:before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
  transform: scale(1);
  opacity: 1;
}

label.switch > span:after{
  top: 50%;
  z-index: 3;
  transition: transform .4s cubic-bezier(0.44,-0.12, 0.07, 1.15);
  width: calc(60px / 2);
  height: calc(60px / 2);
  transform: translate3d(0, -50%, 0);
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);  
}

label.switch > input[type="checkbox"]:checked ~ span:before {
  transform: scale(0);
  opacity: .7;
}

label.switch > input[type="checkbox"]:checked ~ span:after {
  transform: translate3d(100%, -50%, 0);
}
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}
menu, article, aside, details, footer, header, nav, section {
  display: block;
}

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

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


button, select {
  text-transform: none;
}


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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}
.divDelivery {
	display:flex;
	justify-content:center;
	align-items:center;
	width:86px;
	height:84px;
	border-radius:15px;
}

.delivery {
	display:block;
	width:70px;
	height:70px;
	background-size:cover;
	border-radius:10px;
}
.insProd {
	width:100%;
	height:40px;
	font-size:14pt;
	padding:5px;
}
input[type="range"] {
display: block;
background-color: rgba(216, 6, 209, 0.7);
appearance: none;
width: 95%;
height: 10px;
border-radius: 10px;
margin: 0 auto;
outline: 0;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
background-color: #008080;
width: 30px;
height: 30px;
border-radius: 50%;
border: 2px solid white;
cursor: pointer;
transition: .3s ease-in-out;
}​
input[type="range"]::-webkit-slider-thumb:hover {
	background-color: white;
	border: 2px solid rgba(216, 6, 209, 0.7);
}
input[type="range"]::-webkit-slider-thumb:active {
	transform: scale(1.6);
}

.wrapper_search {
    margin-bottom:20px;
}

.wrapper_search .search-bar {
    position: relative;
    background:#e4e4e4;
    width: 100%;
    border-radius:15px;
    box-shadow: rgba(201, 201, 201, 0.1) 0px 7px 10px;
}

.insearch {
    height: 45px;
    width: 100%;
    outline: none;
    border: none;
    border-radius:15px;
    padding: 0 60px 0 53px;
    font-size: 18px;
    font-weight: 500;
}

.search-bar .icon_s {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 45px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color:#644bff;
    cursor: pointer;
}

