

/* css/site/fonts.css */

@import url('https://fonts.googleapis.com/css2?family=Oregano:ital@0;1&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@1..1000&display=swap');

/* css/site/reset.css */

html,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,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:var(--color-black);text-decoration:none}mark{background-color:#ff9;color:var(--color-black);font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}ul{list-style: none;}input:focus,select:focus,textarea:focus{outline: none;}


/* css/site/iti.css */

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../i/site/flags.png");
  --iti-path-flags-2x: url("../i/site/flags@2x.png");
  --iti-path-globe-1x: url("../i/site/globe.png");
  --iti-path-globe-2x: url("../i/site/globe@2x.png");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}

/* css/site/select2.css */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


/* css/site/swiper.min.css */

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

/* css/site/slick.min.css */

/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=/sm/fb3ed351cd5c0f1f30f88778ee1f9b056598e6d25ac4fdcab1eebcd8be521cd9.map */

/* css/site/style.css */



/*html{overflow-x: hidden;}*/



:root{
    --white: #ffffff;
    --white10: rgba(255,255,255,0.1);
    --white50: rgba(255,255,255,0.5);
    --black: #070707;
    --black50: rgba(7,7,7,0.5);
    --grey1: #1B1B1B;
    --grey2: #3E3D3C;
    --grey3: #909090;
    --grey30: rgba(144,144,144,0.3);
    --red1: #FA6964;
    --red2: #FF0000;
    --green1: #53FB8E;
    --green2: #01842E;
    --whiteF: #f0f0f0;


    --Oregano: "Oregano", cursive;

    --FontMain: "Oswald", sans-serif;
    --FontSize: 16px;
    --fw200: 200;
    --fw300: 300;
    --fw400: 400;
    --fw500: 500;
    --fw600: 600;
    --fw700: 700;


    --px10: 0.625rem;
    --px11: 0.6875rem;
    --px12: 0.75rem;
    --px13: 0.8125rem;
    --px14: 0.875rem;
    --px15: 0.9375rem;
    --px16: 1rem;
    --px18: 1.125rem;
    --px19: 1.1875rem;
    --px20: 1.25rem;
    --px22: 1.375rem;
    --px24: 1.5rem;
    --px25: 1.5625rem;
    --px26: 1.625rem;
    --px28: 1.75rem;
    --px30: 1.875rem;
    --px32: 2rem;
    --px40: 2.5rem;
    --px46: 2.875rem;
    --px48: 3rem;
    --px50: 3.125rem;
    --px52: 3.25rem;
    --px55: 3.4375rem;
    --px68: 4.25rem;

}
.el:root {
    --FontMain: "Sofia Sans Extra Condensed", sans-serif;
    --FontSize: 20.5px;
    --fw300: 400;
    --fw400: 500;
    --fw500: 600;
    --fw600: 680;
    --fw700: 760;
}


html {
    min-height: 100vh;

    font-family: var(--FontMain);
    font-size: var(--FontSize);
}

body {
    display: flex;
    flex-direction: column;

    position: relative;
	min-width: 320px;
    min-height: 100vh;
    padding: 80px 0 0 80px;
	overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;

	/*font-family: var(--FontMain);
    font-size: var(--px16);*/
    line-height: 20px;
	color: var(--white);
    font-weight: var(--fw400);
	background-color: var(--black);
}
.light body {
    background-color: var(--white);
    color: var(--black);
}
body > .main-content {
    flex-grow: 1;
}

body.scrolDisabled {
    position: fixed;
    overflow-y: scroll; 
    width: 100%;
}


.noscroll {
    /*overflow: hidden!important;*/
    overscroll-behavior: none;
    -webkit-overflow-scrolling: none;
}
.hidden {
    display: none !important;
}

.background {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    /*background-image: url("../i/site/bg-main-dark.png");*/
    /*background-image: url("../i/site/background-l.png");*/
    /*background-image: url("../i/site/background-1200.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;*/

    opacity: 0.15;
}
.background .part-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 60vw;
    max-height: 80vh;

    background-image: url("../i/site/background-p1-1200.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}
.background .part-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 40vw;
    max-height: 65vh;

    background-image: url("../i/site/background-p2-1200.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.light .background {
    /*background-image: url("../i/site/bg-main-light.png");*/
    opacity: 0.25;
}

.container{max-width: 100%; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 40px 0 20px}


.cookie-agree-plate {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 400;  
    padding: 30px 30px;
    box-sizing: border-box;

    display: flex;
    align-items: center;

    background-color: var(--grey2);  
    color: var(--white);
    font-size: var(--px18);
}
.cookie-agree-plate .text {
    flex-grow: 1;
    padding-right: 30px;
    font-weight: var(--fw300);
    line-height: 1.3em;
}
.cookie-agree-plate .text a {
    color: var(--white);
    text-decoration: underline;
}
.cookie-agree-plate .buttons {
    display: flex;
}
.cookie-agree-plate .buttons .btn {
    margin-left: 20px;
    border-radius: 5px;
    text-transform: uppercase;
}
.light .cookie-agree-plate {
    background-color: var(--whiteF);
    color: var(--grey1);
    box-shadow: 0 0 5px var(--grey3);
}
.light .cookie-agree-plate .text a {
    color: var(--grey1);
}


#overlay {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 100; 
    background: var(--grey30); 
    display: none;
}
.light #overlay{background: var(--black50);}





#pull{position: fixed; top: 0; left: 0; background: var(--grey1); cursor: pointer; z-index: 301; display: flex; align-items: center; justify-content: center; width: 80px; height: 80px; box-sizing: border-box; border-right: 1px solid var(--white10); border-bottom: 1px solid var(--white10); transition: all 0.2s;}
    #pull:hover{background: var(--black); border-color: var(--black);}
    .light #pull:hover{background: var(--red1); border-color: var(--red1);}
        .light #pull:hover svg path{fill: var(--white);}





header {
    position: fixed; 
    top: 0; 
    left: 0; 
    height: 80px;
    width: 100%; 
    z-index: 300;
    padding-left: 80px; 
    box-sizing: border-box; 
    text-transform: uppercase; 
    background: var(--grey1);
    color: var(--white); 
}
header .btn,
header .a {
    color: var(--white);
}
header .container{height: 80px;}
header .flex{align-items: center;}
header .data__left{gap: 74px;}
header .timework{margin-bottom: 6px; color: var(--grey3);}
    header .timework p{margin-right: 20px;}
header .status {
    position: relative; 
    padding: 0 0 0 12px; 
    color: var(--white);
}
header .status .short {
    display: none;
}
header .status:after {
    position: absolute; 
    top: calc(50% - 3px); 
    left: 0; 
    width: 6px; 
    height: 6px; 
    border-radius: 50%; 
    content: ''; 
    background: var(--green1);
}
header .status.close:after {
    background: var(--red1);
}
header .phone {
    position: relative;
}
header .phone a {
    display: inline-flex;
    justify-content: flex-start; 
    gap: 6px; 
    align-items: center;
    color: var(--white); 
    font-size: var(--px20); 
    font-weight: var(--fw700); 
}
header .phone a:hover {
    color: var(--red1);
}
/*header .phone a:hover svg path{ 
    fill: var(--red1);
}*/
header .phone a span{ 
    letter-spacing: 0.25ex; 
}
header nav ul{display: flex; align-items: center; justify-content: center; gap: 30px;}
    header nav ul li a{color: var(--grey3);}
        header nav ul li:hover > a,header nav ul li.active a{color: var(--white);}
header .lang{position: relative; cursor: pointer; margin-left: 50px; box-sizing: border-box; border: 1px solid transparent;}
    header .lang .chevron{ width: 10px; height: 8px; position: absolute; top: calc(50% - 4px); right: 9px; transition: all 0.2s; color: var(--white);}
    header .lang .chevron svg { display: block; }
    header .lang .current{display: flex; align-items: center; justify-content: flex-start; height: 40px; padding: 0 23px 0 12px; border-radius: 5px; background: var(--black); border: 1px solid var(--black); transition: all 0.2s; box-sizing: border-box;}
    header .lang.open:after{transform: rotate(180deg);}
    header .lang.open .current{border-radius: 5px 5px 0 0}
    header .lang ul{position: absolute; top: 100%; left: 0; width: 100%; border-radius: 0 0 5px 5px; background: var(--black); display: none;}
        header .lang ul a{color: var(--white); padding: 5px 0 5px 12px; display: block;}
            header .lang ul a:hover{color: var(--red1)!important;}

header .location{position: relative; cursor: pointer; box-sizing: border-box; border: 1px solid transparent;}
    header .location .chevron{ width: 10px; height: 8px; position: absolute; top: calc(50% - 4px); right: 9px; transition: all 0.2s; color: var(--white);}
    header .location .chevron svg { display: block; }
    header .location .current{display: flex; align-items: center; justify-content: flex-start; height: 40px; padding: 0 23px 0 12px; border-radius: 5px; background: var(--black); border: 1px solid var(--black); transition: all 0.2s; box-sizing: border-box;}
    header .location.open:after{transform: rotate(180deg);}
    header .location.open .current{border-radius: 5px 5px 0 0}
    header .location ul{position: absolute; top: 100%; left: 0; width: 100%; border-radius: 0 0 5px 5px; background: var(--black); display: none;}
        header .location ul a{color: var(--white); padding: 5px 0 5px 12px; display: block;}
            header .location ul a:hover{color: var(--red1)!important;}

header .cart {
    position: relative;
}
header .cart a {
    gap: 6px; 
    align-items: center;
    color: var(--white);
}
header .cart a span {
    display: flex; 
    align-items: center; 
    justify-content: center;
    position: relative; 
    top: 2px; 
    width: 30px; 
    height: 30px; 

    border-radius: 5px; 
    background: var(--red1); 
    color: var(--black); 
    font-size: var(--px18); 
}
header .cart .cart__link:hover,
header .cart.open .cart__link {
    color: var(--red1);
}

header .search .btn:hover,
header .search.open .btn,
header .favorites .btn:hover {
    color: var(--red1);
}

header .theme {
    height: 40px;  
    padding: 0 5px; 

    border-radius: 5px;
    background-color: var(--black); 
    border: 1px solid transparent;
}
header .theme .btn {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width: 30px; 
    height: 30px; 

    border-radius: 5px; 
    color: var(--white); 
}
header .theme .btn.active,
header .theme .btn:hover {
    background: var(--red1);
    color: var(--white);
}

header .account a{display: flex; align-items: center; justify-content: center; width: 100px; height: 40px; border-radius: 5px; background: var(--red1); color: var(--black); gap: 2px; font-size: var(--px15);}
    header .account a:hover{background: var(--white);}

header .data__right{gap: 30px; position: relative;}


.site__search {
    position: absolute; 
    width: 100%; 
    max-width: 634px; 
    top: 100%; 
    left: 0; 
    margin-top: 25px; 
    padding: 30px; 
    box-sizing: border-box; 

    border-radius: 5px; 
    background: var(--grey1); 
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.44); 
    text-transform: none;
    
    display: none; 
}
.site__search__form {
    position: relative;
    z-index: 1;
}
.site__search input {
    height: 30px; 
    width: 100%; 
    max-width: calc(100% - 50px);
    margin-bottom: 10px; 

    background: transparent; 
    border: none; 
    font-size: var(--px20); 
    color: var(--white); 
}
.site__search input::placeholder {
    color: var(--grey3);
}
.site__search .line {
    display: none;
}
.site__search.searched .line {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
    border-bottom: 1px solid var(--whiteF);
}
.site__search .close {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: absolute; 
    width: 40px; 
    height: 40px; 
    top: 30px; 
    right: 20px; 
    z-index: 10;

    background: var(--black); 
    border-radius: 5px; 
    cursor: pointer;
}
.site__search .cart__items {
    display: none;  
    max-height: calc(100vh - 220px);
    overflow-x: hidden;
    overflow-y: scroll;  
    margin-right: -30px;
    margin-top: 20px;
    scrollbar-width: thin;
}
.site__search .cart__items .cart__item {
    margin-right: 30px;
}
.site__search .no__search__results {
    padding: 30px 0 20px 0;
    margin-right: 30px;

    font-style: italic;
    color: var(--grey3);
    text-align: center;
}

.light .site__search {
    background: var(--white);
}
.light .site__search input{
    color: var(--black);
}
.light .site__search .close {
    background-color: var(--grey30);
}




.cart__small {
    position: absolute; 
    display: none; 
    top: 100%; 
    width: 100%; 
    max-width: 634px; 
    margin-top: 38px;
    padding: 70px 30px 30px; 
    box-sizing: border-box; 

    border-radius: 5px; 
    background-color: var(--grey1);
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.44); 
    text-transform: none;
}
.cart__small .cart__items {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    scrollbar-width: thin;
    margin-bottom: 15px;
}
.cart__small .close {
    position: absolute; 
    top: 30px; 
    right: 30px; 
    width: 40px; 
    height: 40px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer;
    
    border-radius: 5px; 
    background-color: var(--black); 
}
.cart__small .flex__end {
    justify-content: flex-end;
}
.cart__small .flex__end .btn:hover {
    background: var(--white10);
}
.cart__small .cart__search input {
    height: 30px; 
    width: 100%;
    margin-bottom: 10px; 

    border: none; 
    font-size: var(--px20); 
    color: var(--white);
    background: transparent; 
}
.cart__small .cart__search input::placeholder {
    color: var(--grey3);
}
.cart__small .cart__search .title {
    padding-bottom: 10px; 

    font-size: var(--px20); 
    border-bottom: 1px solid var(--white10);
}
.cart__small .cart__empty {
    padding: 30px 0 20px 0;
    margin-right: 30px;

    font-style: italic;
    color: var(--grey3);
    text-align: center;
}
.light .cart__small .close {
    background-color: var(--grey30);
}

.cart__item {
    display: flex; 
    flex-wrap: wrap;
    align-items: center; 
    justify-content: space-between; 
    position: relative; 
    padding: 20px 0; 

    border-bottom: 1px solid var(--white10);
}
.cart__item:last-child {
    border: none;
}
.cart__item .image {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width: 110px; 
    height: 110px; 

    background-color: var(--black); 
    border-radius: 5px; 
}
.cart__item .image img {
    max-width: 100%; 
    max-height: 100%; 
    width: auto; 
    height: auto;
}
.cart__item .data {
    position: relative;
    width: calc(100% - 130px); 
    box-sizing: border-box; 
    padding-right: 120px; 
}
.cart__item .data .count {
    width: 122px; 
    position: absolute; 
    top: 0; 
    right: 0;
}
.cart__item .data .count input {
    font-size: var(--px16);
}
.cart__item .data .btn {
    position: absolute; 
    right: 0; 
    top: calc(50% - 17px);
}
.cart__item .na-description {
    /*position: absolute; 
    top: 0; 
    right: 0;
    width: 122px; */
    padding-right: 10px;

    color: var(--red2);
    text-align: right;
    display: none;
}
.cart__item.item-na .na-description {
    display: block;
}
.cart__item.item-na .count {
    display: none;
}
.cart__item.item-na .image,
.cart__item.item-na .cart__item__title,
.cart__item.item-na .price {
    opacity: 0.5;
}
.cart__item .cart__item__title {
    margin-bottom: 5px; 
    font-size: var(--px20); 
    color: var(--grey3);
}
.cart__item .cart__item__mods {
    margin-bottom: 10px; 
    font-size: var(--px13); 
    color: var(--grey3);
}
.cart__item .cart__item__description {
    margin-bottom: 10px; 
    font-size: var(--px16); 
    color: var(--grey3);
}
.cart__item .price {
    font-size: var(--px20);
}
.cart__item .price span.old { 
    color: var(--white); 
    font-size: var(--px15); 
    margin-right: 10px; 
    display: inline-block; 
    text-decoration: line-through; 
    position: relative; 
    top: -1px;
}
.cart__item .price span.old + .standart { 
    color: var(--red1);
}
.cart__item .remove {
    position: absolute;
    width: 120px;
    right: 0;
    bottom: 20px;

    text-align: center;
    
}
.cart__item .remove .btn-delete {
    color: var(--red1);
    cursor: pointer;
    font-size: var(--px12);
    letter-spacing: 0.04ex;
}
.cart__item .remove .btn-delete:hover {
    color: var(--red2);
}

.light .cart__item .image {
    background-color: var(--white);
}
.light .cart__item .cart__item__title {
    color: var(--grey2);
}
.light .cart__small {
    background: var(--white);
}
.light .cart__item .price span.old { 
    color: var(--black); 
}




.light header{background: var(--white); border-bottom: 1px solid var(--grey30); color: var(--black);}
    .light header .logo svg path:nth-child(2){fill: var(--black);}
    .light header .timework { color: var(--grey2); }
    .light header .phone a{color: var(--black);}
        .light header .phone a svg path{fill: var(--black);}
            .light header .phone a:hover{color: var(--red1);}
                .light header .phone a:hover svg path{fill: var(--red1);}
    .light header nav ul li a {
        color: var(--grey1);
    }
    .light header nav ul li:hover > a,
    .light header nav ul li.active a,
    .light header .status {
        color: var(--black);
    }
    .light header .search .btn,
    .light header .cart .cart__link,
    .light header .favorites .btn {
        color: var(--black);
    }
    .light header .search.open .btn,
    .light header .search .btn:hover,
    .light header .cart.open .cart__link,
    .light header .cart .cart__link:hover,
    .light header .favorites .btn:hover {
        color: var(--red1);
    }
    /*.light header .search svg path,
    .light header .cart svg path,
    .light header .favorites svg path {
        fill: var(--black);
    }*/
    .light header .lang .chevron,
    .light header .location .chevron { 
        color: var(--grey2); 
    }
    .light header .lang .current,
    .light header .location .current,
    .light header .theme {
        background: transparent; 
        border: 1px solid var(--grey2); 
        box-sizing: border-box;
    }
    .light header .lang ul,.light header .location ul{background: var(--white); border: 1px solid var(--black); box-sizing: border-box; border-top: none;}
    .light header .lang ul li a,.light header .location ul li a{color: var(--black);}
    .light header .location:after,
    .light header .lang:after {background: url("../img/icon-arrow-black-down.svg") 50% 50% no-repeat;}
    .light header .theme .btn {
        color: var(--black);
    }
    .light header .theme .btn.active { 
        color: var(--white);
    }
    .light header .account a{color: #fff;}
    .light header .account a svg path{fill: var(--white);}
    .light header .account a:hover{background: var(--black);}
    .light header .cart a span{color: var(--white);}


.light #pull,
.light #navigation {
    background: var(--white);
}
.light #pull{border-color: var(--grey30);}
.light #navigation{border-right: 1px solid var(--grey30);}





#product__added{position: fixed; bottom: 20px; left: calc(50% - 160px); z-index: 300; background: var(--red1); color: var(--white); font-size: var(--px18); padding: 10px; border-radius: 10px; width: 320px; box-sizing: border-box; display: none;}
	#product__added .flex{align-items: center; gap: 10px;}
    #product__added .open-small-cart { cursor: pointer; }
	#product__added .data{gap: 10px;  align-items: center; justify-content: space-between;}
	#product__added .data .btn{display: flex; align-items: center; justify-content: center; padding: 0 15px; height: 40px; border-radius: 5px; background: var(--black); color: var(--white); text-transform: uppercase; font-size: var(--px16); border: 1px solid var(--black);}
		#product__added .data .btn:hover{background: transparent; color: var(--black);}





#navigation{position: fixed; top: 0; left: 0; width: 80px; height: 100%; z-index: 300; background: var(--grey1); box-sizing: border-box; padding: 90px 0 0;}
    #navigation li{position: relative; height: 72px; display: flex; align-items: center; justify-content: center;}
        #navigation li a.menu__link{display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; overflow: hidden; border-radius: 5px; color: var(--white);}
            #navigation li:hover a.menu__link,
            #navigation li.active a.menu__link {background: var(--red1);}
    #navigation .hidden__items{position: absolute; top: 10px; left: 0; margin-left: -200px; text-transform: uppercase; font-size: var(--px25); transition: all 0.2s; display: none;}
        #navigation a.menu__link .hidden__items{cursor: pointer;}
    #navigation li:hover a.menu__link{border-radius: 5px 0 0 5px;}
        #navigation li:hover .hidden__items{display: flex; margin-left: calc(100% - 14px); display: block;}

    #navigation .menu__link__hidden{display: flex; align-items: center; justify-content: center; gap: 10px; height: 52px; color: var(--white); background: var(--red1); padding: 0 15px; border-radius: 0 5px 5px 0;}

    #navigation .hidden__items span{
        display: flex; 
        align-items: center; 
        justify-content: center; 
        gap: 10px; 

        color: var(--white);
        white-space: nowrap;;
    }
    #navigation .hidden__items svg {
        cursor: default;
    }


#navigation .list__items__sub {
    position: absolute; 
    top: 0; 
    /*top: 50%;
    transform: translateY(-50%);*/
    left: 100%; 
    padding: 0 0 0 20px; 
    width: 1160px; 
    display: none;
}
#navigation .hidden__items:hover .list__items__sub{display: block;}
/*#navigation .list__items__sub:after{position: absolute; top: -100%; left: -100%; width: 1000%; height: 1000%; content: ''; background: var(--white10);}*/
#navigation .list__items__sub .items{background: var(--grey1); padding: 30px; border-radius: 5px; position: relative; z-index: 3}
#navigation .list__items__sub .items .item{padding: 14px 20px; border-radius: 5px; background: var(--black50); text-align: center;}
#navigation .list__items__sub .items .item .image {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-bottom: 6px; 
    width: 100%; 
    /*height: 150px; */
    aspect-ratio: 1;
    overflow: hidden;
}
#navigation .list__items__sub .items .item img{margin: 0 auto;}
#navigation .list__items__sub .items .item a{width: auto; height: auto; background: transparent; display: block; font-size: var(--px16);}
#navigation .list__items__sub .items .item:hover{background: var(--red1)!important;}
#navigation .list__items__sub .items .item.active{background: var(--red1)!important;}

/*#navigation .pos-1 .list__items__sub { top: 0; }
#navigation .pos-2 .list__items__sub { top: -52px; }
#navigation .pos-3 .list__items__sub { top: -104px; }
#navigation .pos-4 .list__items__sub { top: -156px; }
#navigation .pos-5 .list__items__sub { top: -208px; }
#navigation .pos-6 .list__items__sub { top: -260px; }
#navigation .pos-7 .list__items__sub { top: -312px; }
#navigation .pos-8 .list__items__sub { top: -364px; }
#navigation .pos-9 .list__items__sub { top: -416px; }
#navigation .pos-10 .list__items__sub { top: -520px; }*/

    .light #navigation li a.menu__link {
        color: var(--black);
    }
    .light #navigation li.active a.menu__link,
    .light #navigation li:hover a.menu__link {
        color: var(--white);
    }
    .light #navigation .list__items__sub .items{
        background: var(--white); 
        box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.44);
    }
    .light #navigation .list__items__sub .items .item {
        background-color: var(--grey30);
    }
    .light #navigation .list__items__sub .items .item span {
        color: var(--black);
    }




#promo{padding: 20px 0;}
#promo .btn {
    border-radius: 20px;
}
#promo .swiper-slide{overflow: hidden; border-radius: 20px; position: relative;}
#promo .swiper-slide:after{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--black50); content: '';}
#promo img.pc-image {
    width: 100%; 
    height: 415px; 
    object-fit: cover;  
    object-position: center center;
}
#promo img.mob-image {
    display: none;
}
#promo .data{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; z-index: 3; box-sizing: border-box; padding-left: 150px; z-index: 3}
#promo .data .title {
    margin-bottom: 20px; 
    /*font-family: var(--Oregano);*/
    font-weight: 300 /*400*/; 
    font-size: 56px /*64px*/; 
    line-height: 50px;
}
#promo .data p {
    color: var(--grey3); 
    margin-bottom: 24px; 
    max-width: 510px;
    line-height: 1.5em;
}
.light #promo .data .title,
.light #promo .data p {
    color: var(--white);
}
#promo .autoplay-progress{position: absolute; top: 20px; right: 20px; width: 26px; height: 26px; z-index: 10;}
#promo .autoplay-progress svg{stroke: var(--red1); stroke-width: 7px; fill: transparent; --progress: 0; fill: none; stroke-dashoffset: calc(125.6px * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg);}
#promo .autoplay-progress span{display: none;}
#promo .swiper-pagination{top: 22px!important; text-align: right; box-sizing: border-box; padding-right: 60px; height: 10px}
#promo .swiper-pagination .swiper-pagination-bullet{width: 10px; height: 10px; background: var(--grey3); border: none; margin: 0 10px; transition: all 0.5s;}
#promo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--red1);}










#shop__menu{padding: 60px 0;}
    #shop__menu .swiper-slide{width: 205px; position: relative; height: calc((100% - 20px) / 3) !important; display: flex; justify-content: center; align-items: center;}
    #shop__menu .swiper__products{padding-bottom: 70px; width: 100%; height: 1600px}
    #shop__menu .slick-slide{margin: 0 10px;}
    #shop__menu .slick-list{margin: 0 -10px;}
    #shop__menu .slick-prev,#shop__menu .slick-next{display: none!important;}
    #shop__menu .slider__menu{padding-bottom: 70px}
    #shop__menu .slick-dots{position: absolute; bottom: 0; width: 100%;}
    #shop__menu .product__item{margin: 0}

#single__product {
    padding: 60px 0;
}









#navigation__mobile__icons{position: fixed; bottom: 0; left: 0; width: 100%; z-index: 300; color: var(--white); background: var(--black50); display: none;}
    #navigation__mobile__icons .container{align-items: center; height: 60px;}
    #navigation__mobile__icons .btn{position: relative; color: var(--white);}
    #navigation__mobile__icons .cart span{display: flex; align-items: center; justify-content: center; background: var(--red1); border-radius: 50%; width: 14px; height: 14px; color: var(--black); font-size: var(--px10); position: absolute; bottom: -3px; right: -6px}





main {
    padding: 60px 0 140px; 
    box-sizing: border-box; 
    /*min-height: 800px;*/
}





#page__account {
    position: relative;
}
.account__nav {
    align-items: center; 
    margin-bottom: 60px;
}
.account__nav ul {
    background-color: var(--grey1); 
    border: 1px solid var(--grey1); 
    border-radius: 5px;
}
.account__nav ul li a {
    display: flex; 
    align-items: center; 
    position: relative;
    height: 70px; 
    padding: 0 15px; 

    font-size: var(--px25); 
    text-transform: uppercase; 
    color: var(--white); 
}
.account__nav ul li a:after {
    content: ''; 
    position: absolute; 
    bottom: 6px; 
    left: calc(50% - 5px); 
    width: 10px; 
    height: 10px;

    border-radius: 50%; 
    background: var(--red1); 
    opacity: 0; 
    transition: all 0.2s;
}
.account__nav ul li.active a:after,
.account__nav ul li:hover a:after {
    opacity: 1;
}
.account__nav .logout-link {
    color: var(--red1);
    text-transform: uppercase;
}
.account__nav .logout-link:hover {
    color: var(--white);
}

.light .account__nav ul {
    background-color: var(--white); 
    border-color: var(--grey3);
}
.light .account__nav ul li a {
    color: var(--black);
}
.light .account__nav .logout-link {
    color: var(--red1);
}
/*.light #page__account .account__nav .logout-link:hover {
    color: var(--black);
}*/



#payment__result__page {
    padding: 60px 0;
}
#login__page {
    padding: 60px 0;
}

.page__personal{}
    .page__personal .box{padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid var(--white10);}
        .page__personal .box:last-child{border-bottom: none; margin-bottom: 0; padding-bottom: 0}
    .page__personal .data{align-items: flex-start;}
    .page__personal .form{width: 730px;}
    .page__personal .account__level{width: calc(100% - 730px)}

    .page__personal .list__address{position: relative;}
        .page__personal .list__address .item{position: relative; padding: 25px 170px 25px 15px; box-sizing: border-box; border: 1px solid var(--red1); border-radius: 5px; margin-bottom: 30px; font-size: var(--px20);}
            .page__personal .list__address .item p{margin-bottom: 10px; line-height: 20px}
                .page__personal .list__address .item p:last-child{margin-bottom: 0;}
        .page__personal .list__address .btn-edit{position: absolute; top: 25px; right: 15px;}
    .page__personal .add__new__address{width: calc(100% - 730px)}
        .page__personal .add__new__address .form{margin: 0 auto;}
    .page__personal .checkbox{width: calc(100% - 220px); box-sizing: border-box;}

.page__personal .no__items {
    font-size: var(--px20);
    color: var(--grey3);
}



.account__level .inn{margin: 0 auto; width: 360px; box-sizing: border-box; padding: 60px 30px; background: var(--grey1); border-radius: 50px; box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.44); text-align: center;}
    .account__level .inn .title{margin-bottom: 60px; font-size: var(--px32); line-height: 40px; text-transform: uppercase;}
    .account__level .inn .sale{margin-bottom: 60px; justify-content: center; align-items: center; font-size: var(--px25); gap: 30px}
        .account__level .inn .sale span{color: var(--red1); font-size: var(--px48)}
        .account__level .inn .flex{justify-content: center;}

.light .account__level .inn {
    background: var(--whiteF);
}



.page__favorites {
    position: relative;
}
.page__favorites .grid {
    grid-template-columns: repeat(9, 1fr);
}
.page__favorites .no__items {
    font-size: var(--px20);
    color: var(--grey3);
}



.page__history {
    position: relative;
}
.page__history .grid {
    grid-template-columns: repeat(9, 1fr);
}



.list__history .col {
    width: calc(25% - 40px);
    padding: 20px; 
    box-sizing: border-box; 

    font-size: var(--px25); 
    line-height: 30px; 
}
.list__history .col.flex {
    align-items: center; 
    gap: 40px; 
    width: 140px;
}
.list__history .body .item {
    background: var(--grey1); 
    border-radius: 5px; 
    margin-bottom: 20px;
}
.list__history .body .btn.btn-repeat {
    color: var(--white);
}
.list__history .body .btn.btn-more {
    color: var(--red1);
}
.list__history .body .btn.btn-more.open {
    transform: rotate(180deg);
}
.list__history .order__data {
    width: 100%; 
    display: none;
}
.list__history .order__data .product__item { 
    text-align: center;
    margin: 0;
}
.list__history .order__data .product__item,
.list__history .order__data .product__item .image { 
    cursor: default;
}
.list__history .order__data .product__item .actions {
    justify-content: center;
}
.list__history .order__data .product__item .product__price .standart {
    color: var(--white);
}
.list__history .need-load .product__item .loader {
    width: 64px;
    height: 64px;
    color: var(--white10);

    -webkit-animation: a-spin 2s infinite linear;
    animation: a-spin 2s infinite linear;
}
.list__history .need-load .product__item .title {
    background-color: var(--white10);
}
.list__history .need-load .product__item .product__price .standart {
    width: 60px;
    background-color: var(--white10);
}
.list__history .amounts {
    padding: 20px 20px;
    margin-left: auto;
    max-width: 400px;

    font-size: var(--px20);
}
.list__history .amounts .amount-item {

}
.list__history .amounts .amount-item + .amount-item {
    margin-top: 10px;
}
.list__history .no__items {
    font-size: var(--px20);
    color: var(--grey3);
    text-align: center;
}

.light .list__history .body .item {
    background: var(--whiteF);
}
.light .list__history .body .btn.btn-repeat {
    color: var(--black);
}
.light .list__history .order__data .product__item .product__price .standart {
    color: var(--grey2);
}





#page__contacts {
    padding: 0 0 60px;
}
#page__contacts .data {
    width: 800px;
    padding: 60px;
    box-sizing: border-box;
    border-radius: 50px 0 0 50px;
    background-color: var(--grey1);
}
#page__contacts .timework {
    font-size: var(--px32);
    line-height: 40px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
#page__contacts .address,
#page__contacts .phone,
#page__contacts .email {
    margin-bottom: 20px;
    padding: 0 0 0 35px;
    font-size: var(--px20);
    line-height: 26px;
}
#page__contacts .address p {
    margin-bottom: 7px;
}
#page__contacts .phone a,
#page__contacts .email a {
    color: var(--white);
}
#page__contacts .phone a:hover,
#page__contacts .email a:hover {
    color: var(--red1);
}
#page__contacts .email {
    margin-bottom: 60px;
    background: url("../i/site/contacts-email.svg") 0 0 no-repeat;
}
#page__contacts .phone {
    background: url("../i/site/contacts-phone.svg") 0 0 no-repeat;
}
#page__contacts .address {
    background: url("../i/site/contacts-address.svg") 0 0 no-repeat;
}
#page__contacts .location-address {
    position: relative;
}
#page__contacts .location-map-select {
    cursor: pointer;
}
#page__contacts .location-map-select:hover {
    color: var(--red1);
}
#page__contacts .location-address.selected:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -15px;
    top: 11px;

    border-radius: 50%;
    background-color: var(--red1);
}
#page__contacts .socials {
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
#page__contacts .socials a {
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;

    border-radius: 50%;
    background-color: var(--white);
    color: var(--black);
}
#page__contacts .socials a:hover {
    background-color: var(--red1);
    color: var(--white);
}
#page__contacts .socials a svg {
    width: 30px;
    height: 30px;
}
#page__contacts #map {
    width: calc(100% - 800px);
    overflow: hidden;

    border-radius: 0 50px 50px 0;
    background-color: var(--grey1);
}
#page__contacts #map > div {
    width: 100%;
    height: 100%;
}
#page__contacts #map iframe {
    display: block;
    width: 100%;
    height: 100%;
}





#instagram{padding: 60px 0 0;}
    #instagram .note{font-size: var(--px20); line-height: 26px; color: var(--grey3); margin-bottom: 60px;}
    #instagram .slider-sw{padding: 0 75px;}
        #instagram .slider-sw img{width: 100%; height: auto; border-radius: 5px;}


.content {
    font-size: var(--px18); 
    line-height: 24px;
}
.content h1 {
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: var(--px48);
    font-weight: var(--fw400);
}
.content h2 {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: var(--px32);
    font-weight: var(--fw400);
}
.content h3 {
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: var(--px24);
    font-weight: var(--fw400);
}
.content h4,
.content h5,
.content h6 {
    margin-bottom: 20px;
    font-size: var(--px18);
    font-weight: var(--fw400);
}
.content p {
    margin-bottom: 20px;
}
.content ul {
    margin-bottom: 20px;
    list-style: disc;
}
.content ol {
    margin-bottom: 20px;
    list-style: decimal;
}
.content li {
    margin-bottom: 10px;
    margin-left: 25px;
}
.content li:last-child {
    margin-bottom: 0;
}
.content a {
    color: var(--red1); 
    border-bottom: 1px solid transparent;
}
.content a:hover {
    border-color: var(--red1);
}


.flex-sections {
    display: flex;
    flex-direction: column;
}
.flex-sections section {
    order: 4;
}
.flex-sections #promo {
    order: 1;
}
.flex-sections #seo__text {
    order: 10;
}


#text__content {
    padding: 0 0 60px 0;
}
#text__content .bt {
    text-align: center;
}
#text__content .content {
    max-width: 770px;
    margin: 0 auto;
    font-weight: var(--fw200);
}



#seo__text {
    padding: 60px 0 60px 0;
}
#seo__text .content {
    max-width: 770px;
    margin: 0 auto;

    color: var(--grey3);
    font-weight: var(--fw200);
    font-size: var(--px14);
    line-height: 20px;
}
#seo__text .content p {
    margin-bottom: 10px;
}
#seo__text .content h1 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: var(--px20);
    font-weight: var(--fw400);
}
#seo__text .content h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: var(--px18);
    font-weight: var(--fw400);
}
#seo__text .content h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: var(--px16);
    font-weight: var(--fw400);
}
#seo__text .content h4,
#seo__text .content h5,
#seo__text .content h6 {
    margin-bottom: 1px;
    font-size: var(--px15);
    font-weight: var(--fw400);
}



#page__reviews{padding: 0 0 60px}
    #page__reviews .customer__say{color: var(--grey3); margin-bottom: 60px;}
        #page__reviews .customer__say p{margin-bottom: 10px; font-size: var(--px20); line-height: 26px;}
        #page__reviews .customer__say .flex{align-items: center; justify-content: flex-start; gap: 20px;}
    .list__reviews .item{padding: 30px; background: var(--grey1); border-radius: 20px;}
        .list__reviews .item .user{align-items: center; margin-bottom: 10px;}
            .list__reviews .item .user img{border-radius: 50%; width: 40px; height: 40px; object-fit: cover;}
            .list__reviews .item .user .name{width: calc(100% - 50px); font-size: var(--px20); line-height: 26px;}
        .list__reviews .item .rating{justify-content: flex-start; align-items: center; gap: 3px; margin-bottom: 20px}
            .list__reviews .item .rating span{width: 15px; height: 15px; background: url("../img/star.svg") 50% 50% no-repeat;}
        .list__reviews .item .review{margin-bottom: 20px;}





#page__vacancies {
    padding: 0 0 60px;
}
#page__vacancies .data__flex {
    border-radius: 50px; 
    overflow: hidden; 
    background: var(--grey1);
}
#page__vacancies .data {
    width: 50%; 
    box-sizing: border-box; 
    padding: 60px;
}
#page__vacancies .data h2, 
#page__vacancies .data .title { 
    margin-bottom: 60px; 
    text-transform: uppercase; 
    font-size: var(--px32); 
    font-weight: var(--fw400);
    line-height: 40px;
}
#page__vacancies .data p {
    margin-bottom: 20px;
    font-size: var(--px18); 
    line-height: 24px; 
}
#page__vacancies .data a {
    text-decoration: underline;
    color: var(--white);
}
#page__vacancies .data .actions {
    justify-content: flex-start; 
    gap: 20px; 
    padding: 40px 0 0;
}
#page__vacancies .data .actions p {
    width: 100%; 
    font-size: var(--px25);
}
#page__vacancies .image {
    width: 50%; 
    box-sizing: border-box;
}
#page__vacancies .image img {
    height: 100%; 
    width: 100%; 
    object-fit: cover;
}


#description__vacancies {
    padding: 0 0 60px;
}
#description__vacancies .content {
    max-width: 770px;
}
#description__vacancies .vacancy-item {
    display: none;
}
#description__vacancies .vacancy-item.active {
    display: block;
}
    





#apply {
    position: relative;
    padding: 0 0 60px;
}
#apply .form {
    position: relative;
}
#apply .col {
    width: 730px;
}
#apply .col.col-2,
#apply .col.col-4 {
    width: calc(100% - 1200px);
}
#apply .col.col-2 .form__item {
    width: 100%;
}
#apply .col.col-3 {
    width: 430px; 
    display: flex; 
    align-items: flex-end; 
    justify-content: flex-start;
}
#apply .col label.checkbox {
    margin-bottom: 22px;
}
#apply .actions {
    justify-content: flex-start; 
    gap: 20px;
}
#apply .actions .btn {
    width: 355px;
}
#apply .actions .btn-red-tr svg {
    color: var(--red1);
}
#apply .actions .btn-red-tr:hover svg {
    color: var(--white);
}
.light #apply .actions .btn-red-tr:hover svg {
    color: var(--black);
}
#apply .uploaded-files {

}
#apply .alert {
    text-align: left;
}
#apply.loading .form::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    z-index: 100;
    background-color: var(--black);
    opacity: 0.4;
}
.light #apply.loading .form::after {
    background-color: var(--white);
}
.jFiler-items-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}
.jFiler-item {
    position: relative;   
}
.jFiler-item .remove {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 16px;
    height: 16px;
    
    background-image: url(../i/site/times.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    
    display: none;
}
.jFiler-item-info {
    display: inline-block;
    vertical-align: baseline;
    width: 290px;
    
    margin-right: 10px;
    
}
.jFiler-item-info > b {
    
}
.jFiler-item-info > span {
    color: #97a1a8;
    font-size: 12px;
    margin-left: 10px;
}
.jFiler-jProgressBar {
    position: static;
    top: 9px;
    right: 1px;
    height: 8px;
    width: 100%;
    
    /*margin-bottom: 0;
    margin-top: 3px;*/
    
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 4px;
    overflow: hidden;
}
.jFiler-jProgressBar > .bar {
    float: left;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    
    background-color: #eec252;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.3s ease 0s;
}
.jFiler-item-status {
    display: inline-block;
    vertical-align: baseline;
    
    display: none;
}
.jFiler-item-status.upload-ok {
    /*display: inline-block;
    color: #0a0;*/
}
.jFiler-item-status.upload-error {
    position: absolute;
    padding: 3px;
    right: 5px;
    max-width: 50%;
    top: 2px;
    
    display: inline-block;
    color: #c63a38;
    background-color: #fbf2f2;
    
    font-size: 12px;
    line-height: 1.2em;
}
.jFiler-items .continue-after-error {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 13px;
    cursor: pointer;
    
    display: none;
}
 



#page__cart{padding: 0 0 60px;}
#page__cart .cart{width: 1030px}
#page__cart .cart .item{align-items: center; padding: 20px;}
#page__cart .cart .item.item__head{font-size: var(--px25); line-height: 30px;}
#page__cart .cart .item.item__head{padding-top: 0}
#page__cart .cart .item.item__cart{
    position: relative;
    margin-bottom: 20px; 

    background: var(--grey2); 
    border-radius: 5px; 
    text-align: left;
}
#page__cart .cart .item .col-2 {
    width: 110px; 
    height: 110px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 5px; 
    /*background-color: var(--black50);*/
}
#page__cart .cart .col{box-sizing: border-box;}
#page__cart .cart .col.col-1{width: 74px; padding: 0 0 0 20px; font-size: var(--px25)}
#page__cart .cart .col.col-2{width: 110px;}
#page__cart .cart .col.col-3{width: 500px; padding: 0 20px;}
#page__cart .cart .col.col-4{width: 125px; margin-right: 20px}
#page__cart .cart .col.col-5{width: 130px;}
#page__cart .cart .col.col-4-5{
    width: 275px;
    font-size: var(--px16) !important;
    display: none;
}
#page__cart .cart .col.col-6 {
    width: 30px;
}
#page__cart .cart .item.item-na .col-1, 
#page__cart .cart .item.item-na .col-2,
#page__cart .cart .item.item-na .col-3 {
    opacity: 0.5;
}
#page__cart .cart .item.item-na .col-4,
#page__cart .cart .item.item-na .col-5 {
    display: none;
}
#page__cart .cart .item.item-na .col-4-5 {
    display: block;
    color: var(--red2);
    opacity: 1;
}
#page__cart .cart .title {
    font-size: var(--px25); 
    line-height: 30px;
}
#page__cart .cart .title .mods {
    display: block;
    margin-top: 5px;
    font-size: var(--px16); 
    line-height: 19px;
    color: var(--grey3);
}
#page__cart .cart .title .mods .na {
    color: var(--red2);
}
#page__cart .cart .price{font-size: var(--px40); line-height: 50px}
#page__cart .cart .remove btn-delete { display: block; cursor: pointer; }
#page__cart .delivery__options {
    width: calc(100% - 1050px);
}
#page__cart .delivery__options .personal-block {
    /*padding: 20px 0 0 0;*/
}
#page__cart .delivery__options .delivery-block {
    padding: 20px 0 0 0;
}
#page__cart .delivery__options .address {
    padding: 20px 0 0 0;
}
#page__cart .delivery__options .payment-block {
    padding: 30px 0 0 0;
}
#page__cart .delivery__options .label.label__white {
    color: var(--white); 
    padding: 10px 0 0 0;
}
#page__cart .delivery__options .label.label__white span {
    color: var(--red1);
}
#page__cart .cart__total {
    margin-top: 20px; 
    padding: 20px; 
    background: var(--grey1);
}
#page__cart .cart__total {
    border-radius: 15px;
}
#page__cart .cart__total .sub-price {
    margin-bottom: 20px; 

    font-size: var(--px24); 
    font-weight: var(--fw300);
    line-height: 30px; 
    align-items: center; 
    text-transform: uppercase;
}
#page__cart .cart__total .sub-price.min-order {
    color: var(--red2);
}
#page__cart .cart__total .price {
    margin-bottom: 20px; 
    
    font-size: var(--px32); 
    line-height: 40px; 
    align-items: center; 
    text-transform: uppercase;
    font-style: italic;
}
#page__cart .bonus__coupone {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;

    flex-wrap: wrap;
    gap: 15px;
}
#page__cart .bonuses {
    flex-grow: 1;
    font-size: var(--px14);
    font-weight: var(--fw300);
}
#page__cart .bonuses .like-link {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: var(--red1);
}
#page__cart .bonuses .like-link:hover {
    color: var(--red2);
}
.light #page__cart .bonuses .like-link {
    color: var(--black);
}
.light #page__cart .bonuses .like-link:hover {
    color: var(--grey3);
}
#page__cart .coupone {
    align-self: flex-end;
    max-width: 350px; /* 250  */
    width: 100%; 
    position: relative;
}
#page__cart .coupone input {
    width: 100%; 
    height: 70px; 
    padding: 0 140px 0 15px; 
    margin: 0;

    text-transform: uppercase;
    background-color: var(--black);
    color: var(--white);
    border: 1px solid var(--black);
    border-radius: 5px; 
}
#page__cart .coupone .btn {
    position: absolute; 
    min-width: 0;
    width: 100px; 
    height: 40px; 
    top: 15px; 
    right: 15px;
    padding: 0; 
    
    font-size: var(--px16); 
}
.light #page__cart .coupone input {
    background-color: var(--white);
    color: var(--black);
}

#page__cart .privacy__data { 
    flex-direction: column;
    align-items: center;
}
#page__cart .privacy__data .checkbox {
    /*width: calc(100% - 210px); */
    box-sizing: border-box;
    margin-bottom: 15px;
}
#page__cart .delivery__options .payment__cash{display: none;}
#page__cart .delivery__options .payment__cash .flex{justify-content: flex-start; gap: 20px}
.light #page__cart .delivery__options .label.label__white{color: var(--grey3);}
#page__cart .delivery__options .payment__cash .it {
    border: 2px solid transparent; 
    border-radius: 5px; 
    overflow: hidden; 
    cursor: pointer; 
    transition: all 0.2s;
    opacity: 0.6;
}
#page__cart .delivery__options .payment__cash .it.active {
    border-color: var(--red1);
    opacity: 1;
}
#page__cart .with-error + .select2-container .select2-selection,
#page__cart label.radio__select__in .i-payment-method.with-error + span {
    border-color: var(--red2);
}

    .additional__information{position: relative;}
    	.additional__information .count{width: calc(50% - 20px)}
    		.additional__information.form .count input{font-size: var(--px32); height: 70px}
    		.additional__information.form .count .btn{width: 40px; height: 40px;}
    		.additional__information.form .count .btn.btn-minus{left: 10px; top: calc(50% - 30px)}
    		.additional__information.form .count .btn.btn-plus{right: 10px; top: calc(50% - 30px)}



.global-error {
    display: none;
    margin-top: 10px;


    font-size: var(--px18);
    line-height: 22px;
    color: var(--red2);
    text-align: center;
}
.global-error.with-error {
    display: block;
}









.count__products {
    align-items: center; 
    position: relative;
}
.count__products input {
    height: 44px; 
    width: 100%; 

    background-color: var(--black); 
    border: 1px solid var(--black);
    border-radius: 5px; 
    color: var(--white); 
    text-transform: uppercase; 
    text-align: center; 
    font-size: var(--px32);
}
.count__products .btn-to-cart {
    margin-left: auto;
}
.count__products .count-btn {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: absolute; 
    top: 5px;
    width: 34px; 
    height: 34px; 

    border-radius: 5px; 
}
.count__products .count-btn.btn-minus {
    left: 5px;
    background: var(--red1) url("../i/site/minus.svg") 50% 50% no-repeat; 
}
.count__products .count-btn.btn-plus {
    right: 5px;
    background: var(--red1) url("../i/site/plus.svg") 50% 50% no-repeat; 
}
.count__products .count-btn:hover {
    background-color: var(--white);
}
.count__products .count-btn[disabled] {
    background-color: var(--grey3) !important;
    cursor: default;
}
.count__products .btn-to-cart,
.count__products.empty .btn-minus,
.count__products.empty .btn-plus,
.count__products.empty .i-count {
    display: none;
}
.count__products.empty .btn-to-cart {
    display: block;
}

.light .count__products input {
    background-color: var(--white);
    border-color: var(--grey3);
    color: var(--black);
}
.light .item__cart .count__products .count-btn:hover {
    background-color: var(--grey30);
}









.shop__filters {
    display: flex; 
    align-items: center; 
    justify-content: flex-start; 
    gap: 30px; 
    flex-wrap: wrap;
    margin-bottom: 60px; 
    text-transform: uppercase; 
    position: sticky; 
    top: 100px; 
    z-index: 100;
}
.shop__filters .btn {
    padding: 10px; 
    border-radius: 5px;
    border-bottom: 3px solid transparent; 
    font-size: var(--px16); 
    color: var(--grey3); 
    background: var(--black); 
}
.shop__filters .btn.active,
.shop__filters .btn:hover {
    border-radius: 5px 5px 0 0;
    color: var(--white); 
    border-color: var(--red1);
}
.light .shop__filters .btn {
    background-color: var(--white);
    color: var(--grey1);
}
.light .shop__filters .btn.active,
.light .shop__filters .btn:hover {
    color: var(--black); 
    border-color: var(--red1);
}





.list__products__show.grid{
    grid-template-columns: repeat(9, 1fr);
    gap: 50px 20px;
}

.category__item {

}
.category__item + .category__item {
    margin-top: 60px;
}
.category__item .bt {
    margin-bottom: 60px;
}
.category__item .bt2:first-child {
    margin-top: -30px;
}
.category__item .shop__filters__box {   
    position: sticky;
    top: 100px;
    z-index: 100;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 40px;
    overflow-y: auto;
    scrollbar-width: none;

    background-color: rgba(0,0,0, 0.45);
    box-shadow: 0 0 25px rgba(0,0,0, 1);
    border-radius: 5px;
}
.category__item .shop__filters {
    display: inline-flex;
    flex-wrap: nowrap;
    /*margin-top: -40px;*/
    margin: 0;
}
.category__item .shop__filters .btn {
    white-space: nowrap;
}
.light .category__item .shop__filters__box {
    background-color: rgba(0,0,0, 0.1);
    box-shadow: 0 0 25px rgba(0,0,0, 0.2);
}

.product__item {
    display: flex; 
    flex-direction: column; 
    position: relative; 
    margin: 20px 0 0;
    padding: 20px 6px; 
    box-sizing: border-box; 
    
    border-radius: 5px; 
    background: var(--grey1); 
}
    .product__item .btn-remove{position: absolute; top: 6px; right: 6px;}
        .product__item .btn-remove:hover svg rect{fill: var(--red1);}
        .product__item .btn-remove:hover svg path{fill: var(--white);}
    .product__item .sales {
        flex-wrap: nowrap;
        justify-content: center; 
        position: absolute; 
        top: -20px; 
        left: 0; 
        width: 100%;
    }
    .product__item .sales img {

    }
    .product__item .image {
        display: flex; 
        align-items: center; 
        justify-content: center; 
        width: 100%; 
        height: 130px; 
        margin-bottom: 6px; 
        cursor: pointer;
    }
    .product__item .image img {
        max-width: 100%; 
        max-height: 100%; 
        height: auto; 
        width: auto; 
        object-fit: cover;
    }
    .product__item .title {
        display: block;
        margin-bottom: 10px; 
        color: var(--grey3); 
        cursor: pointer;
    }
    .product__item .actions{flex-grow: 1; align-items: flex-end;}
    .product__item .more{gap: 16px; align-items: center;}
    .product__item .btn-favorites {
        color: var(--grey2);
    }
    .product__item .btn-favorites svg {
        width: 21px;
        height: 20px;
    }
    .product__item .btn-favorites:hover {
        color: var(--white);
    }
    .product__item .btn-favorites.active {
        color: var(--red1);
    }
    .product__item .btn-to-cart {
        height: auto; 
        line-height: 28px;
    }
    .product__item .product__offer .count {
        width: 85px;
    }
    .product__item .product__offer .count__products .count-btn {
        height: 20px;
        width: 20px;
    }
    .product__item .product__offer .count__products input {
        height: 30px;
        font-size: var(--px18);
    }
    .product__item .product__price .standart{
        display: block; 
        line-height: 30px;
    }

    .product__price{font-size: var(--px20);}
        .product__price .old{text-decoration: line-through; font-size: var(--px15); color: var(--white);}
        .product__price .standart{color: var(--white);}
        .product__price .old + .standart{color: var(--red1);}

.light .product__item .title {
    color: var(--grey2);
}
.light .product__item .btn-to-cart {
    background-color: var(--white);
    color: var(--black);
}
.light .product__price .old {
    color: var(--black);
}
.light .product__price .standart {
    color: var(--black);
}
.light .product__price .old + .standart {
    color: var(--red1);
}
.light .product__item { background: var(--white); }
.light .product__price .old { color: var(--black); }
.light .product__item .btn-favorites { color: var(--grey3); }
.light .product__item .btn-favorites:hover { color: var(--red1); }
.light .product__item .btn-favorites.active { color: var(--red1); }

















footer{padding: 30px 0; background: var(--grey1); position: relative; z-index: 290;}
footer .col{margin-bottom: 30px; max-width: 380px; width: 100%;}
footer .col.col-1{width: 230px}
footer .data{width: calc(100% - 230px)}
footer .col.col-3{max-width: 270px;}
footer .col.col-4{max-width: 310px; color: var(--grey3);}
footer .col.col-5{max-width: 280px; font-weight: var(--fw300);}
footer .col.col-5 img{}
footer .col.col-5 .item:last-child img{margin-bottom: 12px;}
footer .copyright{width: 100%; align-items: flex-end; color: var(--grey3); gap: 110px; text-transform: uppercase; font-size: var(--px13); justify-content: flex-start;}
footer .copyright .pay{align-items: center; gap: 20px}
footer .title{text-transform: uppercase; color: var(--red1); margin-bottom: 15px; font-size: var(--px20); font-weight: var(--fw700);}
footer nav ul {
    flex-direction: column;
    justify-content: flex-start !important;
    gap: 10px!important;
}
footer nav ul li a{color: var(--white); font-weight: var(--fw300); border-bottom: 1px solid transparent;}
footer nav ul li a:hover{border-color: var(--white);}
footer .phone a {
    display: inline-flex; 
    align-items: center; 
    justify-content: flex-start; 
    gap: 6px; 
    color: #fff; 
    font-size: var(--px20); 
    font-weight: var(--fw700);
}
footer .phone a span { 
    letter-spacing: 0.25ex; 
}
footer .timework {
    margin: 6px 0 16px;
}
footer .email {
    margin-bottom: 30px; 
    font-weight: var(--fw300); 
    color: var(--grey3);
}
footer .email a {
    color: var(--grey3);
}
footer .email a:hover {
    color: var(--white);
}
footer .links {
    justify-content: flex-start; 
    gap: 16px;
    padding: 6px 0 0; 
}
footer .links a {
    display: flex; 
    align-items: center; 
    justify-content: center;
    width: 38px; 
    height: 38px; 

    border-radius: 50%; 
    background: var(--black);
    color: var(--white);
}
footer .links a:hover {
    background: var(--red1);
    color: var(--black);
}


.light footer{background: var(--white); color: var(--grey2); border-top: 1px solid var(--grey2);}
    .light footer .logo svg path:nth-child(2){fill: var(--black);}
    .light footer nav ul li a{color: var(--black);}
        .light footer nav ul li a:hover{border-color: var(--black);}
    .light footer .email,.light footer .email a{color: var(--grey2);}
        .light footer .email a:hover,.light footer .phone a:hover{color: var(--red1);}
    .light footer .phone a{color: var(--black);}
        .light footer .phone a svg path{fill: var(--black);}
    .light footer .phone a:hover svg path{fill: var(--red1);}
    .light footer .copyright,.light footer .timework{color: var(--grey2);}






#navigation__mobile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 400;
    background: var(--grey30);
    width: 100%;
    height: 100%;
    
    /*overscroll-behavior: contain;
    overflow-y: auto;
    scrollbar-width: none;*/
    
    display: none;
}
.light #navigation__mobile {
    background: var(--black50);
}
#navigation__mobile .hide {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 266px);
}
#navigation__mobile .inn {
    position: fixed;
    top: 0;
    right: calc(100% - 266px);
    box-sizing: border-box;
    padding: 12px 20px;
    background: var(--grey1);
    color: var(--white);
    height: 100%;
    overflow-y: auto;
    width: 266px;
}
#navigation__mobile .close-nav {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
#navigation__mobile .phone {
    padding-top: 4px;
}
#navigation__mobile .phone a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 8px;
    color: var(--white);
    line-height: 18px;
    font-size: var(--px18);
    font-weight: var(--fw600);
}
#navigation__mobile .phone a span {
    letter-spacing: 0.25ex; 
}
#navigation__mobile .timework {
    color: var(--grey3);
    max-width: 150px;
    font-size: var(--px13);
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
}
#navigation__mobile .timework p {
    display: inline;
}
#navigation__mobile .timework .status {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green1);
}
#navigation__mobile .timework .status.close {
    background: var(--red1);
}
#navigation__mobile .timework span.status {
    vertical-align: top;
    margin-left: 5px;
    margin-top: 6px;
}
#navigation__mobile .timework div.status {
    display: inline;
    /*position: absolute;
    bottom: 4px;
    right: 2px;*/
}
#navigation__mobile .contacts {
    position: relative;
    z-index: 8;
}
#navigation__mobile nav {
    padding: 20px 0;
    position: relative;
    z-index: 9;
}
#navigation__mobile nav li a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--px14);
    line-height: 16px;
    padding: 0 12px;
    border-radius: 5px;
}
#navigation__mobile nav li a:hover {
    background: var(--red1);
}
#navigation__mobile nav li a svg {
    width: 38px;
    height: 38px;
}
#navigation__mobile .navigation__menu {
    position: fixed;
    top: 0;
    right: calc(100% - 266px);
    height: 100%;
    width: 266px;
    z-index: 9;
    padding: 12px 20px;

    overflow-y: auto;
    overscroll-behavior: contain;
    box-sizing: border-box;

    background: var(--grey1);

    display: none;
}
#navigation__mobile .back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    height: 40px;
    cursor: pointer;
}
#navigation__mobile .navigation__menu nav li {
    margin-bottom: 10px;
}
#navigation__mobile .navigation__menu nav li a {
    padding: 0;
}

#navigation__mobile nav .menu-category-sub li a {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    height: 36px;
    color: var(--white);
    text-transform: uppercase;
    font-size: var(--px14);
    line-height: 16px;
    padding: 0 12px 0 48px;
    border-radius: 5px;
}

#navigation__mobile .lang {
    display: none;
    padding: 0 7px;
    margin-bottom: 20px;

    text-transform: uppercase;
}
#navigation__mobile .lang .items {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px; 
    padding: 0 5px;
    
    color: var(--white);
    background-color: var(--black); 
    border: 1px solid transparent;
    border-radius: 5px; 
}
#navigation__mobile .lang .item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 5px;
    color: var(--white);
}
#navigation__mobile .lang .item.current, 
#navigation__mobile .lang .item:hover {
    background: var(--red1);
}

#navigation__mobile .lang .current {
    
}
#navigation__mobile .lang .chevron {
    padding-top: 2px;
    display: flex;
    align-items: center;
    align-self: center;
}
#navigation__mobile .lang .chevron svg {
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
}
#navigation__mobile .lang ul {
    display: flex;
    gap: 20px;
}
#navigation__mobile .lang a {
    color: var(--white);
}

#navigation__mobile .theme {
    display: none;
    padding: 0 7px;
    margin-bottom: 20px;
}
#navigation__mobile .theme .items {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px; 
    padding: 0 5px; 

    color: var(--white);
    background-color: var(--black); 
    border: 1px solid transparent;
    border-radius: 5px; 
}
#navigation__mobile .theme .btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 5px;
    color: var(--white);
}
#navigation__mobile .theme .btn.active, 
#navigation__mobile .theme .btn:hover {
  background: var(--red1);
}


.light #navigation__mobile .inn {
    background-color: var(--white);
    color: var(--black);
}
.light #navigation__mobile .close-nav {
    background-color: var(--grey30);
}
.light #navigation__mobile .phone a {
    color: var(--black);
}
.light #navigation__mobile nav li a {
    color: var(--black);
}
.light #navigation__mobile nav li a:hover {
    color: var(--white);
}
.light #navigation__mobile .navigation__menu {
    background-color: var(--white);
}

.light #navigation__mobile .lang .items {
    border-color: var(--grey2);
    background-color: var(--white);
}
.light #navigation__mobile .lang .item {
    color: var(--black);
}
.light #navigation__mobile .lang .item.current {
    color: var(--white);
}

.light #navigation__mobile .theme .items {
    border-color: var(--grey2);
    background-color: var(--white);
}
.light #navigation__mobile .theme .btn {
    color: var(--black);
}
.light #navigation__mobile .theme .btn.active {
    color: var(--white);
}










.slider-products .swiper{padding: 0 1px}

.slider-sw,.list__swiper{position: relative;}

.slider-sw .swiper-button-prev,.slider-sw .swiper-button-next{width: 75px; opacity: 1!important; height: 75px; top: 50%; transition: all 0.15s ease-out;}
.slider-sw .swiper-button-prev:hover,.slider-sw .swiper-button-next:hover{}
.slider-sw .swiper-button-prev svg,.slider-sw .swiper-button-next svg{width: auto; height: auto;}
.slider-sw .swiper-button-prev:hover svg path,.slider-sw .swiper-button-next:hover svg path{fill: var(--red1);}

.slider-sw .swiper-button-prev:after,.slider-sw .swiper-button-next:after{display: none;}
.slider-sw .swiper-button-prev{left: 0; transform: rotate(180deg);}
.slider-sw .swiper-button-next{right: 0}




.slider-sw .swiper-pagination{bottom: 0px!important;}
.slider-sw .swiper-pagination-bullet{width: 10px; height: 10px; opacity: 1; background: var(--grey3); border-radius: 50%!important}
.slider-sw .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--red1);}



.slick-dots{display: flex; align-items: center; justify-content: center; gap: 10px}
.slick-dots li{width: 10px; height: 10px; opacity: 1; background: var(--grey3); border-radius: 50%!important;}
.slick-dots li button{border: none; outline: none; display: inline; font-size: 0}
.slick-dots li.slick-active{background: var(--red1);}












#overlay__modal {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    overflow-y: auto; 
    z-index: 1000; 

    background: var(--grey30); 

    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;

    display: none;
}
#overlay__modal .wrapper {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 2;
}
#overlay__modal .list__modals {
    display: flex; 
    align-items: flex-start; 
    justify-content: center; 
    position: fixed; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    padding: 80px 0 60px; 
    z-index: 11; 

    box-sizing: border-box; 
    overflow-y: auto;
    scrollbar-width: none;
}


.box__modal {
    position: relative; 
    max-width: 100%; 
    width: 536px; 
    padding: 80px 30px 30px; 
    z-index: 10; 
    overflow: hidden;

    background: var(--grey1); 
    box-sizing: border-box; 
    border-radius: 5px; 
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.44);
    
    display: none; 
}
#modal__auth.box__modal {
    overflow: visible;
}
.box__modal.box__lagre {
    width: 1165px;
}
.box__modal.fake-modal {
    display: block;
    margin: 0 auto;
}
.box__modal .close__modal {
    position: absolute;
    width: 40px; 
    height: 40px;  
    top: 30px; 
    right: 30px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-sizing: border-box;

    border-radius: 5px; 
    background-color: var(--black); 
    /*border: 1px solid var(--black);*/
    cursor: pointer; 
    transition: all 0.2s;
}
.box__modal .close__modal:hover {
    background: var(--grey2);
}
.box__modal .modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;

    display: none;
    
    box-sizing: border-box; 
    border-radius: 5px; 

    background-color: var(--grey30);
}
.box__modal.loading .modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box__modal .modal__overlay .loader {
    width: 128px;
    height: 128px;
    color: var(--red1);

    -webkit-animation: a-spin 2s infinite linear;
    animation: a-spin 2s infinite linear;
}
.box__modal .modal__overlay .loader svg {
    width: 100%;
    height: 100%;
}
.box__modal .modal__title {
    margin-bottom: 30px; 

    text-align: center; 
    text-transform: uppercase; 
    font-size: var(--px32); 
    line-height: 40px;
}
.box__modal .form input {
    background-color: var(--black); 
    border: 1px solid var(--black);
}
.box__modal .form input.i-confirm-code {
    text-align: center;
    letter-spacing: 1ex;;
}
.box__modal .flex__center {
    justify-content: center!important;
}
.box__modal .checkbox {
    margin-bottom: 20px;
}
.box__modal .modal__image { 
    margin-bottom: 30px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}
.box__modal .bt { 
    text-align: center;
}
.box__modal p.bonus { 
    text-align: center; 
    font-size: var(--px20); 
    line-height: 26px; 
    margin-bottom: 30px;
}
.box__modal .modal-buttons {
    gap: 20px;
}

.box__modal .resend-timer .action {
    text-decoration: underline;
    cursor: pointer;
}

.light .box__modal .close__modal {
    background-color: var(--grey30);
}




.dish__data {
    position: relative;
}
.dish__data .top {
    align-items: center; 
    margin-bottom: 60px;
}
.dish__data .top .image {
    width: 200px; 
    height: 200px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.dish__data .top .info {
    width: calc(100% - 260px);
}
.dish__data .top .title {
    text-transform: uppercase; 
    margin-bottom: 10px; 
    font-size: var(--px48); 
    line-height: 52px;
}
.dish__data .top .description {
    color: var(--grey3);
}
.dish__data .top .weight {
    font-size: var(--px20); 
    padding: 20px 0 0;
}
.dish__data .top .price {
    font-size: var(--px30); 
    padding: 20px 0 0;
}
.dish__data .top .price span.old { 
    color: var(--white); 
    font-size: var(--px20); 
    margin-right: 10px; 
    display: inline-block; 
    text-decoration: line-through; 
    position: relative; 
    top: -1px;
}
.dish__data .top .price span.old + .standart { 
    color: var(--red1);
}
.dish__data .title {
    margin-bottom: 24px; 
    font-size: var(--px20);
}
.dish__data .title h1 {
    font-weight: var(--fw400);
}
.dish__data .box {
    margin-bottom: 40px;
}
.dish__data .box .box__title {
    margin-bottom: 20px; 
    font-size: var(--px20); 
    line-height: 26px; 
    text-transform: uppercase;
}
.slider__composition {
    text-align: center; 
    text-transform: uppercase;
}
.slider__composition .swiper {
    overflow-x: inherit;
}
.slider__composition .swiper-slide {
    width: 120px; 
    cursor: pointer;
}
.slider__composition .swiper-slide .checkbox-field {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 0;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

.slider__composition .swiper-slide .checkbox-field:checked + .image,
.slider__composition .swiper-slide.selected .image {
    border-color: var(--red1);
}
.slider__composition .swiper-slide .checkbox-field:checked + .image:after,
.slider__composition .swiper-slide.selected .image:after {
    opacity: 0;
}
.slider__composition .swiper-slide .checkbox-field:checked + .image:before,
.slider__composition .swiper-slide.selected .image:before {
    width: 20px; 
    height: 20px; 
    z-index: 3; 
    position: absolute; 
    top: 5px; 
    right: 5px; 
    content: ''; 
    background: url("../i/site/check.svg") 50% 50% no-repeat;
    color: var(--red1);
}
.slider__composition .image {
    position: relative; 
    display: flex; 
    margin-bottom: 2px; 
    align-items: center; 
    justify-content: center; 
    width: 120px; 
    height: 120px; 
    overflow: hidden; 
    border: 1px solid var(--black); 
    transition: all 0.2s; 
    border-radius: 5px; 
    background: var(--black); 
    box-sizing: border-box;
}
.slider__composition .image:after {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    content: ''; 
    background: var(--black50); 
    opacity: 1; 
    transition: all 0.2s;
}
.slider__composition .title {
    color: var(--grey3); 
    font-size: var(--px16); 
    margin-bottom: 0;
}
.light .slider__composition .image:after {
    background: var(--white50); 
}

.dish__data .note { 
    color: var(--green2);
}
.dish__data .note.note-error { 
    color: var(--red2);
}
.dish__data .dish__total {padding: 20px 0 0; align-items: flex-end;}
.dish__data .dish__total .btn-red-tr{min-width: 0; padding: 0 30px;}
.dish__data .dish__total .add{gap: 20px; align-items: center;}

        .dish__data .dish__total .total{align-items: flex-end; gap: 40px;}
            .dish__data .dish__total .total .flex{justify-content: center;}
            .dish__data .dish__total .total .note{margin-bottom: 10px}
            .dish__data .dish__total .total .price{line-height: 55px; font-size: var(--px40);}
            .dish__data .dish__total .total .basket{text-align: center;}
    .dish__data .add__dish__full{padding: 60px 0 0;}
        .dish__data .add__dish__full .swiper-slide{width: 205px; border-radius: 5px; background: var(--black); text-align: left; box-sizing: border-box; padding: 20px 6px;}
            .dish__data .add__dish__full .swiper-slide .remove{position: absolute; top: 5px; right: 5px; z-index: 3}
            .dish__data .add__dish__full .swiper-slide .image{width: 100%; height: 130px; border: none; background: transparent;}
                .dish__data .add__dish__full .swiper-slide .image:after{display: none;}
                .dish__data .add__dish__full .swiper-slide .image:before{display: none!important;}
                .dish__data .add__dish__full .swiper-slide .image img{max-width: 100%; max-height: 100%; width: auto; height: auto;}

.dish__data .price__add {
    align-items: center; 
    padding: 20px 0 0;
}
.dish__data .price__add .price {
    font-size: var(--px18);
}
.dish__data .price__add .count {
    width: 70px; 
    height: 30px;
}
.dish__data .price__add .count input {
    width: 100%; 
    height: 30px; 
    background-color: var(--grey2); 
    border: 1px solid var(--grey2); 
    font-size: var(--px16);
}
.dish__data .price__add .count .btn {
    width: 14px; 
    height: 14px; 
    top: calc(50% - 7px);
}
.dish__data .price__add .count .btn.btn-minus {
    left: 6px;
    background: url("../i/site/minusg.svg") 50% 50% no-repeat; 
}
.dish__data .price__add .count .btn.btn-plus {
    right: 6px;
    background: url("../i/site/plusg.svg") 50% 50% no-repeat; 
}
.light .dish__data .price__add .count input {
    background-color: var(--white);
    border-color: var(--grey3);
    color: var(--black);
}

.dish__data .mods-items {
    align-items: stretch;
}
.dish__data .dish-mod-item {
    display: flex;
    flex-direction: column;
    height: auto;
}
.dish__data .dish-mod-item .title {
    flex-grow: 1;
}
.dish__data .dish-mod-item .price__add {
    padding-top: 0;
    margin-top: 5px;
    align-items: center;
}
.dish__data .dish-mod-item .price__add .price {
    line-height: 30px;
}
.dish__data .dish-mod-item .price__add .count {
    display: no-ne;
    visibility: hidden;
}
.dish__data .dish-mod-item .checkbox-field:checked ~ .price__add .count {
    display: block;
    visibility: visible;
}
.dish__data .dish-mods-group-item.single-select .dish-mod-item .price__add {
    justify-content: center;
}

.box__modal.fake-modal .dish__data .mods-items {
    flex-wrap: wrap;
    gap: 20px;
}
.box__modal.fake-modal .dish__data .dishes-items {
    flex-wrap: wrap;
    gap: 20px;
}



.box__modal .loyalty {
    align-items: flex-start; 
    padding: 40px 0 0;
}
.box__modal .loyalty .image {
    width: 200px;
}
.box__modal .loyalty .text {
    max-height: 400px; 
    width: calc(100% - 260px); 
    margin-bottom: 60px; 
    overflow-y: auto;

    color: var(--grey3); 
    line-height: 20px; 
}
.box__modal .loyalty .text p {
    margin-bottom: 20px;
}
.box__modal .loyalty .text p + ol,
.box__modal .loyalty .text p + ul {
    margin-top: -10px;
}
.box__modal .loyalty .text ol,
.box__modal .loyalty .text ul {
    padding-left: 24px; 
    margin-bottom: 20px;
}
.box__modal .loyalty .text ul {
    list-style: disc;
}
.box__modal .loyalty .text ol li,
.box__modal .loyalty .text ul li {
    margin-bottom: 10px;
}
.box__modal .loyalty .text b {
    font-weight: 500;
}


.box__modal .bonus__pay {}
.box__modal .bonus__pay .label  {
    margin-bottom: 10px;
    text-align: center;
}
.box__modal .bonus__pay .amount-field  {
    display: block;
    margin: 0 auto 20px auto;
    width: 100px;
    text-align: center;
}

.box__modal .modal__buttons {
    gap: 15px;
}



.slider__text .swiper {
    width: 100%; 
    height: 100%;
}
.slider__text .swiper-slide {
    width: 100%; 
    box-sizing: border-box;
}





.box__modal .product__details {
    position: relative;
}
.box__modal .product__details .image{width: 455px;}
.box__modal .product__details .image img { width: 100%; }
.box__modal .product__details .data{width: calc(100% - 515px); margin-bottom: 20px;}
.box__modal .product__details .data .title{text-transform: uppercase; margin-bottom: 20px; align-items: center; font-size: var(--px32); line-height: 40px; gap: 30px; justify-content: flex-start;}
.box__modal .product__details .data .title h1 { font-weight: var(--fw400); }
.box__modal .product__details .data .title span{text-transform: none; font-size: var(--px20)}
.box__modal .product__details .data .description{margin-bottom: 20px; font-size: var(--px20); line-height: 26px; color: var(--grey3);}
.box__modal .product__details .data .ingredients{align-items: flex-end;}
.box__modal .product__details .data .ingredients .list{width: calc(100% - 100px); gap: 10px; text-transform: uppercase; text-align: center; color: var(--grey3);}
.box__modal .product__details .data .ingredients .list .icon {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 100%; 
    height: 80px; 
    /*background: var(--black); */
    border-radius: 5px; 
    margin-bottom: 5px;
}
.box__modal .product__details .data .ingredients .list .icon img{max-width: 100%; max-height: 100%; width: auto; height: auto;}
.box__modal .product__details .data .ingredients .list .item-title {

    text-transform: uppercase;
}
.box__modal .product__details .data .ingredients .list .item > span { display: none; }
.box__modal .product__details .data .ingredients .cal {
    width: 100px; 
    padding-bottom: 10px;
    
    text-align: center; 
    color: var(--grey3); 
    text-transform: uppercase;
}
.box__modal .product__allergens{
    margin-top: 20px;
    color: var(--grey3); 
    font-size: var(--px20); 
    line-height: 26px;
}
.box__modal .product__allergens strong{font-weight: var(--fw400); color: var(--white); display: block; margin-bottom: 10px;}
.box__modal .product__offer{
    column-gap: 40px; 
    row-gap: 15px;
    align-items: center;
}
.box__modal .product__offer .price{font-size: var(--px40);}
.box__modal .product__offer .count{width: 122px}
.box__modal .product__offer .btn-to-cart{height: 44px;}






.light .box__modal{background: var(--white);}
.light .box__modal .form input {
    background-color: var(--white)!important; 
    border-color: var(--black50);
}
.light .btn-large:hover{background: var(--grey2);}
.light .btn-red-tr{color: var(--black);}
.light .slider__composition .image,
.light .dish__data .add__dish__full .swiper-slide {
    background: transparent;
}
.light .product__allergens {color: var(--grey2);}
.light .product__allergens strong{color: var(--black);}
.light .product__details .data .items .list .icon{background: var(--black50);}
.light .box__modal .product__details .data .description {
    color: var(--grey2);
}
.light .box__modal .product__details .data .ingredients .cal {
    color: var(--grey2);
}


.light #page__cart .cart .item.item__cart,
.light #page__cart .cart__total,
.light #page__contacts .data,
.light #page__contacts #map,
.light .list__reviews .item,
.light #page__vacancies .data {
    background-color: var(--whiteF);
}
.light #page__vacancies .data a {
    color: var(--black)
}
.light #page__contacts .phone a, 
.light #page__contacts .email a { 
    color: var(--red1);
}
.light label.radio__select span, 
.light label.radio__select__in span {
    background: var(--whiteF); 
    color: var(--black);
}





#modals{padding: 60px 0;}
    #modals .flex{justify-content: center;}






section{position: relative; z-index: 2}



.scrollbar-track-y{border-radius: 12px; background: var(--white10)!important; overflow: hidden; opacity: 1!important}
.scrollbar-thumb{border-radius: 12px; background: var(--red1)!important;}
.scroll-content{padding-right: 40px}



.flex{display: flex; justify-content: space-between; flex-wrap: wrap;}
    .flex.flex__end{justify-content: flex-end;}
    .flex.flex__center{align-items: center;}
    .flex.flex__end__vertical{align-items: flex-end;}


.grid{display: grid; grid-template-columns: repeat(1,1fr); gap: 20px;}
    .grid.grid-2{grid-template-columns: repeat(2,1fr);}
    .grid.grid-3{grid-template-columns: repeat(3,1fr);}
    .grid.grid-4{grid-template-columns: repeat(4,1fr);}
    .grid.grid-5{grid-template-columns: repeat(5,1fr);}
    .grid.grid-6{grid-template-columns: repeat(6,1fr);}


.bt {
    margin-bottom: 20px; 

    text-transform: uppercase; 
    font-size: var(--px48); 
    line-height: 52px;
    font-weight: var(--fw400);
}
.bt.bt__small {
    margin-bottom: 30px; 

    font-size: var(--px32); 
    line-height: 40px;
}
.bt span{
    color: var(--red1);
}
.bt2 {
    margin-bottom: 20px; 
    margin-top: 40px;

    text-transform: uppercase; 
    font-size: var(--px32); 
    line-height: 40px;
    font-weight: var(--fw400);
}
.seo-only {
    position: absolute;
    left: -10000px;
}







section{box-sizing: border-box; position: relative;}



input.no-spin::-webkit-outer-spin-button,
input.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

input.no-spin[type=number] {
    -moz-appearance: textfield; 
}

.form{position: relative;}
.form .flex .form__item{width: calc(100%/2 - 10px)}
.form input[type="text"],
.form input[type="number"],
.form input[type="date"],
.form input[type="time"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form textarea,
.form select {
    width: 100%; 
    height: 70px; 
    background: var(--grey1); 
    border: 1px solid var(--white10); 
    padding: 0 15px; 
    margin-bottom: 20px; 
    border-radius: 5px; 
    color: #fff; 
    font-size: var(--px20);
}
.form input.input__phone{
    padding-left: 50px;
}
.form input.with-error,
.form .with-error + .select2-container .select2-selection,
.form label.radio__select__in .i-payment-method.with-error + span {
    border-color: var(--red2) !important;
}

.form input::placeholder,
.form textarea::placeholder {
    color: var(--grey30);
}
.light .form input::placeholder,
.light .form textarea::placeholder {
    color: var(--grey3);
}

.form select {
    background: var(--grey1) url("../i/site/icon-arrow-red-down.svg") calc(100% - 15px) 50% no-repeat; 
    padding-right: 40px;
}

input[type="time"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}
input[type="time"]::-webkit-calendar-picker-indicator{
    opacity: 0;
    display: block;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 100%;
    cursor: pointer;
}
input[type="time"]:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url(../i/site/input-clock.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}



.select2-container {
    margin-bottom: 20px;
}
.select2-container .select2-selection--single {
    width: 100%;
    height: 70px;
    padding: 0 50px 0 15px;

    background: var(--grey1);
    border: 1px solid var(--white10);
    border-radius: 5px;
    color: #fff;
    font-size: var(--px20);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--grey30);
}
.select2-container--default.select2-container--open .select2-selection--single {
    /*border-color: #3e8acc !important;*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 68px; /* height - 2px */
    color: var(--white);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 48px;
    height: 68px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -11px;
    border: none;
    background-image: url(../i/site/icon-arrow-red-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px; 
    background: var(--grey1); 
    border: 1px solid var(--white10); 
    padding: 0 15px; 
    border-radius: 5px; 
    color: #fff; 
    font-size: var(--px18);
}
.select2-container--default .select2-results__option {
    padding: 0 15px;  
    line-height: 40px;
}
.select2-container--default .select2-results__option--selected {
    background-color: var(--red1);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--red1);
}
.select2-container--default .select2-results__option--disabled {
    display: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #3e8acc !important;
}
.select2-container--default .select2-selection--multiple {
    min-height: 28px;
    padding-bottom: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px;
    line-height: 28px;
    height: 24px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #e5f1ff;
    border-color: #e5f1ff;
    color: #438de2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none!important;
    color: #438de2!important;
    background-color: transparent!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: #dbecff;
    border-color: #dbecff;
}
.select2-container--default .select2-dropdown {
    background: var(--grey1);
    border: 1px solid var(--white10);
    color: var(--white);
    font-size: var(--px18);
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.44);
    border-radius: 0px 0px 5px 5px;
}
.select2-container--default .select2-results__group {
    
}

.light .select2-container .select2-selection--single {
    background-color: var(--whiteF);
    border-color: var(--black50);
}
.light .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black);
}
.light .select2-container--default .select2-dropdown {
    background-color: var(--whiteF);
    color: var(--black);
}
.light .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: var(--whiteF);
    color: var(--black);
    border-color: var(--black50);
}
.light .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--grey3);
}


.form input[type="email"]:focus{}

.form textarea{padding-top: 16px; height: 190px; resize: none;}

.form input.input__date,
.form select.input__date{text-align: center; text-transform: uppercase; font-size: var(--px32); cursor: pointer;}
.form select{text-align: left!important;}


.form .label {
    color: var(--grey3); 
    margin-bottom: 10px;
}
.form .label.label__white { 
    color: var(--white);
}
.form .label .like-link {
    display: inline-block;
    border-bottom: 1px dashed;
    cursor: pointer;
    color: var(--white);
}
.light .form .label.label__white {
    color: var(--grey2);
}
.light .form .label .like-link { 
    color: var(--grey2);
}
.light .form input[type="text"], 
.light .form input[type="number"], 
.light .form input[type="date"], 
.light .form input[type="time"], 
.light .form input[type="email"], 
.light .form input[type="tel"], 
.light .form input[type="password"], 
.light .form textarea, 
.light .form select{ 
    color: var(--black); 
    background-color: var(--whiteF);
    border-color: var(--black50);
}


.form .privacy{align-items: center; gap: 20px; justify-content: flex-end;}


.iti__search-input {
    margin-bottom: 0 !important;
    padding: 10px 10px;
    line-height: 1.5em;
}
.iti__country.iti__highlight {
    background-color: var(--red1);
}
.iti__country.iti__highlight .iti__dial-code {
    color: var(--whiteF);
}
.iti__country-list{
    margin: 0; 
    background-color: var(--grey1); 
}
.iti--inline-dropdown .iti__dropdown-content {
    background-color: var(--grey1);
    border: 1px solid var(--white10);
}

.iti--allow-dropdown{width: 100%; margin-bottom: 10px}

.iti__flag1{width: 46px; height: 32px!important;}
.aiti__selected-flag{background: transparent!important;}
.iti-mobile .iti--container{z-index: 400000!important}

.light .iti--inline-dropdown .iti__dropdown-content {
    background-color: var(--whiteF);
    border-color: var(--grey3);
}
.light .iti__country-list {
    background-color: var(--whiteF);
}
.light .iti__country.iti__highlight .iti__dial-code {
    color: var(--grey3);
}
.light .iti__search-input {
    
}



.alert { 
    text-align: center; 
    padding-bottom: 20px;
}
.alert.alert__error {
    color: var(--red2);
}
.alert.alert__error a {
    color: var(--red2);
    text-decoration: underline;
}
.alert.alert__error a:hover {
    color: var(--red1);
}
.alert.alert__notice {
    color: var(--grey3);
}
.alert.alert__notice a {
    color: var(--grey3);
    text-decoration: underline;
}
.alert.alert__notice a:hover {
    color: var(--grey2);
}


label.file{display: flex; align-items: center; margin-bottom: 10px; justify-content: space-between; border: 1px solid rgba(0, 16, 26, 0.3); padding: 0 20px; font-size: var(--px16); height: 62px; border-radius: 10px; max-width: 190px; font-size: var(--px16);}
    label.file:hover{background: rgba(0, 16, 26, 0.3); cursor: pointer;}




input[type="checkbox"],
input[type="radio"] {
    display:none;
}


label.checkbox {
    display: block; 
    position: relative; 
    padding: 0 0 0 35px; 
    cursor: pointer; 
    font-size: var(--px20); 
    line-height: 26px;
}
label.checkbox:after {
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 28px; 
    height: 28px; 
    box-sizing: border-box; 
    background: url("../i/site/checkbox.svg") 50% 50% no-repeat;
}

label.checkbox a {
    color: var(--white);
    text-decoration: underline;
}
label.checkbox span {
    font-style: normal;
}
label.checkbox span:after {
    content: ''; 
    position: absolute; 
    top: 0; 
    left: 0px; 
    width: 28px; 
    height: 28px; 
    display: none;
    z-index: 2;

    background: url("../i/site/checkh.svg") 50% 50% no-repeat; 
}
label.checkbox input:checked + span:after {
    display: block;
}
.light label.checkbox a {
    color: var(--black);
}


label.radio{display: block; position: relative; padding: 0 0 0 31px; cursor: pointer; font-size: var(--px15); line-height: 16px; margin-bottom: 15px}
label.radio:after{position: absolute; top: calc(50% - 10px); left: 0; width: 16px; height: 16px; box-sizing: border-box; content: ''; background: url("../img/check.svg") 50% 50% no-repeat;}
label.radio span{font-style: normal;}
label.radio span:after{position: absolute; top: calc(50% - 10px); left: 0px; width: 16px; height: 16px; content: ''; background: url("../img/checkh.svg") 50% 50% no-repeat; display: none; border-radius: 4px; z-index: 2;}
label.radio input:checked + span:after{display: block;}


label.radio__select span{display: flex; align-items: center; justify-content: center; text-transform: uppercase; font-size: var(--px32); line-height: 40px; margin-bottom: 20px; border: 1px solid var(--white10); height: 70px; background: var(--grey1); border-radius: 5px; cursor: pointer; transition: all 0.2s; padding: 0 15px; box-sizing: border-box; text-align: center;}
label.radio__select input:checked + span{background: var(--red1); border-color: var(--red1); color: var(--white);}

label.radio__select__in span{display: flex; align-items: center; justify-content: space-between; font-size: var(--px20); line-height: 20px; width: 100%; margin-bottom: 20px; border: 1px solid var(--white10); height: 70px; background: var(--grey1); border-radius: 5px; cursor: pointer; transition: all 0.2s; padding: 0 15px; box-sizing: border-box;}
label.radio__select__in input:checked + span{background: var(--red1); border-color: var(--red1);}

::placeholder{color: var(--grey30);}



button{background: transparent;}



#ui-datepicker-div {
    width: 350px; 

    background-color: var(--grey1); 
    border: 1px solid var(--grey1);
    color: var(--white); 
    font-size: var(--px18); 
    font-weight: var(--fw600); 
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.44); 
    border-radius: 0px 0px 5px 5px;
}
#ui-datepicker-div table {
    width: 100%;
}
#ui-datepicker-div table td {
    text-align: center;
}
#ui-datepicker-div table a,
#ui-datepicker-div table span {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 40px; 
    height: 40px; 
    margin: 0 auto;
    color: var(--white); 
    border-radius: 50%; 
}
#ui-datepicker-div table span {
    color: var(--grey30);
}
#ui-datepicker-div table a:hover,
#ui-datepicker-div table a.ui-state-active{
    background: var(--red1);
}
#ui-datepicker-div table th {
    height: 30px; 
    font-size: var(--px13); 
    font-weight: var(--fw400); 
    color: var(--grey3); 
    vertical-align: top; 
    text-align: center;
}
.ui-datepicker-header {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    flex-wrap: wrap; 
    padding: 15px 15px;
}
.ui-datepicker-prev {
    order: 0; 
    display: block; 
    width: 20px; 
    height: 20px; 
    font-size: 0; 
    background: url("../i/site/arr-left.svg") 50% 50% no-repeat;
}
.ui-datepicker-next {
    order: 2; 
    display: block; 
    width: 20px; 
    height: 20px; 
    font-size: 0; 
    background: url("../i/site/arr-right.svg") 50% 50% no-repeat;
}
.ui-datepicker-title {
    order: 1;
}

.light #ui-datepicker-div {
    background-color: var(--whiteF);
    color: var(--black);
    border-color: var(--black);
}
.light #ui-datepicker-div table a {
    color: var(--black);
}
.light #ui-datepicker-div table span {
    color: var(--grey3);
}




.clearfix{clear: both;}
.center{display: inline-block; width: 100%; text-align: center;}


a,svg,svg path,svg rect{text-decoration: none; transition: all 0.15s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); cursor: pointer;}
	a:hover{transition: all 0.15s ease-out;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:focus{outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

img{display: block;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); max-width: 100%; height: auto; transition: all 0.15s ease-out;}
div{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}



.btn,
.btn:after { 
    position: relative; 
    display: inline-block; 
    padding: 0; 
    box-sizing: border-box;

    /*font-family: var(--FontMain);*/
    text-align: center; 
    text-decoration: none !important;

    cursor: pointer; 
    border: none; 
    transition: all 0.2s ease-out; 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    outline: none;
}
.btn:hover { 
    transition: all 0.2s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn-red {
    display: flex; 
    gap: 6px; 
    align-items: center; 
    justify-content: center; 
    padding: 0 28px; 
    height: 44px; 

    background-color: var(--red1); 
    border: 1px solid var(--red1); 
    color: var(--white); 
    border-radius: 5px;
}
.btn-red:hover {
    background-color: var(--grey1);
}
.btn-red[disabled],
.btn-red[disabled]:hover { 
    background: var(--grey3) !important;
    border-color: var(--grey3) !important;
    cursor: default;
}

.light .btn-red {
    
}
.light .btn-red:hover {
    color: var(--black);
    border-color: var(--red2);
    background-color: var(--white50);
}


.btn-red-tr { 
    display: flex; 
    gap: 6px; 
    align-items: center; 
    justify-content: center; 
    padding: 0 28px; 
    height: 44px; 

    background-color: transparent; 
    border: 1px solid var(--red1); 
    color: var(--white); 
    border-radius: 5px;
}
.btn-red-tr:hover {
    background: var(--red1)!important;
    color: var(--white);
}
.btn-red-tr[disabled],
.btn-red-tr[disabled]:hover { 
    background: transparent !important; 
    border-color: var(--grey3) !important;
    color: var(--grey3) !important;
    cursor: default;
}
.btn-red-tr[disabled]:hover svg { 
    color: var(--white);
}
.btn-red-tr[disabled]:hover svg path { 
    fill: var(--white);
}


.light .btn-red-tr {
    
}
.light .btn-red-tr:hover {
    color: var(--black);
    border-color: var(--red2);
}



.btn-to-cart {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    height: 28px; 
    padding: 0 20px; 

    font-size: var(--px18);
    color: var(--white); 
    text-transform: uppercase;
    border-radius: 5px; 
    border: 1px solid var(--black);
    background-color: var(--black); 
}
.btn-to-cart:hover,
.btn-to-cart:active {
    background-color: var(--red1);
    border-color: var(--red1);
}

.light .btn-to-cart {
    background-color: var(--white);
    color: var(--black);
}
.light.btn-to-cart:hover,
.light.btn-to-cart:active { 
    background-color: var(--white);
}



.btn-large{
    padding: 0 45px; 
    height: 55px; 
    font-size: var(--px25); 
    border-radius: 5px; 
    min-width: 190px; 
    text-transform: uppercase;
}
.btn-large:hover{
    background: var(--red2);
}



.btn-edit{
    color: var(--white); 
    gap: 6px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: var(--px20);
}
.btn-edit:hover {
    color: var(--red1);
}


input,textarea,select,button{
    -webkit-appearance: none; 
    box-sizing: border-box; 
    font-family: var(--FontMain);
}




/* >> reCaptcha */
.grecaptcha-badge {
    z-index: -1 !important;
    opacity: 0 !important;
}
/* << reCaptcha */



/* >> Binotel */
body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: var(--red1) !important;
}
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: var(--red1) !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip {
    background: var(--red1) !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: var(--red1) !important;
}
body #bingc-active {
    background: var(--grey2) !important;
    /*position: sticky !important;*/
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-we-will-call-you.bingc-offline-form div.bingc-active-date-selection-select-day span.bingc-active-date-selection-selected-day {
    color: var(--white) !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-we-will-call-you.bingc-offline-form div.bingc-active-date-selection-select-day div.bingc-active-date-selection-select-day-list-of-days-container ul.bingc-active-date-selection-select-day-list-of-days li {
    color: var(--red1) !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour, 
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes {
    background: var(--red1) !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-hour div.bingc-active-date-selection-select-hour-list-of-hours-container ul.bingc-active-date-selection-select-hour-list-of-hours li,
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form div.bingc-active-get-phone-form-date-selection div.bingc-active-date-selection-select-minutes div.bingc-active-date-selection-select-minutes-list-of-minutes-container ul.bingc-active-date-selection-select-minutes-list-of-minutes li {
    color: var(--red1) !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
    background: var(--red1) !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button:hover, 
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button:active {
    background: var(--red2) !important;
}
body #bingc-passive div.bingc-passive-overlay {
    /*background: var(--grey2) !important;*/
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day:hover {
    background: var(--red1) !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour, 
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes {
    background: var(--red1) !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day div.bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes div.bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li {
    color: var(--red1) !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
    background: var(--red1) !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:active {
    background: var(--red2) !important;
}
/* << Binotel */



@-webkit-keyframes a-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* css/site/style-adaptiv.css */

@media screen and (max-width: 2100px){
	.page__favorites .grid {
		grid-template-columns: repeat(7, 1fr);
	}
	.page__history .grid {
		grid-template-columns: repeat(7, 1fr);
	}
	.list__products__show.grid {
		grid-template-columns: repeat(8, 1fr);
	}
}
@media screen and (max-width: 1800px){
	.page__favorites .grid {
		grid-template-columns: repeat(6, 1fr);
	}
	.page__history .grid {
		grid-template-columns: repeat(6, 1fr);
	}
	.list__products__show.grid {
		grid-template-columns: repeat(7, 1fr);
	}
}
@media screen and (max-width: 1620px){
	.list__products__show.grid{grid-template-columns: repeat(6, 1fr);}
}


@media screen and (max-width: 1921px){
	.bt.bt__small{font-size: var(--px26); margin-bottom: 10px;}

	label.radio__select span{font-size: var(--px20); line-height: normal; height: 50px;}

	.form input[type="text"], 
	.form input[type="number"], 
	.form input[type="date"], 
	.form input[type="time"], 
	.form input[type="email"], 
	.form input[type="tel"], 
	.form input[type="password"], 
	.form select {
		height: 50px; 
		font-size: var(--px20);
	}
	.form input.input__date, 
	.form select.input__date {
		font-size: var(--px20);
	}
	.select2-container .select2-selection--single {
		height: 50px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 48px; /* height - 2px */
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 48px;
	}


	#page__cart .cart .price,#page__cart .cart .col.col-3{font-size: var(--px20);}
	#page__cart .cart .col{font-size: var(--px20)!important}
	#page__cart .cart .item.item__cart{padding: 10px;}
	#page__cart .cart .item .col-2{width: 80px; height: 80px;}
	.count__products input{font-size: var(--px20);}


	#navigation li{height: 50px;}
	#navigation li a svg{width: 40px; height: 40px;}

	#navigation .hidden__items{top: -1px; font-size: var(--px20);}
}


@media screen and (max-width: 1760px){
	header .data__left{gap: 30px}
	header .data__right,header nav ul{gap: 20px}
	header .lang{margin: 0}
	header .contacts{position: relative;}
	header .status{position: absolute; bottom: 0; right: 0;}
	header .timework p{margin: 0}


	.page__personal .form{width: 550px}
	.page__personal .account__level{width: calc(100% - 550px)}

	/*#apply .col.col-3 {max-width: 100%; width: 100%;}*/
	#apply .col.col-2,
	#apply .col.col-4 {
		width: calc(100% - 750px);
	}


	#page__cart .cart{width: 800px}
	#page__cart .cart .col.col-1{display: none;}
	#page__cart .cart .col.col-3{max-width: 300px}
	#page__cart .delivery__options{width: calc(100% - 820px)}

	footer .col.col-1{display: none;}
	footer .data{width: 100%;}
}

@media screen and (max-width: 1420px){
	/*header .location,*/
	header .data__center {
		display: none;
	}
	header .account a {
		width: 40px; 
		height: 40px; 
		padding: 0; 
		font-size: 0;
	}
	header .account a span {
		display: none;
	}
	#navigation .list__items__sub {
		width: calc(100vw - 230px);
		/*width: 690px;*/
	}
	#navigation .list__items__sub .items {
		grid-template-columns: repeat(6, 1fr);
		gap: 15px;
		padding: 15px;
	}
	#navigation .list__items__sub .items .item a {
		width: 100%;
  		height: 100%;  
		display: flex;  
		flex-direction: column;
  		justify-content: space-between;
	}


	.page__personal .list__address.form{width: 100%; margin-bottom: 40px;}
	.page__personal .add__new__address{width: 100%;}
	.page__personal .add__new__address .form{width: 100%;}


	.page__favorites .grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.page__history .grid {
		grid-template-columns: repeat(4, 1fr);
	}


	#page__contacts .data,#page__contacts #map{width: 50%;}


	#page__reviews .grid{grid-template-columns: repeat(3, 1fr);}

	.list__products__show.grid{grid-template-columns: repeat(5, 1fr);}


	#apply .col.col-1,
	#apply .col.col-2 {
		width: calc(50% - 10px);
	}

	#page__cart .cart{width: 100%; margin-bottom: 20px;}
	#page__cart .cart .col.col-1{display: none;}
	#page__cart .cart .col.col-3{max-width: 100%; width: calc(100% - 400px)}
	#page__cart .delivery__options{width: 100%}


	.product__details .image{width: 300px}
	.product__details .data{width: calc(100% - 320px)}
	.product__details .data .title{gap: 15px}
	.product__details .data .items .list{grid-template-columns: repeat(2, 1fr);}


	.cart__item{align-items: flex-start;}
	.cart__item .data{padding-right: 0;}
	.cart__item .data .count{position: relative; margin-top: 15px;}
	.cart__item .data .btn.btn-to-cart{position: relative; top: 0; left: 0; margin-top: 15px;}
	.cart__item .remove {
		width: auto;
		right: 0;
	}


	footer .col{max-width: 50%; width: 50%!important}
	footer .col.col-2,footer .col.col-3{max-width: calc((100% - 400px) / 2)}
	footer .col.col-5{margin: 0 auto 30px;}
	footer .copyright{margin: 0 auto; justify-content: center;}
}


@media screen and (max-width: 1220px){
	.list__products__show.grid {
		grid-template-columns: repeat(4, 1fr);
	}

	header .data__right {
		gap: 10px;
	}

}


@media screen and (max-width: 1024px){
	header .lang,
	header .theme,
	header .favorites {
		display: none;
	}

	header .data__right {
		gap: 20px;
	}

	
	#navigation__mobile .favorites,
	#navigation__mobile .lang {
    	display: flex;
	}
	#navigation__mobile .theme {
    	display: block;
	}
}

@media screen and (max-width: 959px){
	.container{padding-right: 20px}


	.list__products__show.grid {
		grid-template-columns: repeat(3, 1fr);
	}

	body {
		padding-left: 0;
	}


	header .contacts{padding-right: 70px}
	header .timework {
		margin-bottom: 0;;
	}
	header .timework p{display: none;}
	header .data__right{gap: 8px}
	header .data__left{gap: 14px}


	#promo .data{padding: 0 50px;}


	#navigation{display: none;}


	.page__personal .form{width: 100%; margin-bottom: 40px;}
	.page__personal .account__level{width: 100%;}
	.account__level .inn{width: 100%;}


	header .cart__small {
		right: -190px;
	}

	#page__reviews .grid{grid-template-columns: repeat(2, 1fr);}

	#apply .col{width: 100%!important}
	#apply .actions .btn{width: calc(50% - 10px)}


	#page__vacancies .data{width: 100%; margin-bottom: 20px;}
	#page__vacancies .image{width: 100%;}


	#page__cart .cart .price{font-size: var(--px30)}


	#page__contacts .container{padding: 0}
	#page__contacts .bt{padding-left: 20px;}
	#page__contacts .data,#page__contacts #map{width: 100%; border-radius: 20px 20px 0 0}
	#page__contacts #map{height: 550px; border-radius: 0}


	.dish__data .dish__total .add{width: 100%; margin-bottom: 20px;}
	.dish__data .dish__total .add .note{order: 0; width: 50%;}
	.dish__data .dish__total .add .btn{order: 1}
	.dish__data .dish__total .total{width: 100%;}


	footer .col.col-4{width: 100%!important; max-width: 100%; text-align: center;}
	footer .col.col-4 .phone{display: inline-block;}
	footer .col.col-4 .socials .links{justify-content: center;}
	footer .col.col-2, footer .col.col-3{max-width: 48%;}
}


@media screen and (max-width: 767px){
	.bt{font-size: var(--px28); line-height: 32px; margin-bottom: 12px;}
	.bt.bt__small{margin-bottom: 16px; font-size: var(--px24); line-height: 28px}

	body{background: var(--black);}

	.cookie-agree-plate {
		flex-direction: column;
	}
	.cookie-agree-plate .buttons {
		margin-top: 20px;
	}


	#navigation__mobile__icons{display: block;}

	.list__products__show.grid{grid-template-columns: repeat(3, 1fr);}


	header {
		padding: 4px 65px 4px 0;
	}
	header .lang,
	header .theme,
	header .search,
	header .favorites,
	header .phone {
		display: none;
	}
	header .data__right {
		gap: 25px;
	}
	header .status {
		position: relative; 
		font-size: var(--px12);
	}
	header .cart/* a.cart__link*/ {
		display: none;
	}
	header .cart a {
		position: relative;
	}
	header .cart a span {
		position: absolute; 
		bottom: -5px; 
		right: -5px; 
		width: 16px; 
		height: 16px;

		font-size: var(--px10); 
	}
	header .cart svg {
		width: 24px; 
		height: 24px;
	}
	header .contacts {
		padding: 0;
	}
	header .account a { 
		width: 32px; 
		height: 32px;
	}
	header .dd-item .current {
		height: 32px; 
		font-size: var(--px12); 
		padding: 0 18px 0 8px;
	}
	header .dd-item:after {
		right: 6px;
	}
	header .dd-item ul a {
		padding: 5px 0 5px 8px;
		font-size: var(--px12); 
	}

	header .cart__small { 
		position: fixed; 
		height: calc(100% - 55px);
		right: 0; 
		top: 0; 
		margin-top: 0; 
		z-index: 500;
	}
	.cart__small {
		padding: 60px 20px 20px; 
		width: 100%; 
		right: 0;
		margin-top: 0; 
		top: 0; 
		position: fixed; 
		z-index: 305; 
		overflow-y: auto;
	}
	.cart__small .close {
		position: absolute; 
		top: 20px; 
		right: 20px;
		width: 40px; 
		height: 40px; 
		display: flex; 
		align-items: center; 
		justify-content: center; 

		background: var(--black); 
		border-radius: 5px; 
		cursor: pointer; 
	}
	.cart__small .cart__items {
		max-height: calc(100vh - 160px);
		margin-bottom: 30px;
	}
	.cart__item .data {
		padding-right: 0;
	}
	.cart__item .cart__item__excerpt {
		font-size: var(--px13);
	}
	.cart__item .data .btn {
		top: calc(100% - 30px);
	}
	.cart__item .data {
		height: 100%;
	}
	.cart__item .price {
		height: 30px; 
		display: flex; 
		align-items: center; 
		justify-content: flex-start;
	}


	#product__added{
		bottom: 60px; 
		left: 0; 
		width: 100%; 
		/*z-index: 500;*/
		border-radius: 0;
	}


	#pull{width: 40px; height: 40px; top: 24px; left: calc(100% - 60px); background: var(--black); border-radius: 5px;}
	#pull svg{width: 24px;}
	#pull.hd{z-index: 2}


	#promo .swiper-slide{border-radius: 15px;}
	#promo .data{padding: 16px; display: block;}
	#promo .pc-image {
		height: 270px;
	}
	#promo .data .title {
		margin-bottom: 10px;
		font-size: 36px /*44px*/; 
		line-height: 46px; 
	}
	#promo .data p{font-size: var(--px12); line-height: 16px; margin-bottom: 16px;}
	#promo .swiper-pagination{padding: 0 0 0 60px; top: 100%!important; margin-top: -40px; text-align: left;}
	#promo .swiper-pagination .swiper-pagination-bullet{margin: 0 16px 0 0;}
	#promo .autoplay-progress{top: calc(100% - 40px); right: calc(100% - 42px)}


	#shop__menu{padding: 40px 0;}
	#shop__menu .slider__menu{padding-bottom: 32px}


	.shop__filters{
		gap: 10px; 
		justify-content: flex-start; 
		font-size: var(--px14); 
		margin-bottom: 15px;
	}
	.shop__filters .btn{
		font-size: var(--px14);
		border-radius: 5px;
	}


	.btn-to-cart{font-size: var(--px15); padding: 0 23px;}

	.product__item{padding: 12px 6px;}
	.product__item .more {
		width: 100%;
		gap: 6px;
	}
	.product__item .more .favorites {
		padding: 0 10px;
		flex-grow: 1;
		text-align: center;
	}
	.product__item .product__price {
		width: 100%; 
		display: flex; 
		column-gap: 10px;
		align-items: center; 
		justify-content: space-between; 
		margin-bottom: 10px;
	}
	.product__item .actions{justify-content: flex-end;}
	.product__price .old{font-size: var(--px12);}
	.product__price .standart {
		flex-grow: 1;
		/*color: var(--red1);*/ 
		text-align: right;
	}
	.product__price .old + .standart {
		flex-grow: 0;
	}


	main{padding: 40px 0;}


	.account__nav {
		margin-bottom: 25px;
		row-gap: 15px;
	}
	.account__nav ul{
		justify-content: space-between; 
		width: 100%;
	}
	.account__nav ul li a {
		font-size: var(--px18);
	}



	.account__level .inn{border-radius: 20px; padding: 40px 20px;}
	.account__level .inn .title{font-size: var(--px24); line-height: 28px; margin-bottom: 40px;}
	.account__level .inn .sale{margin-bottom: 40px; font-size: var(--px18);}
	.account__level .inn .sale span{font-size: var(--px28);}


	.page__personal .list__address .item{padding-right: 70px}
	.page__personal .list__address .item p{line-height: normal;}
	.page__personal .checkbox{width: 100%;}








	.form input[type="text"], 
	.form input[type="number"], 
	.form input[type="date"], 
	.form input[type="time"], 
	.form input[type="email"], 
	.form input[type="tel"], 
	.form input[type="password"], 
	.form textarea, 
	.form select{
		height: 54px;
	}
	.form .flex .form__item{
		width: 100%;
	}
	.select2-container .select2-selection--single {
		height: 54px;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 52px; /* height - 2px */
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 52px;
	}

	.btn-large{height: 50px; font-size: var(--px18);}


	label.checkbox{font-size: var(--px15); line-height: 16px; margin-bottom: 20px;}

	.form .flex.flex__center{justify-content: flex-end;}


	.page__favorites .grid { 
		grid-template-columns: repeat(2, 1fr);
	}

	.page__history .grid { 
		grid-template-columns: repeat(2, 1fr);
	}
	.list__history .col{font-size: var(--px15); line-height: var(--px15); padding: 10px;}
	.list__history .col.flex{gap: 10px; width: 50px}
	.list__history .col.flex .btn-repeat{display: none;}
	.list__history .head .col.flex{font-size: 0}
	.list__history .col{width: calc(25% - 15px)}


	main{min-height: 100px}


	#page__contacts .data{padding: 20px;}
	#page__contacts .timework{font-size: var(--px24); line-height: 28px; margin-bottom: 40px;}
	#page__contacts .address, 
	#page__contacts .phone, 
	#page__contacts .email {
		font-size: var(--px18); 
		line-height: 20px;
		background-size: 20px;
	}
	#page__contacts .email {
		margin-bottom: 40px;
	}
	#page__contacts .location-address.selected::before {
		width: 6px;
		height: 6px;
		top: 9px;
	}
	#page__contacts .socials svg{width: 40px; height: 40px;}
	#page__contacts{padding-bottom: 40px;}


	#instagram{padding-top: 40px;}
	#instagram .container{padding: 0}
	#instagram .bt{padding-left: 20px;}
	#instagram .note{padding: 0 20px; margin-bottom: 24px; font-size: var(--px18); line-height: 20px;}
	#instagram .slider-sw .swiper-button-next,#instagram .slider-sw .swiper-button-prev{display: none;}
	#instagram .slider-sw{padding: 0}
	#instagram .swiper{padding: 0 20px}
	#instagram .swiper-slide{width: 250px;}
	#instagram .swiper-slide img{width: 100%; height: 250px; object-fit: cover;}


	#page__reviews .grid{grid-template-columns: repeat(1, 1fr);}


	#page__vacancies .data__flex{border-radius: 20px;}
	#page__vacancies .data{padding: 20px;}
	#page__vacancies .bt{padding-left: 20px;}
	#page__vacancies .container{padding: 0;}
	#page__vacancies .data .title{font-size: var(--px24); margin-bottom: 40px;}
	#page__vacancies .data p{font-size: var(--px16); font-weight: var(--fw300);}
	#page__vacancies .data .actions{padding: 20px 0 0;}
	#page__vacancies .data .actions .btn{width: calc(50% - 10px); padding: 0; font-size: var(--px15); min-width: 0; height: 44px}
	#page__vacancies .data .actions p{margin-bottom: 0;}
	#page__vacancies .image img{height: 450px}


	#apply .actions .btn{width: calc(50% - 10px); padding: 0; min-width: 0; font-size: var(--px16); height: 44px}
	#apply{padding-bottom: 40px}


	label.checkbox:after,label.checkbox span:after{top: -5px}


	#page__cart{padding-bottom: 40px}
	#page__cart .privacy__data .checkbox{width: 100%; margin-bottom: 20px}
	#page__cart .privacy__data{justify-content: center;}
	#page__cart .cart__total .price{font-size: var(--px24);}
	#page__cart .cart__total {
		/*background: transparent; */
	}

	label.radio__select span{height: 54px; font-size: var(--px24);}
	label.radio__select__in span{height: 54px;}


	#page__cart .cart .item.item__head{display: none;}
	#page__cart .cart .item.item__cart {
		position: relative; 
		align-items: flex-start; 
		margin-bottom: 0px;
		padding: 20px 0 20px 50px; 

		background-color: transparent; 
		border-top: 1px solid var(--white10); 
	}
	#page__cart .cart .item.item__cart .image {

	}
	#page__cart .cart .item.item__cart .title {
		width: calc(100% - 130px); 
		padding: 0 130px 0 0;

		font-size: var(--px20); 
		line-height: 20px; 
	}
	#page__cart .cart .title .mods {
		font-size: var(--px12); 
		line-height: 16px;
	}
	#page__cart .cart .item.item__cart .price {
		position: absolute; 
		bottom: 7px; 
		left: 180px; 
		z-index: 10;

		font-size: var(--px24);
	}
	#page__cart .cart .item.item__cart .count { 
		position: absolute; 
		bottom: 12px; 
		right: 0; 
		width: 100px; 
		height: 38px;
		margin: 0;
		z-index: 11;
	}
	#page__cart .cart .item.item__cart .remove { 
		position: absolute; 
		top: 45px; 
		left: 0px; 
	}
	#page__cart .cart .item.item__cart .remove svg rect { 
		fill: var(--grey30);
	}
	#page__cart .additional__information {
		margin-top: 40px;
	}
	.light #page__cart .cart .item.item__cart {
		background-color: var(--white50);
		border-bottom: 2px solid var(--whiteF);
		border-radius: 0;;
	}

	.count__products {
		width: 100px;
	}
	.count__products input { 
		height: 38px; 
		font-size: var(--px24);
	}
	.count__products .count-btn {
		width: 26px; 
		height: 26px; 
		top: 6px;
	}


	.dish__data .top{margin-bottom: 40px;}
	.dish__data .top .image { width: 100%; height: auto; margin-bottom: 20px; }
	.dish__data .top .info{width: 100%;}
	.dish__data .top .title{font-size: var(--px28); line-height: 32px; margin-bottom: 10px;}
	.dish__data .top p{font-size: var(--px13); line-height: var(--px15);}
	.dish__data .top .price{padding-top: 20px; font-size: var(--px20);}
	.slider__composition .swiper-slide{width: 64px; font-size: var(--px13);}
	.slider__composition .swiper-slide .image{height: 64px; width: 100%;}
	.slider__composition .swiper-slide .image img{max-width: 90%; max-height: 90%; width: auto; height: auto;}
	.slider__composition .title,.slider__composition .price{font-size: var(--px13); text-transform: none;}


	.dish__data .dish__total{padding: 0}
	.dish__data .dish__total .total{gap: 0; padding: 0}
	.dish__data .dish__total .total .price{width: calc(100% - 170px); font-size: var(--px40);}
	.dish__data .dish__total .add{gap: 0; justify-content: flex-end;}
	.dish__data .dish__total .add .note{width: calc(100% - 170px)}
	.dish__data .dish__total .btn{width: 165px!important; padding: 0!important; min-width: 0!important; font-size: var(--px16); height: 44px}
	.dish__data .dish__total .total .note{font-size: var(--px13);}


	.box__modal .loyalty .image{width: 100%;}
	.box__modal .loyalty .image img{margin: 0 auto 40px;}
	.box__modal .loyalty .text{width: 100%; max-height: 240px}


	.box__modal .product__details .image{width: 100%; margin-bottom: 20px;}
	.box__modal .product__details .data{width: 100%}
	.box__modal .product__details .data .title{gap: 0px; font-size: var(--px24); margin-bottom: 10px}
	.box__modal .product__details .data .title span{width: 100%;}
	.box__modal .product__details .data .ingredients .list {
		grid-template-columns: repeat(4, 1fr); 
		width: 100%; 
		margin-bottom: 20px;
	}
	.box__modal .product__details .data .ingredients .cal {
		width: 100%; 
		text-align: right;
	}
	.box__modal .product__details .data .ingredients .cal br {
		display: none;
	}
	.box__modal .product__details .data .ingredients .cal .total-cal {
		margin-left: 1ex;
	}
	.box__modal .product__details .data .description{font-size: var(--px18); margin-bottom: 10px}
	.box__modal .product__allergens{font-size: var(--px18); padding-bottom: 30px}
	.box__modal .product__offer {width: 100%;}
	.box__modal .product__offer .price,
	.form input.input__date,
	.form select.input__date{font-size: var(--px24);}

	.box__modal .product__offer .btn-to-cart {
		margin-right: auto;
	}


	#navigation__mobile .navigation__menu,
	#navigation__mobile .inn{ 
		right: 0;
	}


	.site__search {
		position: fixed; 
		top: 0; 
		left: 0; 
		width: 100%; 
		padding: 20px; 
		width: 100%; 
		height: calc(100% - 55px); 
		margin: 0; 
		max-width: 100%; 
		z-index: 400;
	}
	.site__search form {
		display: flex; 
		align-items: center; 
		justify-content: flex-start; 
		width: 100%; 
		padding-top: 15px;
	}
	.site__search form input {
		padding-left: 0;
	}
	.site__search .close {
		top: 20px;
	}
	.site__search .cart__items {
		max-height: calc(100vh - 160px);
		padding-bottom: 0px;
		box-sizing: border-box;
	}


	footer{padding-bottom: 80px}
	footer .col.col-2, footer .col.col-3{max-width: 100%; width: 100%!important}
	footer .grid.grid-3{grid-template-columns: repeat(2, 1fr);}
	footer nav ul{gap: 20px!important}
	footer .title{font-size: var(--px18)}
	footer .col{margin-bottom: 40px!important}
	footer .col.col-5{max-width: 100%; width: 350px!important; text-align: center; font-size: var(--px12);}
	footer .col.col-5 img{width: 100%; height: auto;}
	footer .col.col-5 .item:last-child img{margin-bottom: 20px}
	footer .col.col-5 .item:nth-child(1){width: 134px;}
	footer .col.col-5 .item:nth-child(2){width: calc(100% - 158px);}
	footer .copyright{gap: 16px; font-size: var(--px10)}
	footer .copyright p{order: 1;}
	footer .copyright .pay{order: 0}
	footer .timework{font-size: var(--px13);}


	#page__cart .delivery__options .payment__cash .flex{gap: 0; justify-content: space-between;}
	#page__cart .delivery__options .payment__cash .flex .it{width: calc(25% - 5px)}
	#page__cart .delivery__options .payment__cash .flex img{width: 100%; height: auto;}


	#text__content .content {
		padding: 0 20px;
	}


	#ui-datepicker-div{width: calc(100% - 40px)}


	.additional__information.form .count input{font-size: var(--px24);}
	.additional__information .count{width: 100%;}
	.additional__information.form textarea{height: 150px}


	#overlay__modal{
		padding: 0; 
		z-index: 400;
	}
	#overlay__modal .list__modals {
		padding: 0; 
		/*align-items: flex-end;*/
	}
	
	.noscroll {
		overflow: hidden!important;
		overscroll-behavior: none;
		-webkit-overflow-scrolling: none;
	}
	.box__modal.box-swipe-down {
		user-select: none;
	}
	.box__modal .box-swipe-down-area {
		position: absolute;
		left: 60px;
		right: 60px;
		top: 0;
		height: 100px;
		z-index: 10;

		/*background-color: rgba(0,255,0, 0.6);*/
	}
	.box__modal .box-swipe-down-area::before {
		content: '';
		position: absolute;
		left: 60px;
		right: 60px;
		top: 5px;
		height: 3px;

		border-radius: 2px;
		background-color: var(--grey30);
	}

	.box__modal{padding: 60px 20px 20px;}
	.box__modal .modal__title{font-size: var(--px24); line-height: 28px}
	.box__modal .close__modal{right: 20px; top: 20px}
}

@media screen and (max-width: 600px){

	#promo img.mob-image {
		display: block;
		width: 100%; 
		height: 90vw; 
		object-fit: cover;
	}
	#promo img.pc-image {
		display: none;
	}

	.list__products__show.grid{grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 540px){
	header .container {
		padding-right: 10px;
	}
	header .data__left .logo svg {
		width: 60px;
	}
	header .data__right {
		gap: 14px;
	}
	#page__cart .cart .item.item__cart .title {
		width: calc(100% - 100px); 
		padding-right: 0px;
	}
	#page__cart .cart .item.item__cart .price {
		left: 150px; 
	}

	.box__modal .product__details .data .ingredients .list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 480px){
	#modal__auth .auth-step-2 .modal-buttons {
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 419px){
	/*header .status .short {
		display: inline;
	}
	header .status .full {
		display: none;
	}*/
	header .status {
		font-size: var(--px11);
	}
	header .dd-item .current,
	header .dd-item ul a {
		font-size: var(--px11);
	}
	header .container {
		flex-wrap: nowrap;
	}
	header .data__right {
		flex-wrap: nowrap;
	}
}