@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@900&family=Ubuntu:wght@400%3b700&display=swap");

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root{
  --blue: #007BFF;
  --indigo: #6610F2;
  --purple: #6F42C1;
  --pink: #E83E8C;
  --red: #DC3545;
  --orange: #FD7E14;
  --yellow: #FFC107;
  --green: #28A745;
  --teal: #20C997;
  --cyan: #17A2B8;
  --white: #FFFFFF;
  --gray: #6C757D;
  --gray-dark: #343A40;
  --primary: #745A9A;
  --secondary: #6C757D;
  --success: #00A871;
  --info: #17A2B8;
  --warning: #FFC107;
  --danger: #DC3545;
  --light: #F2F2F2;
  --dark: #343A40;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 576px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1023px;
  --breakpoint-lg: 1320px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html{
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section{
  display: block;
}

body{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible){
  outline: 0 !important;
}

hr{
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin-top: 0;
  margin-bottom: math(32px, 2);
}

p{
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title]{
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address{
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl{
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol{
  margin-bottom: 0;
}

dt{
  font-weight: 700;
}

dd{
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote{
  margin: 0 0 1rem;
}

b,
strong{
  font-weight: bolder;
}

small{
  font-size: 80%;
}

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

sub{
  bottom: -0.25em;
}

sup{
  top: -0.5em;
}

a{
  color: #745A9A;
  text-decoration: none;
  background-color: transparent;
}

a:hover{
  color: #503E6A;
  text-decoration: underline;
}

a:not([href]){
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover{
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp{
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre{
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure{
  margin: 0 0 1rem;
}

img{
  vertical-align: middle;
  border-style: none;
}

svg{
  overflow: hidden;
  vertical-align: middle;
}

table{
  border-collapse: collapse;
}

caption{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6C757D;
  text-align: left;
  caption-side: bottom;
}

th{
  text-align: inherit;
}

label{
  display: inline-block;
  margin-bottom: 0.5rem;
}

button{
  border-radius: 0;
}

button:focus{
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea{
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input{
  overflow: visible;
}

button,
select{
  text-transform: none;
}

select{
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled){
  cursor: pointer;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month]{
  -webkit-appearance: listbox;
}

textarea{
  overflow: auto;
  resize: vertical;
}

fieldset{
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend{
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress{
  vertical-align: baseline;
}

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

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

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

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

output{
  display: inline-block;
}

summary{
  display: list-item;
  cursor: pointer;
}

template{
  display: none;
}

[hidden]{
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  margin-bottom: math(32px, 2);
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1{
  font-size: 2.5rem;
}

h2,
.h2{
  font-size: 2rem;
}

h3,
.h3{
  font-size: 1.75rem;
}

h4,
.h4{
  font-size: 1.5rem;
}

h5,
.h5{
  font-size: 1.25rem;
}

h6,
.h6{
  font-size: 1rem;
}

.lead{
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1{
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2{
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3{
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4{
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr{
  margin-top: 32px;
  margin-bottom: 32px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small{
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark{
  padding: 0.2em;
  background-color: #FCF8E3;
}

.list-unstyled{
  padding-left: 0;
  list-style: none;
}

.list-inline{
  padding-left: 0;
  list-style: none;
}

.list-inline-item{
  display: inline-block;
}

.list-inline-item:not(:last-child){
  margin-right: 0.5rem;
}

.initialism{
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote{
  margin-bottom: 32px;
  font-size: 1.25rem;
}

.blockquote-footer{
  display: block;
  font-size: 80%;
  color: #6C757D;
}

.blockquote-footer::before{
  content: "— ";
}

.img-fluid{
  max-width: 100%;
  height: auto;
}

.img-thumbnail{
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #DEE2E6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure{
  display: inline-block;
}

.figure-img{
  margin-bottom: 16px;
  line-height: 1;
}

.figure-caption{
  font-size: 90%;
  color: #6C757D;
}

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

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

.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters{
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-]{
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs,
.col-xs-auto,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1{
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col{
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1{
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2{
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3{
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4{
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5{
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7{
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8{
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9{
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10{
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11{
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12{
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first{
  order: -1;
}

.order-last{
  order: 13;
}

.order-0{
  order: 0;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.offset-1{
  margin-left: 8.3333333333%;
}

.offset-2{
  margin-left: 16.6666666667%;
}

.offset-3{
  margin-left: 25%;
}

.offset-4{
  margin-left: 33.3333333333%;
}

.offset-5{
  margin-left: 41.6666666667%;
}

.offset-6{
  margin-left: 50%;
}

.offset-7{
  margin-left: 58.3333333333%;
}

.offset-8{
  margin-left: 66.6666666667%;
}

.offset-9{
  margin-left: 75%;
}

.offset-10{
  margin-left: 83.3333333333%;
}

.offset-11{
  margin-left: 91.6666666667%;
}

.table{
  width: 100%;
  margin-bottom: 32px;
  color: #212529;
}

.table th,
.table td{
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DEE2E6;
}

.table thead th{
  vertical-align: bottom;
  border-bottom: 2px solid #DEE2E6;
}

.table tbody + tbody{
  border-top: 2px solid #DEE2E6;
}

.table-sm th,
.table-sm td{
  padding: 0.3rem;
}

.table-bordered{
  border: 1px solid #DEE2E6;
}

.table-bordered th,
.table-bordered td{
  border: 1px solid #DEE2E6;
}

.table-bordered thead th,
.table-bordered thead td{
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody{
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd){
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover{
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td{
  background-color: #D8D1E3;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody{
  border-color: #B7A9CA;
}

.table-hover .table-primary:hover{
  background-color: #CBC1D9;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th{
  background-color: #CBC1D9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td{
  background-color: #D6D8DB;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody{
  border-color: #B3B7BB;
}

.table-hover .table-secondary:hover{
  background-color: #C8CBCF;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th{
  background-color: #C8CBCF;
}

.table-success,
.table-success > th,
.table-success > td{
  background-color: #B8E7D7;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody{
  border-color: #7AD2B5;
}

.table-hover .table-success:hover{
  background-color: #A5E1CC;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th{
  background-color: #A5E1CC;
}

.table-info,
.table-info > th,
.table-info > td{
  background-color: #BEE5EB;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody{
  border-color: #86CFDA;
}

.table-hover .table-info:hover{
  background-color: #ABDDE5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th{
  background-color: #ABDDE5;
}

.table-warning,
.table-warning > th,
.table-warning > td{
  background-color: #FFEEBA;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody{
  border-color: #FFDF7E;
}

.table-hover .table-warning:hover{
  background-color: #FFE8A1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th{
  background-color: #FFE8A1;
}

.table-danger,
.table-danger > th,
.table-danger > td{
  background-color: #F5C6CB;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody{
  border-color: #ED969E;
}

.table-hover .table-danger:hover{
  background-color: #F1B0B7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th{
  background-color: #F1B0B7;
}

.table-light,
.table-light > th,
.table-light > td{
  background-color: #FBFBFB;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody{
  border-color: #F8F8F8;
}

.table-hover .table-light:hover{
  background-color: #EEEEEE;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th{
  background-color: #EEEEEE;
}

.table-dark,
.table-dark > th,
.table-dark > td{
  background-color: #C6C8CA;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody{
  border-color: #95999C;
}

.table-hover .table-dark:hover{
  background-color: #B9BBBE;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th{
  background-color: #B9BBBE;
}

.table-active,
.table-active > th,
.table-active > td{
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover{
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th{
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #454D55;
}

.table .thead-light th{
  color: #495057;
  background-color: #E9ECEF;
  border-color: #DEE2E6;
}

.table-dark{
  color: #FFFFFF;
  background-color: #343A40;
}

.table-dark th,
.table-dark td,
.table-dark thead th{
  border-color: #454D55;
}

.table-dark.table-bordered{
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd){
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover{
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

.table-responsive{
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered{
  border: 0;
}

.form-control{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand{
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus{
  color: #495057;
  background-color: #FFFFFF;
  border-color: #B6A8CC;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.form-control::-moz-placeholder{
  color: #6C757D;
  opacity: 1;
}

.form-control:-ms-input-placeholder{
  color: #6C757D;
  opacity: 1;
}

.form-control::placeholder{
  color: #6C757D;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly]{
  background-color: #E9ECEF;
  opacity: 1;
}

select.form-control:focus::-ms-value{
  color: #495057;
  background-color: #FFFFFF;
}

.form-control-file,
.form-control-range{
  display: block;
  width: 100%;
}

.col-form-label{
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg{
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm{
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext{
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg{
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm{
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg{
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple]{
  height: auto;
}

textarea.form-control{
  height: auto;
}

.form-group{
  margin-bottom: 1rem;
}

.form-text{
  display: block;
  margin-top: 0.25rem;
}

.form-row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-]{
  padding-right: 5px;
  padding-left: 5px;
}

.form-check{
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input{
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label{
  color: #6C757D;
}

.form-check-label{
  margin-bottom: 0;
}

.form-check-inline{
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input{
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00A871;
}

.valid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 24px 24px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #00A871;
  border-radius: 18px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid{
  border-color: #00A871;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300A871' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + math(0.375rem, 2)) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus{
  border-color: #00A871;
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 113, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + math(0.375rem, 2)) right calc(0.375em + math(0.375rem, 2));
}

.was-validated .custom-select:valid,
.custom-select.is-valid{
  border-color: #00A871;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300A871' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus{
  border-color: #00A871;
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 113, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label{
  color: #00A871;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip{
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label{
  color: #00A871;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before{
  border-color: #00A871;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before{
  border-color: #00DB93;
  background-color: #00DB93;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 113, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{
  border-color: #00A871;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label{
  border-color: #00A871;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label{
  border-color: #00A871;
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 113, 0.25);
}

.invalid-feedback{
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #DC3545;
}

.invalid-tooltip{
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 24px 24px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #DC3545;
  border-radius: 18px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid{
  border-color: #DC3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + math(0.375rem, 2)) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus{
  border-color: #DC3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid{
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + math(0.375rem, 2)) right calc(0.375em + math(0.375rem, 2));
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid{
  border-color: #DC3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #FFFFFF no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus{
  border-color: #DC3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label{
  color: #DC3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip{
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label{
  color: #DC3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before{
  border-color: #DC3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before{
  border-color: #E4606D;
  background-color: #E4606D;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{
  border-color: #DC3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label{
  border-color: #DC3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label{
  border-color: #DC3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check{
  width: 100%;
}

.btn{
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover{
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.btn.disabled,
.btn:disabled{
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn{
  pointer-events: none;
}

.btn-primary{
  color: #FFFFFF;
  background-color: #745A9A;
  border-color: #745A9A;
}

.btn-primary:hover{
  color: #FFFFFF;
  background-color: #624C82;
  border-color: #5C477A;
}

.btn-primary:focus,
.btn-primary.focus{
  color: #FFFFFF;
  background-color: #624C82;
  border-color: #5C477A;
  box-shadow: 0 0 0 0.2rem rgba(137, 115, 169, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled{
  color: #FFFFFF;
  background-color: #745A9A;
  border-color: #745A9A;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #5C477A;
  border-color: #564272;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(137, 115, 169, 0.5);
}

.btn-secondary{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-secondary:hover{
  color: #FFFFFF;
  background-color: #5A6268;
  border-color: #545B62;
}

.btn-secondary:focus,
.btn-secondary.focus{
  color: #FFFFFF;
  background-color: #5A6268;
  border-color: #545B62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #545B62;
  border-color: #4E555B;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success{
  color: #FFFFFF;
  background-color: #00A871;
  border-color: #00A871;
}

.btn-success:hover{
  color: #FFFFFF;
  background-color: #008257;
  border-color: #00754F;
}

.btn-success:focus,
.btn-success.focus{
  color: #FFFFFF;
  background-color: #008257;
  border-color: #00754F;
  box-shadow: 0 0 0 0.2rem rgba(38, 181, 134, 0.5);
}

.btn-success.disabled,
.btn-success:disabled{
  color: #FFFFFF;
  background-color: #00A871;
  border-color: #00A871;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle{
  color: #FFFFFF;
  background-color: #00754F;
  border-color: #006846;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(38, 181, 134, 0.5);
}

.btn-info{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-info:hover{
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117A8B;
}

.btn-info:focus,
.btn-info.focus{
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117A8B;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle{
  color: #FFFFFF;
  background-color: #117A8B;
  border-color: #10707F;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-warning:hover{
  color: #212529;
  background-color: #E0A800;
  border-color: #D39E00;
}

.btn-warning:focus,
.btn-warning.focus{
  color: #212529;
  background-color: #E0A800;
  border-color: #D39E00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle{
  color: #212529;
  background-color: #D39E00;
  border-color: #C69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-danger:hover{
  color: #FFFFFF;
  background-color: #C82333;
  border-color: #BD2130;
}

.btn-danger:focus,
.btn-danger.focus{
  color: #FFFFFF;
  background-color: #C82333;
  border-color: #BD2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle{
  color: #FFFFFF;
  background-color: #BD2130;
  border-color: #B21F2D;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light{
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn-light:hover{
  color: #212529;
  background-color: #DFDFDF;
  border-color: #D9D9D9;
}

.btn-light:focus,
.btn-light.focus{
  color: #212529;
  background-color: #DFDFDF;
  border-color: #D9D9D9;
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-light.disabled,
.btn-light:disabled{
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle{
  color: #212529;
  background-color: #D9D9D9;
  border-color: #D2D2D2;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-dark{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-dark:hover{
  color: #FFFFFF;
  background-color: #23272B;
  border-color: #1D2124;
}

.btn-dark:focus,
.btn-dark.focus{
  color: #FFFFFF;
  background-color: #23272B;
  border-color: #1D2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle{
  color: #FFFFFF;
  background-color: #1D2124;
  border-color: #171A1D;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary{
  color: #745A9A;
  border-color: #745A9A;
}

.btn-outline-primary:hover{
  color: #FFFFFF;
  background-color: #745A9A;
  border-color: #745A9A;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus{
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 154, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled{
  color: #745A9A;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #745A9A;
  border-color: #745A9A;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 154, 0.5);
}

.btn-outline-secondary{
  color: #6C757D;
  border-color: #6C757D;
}

.btn-outline-secondary:hover{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled{
  color: #6C757D;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle{
  color: #FFFFFF;
  background-color: #6C757D;
  border-color: #6C757D;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success{
  color: #00A871;
  border-color: #00A871;
}

.btn-outline-success:hover{
  color: #FFFFFF;
  background-color: #00A871;
  border-color: #00A871;
}

.btn-outline-success:focus,
.btn-outline-success.focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 113, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled{
  color: #00A871;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle{
  color: #FFFFFF;
  background-color: #00A871;
  border-color: #00A871;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(0, 168, 113, 0.5);
}

.btn-outline-info{
  color: #17A2B8;
  border-color: #17A2B8;
}

.btn-outline-info:hover{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-outline-info:focus,
.btn-outline-info.focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled{
  color: #17A2B8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle{
  color: #FFFFFF;
  background-color: #17A2B8;
  border-color: #17A2B8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning{
  color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:hover{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled{
  color: #FFC107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle{
  color: #212529;
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger{
  color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:hover{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled{
  color: #DC3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle{
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light{
  color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn-outline-light:hover{
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn-outline-light:focus,
.btn-outline-light.focus{
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled{
  color: #F2F2F2;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle{
  color: #212529;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

.btn-outline-dark{
  color: #343A40;
  border-color: #343A40;
}

.btn-outline-dark:hover{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled{
  color: #343A40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle{
  color: #FFFFFF;
  background-color: #343A40;
  border-color: #343A40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link{
  font-weight: 400;
  color: #745A9A;
  text-decoration: none;
}

.btn-link:hover{
  color: #503E6A;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus{
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled{
  color: #6C757D;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn{
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block{
  display: block;
  width: 100%;
}

.btn-block + .btn-block{
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block{
  width: 100%;
}

.fade{
  transition: opacity 0.15s linear;
}

.fade:not(.show){
  opacity: 0;
}

.collapse:not(.show){
  display: none;
}

.collapsing{
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropright,
.dropdown,
.dropleft{
  position: relative;
}

.dropdown-toggle{
  white-space: nowrap;
}

.dropdown-toggle::after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropdown-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left{
  right: auto;
  left: 0;
}

.dropdown-menu-right{
  right: 0;
  left: auto;
}

.dropup .dropdown-menu{
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropright .dropdown-menu{
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropright .dropdown-toggle::after{
  vertical-align: 0;
}

.dropleft .dropdown-menu{
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after{
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after{
  display: none;
}

.dropleft .dropdown-toggle::before{
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after{
  margin-left: 0;
}

.dropleft .dropdown-toggle::before{
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left]{
  right: auto;
  bottom: auto;
}

.dropdown-divider{
  height: 0;
  margin: math(32px, 2) 0;
  overflow: hidden;
  border-top: 1px solid #E9ECEF;
}

.dropdown-item{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus{
  color: #16181B;
  text-decoration: none;
  background-color: #F8F9FA;
}

.dropdown-item.active,
.dropdown-item:active{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #745A9A;
}

.dropdown-item.disabled,
.dropdown-item:disabled{
  color: #6C757D;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show{
  display: block;
}

.dropdown-header{
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6C757D;
  white-space: nowrap;
}

.dropdown-item-text{
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical{
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn{
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover{
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active{
  z-index: 1;
}

.btn-toolbar{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group{
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child){
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split{
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after{
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before{
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split{
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical{
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group{
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child){
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn{
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox]{
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file{
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file{
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label{
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus{
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file{
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append{
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn{
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus{
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn{
  margin-left: -1px;
}

.input-group-prepend{
  margin-right: -1px;
}

.input-group-append{
  margin-left: -1px;
}

.input-group-text{
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #E9ECEF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox]{
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select{
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn{
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select{
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select{
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child){
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child){
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control{
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline{
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input{
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before{
  color: #FFFFFF;
  border-color: #745A9A;
  background-color: #745A9A;
}

.custom-control-input:focus ~ .custom-control-label::before{
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{
  border-color: #B6A8CC;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before{
  color: #FFFFFF;
  background-color: #D1C8DF;
  border-color: #D1C8DF;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label{
  color: #6C757D;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before{
  background-color: #E9ECEF;
}

.custom-control-label{
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before{
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #ADB5BD solid 1px;
}

.custom-control-label::after{
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before{
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{
  border-color: #745A9A;
  background-color: #745A9A;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{
  background-color: rgba(116, 90, 154, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{
  background-color: rgba(116, 90, 154, 0.5);
}

.custom-radio .custom-control-label::before{
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{
  background-color: rgba(116, 90, 154, 0.5);
}

.custom-switch{
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before{
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after{
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #ADB5BD;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after{
  background-color: #FFFFFF;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{
  background-color: rgba(116, 90, 154, 0.5);
}

.custom-select{
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus{
  border-color: #B6A8CC;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.custom-select:focus::-ms-value{
  color: #495057;
  background-color: #FFFFFF;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]){
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled{
  color: #6C757D;
  background-color: #E9ECEF;
}

.custom-select::-ms-expand{
  display: none;
}

.custom-select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm{
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg{
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file{
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input{
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label{
  border-color: #B6A8CC;
  box-shadow: 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label{
  background-color: #E9ECEF;
}

.custom-file-input:lang(en) ~ .custom-file-label::after{
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after{
  content: attr(data-browse);
}

.custom-file-label{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
}

.custom-file-label::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #E9ECEF;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range{
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus{
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.custom-range:focus::-moz-range-thumb{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.custom-range:focus::-ms-thumb{
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(116, 90, 154, 0.25);
}

.custom-range::-moz-focus-outer{
  border: 0;
}

.custom-range::-webkit-slider-thumb{
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #745A9A;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:active{
  background-color: #D1C8DF;
}

.custom-range::-webkit-slider-runnable-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb{
  width: 1rem;
  height: 1rem;
  background-color: #745A9A;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:active{
  background-color: #D1C8DF;
}

.custom-range::-moz-range-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DEE2E6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb{
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #745A9A;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

.custom-range::-ms-thumb:active{
  background-color: #D1C8DF;
}

.custom-range::-ms-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower{
  background-color: #DEE2E6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper{
  margin-right: 15px;
  background-color: #DEE2E6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb{
  background-color: #ADB5BD;
}

.custom-range:disabled::-webkit-slider-runnable-track{
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb{
  background-color: #ADB5BD;
}

.custom-range:disabled::-moz-range-track{
  cursor: default;
}

.custom-range:disabled::-ms-thumb{
  background-color: #ADB5BD;
}

.custom-control-label::before,
.custom-file-label,
.custom-select{
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nav{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link{
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus{
  text-decoration: none;
}

.nav-link.disabled{
  color: #6C757D;
  pointer-events: none;
  cursor: default;
}

.nav-tabs{
  border-bottom: 1px solid #DEE2E6;
}

.nav-tabs .nav-item{
  margin-bottom: -1px;
}

.nav-tabs .nav-link{
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus{
  border-color: #E9ECEF #E9ECEF #DEE2E6;
}

.nav-tabs .nav-link.disabled{
  color: #6C757D;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link{
  color: #495057;
  background-color: #FFFFFF;
  border-color: #DEE2E6 #DEE2E6 #FFFFFF;
}

.nav-tabs .dropdown-menu{
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link{
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link{
  color: #FFFFFF;
  background-color: #745A9A;
}

.nav-fill .nav-item{
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item{
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane{
  display: none;
}

.tab-content > .active{
  display: block;
}

.alert{
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading{
  color: inherit;
}

.alert-link{
  font-weight: 700;
}

.alert-dismissible{
  padding-right: 4rem;
}

.alert-dismissible .close{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary{
  color: #3C2F50;
  background-color: #E3DEEB;
  border-color: #D8D1E3;
}

.alert-primary hr{
  border-top-color: #CBC1D9;
}

.alert-primary .alert-link{
  color: #241C30;
}

.alert-secondary{
  color: #383D41;
  background-color: #E2E3E5;
  border-color: #D6D8DB;
}

.alert-secondary hr{
  border-top-color: #C8CBCF;
}

.alert-secondary .alert-link{
  color: #202326;
}

.alert-success{
  color: #00573B;
  background-color: #CCEEE3;
  border-color: #B8E7D7;
}

.alert-success hr{
  border-top-color: #A5E1CC;
}

.alert-success .alert-link{
  color: #002418;
}

.alert-info{
  color: #0C5460;
  background-color: #D1ECF1;
  border-color: #BEE5EB;
}

.alert-info hr{
  border-top-color: #ABDDE5;
}

.alert-info .alert-link{
  color: #062C33;
}

.alert-warning{
  color: #856404;
  background-color: #FFF3CD;
  border-color: #FFEEBA;
}

.alert-warning hr{
  border-top-color: #FFE8A1;
}

.alert-warning .alert-link{
  color: #533F03;
}

.alert-danger{
  color: #721C24;
  background-color: #F8D7DA;
  border-color: #F5C6CB;
}

.alert-danger hr{
  border-top-color: #F1B0B7;
}

.alert-danger .alert-link{
  color: #491217;
}

.alert-light{
  color: #7E7E7E;
  background-color: #FCFCFC;
  border-color: #FBFBFB;
}

.alert-light hr{
  border-top-color: #EEEEEE;
}

.alert-light .alert-link{
  color: #656565;
}

.alert-dark{
  color: #1B1E21;
  background-color: #D6D8D9;
  border-color: #C6C8CA;
}

.alert-dark hr{
  border-top-color: #B9BBBE;
}

.alert-dark .alert-link{
  color: #040505;
}

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

.media-body{
  flex: 1;
}

.list-group{
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action{
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus{
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #F8F9FA;
}

.list-group-item-action:active{
  color: #212529;
  background-color: #E9ECEF;
}

.list-group-item{
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled{
  color: #6C757D;
  pointer-events: none;
  background-color: #FFFFFF;
}

.list-group-item.active{
  z-index: 2;
  color: #FFFFFF;
  background-color: #745A9A;
  border-color: #745A9A;
}

.list-group-item + .list-group-item{
  border-top-width: 0;
}

.list-group-item + .list-group-item.active{
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal{
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child{
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child{
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active{
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item{
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active{
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush .list-group-item{
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child{
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child{
  border-bottom-width: 0;
}

.list-group-item-primary{
  color: #3C2F50;
  background-color: #D8D1E3;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus{
  color: #3C2F50;
  background-color: #CBC1D9;
}

.list-group-item-primary.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #3C2F50;
  border-color: #3C2F50;
}

.list-group-item-secondary{
  color: #383D41;
  background-color: #D6D8DB;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus{
  color: #383D41;
  background-color: #C8CBCF;
}

.list-group-item-secondary.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #383D41;
  border-color: #383D41;
}

.list-group-item-success{
  color: #00573B;
  background-color: #B8E7D7;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus{
  color: #00573B;
  background-color: #A5E1CC;
}

.list-group-item-success.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #00573B;
  border-color: #00573B;
}

.list-group-item-info{
  color: #0C5460;
  background-color: #BEE5EB;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus{
  color: #0C5460;
  background-color: #ABDDE5;
}

.list-group-item-info.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #0C5460;
  border-color: #0C5460;
}

.list-group-item-warning{
  color: #856404;
  background-color: #FFEEBA;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus{
  color: #856404;
  background-color: #FFE8A1;
}

.list-group-item-warning.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger{
  color: #721C24;
  background-color: #F5C6CB;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus{
  color: #721C24;
  background-color: #F1B0B7;
}

.list-group-item-danger.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #721C24;
  border-color: #721C24;
}

.list-group-item-light{
  color: #7E7E7E;
  background-color: #FBFBFB;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus{
  color: #7E7E7E;
  background-color: #EEEEEE;
}

.list-group-item-light.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #7E7E7E;
  border-color: #7E7E7E;
}

.list-group-item-dark{
  color: #1B1E21;
  background-color: #C6C8CA;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus{
  color: #1B1E21;
  background-color: #B9BBBE;
}

.list-group-item-dark.list-group-item-action.active{
  color: #FFFFFF;
  background-color: #1B1E21;
  border-color: #1B1E21;
}

.modal-open{
  overflow: hidden;
}

.modal-open .modal{
  overflow-x: hidden;
  overflow-y: auto;
}

.modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog{
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog{
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog{
  transform: none;
}

.modal.modal-static .modal-dialog{
  transform: scale(1.02);
}

.modal-dialog-scrollable{
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content{
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer{
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}

.modal-dialog-centered{
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before{
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable{
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content{
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before{
  content: none;
}

.modal-content{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade{
  opacity: 0;
}

.modal-backdrop.show{
  opacity: 0.5;
}

.modal-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DEE2E6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close{
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title{
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body{
  position: relative;
  flex: 1 1 auto;
  padding: 2rem;
}

.modal-footer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.75rem;
  border-top: 1px solid #DEE2E6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > *{
  margin: 0.25rem;
}

.modal-scrollbar-measure{
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.align-baseline{
  vertical-align: baseline !important;
}

.align-top{
  vertical-align: top !important;
}

.align-middle{
  vertical-align: middle !important;
}

.align-bottom{
  vertical-align: bottom !important;
}

.align-text-bottom{
  vertical-align: text-bottom !important;
}

.align-text-top{
  vertical-align: text-top !important;
}

.bg-primary{
  background-color: #745A9A !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus{
  background-color: #5C477A !important;
}

.bg-secondary{
  background-color: #6C757D !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus{
  background-color: #545B62 !important;
}

.bg-success{
  background-color: #00A871 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus{
  background-color: #00754F !important;
}

.bg-info{
  background-color: #17A2B8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus{
  background-color: #117A8B !important;
}

.bg-warning{
  background-color: #FFC107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus{
  background-color: #D39E00 !important;
}

.bg-danger{
  background-color: #DC3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus{
  background-color: #BD2130 !important;
}

.bg-light{
  background-color: #F2F2F2 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus{
  background-color: #D9D9D9 !important;
}

.bg-dark{
  background-color: #343A40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus{
  background-color: #1D2124 !important;
}

.bg-white{
  background-color: #FFFFFF !important;
}

.bg-transparent{
  background-color: transparent !important;
}

.border{
  border: 1px solid #DEE2E6 !important;
}

.border-top{
  border-top: 1px solid #DEE2E6 !important;
}

.border-right{
  border-right: 1px solid #DEE2E6 !important;
}

.border-bottom{
  border-bottom: 1px solid #DEE2E6 !important;
}

.border-left{
  border-left: 1px solid #DEE2E6 !important;
}

.border-0{
  border: 0 !important;
}

.border-top-0{
  border-top: 0 !important;
}

.border-right-0{
  border-right: 0 !important;
}

.border-bottom-0{
  border-bottom: 0 !important;
}

.border-left-0{
  border-left: 0 !important;
}

.border-primary{
  border-color: #745A9A !important;
}

.border-secondary{
  border-color: #6C757D !important;
}

.border-success{
  border-color: #00A871 !important;
}

.border-info{
  border-color: #17A2B8 !important;
}

.border-warning{
  border-color: #FFC107 !important;
}

.border-danger{
  border-color: #DC3545 !important;
}

.border-light{
  border-color: #F2F2F2 !important;
}

.border-dark{
  border-color: #343A40 !important;
}

.border-white{
  border-color: #FFFFFF !important;
}

.rounded-sm{
  border-radius: 0.2rem !important;
}

.rounded{
  border-radius: 0.25rem !important;
}

.rounded-top{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg{
  border-radius: 0.3rem !important;
}

.rounded-circle{
  border-radius: 50% !important;
}

.rounded-pill{
  border-radius: 50rem !important;
}

.rounded-0{
  border-radius: 0 !important;
}

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

.d-none{
  display: none !important;
}

.d-inline{
  display: inline !important;
}

.d-inline-block{
  display: inline-block !important;
}

.d-block{
  display: block !important;
}

.d-table{
  display: table !important;
}

.d-table-row{
  display: table-row !important;
}

.d-table-cell{
  display: table-cell !important;
}

.d-flex{
  display: flex !important;
}

.d-inline-flex{
  display: inline-flex !important;
}

.embed-responsive{
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before{
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before{
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before{
  padding-top: 56.25%;
}

.embed-responsive-4by3::before{
  padding-top: 75%;
}

.embed-responsive-1by1::before{
  padding-top: 100%;
}

.flex-row{
  flex-direction: row !important;
}

.flex-column{
  flex-direction: column !important;
}

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

.flex-column-reverse{
  flex-direction: column-reverse !important;
}

.flex-wrap{
  flex-wrap: wrap !important;
}

.flex-nowrap{
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.flex-fill{
  flex: 1 1 auto !important;
}

.flex-grow-0{
  flex-grow: 0 !important;
}

.flex-grow-1{
  flex-grow: 1 !important;
}

.flex-shrink-0{
  flex-shrink: 0 !important;
}

.flex-shrink-1{
  flex-shrink: 1 !important;
}

.justify-content-start{
  justify-content: flex-start !important;
}

.justify-content-end{
  justify-content: flex-end !important;
}

.justify-content-center{
  justify-content: center !important;
}

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

.justify-content-around{
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline{
  align-items: baseline !important;
}

.align-items-stretch{
  align-items: stretch !important;
}

.align-content-start{
  align-content: flex-start !important;
}

.align-content-end{
  align-content: flex-end !important;
}

.align-content-center{
  align-content: center !important;
}

.align-content-between{
  align-content: space-between !important;
}

.align-content-around{
  align-content: space-around !important;
}

.align-content-stretch{
  align-content: stretch !important;
}

.align-self-auto{
  align-self: auto !important;
}

.align-self-start{
  align-self: flex-start !important;
}

.align-self-end{
  align-self: flex-end !important;
}

.align-self-center{
  align-self: center !important;
}

.align-self-baseline{
  align-self: baseline !important;
}

.align-self-stretch{
  align-self: stretch !important;
}

.float-left{
  float: left !important;
}

.float-right{
  float: right !important;
}

.float-none{
  float: none !important;
}

.overflow-auto{
  overflow: auto !important;
}

.overflow-hidden{
  overflow: hidden !important;
}

.position-static{
  position: static !important;
}

.position-relative{
  position: relative !important;
}

.position-absolute{
  position: absolute !important;
}

.position-fixed{
  position: fixed !important;
}

.position-sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom{
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)){
  .sticky-top{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus{
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm{
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow{
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg{
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none{
  box-shadow: none !important;
}

.w-25{
  width: 25% !important;
}

.w-50{
  width: 50% !important;
}

.w-75{
  width: 75% !important;
}

.w-100{
  width: 100% !important;
}

.w-auto{
  width: auto !important;
}

.h-25{
  height: 25% !important;
}

.h-50{
  height: 50% !important;
}

.h-75{
  height: 75% !important;
}

.h-100{
  height: 100% !important;
}

.h-auto{
  height: auto !important;
}

.mw-100{
  max-width: 100% !important;
}

.mh-100{
  max-height: 100% !important;
}

.min-vw-100{
  min-width: 100vw !important;
}

.min-vh-100{
  min-height: 100vh !important;
}

.vw-100{
  width: 100vw !important;
}

.vh-100{
  height: 100vh !important;
}

.stretched-link::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0{
  margin: 0 !important;
}

.mt-0,
.my-0{
  margin-top: 0 !important;
}

.mr-0,
.mx-0{
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0{
  margin-left: 0 !important;
}

.m-1{
  margin: 8px !important;
}

.mt-1,
.my-1{
  margin-top: 8px !important;
}

.mr-1,
.mx-1{
  margin-right: 8px !important;
}

.mb-1,
.my-1{
  margin-bottom: 8px !important;
}

.ml-1,
.mx-1{
  margin-left: 8px !important;
}

.m-2{
  margin: 16px !important;
}

.mt-2,
.my-2{
  margin-top: 16px !important;
}

.mr-2,
.mx-2{
  margin-right: 16px !important;
}

.mb-2,
.my-2{
  margin-bottom: 16px !important;
}

.ml-2,
.mx-2{
  margin-left: 16px !important;
}

.m-3{
  margin: 32px !important;
}

.mt-3,
.my-3{
  margin-top: 32px !important;
}

.mr-3,
.mx-3{
  margin-right: 32px !important;
}

.mb-3,
.my-3{
  margin-bottom: 32px !important;
}

.ml-3,
.mx-3{
  margin-left: 32px !important;
}

.m-4{
  margin: 48px !important;
}

.mt-4,
.my-4{
  margin-top: 48px !important;
}

.mr-4,
.mx-4{
  margin-right: 48px !important;
}

.mb-4,
.my-4{
  margin-bottom: 48px !important;
}

.ml-4,
.mx-4{
  margin-left: 48px !important;
}

.m-5{
  margin: 96px !important;
}

.mt-5,
.my-5{
  margin-top: 96px !important;
}

.mr-5,
.mx-5{
  margin-right: 96px !important;
}

.mb-5,
.my-5{
  margin-bottom: 96px !important;
}

.ml-5,
.mx-5{
  margin-left: 96px !important;
}

.p-0{
  padding: 0 !important;
}

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

.pr-0,
.px-0{
  padding-right: 0 !important;
}

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

.pl-0,
.px-0{
  padding-left: 0 !important;
}

.p-1{
  padding: 8px !important;
}

.pt-1,
.py-1{
  padding-top: 8px !important;
}

.pr-1,
.px-1{
  padding-right: 8px !important;
}

.pb-1,
.py-1{
  padding-bottom: 8px !important;
}

.pl-1,
.px-1{
  padding-left: 8px !important;
}

.p-2{
  padding: 16px !important;
}

.pt-2,
.py-2{
  padding-top: 16px !important;
}

.pr-2,
.px-2{
  padding-right: 16px !important;
}

.pb-2,
.py-2{
  padding-bottom: 16px !important;
}

.pl-2,
.px-2{
  padding-left: 16px !important;
}

.p-3{
  padding: 32px !important;
}

.pt-3,
.py-3{
  padding-top: 32px !important;
}

.pr-3,
.px-3{
  padding-right: 32px !important;
}

.pb-3,
.py-3{
  padding-bottom: 32px !important;
}

.pl-3,
.px-3{
  padding-left: 32px !important;
}

.p-4{
  padding: 48px !important;
}

.pt-4,
.py-4{
  padding-top: 48px !important;
}

.pr-4,
.px-4{
  padding-right: 48px !important;
}

.pb-4,
.py-4{
  padding-bottom: 48px !important;
}

.pl-4,
.px-4{
  padding-left: 48px !important;
}

.p-5{
  padding: 96px !important;
}

.pt-5,
.py-5{
  padding-top: 96px !important;
}

.pr-5,
.px-5{
  padding-right: 96px !important;
}

.pb-5,
.py-5{
  padding-bottom: 96px !important;
}

.pl-5,
.px-5{
  padding-left: 96px !important;
}

.m-n1{
  margin: -8px !important;
}

.mt-n1,
.my-n1{
  margin-top: -8px !important;
}

.mr-n1,
.mx-n1{
  margin-right: -8px !important;
}

.mb-n1,
.my-n1{
  margin-bottom: -8px !important;
}

.ml-n1,
.mx-n1{
  margin-left: -8px !important;
}

.m-n2{
  margin: -16px !important;
}

.mt-n2,
.my-n2{
  margin-top: -16px !important;
}

.mr-n2,
.mx-n2{
  margin-right: -16px !important;
}

.mb-n2,
.my-n2{
  margin-bottom: -16px !important;
}

.ml-n2,
.mx-n2{
  margin-left: -16px !important;
}

.m-n3{
  margin: -32px !important;
}

.mt-n3,
.my-n3{
  margin-top: -32px !important;
}

.mr-n3,
.mx-n3{
  margin-right: -32px !important;
}

.mb-n3,
.my-n3{
  margin-bottom: -32px !important;
}

.ml-n3,
.mx-n3{
  margin-left: -32px !important;
}

.m-n4{
  margin: -48px !important;
}

.mt-n4,
.my-n4{
  margin-top: -48px !important;
}

.mr-n4,
.mx-n4{
  margin-right: -48px !important;
}

.mb-n4,
.my-n4{
  margin-bottom: -48px !important;
}

.ml-n4,
.mx-n4{
  margin-left: -48px !important;
}

.m-n5{
  margin: -96px !important;
}

.mt-n5,
.my-n5{
  margin-top: -96px !important;
}

.mr-n5,
.mx-n5{
  margin-right: -96px !important;
}

.mb-n5,
.my-n5{
  margin-bottom: -96px !important;
}

.ml-n5,
.mx-n5{
  margin-left: -96px !important;
}

.m-auto{
  margin: auto !important;
}

.mt-auto,
.my-auto{
  margin-top: auto !important;
}

.mr-auto,
.mx-auto{
  margin-right: auto !important;
}

.mb-auto,
.my-auto{
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto{
  margin-left: auto !important;
}

.text-monospace{
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify{
  text-align: justify !important;
}

.text-wrap{
  white-space: normal !important;
}

.text-nowrap{
  white-space: nowrap !important;
}

.text-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left{
  text-align: left !important;
}

.text-right{
  text-align: right !important;
}

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

.text-lowercase{
  text-transform: lowercase !important;
}

.text-uppercase{
  text-transform: uppercase !important;
}

.text-capitalize{
  text-transform: capitalize !important;
}

.font-weight-light{
  font-weight: 300 !important;
}

.font-weight-lighter{
  font-weight: lighter !important;
}

.font-weight-normal{
  font-weight: 400 !important;
}

.font-weight-bold{
  font-weight: 700 !important;
}

.font-weight-bolder{
  font-weight: bolder !important;
}

.font-italic{
  font-style: italic !important;
}

.text-white{
  color: #FFFFFF !important;
}

.text-primary{
  color: #745A9A !important;
}

a.text-primary:hover,
a.text-primary:focus{
  color: #503E6A !important;
}

.text-secondary{
  color: #6C757D !important;
}

a.text-secondary:hover,
a.text-secondary:focus{
  color: #494F54 !important;
}

.text-success{
  color: #00A871 !important;
}

a.text-success:hover,
a.text-success:focus{
  color: #005C3E !important;
}

.text-info{
  color: #17A2B8 !important;
}

a.text-info:hover,
a.text-info:focus{
  color: #0F6674 !important;
}

.text-warning{
  color: #FFC107 !important;
}

a.text-warning:hover,
a.text-warning:focus{
  color: #BA8B00 !important;
}

.text-danger{
  color: #DC3545 !important;
}

a.text-danger:hover,
a.text-danger:focus{
  color: #A71D2A !important;
}

.text-light{
  color: #F2F2F2 !important;
}

a.text-light:hover,
a.text-light:focus{
  color: #CCCCCC !important;
}

.text-dark{
  color: #343A40 !important;
}

a.text-dark:hover,
a.text-dark:focus{
  color: #121416 !important;
}

.text-body{
  color: #212529 !important;
}

.text-muted{
  color: #6C757D !important;
}

.text-black-50{
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50{
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide{
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none{
  text-decoration: none !important;
}

.text-break{
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset{
  color: inherit !important;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

html{
  height: 100%;
  background: #FFFFFF;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
}

body{
  background: #FFFFFF;
  height: 100%;
  min-width: 320px;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.55em;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  letter-spacing: -0.03em;
}

body.menu-opened{
  overflow: hidden;
  padding-right: 17px;
}

body.touch.menu-opened{
  padding-right: 0;
}

.page-wrap{
  position: relative;
  overflow: hidden;
  background: inherit;
}

img,
svg{
  max-width: 100%;
  height: auto;
}

::-moz-selection{
  color: #FFFFFF;
  background: #FC9700;
}

::selection{
  color: #FFFFFF;
  background: #FC9700;
}

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

p{
  margin-top: 0;
  margin-bottom: 24px;
}

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

small{
  font-size: 14px;
}

hr{
  height: 1px;
  border: none;
  margin: 40px 0 28px;
  border-color: #C1C2C4;
  color: #C1C2C4;
  background: #C1C2C4;
}

strong{
  color: #000000;
}

img[class*=wp-image-]{
  display: block;
  margin: 0 auto;
  border-radius: 18px;
}

a{
  color: #FC9700;
  text-decoration: none;
  transition: color 0.24s, background-color 0.24s, border-color 0.24s, transform 0.24s;
  /*border-bottom: 1px solid;*/
}

a:hover,
a:active{
  text-decoration: none;
  color: inherit;
  border-bottom-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  line-height: normal;
  margin-top: 40px;
  letter-spacing: 0;
}

h1,
.h1{
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 16px;
  font-weight: 900;
}

h2,
.h2{
  font-size: 36px;
  margin-bottom: 12px;
  margin-top: 36px;
  line-height: 44px;
}

h3,
.h3{
  font-size: 32px;
  margin-bottom: 12px;
  margin-top: 36px;
  line-height: 40px;
}

h4,
.h4{
  font-size: 28px;
  margin-bottom: 7px;
  line-height: 44px;
  font-weight: 500;
  margin-top: 31px;
}

h5,
.h5{
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 22px;
}

h6,
.h6{
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  color: #000000;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child{
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child{
  margin-bottom: 0;
}

.btn{
  display: inline-block;
  vertical-align: middle;
  padding: 16px 24px;
  border: 1px solid #000000;
  border-radius: 35px;
  background: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  white-space: normal;
  outline: none !important;
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  text-decoration: none !important;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  text-transform: none;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.24s, background-color 0.24s, color 0.24s, border-color 0.24s, opacity 0.24s, box-shadow 0.24s;
}

.btn .svgicon{
  display: inline-block;
  vertical-align: middle;
  margin: -15px 9px -12px 0;
}

.btn:focus,
.btn:active,
.btn:hover{
  color: #FC9700;
  border-color: #000000;
  background-color: #000000;
  outline: none !important;
  box-shadow: none;
}

.btn.btn-bordered{
  color: #000000;
  border-color: #DCDCDC;
  background-color: transparent;
  box-shadow: none;
}

.btn.btn-bordered .svgicon{
  color: inherit;
}

.btn.btn-bordered:focus,
.btn.btn-bordered:active,
.btn.btn-bordered:hover{
  background-color: transparent;
  border-color: #FC9700;
  color: #FC9700;
}

.btn-link{
  background: transparent;
  border-color: transparent;
  color: #000000;
  font-size: 14px;
  text-decoration: none !important;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus{
  background: transparent;
  border-color: transparent;
  color: #FC9700;
}

.btn.disabled,
.btn:disabled{
  opacity: 0.5;
}

.btn-grad{
  border: none;
  color: #FC9700;
  position: relative;
  z-index: 2;
  background: none;
}

.btn-grad:hover,
.btn-grad:focus,
.btn-grad:active{
  background: none;
  color: #FFFFFF;
}

.btn-grad:hover:after,
.btn-grad:focus:after,
.btn-grad:active:after{
  opacity: 0;
}

.btn-grad:before,
.btn-grad:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: -1;
}

.btn-grad:before{
  background: linear-gradient(114.13deg, #FFA800 36.05%, #FF6B00 100%);
}

.btn-grad:after{
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #FFFFFF;
  opacity: 1;
  transition: opacity 0.24s;
}

.btn .svgicon-card{
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/****** LISTS ******/

ul,
menu,
dir{
  padding: 0 0 0 56px;
  margin: 0 0 15px;
  list-style-type: none;
}

li{
  margin-bottom: 12px;
  position: relative;
}

li:before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -19px;
}

ol{
  padding: 0;
  margin: 0 0 24px;
  list-style-type: none;
  counter-reset: myCounter;
}

ol li{
  position: relative;
  padding-left: 56px;
}

ol li:before{
  counter-increment: myCounter;
  content: counter(myCounter, decimal) ".";
  top: 0;
  left: 30px;
  font-weight: bold;
  background: none;
  width: 20px;
  height: auto;
  text-align: right;
}

.list-unstyled > li{
  padding-top: 0;
}

.list-unstyled > li:before,
.list-unstyled > li:after{
  content: none;
}

/****** TABLES ******/

table{
  font-size: 0.75rem;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 1rem;
  table-layout: fixed;
}

table tr{
  background: #FFFFFF;
}

table tr:nth-child(2n){
  background: #F5F5F5;
}

table td,
table th{
  vertical-align: middle;
  padding: 1rem;
}

.img{
  margin-bottom: 24px;
}

.img img{
  display: block;
  margin: 0 auto;
}

.block{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 36px;
}

.block:last-child{
  margin-bottom: 0;
}

.block-left,
.block-right{
  display: table-cell;
  vertical-align: top;
}

.block-left{
  width: 34.5%;
  padding-right: 40px;
}

.block-left h1,
.block-left .h1{
  font-size: 47px;
  margin-top: -13px;
}

.block-right p{
  margin-bottom: 10px;
}

.block-right p:last-child{
  margin-bottom: 0;
}

.block + .block{
  margin-top: 80px;
}

.wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1346px;
  padding: 0 25px;
  position: relative;
}

.container{
  max-width: 1346px;
  padding: 0 25px;
}

.hidden{
  display: none;
}

.dashed{
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  text-decoration: none;
}

.dotted{
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  text-decoration: none;
}

.nobord{
  border-bottom: none;
}

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

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

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

.section{
  padding: 122px 0;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}

.section-title{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 37px;
  line-height: normal;
  position: relative;
}

.section-title:before{
  content: " ";
  position: absolute;
  top: 0;
  width: 48px;
  height: 34px;
  background: #FFD107;
  z-index: -1;
}

.bg2{
  background: #F2F2F2;
}

.svgicon svg{
  width: 100%;
  height: 100%;
  vertical-align: top;
}

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

.dark{
  background: #394050;
  color: #FFFFFF;
}

.dark a,
.dark .more-link{
  color: inherit;
}

.dark h1,
.dark .h1,
.dark h2,
.dark .h2,
.dark h3,
.dark .h3,
.dark h4,
.dark .h4,
.dark h5,
.dark .h5,
.dark h6,
.dark .h6{
  color: #FFFFFF;
}

.tabs-nav{
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

.tabs-nav-item{
  margin: 0;
  width: 50%;
}

.tabs-nav-item a{
  text-align: center;
  padding: 20px 20px;
  text-align: center;
  display: block;
  color: #000000;
  border-bottom: 2px solid #000000;
}

.tabs-nav-item a.active{
  color: #FC9700;
  border-bottom-color: #FC9700;
}

.tabs-content{
  display: none;
}

.tabs-content.active{
  display: block;
}

.primary{
  display: flex;
  align-items: stretch;
}

.primary .sidebar{
  order: 1;
  width: 38.5%;
  padding-left: 20px;
  padding-top: 240px;
  position: relative;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.06), 0 4px 8px rgba(0, 0, 0, 0.04), 0 0 1px rgba(0, 0, 0, 0.04);
}

.primary .sidebar-content{
  width: 360px;
  margin-left: auto;
  max-width: 100%;
}

.primary-content{
  flex: 1 1 auto;
  order: 2;
}

.primary-content .wrapper{
  margin-left: 0;
  max-width: 720px;
  padding: 0;
}

.svgicon{
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.svgicon-24{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-arrow-down{
  font-size: 0.9rem;
  width: 1.6666666667em;
}

.svgicon-audio{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-bag{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-call{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-call2{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-card{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-cart{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-cash{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-chat{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-check{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-check-o{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-chevron-left{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-chevron-left-mini{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-chevron-right{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-chevron-right-mini{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-clock{
  font-size: 2rem;
  width: 1em;
}

.svgicon-close{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-close-full{
  font-size: 1.4rem;
  width: 1em;
}

.svgicon-comment{
  font-size: 2rem;
  width: 1em;
}

.svgicon-diamond{
  font-size: 1.4rem;
  width: 1.1428571429em;
}

.svgicon-dots{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-dropdown{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-dropup{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-edit{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-eye{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-facebook{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-fb{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-filter{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-fire{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-food{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-fork{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-gift{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-heart{
  font-size: 1.8rem;
  width: 1.1111111111em;
}

.svgicon-info{
  font-size: 2rem;
  width: 1em;
}

.svgicon-inst{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-instagram{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-key{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-menu{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-menu-grid-o{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-mouse{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-opts{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-pin{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-plus{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-pocket{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-profile{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-ruler{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-search{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-send{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-share{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-shop{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-smartphone{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-star{
  font-size: 3.6rem;
  width: 1em;
}

.svgicon-star-outline{
  font-size: 3.6rem;
  width: 1em;
}

.svgicon-telegram{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-track{
  font-size: 1.8rem;
  width: 1em;
}

.svgicon-trash-empty{
  font-size: 1.2rem;
  width: 0.9166666667em;
}

.svgicon-twitter{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-user{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-viber{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-wallet{
  font-size: 2.4rem;
  width: 1em;
}

.svgicon-whatsapp{
  font-size: 4.8rem;
  width: 1em;
}

.svgicon-youtube{
  font-size: 2.4rem;
  width: 1em;
}

.form-row,
.form-group,
.input-wrap{
  position: relative;
  margin-bottom: 40px;
  padding-top: 1px;
  line-height: normal;
}

.form-row label,
.form-group label,
.input-wrap label{
  color: #7D7D7D;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 4px;
  display: inline-block;
  cursor: text;
  padding: 0 12px;
  transition: color 0.24s;
  position: absolute;
  top: 16px;
  left: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.24s;
}

.form-row.with-text label,
.form-group.with-text label,
.input-wrap.with-text label{
  font-size: 12px;
  top: -13px;
}

.form-row:focus-within label,
.form-group:focus-within label,
.input-wrap:focus-within label{
  color: #FC9700;
}

.form-row.error label,
.form-group.error label,
.input-wrap.error label{
  color: #BB392F;
}

.form-row.error .form-control,
.form-group.error .form-control,
.input-wrap.error .form-control{
  border-bottom-color: #BB392F;
}

.form-row.success label,
.form-group.success label,
.input-wrap.success label{
  color: #00A871;
}

.form-row.success .form-control,
.form-group.success .form-control,
.input-wrap.success .form-control{
  border-bottom-color: #00A871;
}

.form-row.with-clear .form-control,
.form-group.with-clear .form-control,
.input-wrap.with-clear .form-control{
  padding-right: 40px;
}

.form-row.with-right-icon .form-control,
.form-group.with-right-icon .form-control,
.input-wrap.with-right-icon .form-control{
  padding-right: 40px;
}

.form-row.with-right-icon .svgicon,
.form-group.with-right-icon .svgicon,
.input-wrap.with-right-icon .svgicon{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #7D7D7D;
}

.form-row.with-left-icon .form-control,
.form-row.with-left-icon label,
.form-group.with-left-icon .form-control,
.form-group.with-left-icon label,
.input-wrap.with-left-icon .form-control,
.input-wrap.with-left-icon label{
  padding-left: 40px;
}

.form-row.with-left-icon .svgicon,
.form-group.with-left-icon .svgicon,
.input-wrap.with-left-icon .svgicon{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  color: #7D7D7D;
}

.form-mess{
  color: #7D7D7D;
  font-size: 12px;
  line-height: 14px;
  margin-top: 4px;
  padding: 0 12px;
}

.form-mess.error{
  color: #BB392F;
}

.form-mess.success{
  color: #00A871;
}

.form-control,
.input-text,
.jq-selectbox__select-text,
.jq-checkbox,
.jq-radio,
.jq-file{
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #DCDCDC;
  color: #000000;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  transition: background-color 0.24s, border-color 0.24s, color 0.24s, box-shadow 0.24s;
  font-size: 14px;
  padding: 17px 12px;
  line-height: 19px;
  height: auto;
  outline: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder,
.jq-selectbox__select-text::-moz-placeholder,
.jq-checkbox::-moz-placeholder,
.jq-radio::-moz-placeholder,
.jq-file::-moz-placeholder{
  color: #7D7D7D;
}

.form-control::placeholder,
.input-text::placeholder,
.jq-selectbox__select-text::placeholder,
.jq-checkbox::placeholder,
.jq-radio::placeholder,
.jq-file::placeholder{
  color: #7D7D7D;
}

.form-control:hover,
.form-control:active,
.input-text:hover,
.input-text:active,
.jq-selectbox__select-text:hover,
.jq-selectbox__select-text:active,
.jq-checkbox:hover,
.jq-checkbox:active,
.jq-radio:hover,
.jq-radio:active,
.jq-file:hover,
.jq-file:active{
  border-color: #FC9700;
  background: transparent;
}

.form-control:focus,
.input-text:focus,
.jq-selectbox__select-text:focus,
.jq-checkbox:focus,
.jq-radio:focus,
.jq-file:focus{
  border-color: #FC9700;
  outline: none;
  color: #000000;
  box-shadow: none;
  background: transparent;
}

.form-control[aria-invalid=true],
.input-text[aria-invalid=true],
.jq-selectbox__select-text[aria-invalid=true],
.jq-checkbox[aria-invalid=true],
.jq-radio[aria-invalid=true],
.jq-file[aria-invalid=true]{
  border-color: #BB392F;
}

.dark .form-control:active,
.dark .form-control:hover,
.dark .form-control:focus,
.dark .input-text:active,
.dark .input-text:hover,
.dark .input-text:focus,
.dark .jq-selectbox__select-text:active,
.dark .jq-selectbox__select-text:hover,
.dark .jq-selectbox__select-text:focus,
.dark .jq-checkbox:active,
.dark .jq-checkbox:hover,
.dark .jq-checkbox:focus,
.dark .jq-radio:active,
.dark .jq-radio:hover,
.dark .jq-radio:focus,
.dark .jq-file:active,
.dark .jq-file:hover,
.dark .jq-file:focus{
  border-color: #FFFFFF;
}

.dark .form-control:active,
.dark .form-control:focus,
.dark .input-text:active,
.dark .input-text:focus,
.dark .jq-selectbox__select-text:active,
.dark .jq-selectbox__select-text:focus,
.dark .jq-checkbox:active,
.dark .jq-checkbox:focus,
.dark .jq-radio:active,
.dark .jq-radio:focus,
.dark .jq-file:active,
.dark .jq-file:focus{
  box-shadow: 3px 5px 10px rgba(255, 255, 255, 0.4);
}

.form-control:disabled,
.input-text:disabled,
.jq-selectbox__select-text:disabled,
.jq-checkbox:disabled,
.jq-radio:disabled,
.jq-file:disabled{
  border-bottom-color: #F2F2F2;
  background: transparent;
  color: #7D7D7D;
}

.clear-input{
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 55px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DCDCDC;
  padding: 0 0 2px;
  margin: 0;
  transition: color 0.24s;
  outline: none !important;
  opacity: 0;
}

.clear-input:hover,
.clear-input:focus{
  color: #FC9700;
}

.clear-input .svgicon{
  width: 14px;
  height: 14px;
}

.with-text .clear-input{
  opacity: 1;
}

.showpass-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 55px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DCDCDC;
  padding: 0 0 2px;
  margin: 0;
  transition: color 0.24s;
  outline: none !important;
}

.showpass-btn.active .svgicon{
  color: #FC9700;
}

textarea.form-control{
  margin-top: 15px;
  padding-top: 0;
  line-height: 21px;
}

textarea.form-control::-moz-placeholder{
  color: #7D7D7D;
  font-size: 12px;
}

textarea.form-control::placeholder{
  color: #7D7D7D;
  font-size: 12px;
}

.input{
  position: relative;
  z-index: 1;
}

textarea.form-control,
textarea{
  min-height: 70px;
  height: 70px;
  resize: vertical;
  width: 100%;
}

fieldset{
  margin-bottom: 20px;
}

input[type=number]{
  -moz-appearance: textfield;
}

label{
  font-size: 16px;
}

.submit-wrap{
  position: relative;
  display: block;
}

.submit-btn{
  width: 100%;
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 14px;
  margin-top: 21px;
}

.capt{
  font-size: 12px;
  color: #4D4D4D;
  line-height: normal;
}

.input-wrap > .accept{
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}

.input-wrap > .accept .jq-checkbox{
  position: absolute;
  top: 7px;
  left: 0;
}

.input-wrap > .accept .wpcf7-form-control-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
}

.input-wrap > .accept label{
  font-size: inherit;
  color: inherit;
}

.alert{
  padding: 16px 24px;
  border: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.alert-secondary{
  background-color: #F2F2F2;
  color: #000000;
}

.slide-type-list{
  margin: 0;
  padding: 0;
  display: inline-flex;
  border: 1px solid #DCDCDC;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.slide-type-list .item{
  display: inline-block;
}

.slide-type-list .item.active label{
  color: #FFFFFF;
}

.slide-type-list label{
  display: block;
  vertical-align: middle;
  border-radius: 30px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  position: relative;
  z-index: 10;
  color: #000000;
  margin: 0;
  cursor: pointer;
  transition: color;
}

.slide-type-list label:hover,
.slide-type-list label:focus{
  color: #FC9700;
}

.slide-type-list label .jq-radio{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-type-bg{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000000;
  width: 20%;
  border-radius: 30px;
  transition: all 0.34s;
}

.time-select{
  display: inline-block;
  position: relative;
}

.time-select .input-wrap.opened .time-dropdown{
  display: block;
}

.time-dropdown{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #FFFFFF;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

.time-dropdown > div{
  max-height: 256px;
}

.time-dropdown ul{
  padding: 8px 0;
  margin: 0;
}

.time-dropdown li{
  padding: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  cursor: pointer;
  transition: color 0.24s, background-color 0.24s;
}

.time-dropdown li:hover{
  background-color: #F2F2F2;
}

.time-dropdown li.active{
  color: #FC9700;
}

.time-dropdown .simplebar-scrollbar:before{
  background-color: #FC9700;
}

/*
  1. RADIO
  2. CHECKBOX
  3. FILE UPLOAD 
  4. SELECT
  5. NUMBER
*/

/******* 1. RADIO *******/

.jq-checkbox,
.jq-radio{
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 2px solid #DCDCDC;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 0.24s, background-color 0.24s, box-shadow 0.24s;
}

.jq-checkbox input,
.jq-radio input{
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.radio,
.checkitem{
  display: inline-block;
  vertical-align: top;
  padding-left: 36px;
  position: relative;
}

.radio label,
.checkitem label{
  font-weight: normal;
  display: inline;
  vertical-align: top;
  margin: 0;
}

.radio .jq-radio,
.radio .jq-checkbox,
.checkitem .jq-radio,
.checkitem .jq-checkbox{
  position: absolute;
  top: 0;
  left: 0;
}

div.radio{
  display: block;
  margin: 0 0 15px;
}

.jq-radio{
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.24s, background-color 0.24s, box-shadow 0.24s;
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.jq-radio .jq-radio__div{
  width: 10px;
  height: 10px;
  background: #FC9700;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px;
  transition: transform 0.23s;
  border-radius: 50%;
  transform: scale(0);
}

.jq-radio:hover{
  box-shadow: 0 1px 10px #FC9700;
}

.jq-radio.checked{
  transition: transform 0.23s, opacity 0.23s, background 0.23s 0.1s;
  background-color: transparent;
  border-color: #FC9700;
}

.jq-radio.checked .jq-radio__div{
  transform: scale(1);
  transition: transform 0.23s 0.2s;
}

.jq-radio.checked + label{
  color: #000000;
}

.dark .jq-radio{
  border-color: #FC9700;
  background: transparent;
}

.dark .jq-radio:before{
  background-color: #FC9700;
}

.dark .jq-radio.checked{
  background-color: #FC9700;
}

.dark .jq-radio.checked + span{
  color: #FC9700;
}

/******* 2. CHECKBOX *******/

.check label{
  display: inline;
  vertical-align: top;
  font-weight: inherit;
  margin-bottom: 0;
}

div.check{
  display: block;
  margin: 0 0 15px;
}

.jq-checkbox{
  border-radius: 4px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  overflow: hidden;
  position: relative;
}

.jq-checkbox .jq-checkbox__div{
  transform: scale(0);
  transition: transform 0.23s, opacity 0.23s, background 0.23s;
  opacity: 0;
  width: 36px;
  height: 36px;
  margin: -18px;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #FC9700;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 4.66667L1.25 2.33333L0 3.5L3.75 7L10 1.16667L8.75 0L3.75 4.66667Z' fill='black'/%3E%3C/svg%3E%0A");
}

.jq-checkbox.checked{
  border-color: #FC9700;
}

.jq-checkbox.checked .jq-checkbox__div{
  transform: scale(1);
  opacity: 1;
  transition: transform 0.23s, opacity 0.23s, background 0.23s 0.23s;
}

.jq-checkbox.checked + label{
  color: #000000;
}

.toggle .jq-checkbox{
  width: 43px;
  height: 22px;
  border-radius: 24px;
  background: #000000;
}

.toggle .jq-checkbox:hover{
  background-color: black;
  border-color: black;
}

.toggle .jq-checkbox .jq-checkbox__div{
  background: #FFFFFF;
  transform: none;
  top: 50%;
  left: 2px;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: 0;
}

.toggle .jq-checkbox.checked{
  border-color: #FC9700;
  background: #FC9700;
}

.toggle .jq-checkbox.checked .jq-checkbox__div{
  transform: translateX(20px);
}

/******* 3. FILE UPLOAD  *******/

.jq-file{
  position: relative;
  display: block;
  vertical-align: top;
  overflow: hidden;
  vertical-align: middle;
  max-width: 100%;
  padding: 24px 50px 24px 20px;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  background: #000000;
  text-align: left;
  line-height: 20px;
  white-space: normal;
  outline: none !important;
  position: relative;
  font-family: "Roboto", Arial, sans-serif;
  text-decoration: none !important;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  letter-spacing: 0.3px;
  transition: transform 0.24s, background-color 0.24s, color 0.24s, border-color 0.24s, opacity 0.24s, box-shadow 0.24s;
  color: #000000;
  border-color: #000000;
  background-color: transparent;
  box-shadow: none;
}

.jq-file input{
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.changed .jq-file__name{
  color: #000000;
}

.jq-file__name:after{
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../img/icons/file.svg") no-repeat 50% 50%;
  margin-top: -4px;
  margin-bottom: -2px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}

.jq-file .jq-file__browse{
  display: none;
}

/******* 4. SELECT *******/

.jq-selectbox,
.jq-select-multiple{
  position: relative;
  display: inline-block;
  opacity: 1;
}

.jq-selectbox select,
.jq-select-multiple select{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li{
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox{
  width: 100%;
  display: block;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 1;
  transform: none;
  visibility: visible;
  padding: 0;
}

.jq-selectbox:before{
  content: none;
}

.jq-selectbox__select{
  position: relative;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 5;
  cursor: pointer;
}

.jq-selectbox__select-text{
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: auto;
  width: 100% !important;
  height: auto;
  padding-right: 50px;
}

.jq-selectbox__select-text:hover,
.opened .jq-selectbox__select-text{
  border-color: #FC9700;
  background-color: #FFFFFF;
}

.jq-selectbox__select-text.placeholder{
  color: #7D7D7D;
}

.jq-selectbox__dropdown{
  position: absolute;
  background-color: #FFFFFF;
  width: 100%;
  min-width: 220px;
  border: none;
  text-align: left;
  max-width: 100%;
  margin: 11px 0;
  border-radius: 7px;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 28px;
  border: none;
}

.jq-selectbox__dropdown:before{
  content: " ";
  position: absolute;
  right: 15px;
  bottom: 100%;
  width: 10px;
  height: 10px;
  background: inherit;
  transform: rotate(45deg);
  margin-bottom: -5px;
  border-radius: 2px;
}

.jq-selectbox__dropdown ul{
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 3px 0;
  max-height: 300px;
  overflow: auto;
}

.jq-selectbox__dropdown ul li{
  padding: 0;
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  white-space: normal;
  background: none;
  padding: 0;
  margin: 0 0 15px;
  color: #000000;
  font-weight: bold;
}

.jq-selectbox__dropdown ul li:first-child{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.sel{
  background: none;
  color: #FC9700;
}

.jq-selectbox__dropdown ul li:last-child{
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 0;
}

.jq-selectbox__trigger-arrow{
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 4px;
  margin-top: -1.5px;
}

.jq-selectbox__trigger-arrow:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  transform-origin: center center;
  width: 5px;
  height: 5px;
  margin: -4px;
  transition: transform 0.24s, margin 0.24s;
}

.opened .jq-selectbox__trigger-arrow{
  transform: none;
}

.opened .jq-selectbox__trigger-arrow:before{
  transform: rotate(135deg);
  margin-top: -2px;
  border-bottom-color: #000000;
  border-right-color: #000000;
}

.jq-selectbox__search input{
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration{
  -webkit-appearance: none;
}

.jq-selectbox-multiple ul{
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-selectbox.light .jq-selectbox__select-text{
  background-color: #FFFFFF;
  border-color: #000000;
}

.jq-selectbox.light .jq-selectbox__select-text:hover{
  border-color: #FC9700;
}

.jq-selectbox.light.opened .jq-selectbox__select-text{
  border-color: #FC9700;
}

/******* 5. NUMBER *******/

.jq-number{
  display: inline-block;
}

.jq-number__field input{
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button{
  margin: 0;
  -webkit-appearance: none;
}

.header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.header:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(114.13deg, #FFA800 36.05%, #FF6B00 100%);
  opacity: 0;
  transition: opacity 0.24s;
}

.scrolled .header:before{
  opacity: 1;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.12);
}

.header-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 25px;
}

.header-left,
.header-right{
  display: flex;
  align-items: center;
}

.menu-toggle{
  display: block;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  position: relative;
  margin-right: 48px;
  padding: 0;
  transition: color 0.24s;
  outline: none !important;
}

.menu-toggle .svgicon{
  width: 100%;
  height: 100%;
}

.menu-toggle:hover{
  color: #FFFFFF;
}

.catalog-btn{
  padding-left: 36px;
  padding-right: 36px;
  margin-right: 36px;
}

.catalog-btn .svgicon{
  width: 24px;
  height: 24px;
  margin-right: 0;
  margin-left: 8px;
}

.catalog-btn:hover{
  color: #FC9700;
}

.catalog-btn:focus,
.catalog-btn:active{
  color: #FFFFFF;
}

.location-block{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
}

.location-block a{
  color: #000000;
}

.location-block .svgicon{
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.location-val{
  display: inline-block;
  border: none;
}

.location-val:hover{
  color: #FFFFFF;
}

.location-val span{
  display: inline-block;
  border-bottom: 2px dotted;
}

.user-block{
  margin-left: 39px;
  position: relative;
}

.user-block .btn{
  min-width: 109px;
  border-color: #000000;
}

.user-block .btn:hover,
.user-block .btn:focus,
.user-block .btn:active{
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.user-block.opened .btn{
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.user-block.logged .btn{
  padding: 0;
  min-width: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-block.logged .btn .svgicon{
  margin: 0;
  width: 24px;
  height: 24px;
}

.user-block .dropdown{
  width: 200px;
  left: inherit;
  right: 0;
  margin-top: 12px;
}

.user-block.opened .dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s;
}

.mini-cart{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  margin-left: 35px;
  margin-top: 4px;
}

.mini-cart a{
  display: inline-block;
  vertical-align: middle;
  border: none;
  color: #000000;
}

.mini-cart a:hover{
  color: #FFFFFF;
}

.mini-cart a .cart-icon{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.mini-cart a .cart-icon .svgicon{
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

.mini-cart a .cart-icon .count{
  position: absolute;
  top: -13px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  padding: 0 3px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: bold;
  transition: background-color 0.24s;
  color: #000000;
}

.search-btn{
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
  background: none;
  padding: 0;
  outline: none !important;
}

.search-btn .svgicon{
  width: 24px;
  height: 24px;
}

.lang-block{
  position: relative;
  margin-left: 48px;
}

.lang-block.opened .lang-dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s;
}

.lang-val{
  font-size: 16px;
  font-weight: 500;
  margin-top: 3px;
  padding: 8px 0;
  cursor: pointer;
  transition: color 0.24s;
}

.lang-val:hover{
  color: #FFFFFF;
}

.lang-val .svgicon{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}

.lang-dropdown,
.dropdown{
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: -16px;
  border-radius: 8px;
  font-size: 14px;
  background: #FFFFFF;
  z-index: 50;
  min-width: 112px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s 0.001s;
  overflow: hidden;
}

.lang-dropdown li,
.dropdown li{
  display: block;
  margin: 0;
  padding: 0;
}

.lang-dropdown li:before,
.dropdown li:before{
  content: none;
}

.lang-dropdown li a,
.dropdown li a{
  display: block;
  padding: 13px 16px;
  border: none;
  color: #000000;
  position: relative;
  z-index: 1;
}

.lang-dropdown li a:hover,
.lang-dropdown li a:active,
.dropdown li a:hover,
.dropdown li a:active{
  background: #F2F2F2;
}

.lang-dropdown li a .ripple,
.dropdown li a .ripple{
  background: #DCDCDC;
}

.logo-block{
  display: block;
  margin-right: 48px;
}

.logo-block a{
  border: none;
  display: inline-block;
  vertical-align: top;
}

.logo-block svg{
  fill: #000000;
}

.logo-block img{
  display: block;
}

.logo-block .logo-text{
  display: block;
  margin-top: 3px;
}

.footer{
  background: #FFFFFF;
  color: #000000;
  padding: 0 0 60px;
  border-top: 1px solid #F2F2F2;
}

.footer a{
  color: inherit;
  border: none;
}

.footer a:hover{
  color: #FC9700;
}

.footer a[href^=mailto]{
  color: #FC9700;
}

.footer a[href^=mailto]:hover{
  color: inherit;
}

.footer-top{
  padding: 37px 0;
  border-bottom: 1px solid #F2F2F2;
}

.footer-top .wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top .logo-block{
  width: 72px;
}

.footer-content{
  padding: 32px 0;
}

.footer-content h6,
.footer-content .h6{
  margin-bottom: 9px;
}

.footer .menu{
  padding: 0;
  margin: 0;
}

.footer .menu li{
  margin-bottom: 7px;
}

.footer .menu li:before{
  content: none;
}

.footer-bottom{
  padding: 24px 0;
  border-top: 1px solid #F2F2F2;
  font-size: 12px;
}

.footer-bottom .wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment{
  max-width: 200px;
}

.payment img{
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 12px;
}

.socials{
  padding: 0;
  margin: 0;
}

.socials li{
  display: inline-block;
  vertical-align: top;
}

.socials li:before{
  content: none;
}

.socials li .svgicon{
  width: 24px;
  margin-right: 24px;
}

.mobile-nav{
  display: none;
  padding: 0 123px;
}

.mobile-nav .mini-cart{
  width: 96px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  border: none;
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.mobile-nav .mini-cart a{
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  height: 100%;
  padding-bottom: 8px;
}

.mobile-nav .mini-cart .cart-icon{
  display: block;
  margin: 0 auto 2px;
}

.mobile-nav .catalog-btn{
  background: transparent;
  color: #000000;
  padding: 0;
  margin: 0;
  overflow: visible;
  border: none;
  margin: 0;
  width: 96px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  height: 56px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}

.mobile-nav .catalog-btn .svgicon{
  display: block;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: #000000;
  border-radius: 50%;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  color: #FFFFFF;
  position: relative;
  margin: -20px 0 6px;
}

.mobile-nav .catalog-btn .svgicon svg{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px;
}

.mobile-nav .user-block{
  margin: 0;
}

.mobile-nav .user-block .btn{
  background: transparent;
  color: #000000;
  padding: 0;
  margin: 0;
  overflow: visible;
  border: none;
  width: 96px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  height: 56px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
}

.mobile-nav .user-block .btn .svgicon{
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  position: relative;
  margin: 0 0 2px;
}

.lk-modal{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 50px;
  border-radius: 16px 16px 0 0;
  z-index: 100;
  background: #FFFFFF;
  display: none;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
}

.lk-modal.opened{
  display: block;
}

.lk-modal .modal-title{
  position: relative;
  background: none;
  box-shadow: none;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 12px 18px 52px;
}

.lk-modal .modal-close{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../img/icons/close-icon.svg) no-repeat 50% 50%;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  top: 14px;
}

.lk-modal .modal-content{
  padding: 0 0 35px;
  box-shadow: none;
}

.lk-modal .modal-content ul{
  letter-spacing: 0;
}

.lk-modal .modal-content ul li{
  margin: 0;
}

.lk-modal .modal-content ul a{
  display: block;
  padding: 16px;
  border: none;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.lk-modal-opened .modal-backdrop{
  display: none !important;
}

.grid{
  display: flex;
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
}

.grid-item{
  flex: 0 0 25%;
  border: 1px solid #000000;
}

.grid-item-50{
  flex-basis: 50%;
}

.grid-item-100{
  flex-basis: 100%;
}

.grid-item .entry{
  display: flex;
  height: 100%;
  flex-direction: column;
}

.text{
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}

.text + .slider-wrap{
  margin-top: 60px;
}

.text-centred{
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.slider{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrap{
  margin: 0 110px;
}

.hero-section{
  background: linear-gradient(114.13deg, #FFA800 36.05%, #FF6B00 100%);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
}

.hero-section .wrapper{
  width: 100%;
}

.hero-section .wrapper:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 65%;
  width: 89.154%;
  padding-bottom: 89.154%;
  background: url("../img/background/hero.png") no-repeat 50% 50%;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}

.hero-section h1,
.hero-section .h1{
  font-size: 76px;
  margin-bottom: 64px;
  line-height: 92px;
  font-weight: 900;
}

.hero-text{
  max-width: 526px;
  position: relative;
  z-index: 5;
}

.hero-text h1 span,
.hero-text .h1 span{
  display: inline;
  position: relative;
  z-index: 2;
}

.hero-text h1 span:before,
.hero-text .h1 span:before{
  content: " ";
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  bottom: -2px;
  z-index: -1;
  background: #FFD107;
}

.hero-list{
  margin-left: -76px;
}

.hero-list-wrap{
  overflow: hidden;
}

.hero-item{
  display: inline-flex;
  vertical-align: middle;
  padding-left: 76px;
  position: relative;
}

.hero-item:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 36px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #FFD107;
  border-radius: 4px;
}

.hero-item-icon{
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  margin-right: 16px;
}

.hero-item-icon .svgicon{
  width: 100%;
  height: 100%;
}

.hero-item-text{
  font-size: 14px;
}

.hero-item-text .title{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: -2px;
}

.hero-img{
  position: absolute;
  top: 50%;
  left: 63%;
  width: 41%;
  transform: translate(-50%, -50%);
}

.hero-scroll{
  position: absolute;
  bottom: -48px;
  left: 50%;
  width: 96px;
  height: 96px;
  background: #000000;
  border-radius: 50%;
  border: none;
  margin-left: -48px;
  line-height: 48px;
  outline: none !important;
  z-index: 1;
  overflow: hidden;
}

.hero-scroll .svgicon{
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -12px;
}

.catalog-cats{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.catalog-cats-wrap{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 59%;
  z-index: 20;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 119px 48px 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0;
}

.catalog-cats-item{
  height: 132px;
  margin: 0 24px 24px 0;
  position: relative;
}

.catalog-cats-item .cat-item{
  display: block;
  padding: 16px;
  border: none;
  min-height: 100%;
  transition: background 0.24s;
  width: 127px;
  position: relative;
  overflow: hidden;
  color: #000000;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
}

.catalog-cats-item:not(.simple-item) .cat-item:before{
  content: " ";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transition: 0.24s;
}

.catalog-cats-item:not(.simple-item) .cat-item:after{
  content: " ";
  position: absolute;
  top: 17px;
  right: 19px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #7D7D7D;
  border-right: 1px solid #7D7D7D;
  transform: rotate(45deg);
  transition: 0.24s;
}

.catalog-cats-item .cat-item:hover{
  background-color: #FFFFFF;
}

.catalog-cats-item .cat-item:hover:before{
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.catalog-cats-item .cat-item:hover:after{
  border-top-color: #FC9700;
  border-right-color: #FC9700;
}

.catalog-cats-item .cat-item .ripple{
  background: #F2F2F2;
}

.catalog-cats-item .icon{
  display: block;
  margin-bottom: 12px;
  margin-top: 8px;
}
.catalog-cats-item .icon img{
  max-height: 48px;
}

.catalog-cats-item .title{
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  justify-content: center;
}

.catalog-menu .menu-item,
.sub-menu-modal .menu-item{
  margin-bottom: 4px;
  font-size: 14px;
  position: relative;
}

.catalog-menu .menu-item a,
.sub-menu-modal .menu-item a{
  display: block;
  padding: 8px 24px;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  overflow: hidden;
  color: #000000;
}

.catalog-menu .menu-item a[data-submenu],
.sub-menu-modal .menu-item a[data-submenu]{
  padding-right: 60px;
}

.catalog-menu .menu-item a:hover,
.sub-menu-modal .menu-item a:hover{
  background: #F2F2F2;
}

.catalog-menu .menu-item a:before,
.sub-menu-modal .menu-item a:before{
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 24px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  transition: 0.24s;
}

.catalog-menu .menu-item a.opened:before,
.sub-menu-modal .menu-item a.opened:before{
  border-top-color: #FC9700;
  border-right-color: #FC9700;
}

.catalog-menu .menu-item .icon,
.sub-menu-modal .menu-item .icon{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 16px;
}

.catalog-menu-wrap,
.sub-menu-modal-wrap{
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 100;
  background: #FFFFFF;
  width: 280px;
  padding: 12px 0 8px;
  border-radius: 4px;
  left: 226px;
  display: none;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
}

.catalog-menu-wrap.submenu-opened,
.sub-menu-modal-wrap.submenu-opened{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.catalog-menu-title,
.sub-menu-modal-title{
  display: none;
}

.sub-menu-modal{
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding-bottom: 24px;
  z-index: 20;
  text-align: left;
  transform-origin: top left;
}

.sub-menu-modal-title{
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.sub-menu-modal-title button{
  flex: 0 0 auto;
  margin: 0 0 0 12px;
  width: 18px;
  height: 18px;
  background: none;
  border: none;
  padding: 0;
  outline: none !important;
}

.sub-menu-modal-title button .svgicon{
  width: 100%;
  height: 100%;
}

.sub-menu-modal .menu-item{
  opacity: 0;
}

.sub-menu-modal .menu-item .title{
  justify-content: flex-start;
}

.sub-menu-modal .menu-item .icon{
  margin-top: 0;
  margin-bottom: 0;
}

.catalog-cats-item.opened .sub-menu-modal{
  z-index: 21;
}

.catalog-cats-item.opened .sub-menu-modal .menu-item,
.catalog-cats-item.opened .sub-menu-modal .sub-menu-modal-title{
  opacity: 1;
  transition: opacity 0.35s 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-left: 1px solid #F2F2F2;
  background: #FFFFFF;
  width: 100%;
  border-radius: 0 4px 4px 0;
  min-height: 100%;
  padding: 12px 0 8px;
  display: none;
}

.sub-menu .menu-item{
  margin-bottom: 4px;
  font-size: 14px;
  -webkit-column-break-inside: avoid;
}

.sub-menu .menu-item:before{
  content: none;
}

.sub-menu .menu-item a{
  display: block;
  padding: 8px 24px;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}

.sub-menu .menu-item a[data-submenu]{
  padding-right: 60px;
}

.sub-menu .menu-item .icon{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  margin-right: 16px;
}

.top-section .section-title:before{
  width: 74px;
}

.top-slider-wrap .swiper-container{
  overflow: visible;
}

.top-slider-wrap .swiper-slide{
  width: 416px;
}

.top-slider-wrap .swiper-button-prev, .top-slider-wrap .swiper-button-next {
    /* position: absolute; */
    top: 0;
    /* right: 0; */
    /* left: inherit; */
    /* width: 36px; */
    /* height: 36px; */
    /* border: 1px solid #F2F2F2; */
    /* padding: 0; */
    /* display: block; */
    /* border-radius: 50%; */
    /* color: #000000; */
    /* transition: color 0.24s, background-color 0.24s, border-color 0.24s; */
    background: #ffffff00;
    height: 120%;
    width: 15%;
}
.top-slider-wrap .swiper-button-next[aria-disabled=false]:hover{
    background: linear-gradient(270deg, #ffffff94, transparent);
}
.top-slider-wrap .swiper-button-prev[aria-disabled=false]:hover{
    background: linear-gradient(90deg, #ffffff94, transparent);
}
.top-slider-wrap .swiper-button-prev{
    left: 0px;
}
.top-slider-wrap .swiper-button-next{
    right: 0px;
}

.top-slider-wrap .swiper-button-prev:after,
.top-slider-wrap .swiper-button-next:after{
  content: none;
}

.top-slider-wrap .swiper-button-prev .svgicon svg,
.top-slider-wrap .swiper-button-next .svgicon svg{
    fill: var(--orange);
}

.top-slider-wrap .swiper-button-prev .svgicon,
.top-slider-wrap .swiper-button-next .svgicon{
    width: 88px;
    height: 148px;
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* margin: -12px; */
}
}

.top-slider-wrap .swiper-button-prev:hover,
.top-slider-wrap .swiper-button-next:hover{
  border-color: #FC9700;
  color: #FC9700;
}

.top-slider-wrap .swiper-button-prev{
  right: 50px;
}

.top-item{
  border-radius: 8px;
  height: 180px;
  overflow: hidden;
  position: relative;
  padding-left: 120px;
  display: block;
  border: none;
}

.top-item:hover .top-img img{
  transform: scale(1.05);
  transition: transform 0.28s;
}

.top-img{
  position: absolute;
  top: 50%;
  left: 73px;
  transform: translate(-50%, -50%);
}

.top-img img{
  display: block;
  margin: 0 auto;
  transition: transform 0.48s;
}

.top-content{
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 27px 44px;
  color: #FFFFFF;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.top-title{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 56px;
  width: 100%;
  flex-direction: column;
  margin-bottom: 16px;
}

.top-icon{
  position: absolute;
  top: -3px;
  left: -72px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.top-icon img{
  width: 100%;
}

.top-name{
  font-weight: 500;
  font-size: 16px;
}

.top-sale{
  font-weight: 900;
  font-size: 21px;
  line-height: 28px;
}

.catalog-controls{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.catalog-type-cur{
  display: none;
}

.catalog-type-list{
  margin: 0;
  padding: 0;
  display: flex;
  border: 1px solid #DCDCDC;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.catalog-type-list .item{
  display: inline-block;
}

.catalog-type-list .item a{
  display: block;
  vertical-align: middle;
  border-radius: 30px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  position: relative;
  z-index: 10;
  color: #000000;
}

.catalog-type-list .item a:hover{
  color: #FC9700;
}

.catalog-type-list .item.active a{
  color: #FFFFFF;
}

.catalog-type-slide{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000000;
  width: 20%;
  border-radius: 30px;
  transition: all 0.34s;
}

.catalog-filters{
  margin-left: 40px;
}

.catalog-filters-toggle{
  display: none;
}

.filters{
  padding: 0;
  margin: 0;
}

.filters-item{
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
}

.filters-item:before{
  content: none;
}

.filters-item > a{
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DCDCDC;
  border-radius: 30px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000000;
}

.filters-item > a .svgicon{
  width: 24px;
  height: 24px;
  margin: -10px -11px -10px -1px;
  vertical-align: middle;
}

.filters-item > a:hover{
  color: #FC9700;
  border-color: #FC9700;
}

.filters-item .submenu{
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  background: #FFFFFF;
  width: 280px;
  margin-top: 12px;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: transform 0.24s, opacity 0.24s, visibility 0.01s 0.24s;
}

.filters-item .submenu .simplebar-scrollbar:before{
  opacity: 1;
}

.filters-item .submenu *{
  visibility: inherit !important;
}

.filters-item .submenu-list{
  font-size: 14px;
  max-height: 320px;
}

.filters-item .submenu-list ul{
  padding: 14px 0;
}

.filters-item .submenu-list ul li{
  margin-bottom: 27px;
  position: relative;
  padding-left: 40px;
}

.filters-item .submenu-list ul li:last-child{
  margin-bottom: 0;
}

.filters-item .submenu-list ul li:before{
  content: none;
}

.filters-item .submenu-list ul li .check{
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.filters-item .submenu-list ul li label{
  font-size: inherit;
  display: block;
}

.filters-item .submenu-list label{
  cursor: pointer;
  transition: color 0.24s;
}

.filters-item .submenu-list label:hover{
  color: #FC9700;
}

.filters-item .submenu-list .check:hover + label{
  color: #FC9700;
}

.filters-item .submenu-bottom{
  margin-top: 20px;
}

.filters-item.filter-opened .submenu{
  visibility: visible;
  opacity: 1;
  transition: transform 0.24s, opacity 0.24s, visibility 0.01s;
  transform: translateY(0);
}

.filters-item.filter-opened > a{
  background: #000000;
  color: #FFFFFF;
  border-color: #000000;
}

.filters-item.active > a{
  background: #000000;
  color: #FFFFFF;
  border-color: #000000;
}

.filters-title{
  display: none;
}

.filters-wrap-bg{
  display: none;
}

.filters-wrap-close{
  display: none;
}

.card{
  position: relative;
  margin-bottom: 36px;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.24s;
}

.card a{
  color: #000000;
}

.card:hover{
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.card:hover .card-capt{
  visibility: visible;
}

.card-img{
  position: relative;
}

.card-img > img{
  display: block;
  height: 134px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.card-img .top-icon{
  position: absolute;
  bottom: 16px;
  left: 36px;
  top: inherit;
  width: 66px;
  height: 66px;
}

.card-img .top-icon img{
  width: 100%;
}

.card-fav{
  position: absolute;
  top: 16px;
  left: 56px;
  border: 2px solid #FFFFFF;
  width: 28px;
  height: 28px;
  color: #FFD107;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  background: #000000;
}

.card-fav .svgicon{
  width: 16px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -8px;
}

.card-sales{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
}

.card-sales-item{
  color: #000000;
  text-align: right;
  margin-bottom: 8px;
  position: relative;
  float: right;
}

.card-sales-item.deliv{
  height: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.85);
  line-height: 28px;
  text-align: center;
  z-index: 2;
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

.card-sales-item .icon{
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  line-height: 28px;
  text-align: center;
  z-index: 2;
  position: relative;
  font-size: 10px;
  font-weight: 900;
}

.card-sales-item .icon .svgicon{
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.card-sales-item .text{
  position: absolute;
  top: 0;
  right: 2px;
  white-space: nowrap;
  padding: 0 38px 0 12px;
  height: 28px;
  line-height: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0.7);
  transform-origin: right center;
  transition: opacity 0.24s, transform 0.24s, visibility 0.01s 0.24s;
}

.card-sales-item:hover .icon{
  background-color: #FFFFFF;
}

.card-sales-item:hover .text{
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  transition: opacity 0.24s, transform 0.24s, visibility 0.01s;
}

.card-body{
  background: #FFFFFF;
  padding: 16px 36px 18px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #F4F4F4;
}

.card-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 11px;
}

.card .top-dist{
  position: relative;
  padding-left: 28px;
  font-size: 12px;
}

.card .top-dist:before{
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: url("../img/icons/ruler.svg") no-repeat 0 0;
}

.card .top-address{
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  margin-bottom: 5px;
}

.card .top-address:before{
  content: " ";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: url("../img/icons/pin.svg") no-repeat 0 0;
}

.card-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 24px 24px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  margin-top: auto;
}

.card-price del{
  font-size: 12px;
  line-height: 12px;
  color: #7D7D7D;
  display: block;
}

.card-price sup{
  font-size: 9px;
  color: #7D7D7D;
  display: inline-block;
}

.card-price sup .v{
  font-weight: 900;
}

.card-capt{
  padding: 26px 24px 16px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  color: #7D7D7D;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  margin-top: -10px;
  visibility: hidden;
  transition: visibility 0.0001s;
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.08);
}

.card-buy{
  opacity: 0;
  width: 114px;
  text-align: right;
}

.card-buy-btn{
  width: 36px;
  height: 36px;
  padding: 0;
  min-width: 0;
  z-index: 0;
}

.card-buy-btn i{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/icons/plus.svg");
}

.card-buy-btn:hover i,
.card-buy-btn:active i,
.card-buy-btn:focus i{
  filter: brightness(0) invert(1);
}

.card:hover .card-buy{
  opacity: 1;
}

.card-count{
  align-items: center;
  justify-content: space-between;
  display: none;
  width: 100%;
}

.card-count button{
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  border-radius: 50%;
  outline: none !important;
  overflow: hidden;
}

.card-count button i{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.card-count button:focus:after{
  opacity: 1;
}

.card-count button:hover i,
.card-count button:active i{
  filter: brightness(0) invert(1);
}

.card-count button:hover:after,
.card-count button:active:after{
  opacity: 0;
}

.card-count .plus-btn i{
  background-image: url("../img/icons/plus.svg");
}

.card-count .minus-btn i{
  background-image: url("../img/icons/minus.svg");
}

.card-count.card-count-gift{
  color: #FC9700;
  font-size: 16px;
  letter-spacing: 0;
}

.card-count.card-count-gift strong{
  color: inherit;
  font-weight: 500;
}

.card-val{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 5px;
}

.card.hide-img{
  padding-top: 12px;
  padding-bottom: 12px;
}

.card.hide-img .card-img{
  display: none;
}

.card.hide-img .card-body{
  padding-bottom: 12px;
}

.card.hide-img.added{
  background: linear-gradient(180deg, white 0%, #FFF9F5 100%), #FFFFFF;
}

.price{
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
}

.price .cur{
  font-size: 12px;
}

.food-card{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 8px;
  background-color: #FFFFFF;
  position: relative;
}

.food-card .card-footer,
.food-card .card-body{
  background: transparent;
}

.food-card.added{
  background: linear-gradient(180deg, white 50%, #FFF9F5 100%), #FFFFFF;
}

.food-card.added:before{
  content: " ";
  position: absolute;
  bottom: -4px;
  left: 4px;
  right: 4px;
  background: #FC9700;
  border-radius: 0 0 8px 8px;
  height: 4px;
  z-index: -1;
}

.food-card.added .card-buy{
  opacity: 1;
}

.food-card.added .card-buy .card-count{
  display: flex;
}

.food-card.added .card-buy .card-buy-btn{
  display: none;
}

.food-card-weight{
  font-size: 14px;
  color: #7D7D7D;
}

.food-card .card-body{
  padding: 24px 24px 9px;
  border: none;
  border-radius: 8px 8px 0 0;
}

.food-card .card-img{
  position: relative;
  padding-bottom: 75%;
  background: url("../img/data/cover.jpg") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.food-card .card-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.food-card .card-title{
  font-size: 17px;
  margin-bottom: 7px;
}

.card-capt-modal{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 306px;
  background: #FFFFFF;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 24px;
  z-index: 1050;
  transform: translate(-50%, -50%);
}

.card-capt-modal .title{
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 24px;
}

.card-capt-modal .text{
  font-size: 14px;
  line-height: 21px;
  color: #7D7D7D;
  max-height: 250px;
  overflow: auto;
  margin-bottom: 16px;
}

.card-capt-modal .close{
  position: absolute;
  top: 24px;
  right: 24px;
  width: 18px;
  height: 18px;
  background: url(../img/icons/close-icon.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
  border: none;
  padding: 0;
  margin: 0;
}

.card-capt-modal .bottom{
  text-align: right;
}

.card-capt-modal .simplebar-content{
  padding-right: 7px !important;
}

.card-capt-modal .simplebar-scrollbar{
  right: 0;
}

.card-capt-modal .simplebar-scrollbar:before{
  opacity: 1;
  background-color: #FC9700;
}

.app-section{
  position: relative;
  padding: 214px 0 197px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFA800 0%, #FF6B00 100%);
}

.app-content{
  max-width: 560px;
  position: relative;
  z-index: 1;
}

.app-content h2,
.app-content .h2{
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 40px;
}

.app-content h2 span,
.app-content .h2 span{
  position: relative;
  z-index: 1;
}

.app-content h2 span:before,
.app-content .h2 span:before{
  content: " ";
  background: #FFD107;
  position: absolute;
  top: 7px;
  left: 0;
  width: 164px;
  height: 51px;
  z-index: -1;
}

.app-content .check-list{
  margin-bottom: 65px;
}

.app-img{
  position: absolute;
  top: 50%;
  z-index: 0;
}

.app-links{
  margin-left: -15px;
}

.app-links .item{
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -2px;
  margin-bottom: 15px;
  transition: transform 0.14s;
}

.app-links .item a{
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  border: none;
}

.app-links .item a .ripple{
  z-index: 2;
}

.app-links .item:hover{
  transform: scale(1.05);
}

.app-img{
  position: absolute;
  top: 47%;
  left: 68.5%;
  transform: translate(-50%, -50%);
  width: 83%;
}

.check-list{
  padding: 0;
  margin: 0;
}

.check-list li{
  position: relative;
  padding-left: 37px;
  font-size: 16px;
  margin-bottom: 19px;
}

.check-list li:before{
  content: " ";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/icons/check-o.svg") no-repeat 0 0;
  background-size: contain;
}

[data-simplebar]{
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper{
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask{
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset{
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper{
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after{
  content: " ";
  display: table;
}

.simplebar-placeholder{
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper{
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer{
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track{
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track{
  pointer-events: all;
}

.simplebar-scrollbar{
  position: absolute;
  right: 12px;
  width: 4px;
  min-height: 10px;
  z-index: 5;
}

.simplebar-scrollbar.simplebar-hover:before{
  background-color: #EEEEEE;
}

.simplebar-scrollbar:before{
  position: absolute;
  content: "";
  background: #F2F2F2;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before{
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical{
  top: 10px;
  bottom: 10px;
  width: 20px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{
  top: 0;
  bottom: 0;
}

.simplebar-track.simplebar-horizontal{
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.h4.main-category a{
  border-bottom: 2px solid orange;
  padding-bottom: 2px;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size{
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.mainmenu{
  position: fixed;
  top: 0;
  bottom: -60px;
  z-index: 500;
  background: #000000;
  color: #FFFFFF;
  width: 256px;
  transform: translateX(-100%);
  transition: opacity 0.24s, transform 0.24s, visibility 0.001s 0.24s;
}

.mainmenu-opened .mainmenu{
  transition: opacity 0.24s, transform 0, 24s, visibility 0.001s;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mainmenu-bg{
  position: fixed;
  top: 0;
  left: 0;
  bottom: -60px;
  width: 100%;
  z-index: 499;
  background: linear-gradient(114.13deg, rgba(255, 168, 0, 0.8) 36.05%, rgba(255, 107, 0, 0.8) 100%);
  transition: opacity 0.24s, visibility 0.001s 0.24s;
  opacity: 0;
  visibility: hidden;
}

.mainmenu-opened .mainmenu-bg{
  transition: opacity 0.24s, visibility 0.001s;
  opacity: 1;
  visibility: visible;
}

.mainmenu-content{
  padding: 48px 16px 100px;
  max-height: 100%;
}

.mainmenu-close{
  position: absolute;
  top: 24px;
  left: 100%;
  margin-left: 12px;
  width: 36px;
  height: 36px;
  background: #000000 url("../img/icons/close.svg") no-repeat 50% 50%;
  background-size: 100% 100%;
  border-radius: 50%;
  border: none;
  outline: none !important;
  transition: opacity 0.24s, visibility 0.001s 0.24s;
  opacity: 0;
  visibility: hidden;
}

.mainmenu-opened .mainmenu-close{
  transition: opacity 0.24s, visibility 0.001s;
  opacity: 1;
  visibility: visible;
}

.mainmenu a{
  color: inherit;
}

.mainmenu .lang-block{
  margin: 0 0 24px;
  font-size: 12px;
  display: none;
}

.mainmenu .lang-val{
  margin-top: 0;
}

.mainmenu .lang-dropdown{
  left: 0;
}

.mainmenu .menu{
  margin-left: -16px;
  margin-right: -16px;
  border-bottom: 1px solid #1C1C1C;
  padding: 0 4px 16px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 24px;
}

.mainmenu .menu li{
  padding: 0;
  margin: 0;
}

.mainmenu .menu li:before{
  content: none;
}

.mainmenu .menu a{
  display: block;
  padding: 12px;
  color: #FFFFFF;
  border-radius: 4px;
  border: none;
}

.mainmenu .menu a:hover,
.mainmenu .menu a:focus{
  background-color: #1C1C1C;
  color: #FC9700;
}

.mainmenu .simplebar-scrollbar:before{
  background: #2E2E2E;
}

.mainmenu .simplebar-scrollbar{
  right: 6px;
}

.apps a{
  display: inline-block;
  width: 140px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #000000;
  border-radius: 8px;
  margin: 0 12px 12px 0;
}

.apps a:hover,
.apps a:focus{
  border-color: #FFFFFF;
}

.footer .apps a:hover,
.footer .apps a:focus,
.app-section .apps a:hover,
.app-section .apps a:focus{
  border-color: #000000;
  background-color: #303030;
}

.adress-block{
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 24px;
  display: none;
}

.adress-block a{
  border-bottom: 1px dotted;
}

.adress-block a:hover,
.adress-block a:focus{
  color: #FC9700;
}

.adress-block .svgicon{
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.search-modal{
  position: fixed;
  top: 0;
  left: 50%;
  width: 1058px;
  max-width: 90%;
  z-index: 1100;
  background: #FFFFFF;
  padding: 26px 48px;
  transform: translate(-50%, -100%);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s;
}

.search-modal .input-wrap{
  margin-bottom: 0;
  padding-right: 60px;
}

.search-opened .search-modal{
  transform: translate(-50%, 0);
}

.search-modal .main-search{
  max-width: 100%;
  width: 100%;
}

.search-modal .main-search .form-control{
  padding-right: 40px;
}

.search-modal .search-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 55px;
  background: none;
  border: none;
}

.search-modal .clear-input{
  right: 60px;
}

.search-close{
  display: none;
}

.inner{
  padding-top: 80px;
  background: #F4F4F4;
}

.inner .header-main{
  background: linear-gradient(114.13deg, #FFA800 36.05%, #FF6B00 100%);
}

.swiper-pagination{
  position: relative;
  top: 0;
  left: 0;
  margin: 13px 0;
}

.swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  position: relative;
  opacity: 1;
  transition: border-color 0.24s;
  margin: 0 3px;
}

.swiper-pagination-bullet:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px;
  background: #DCDCDC;
  border-radius: 50%;
  transition: background 0.24s;
}

.swiper-pagination-bullet:hover:before{
  background-color: #FC9700;
}

.swiper-pagination-bullet-active{
  border-color: #FC9700;
}

.swiper-pagination-bullet-active:before{
  background-color: #FC9700;
}

.place-inner{
  padding-top: 0;
}

.place-inner .header-main{
  background: transparent;
}

.place-inner .page-wrap{
  overflow: visible;
}

.place-inner .h4 span{
  position: relative;
}

.place-inner .h4 span:before{
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  width: 48px;
  bottom: -2px;
  z-index: -1;
  background: #FFD107;
}

.place-inner.not-scrolled .header .logo{
  filter: invert(1);
}

.place-inner.not-scrolled .header .catalog-btn{
  background: rgba(255, 255, 255, 0.85);
  color: #000000;
  border-color: transparent;
}

.place-inner.not-scrolled .header .catalog-btn:hover{
  background-color: #FC9700;
}

.place-inner.not-scrolled .header-main .menu-toggle,
.place-inner.not-scrolled .header-main .lang-block .lang-val,
.place-inner.not-scrolled .header-main .location-val,
.place-inner.not-scrolled .header-main .search-btn,
.place-inner.not-scrolled .header-main .mini-cart a,
.place-inner.not-scrolled .header-main .user-block .btn,
.place-inner.not-scrolled .header-main .mini-cart a{
  color: #FFFFFF;
}

.place-inner.not-scrolled .header-main .menu-toggle:hover,
.place-inner.not-scrolled .header-main .lang-block .lang-val:hover,
.place-inner.not-scrolled .header-main .location-val:hover,
.place-inner.not-scrolled .header-main .search-btn:hover,
.place-inner.not-scrolled .header-main .mini-cart a:hover,
.place-inner.not-scrolled .header-main .user-block .btn:hover,
.place-inner.not-scrolled .header-main .mini-cart a:hover{
  color: #FC9700;
}

.place-inner.not-scrolled .header-main .mini-cart a .count{
  color: #000000;
}

.place-inner.not-scrolled .header-main .user-block .btn:hover{
  background: rgba(255, 255, 255, 0.85);
  border-color: transparent;
  color: #000000;
}

.place-inner.not-scrolled .user-block .btn{
  border-color: #FFFFFF;
}

.place-top{
  min-height: 430px;
  padding-top: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}

.place-top-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.85;
}

.place-top-img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.place-top-img-wrap:before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 108.52px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.place-top-img-wrap:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 222px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.place-top-opts{
  position: absolute;
  top: 50%;
  right: 24px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 40px;
  padding: 8px;
  transform: translateY(-50%);
}

.place-top-opt{
  margin-bottom: 16px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  display: block;
  background: transparent;
  outline: none !important;
  color: #FFFFFF;
  transition: 0.24s;
}

.place-top-opt .capt{
  display: none;
}

.place-top-opt:last-child{
  margin-bottom: 0;
}

.place-top-opt:hover{
  color: #FC9700;
  border-color: #FC9700;
}

.place-top-opt .svgicon{
  width: 18px;
  height: 24px;
}

.place-top-info{
  padding: 24px 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 5;
  min-height: 72px;
}

.place-top-content{
  padding-left: 248px;
  margin-bottom: 36px;
}

.place-top-content .place-fav{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.place-top-content .card-fav{
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -2px;
}

.place-top-content .top-icon{
  position: absolute;
  top: inherit;
  left: 25px;
  bottom: -48px;
  z-index: 10;
  width: 200px;
  height: 200px;
}

.place-top-content h1{
  margin-top: 10px;
}

.place-top-slider-wrap{
  margin-bottom: 27px;
}

.place-top-slider-wrap .top-item{
  height: 98px;
  padding-left: 74px;
}

.place-top-slider-wrap .top-img{
  width: 66px;
  left: 30px;
}

.place-top-slider-wrap .top-sale{
  font-size: 16px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.place-top-slider-wrap .top-content{
  padding-left: 24px;
}

.place-top.closed .place-top-img,
.place-top.closed .top-icon,
.place-top.closed .place-fav{
  filter: grayscale(1);
}

.place-top .wrapper{
  z-index: 10;
  width: 100%;
}

.place-search-form{
  margin-bottom: 50px;
}

.place-info{
  padding: 0;
  margin: 0 0 -12px 248px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}

.place-info li{
  display: inline-block;
  vertical-align: middle;
  padding-right: 48px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.place-info li:before{
  content: " ";
  position: absolute;
  top: inherit;
  bottom: 12px;
  right: 22px;
  left: inherit;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.place-info li:last-child:before{
  content: none;
}

.place-info li .svgicon{
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.place-info li .svgicon-clock{
  width: 20px;
  height: 20px;
}

.place-menu{
  display: flex;
  margin-top: -7px;
  align-items: flex-start;
}

.place-menu-sidebar{
  width: 306px;
  flex: 0 0 306px;
  margin-right: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 81px;
}

.place-menu-sidebar-content{
  max-height: calc(100vh - 81px);
  padding: 20px 20px 20px 0;
}

.place-menu-sidebar .simplebar-scrollbar:before{
  opacity: 1;
  background: #DCDCDC;
}

.place-menu-sidebar .simplebar-track.simplebar-vertical{
  top: 30px;
  bottom: 30px;
}

.place-menu-content{
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding-top: 29px;
  position: relative;
}

.place-menu-content .col-12{
  margin-bottom: 35px;
  position: relative;
}

.place-menu-content .col-12 .card{
  margin-bottom: 0;
  height: 100%;
}

.place-menu-content .col-12:hover{
  z-index: 2;
}

.place-menu-title{
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.place-menu-title:before{
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
  bottom: 3px;
  z-index: -1;
  background: #FFD107;
}

.place-menu-added{
  margin-left: auto;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-bottom: 3px;
  margin-right: 7px;
  flex: 0 0 auto;
}

.place-menu-added .svgicon{
  color: #7D7D7D;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  transform: rotateY(180deg);
}

.place-menu-list{
  padding-top: 13px;
}

.place-submenu{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  padding: 45px 28px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  display: none;
  max-height: calc(100vh - 150px);
}

.place-submenu a{
  color: inherit;
  border: none;
}

.place-submenu a:hover,
.place-submenu a:active{
  color: #FC9700;
}

.place-submenu.active{
  display: block;
}

.place-cat-menu{
  padding: 0;
  font-size: 14px;
  -moz-columns: 4;
  columns: 4;
  line-height: 16px;
}

.place-cat-menu ul{
  padding: 0;
  margin-bottom: 24px;
}

.place-cat-menu ul li{
  margin-bottom: 20px;
}

.place-cat-menu li{
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 20px;
}

.place-cat-menu li:last-child{
  margin-bottom: 0;
}

.place-cat-menu li:before{
  content: none;
}

.place-cat-menu a{
  font-weight: 500;
  color: #000000;
}

.place-cat-menu a:hover,
.place-cat-menu a:focus{
  color: #FC9700;
}

.place-cat-menu .has-children{
  margin-bottom: 47px;
}

.place-cat-menu .has-children a{
  font-weight: normal;
}

.place-cat-menu .has-children > a{
  color: #7D7D7D;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
}

.place-cat-menu .has-children > a:hover,
.place-cat-menu .has-children > a:focus{
  color: #FC9700;
}

.place-cat-menu .has-children > ul{
  margin-top: 16px;
}

.place-cat-submenu{
  display: none;
  padding-top: 27px;
}

.place-cat-submenu a{
  display: block;
}

.place-cat-submenu ul{
  padding-top: 27px;
  padding-left: 12px;
  display: none;
}

.place-cat-submenu li.opened > ul{
  display: block;
}

.place-cats{
  padding-top: 11px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 5px;
}

.place-cats-submenu{
  padding-top: 30px;
}

.place-cats-submenu li{
  padding-left: 12px;
}

.place-cats-submenu ul{
  padding: 10px 0;
  margin: 0;
}

.place-cats li{
  margin-bottom: 10px;
}

.place-cats li:last-child{
  margin: 0;
}

.place-cats li.has-children > a{
  display: block;
  position: relative;
}

.place-cats li.has-children > a:after{
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 17px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FC9700;
  border-right: 1px solid #FC9700;
  transform: rotate(45deg);
  transition: 0.24s;
}

.place-cats li.has-children.opened > a:after{
  transform: rotate(135deg);
}

.place-cats a{
  color: inherit;
  border: none;
}

.place-cats a:hover,
.place-cats a:focus{
  color: #FC9700;
}

.place-cats a.active{
  color: #FC9700;
}

.place-status{
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 100px;
  padding: 9px 24px 8px 8px;
  color: #FC9700;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 56px;
}

.place-status .svgicon-clock{
  width: 48px;
  height: 48px;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -1px;
}

.place-status .svgicon-clock svg{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px;
}

.place-status.will-open{
  color: #BB392F;
}

.place-status.will-close{
  color: #FC9700;
}

.place-mobile-opts{
  display: none;
}

.shop-catalog-title{
  display: none;
}

span.ripple{
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  -webkit-animation: ripple 400ms linear;
  animation: ripple 400ms linear;
  background-color: rgba(255, 255, 255, 0.45);
  opacity: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: -1;
}

@-webkit-keyframes ripple{
  100%{
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes ripple{
  100%{
    transform: scale(4);
    opacity: 0;
  }
}

.modal{
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
}

.modal-close{
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 12px;
  width: 36px;
  height: 36px;
  background: #000000 url(../img/icons/close.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  border-radius: 50%;
  border: none;
  outline: none !important;
  transition: opacity 0.24s, visibility 0.001s 0.24s;
}

.modal-content{
  border: none;
  border-radius: 8px;
  padding: 48px;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
}

.modal-title{
  margin-bottom: 20px;
}

.modal-title.h4 span{
  position: relative;
  z-index: 1;
}

.modal-title.h4 span:before{
  content: " ";
  position: absolute;
  top: 3px;
  left: -5px;
  width: 37px;
  bottom: 2px;
  z-index: -1;
  background: #FFD107;
}

.modal-backdrop{
  background: linear-gradient(114.13deg, #FFA800 36.05%, rgba(255, 107, 0, 0.8) 100%);
}

.modal-backdrop.show{
  opacity: 0.8;
}

.product-opt-modal{
  letter-spacing: 0;
}

.product-opt-modal.modal-dialog{
  max-width: 451px;
}

.product-opt-modal h6,
.product-opt-modal .h6{
  margin-top: 0;
  margin-bottom: -3px;
}

.product-opt-capt{
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #7D7D7D;
}

.product-opt-capt .req{
  color: #FC9700;
  margin-left: 6px;
}

.opt-list{
  margin-top: 23px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2F2F2;
}

.opt-list:last-child{
  border-bottom: none;
}

.opt-list li{
  margin-bottom: 24px;
}

.opt-list label{
  font-size: 14px;
}

.opt-list label span{
  color: #7D7D7D;
  font-weight: bold;
}

.opt-list .checkitem{
  padding-left: 41px;
}

.product-opt-total{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-opt-total .btn .svgicon{
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.auth-modal.modal-dialog{
  max-width: 451px;
}

.auth-btns{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-cocontent: space-between;
  margin-left: -24px;
}

.auth-btn{
  border: 1px solid #F2F2F2;
  background: none;
  text-align: center;
  border-radius: 8px;
  width: calc(50% - 24px);
  margin-left: 24px;
  margin-bottom: 24px;
  padding: 24px;
  font-weight: 500;
  outline: none !important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: color 0.24s, border-color 0.24s;
}

.auth-btn .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2F2F2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 auto 10px;
  color: #7D7D7D;
  transition: color 0.24s, border-color 0.24s;
}

.auth-btn .svgicon{
  width: 20px;
  height: 20px;
}

.auth-btn .ripple{
  background-color: #F2F2F2;
}

.auth-btn:hover,
.auth-btn:focus,
.auth-btn:active{
  border-color: #FC9700;
}

.auth-btn:hover .icon,
.auth-btn:focus .icon,
.auth-btn:active .icon{
  color: #FC9700;
  border-color: #FC9700;
}

.auth-step{
  display: none;
  max-width: 456px;
  width: 100%;
  margin: auto;
}

.auth-step.active{
  display: block;
}

.auth-bottom{
  text-align: right;
}

.auth-bottom .btn{
  margin-left: 24px;
}

.phone-input label,
.pass-input label{
  background: #FFFFFF;
  left: 40px;
  right: 0;
  padding-left: 0;
}

.phone-input .svgicon,
.pass-input .svgicon{
  position: absolute;
  top: 14px;
  left: 8px;
  width: 24px;
  height: 24px;
  color: #7D7D7D;
}

.phone-input .form-control,
.pass-input .form-control{
  padding-left: 40px;
}

.calling{
  background: #F2F2F2;
  border-radius: 8px;
  padding: 20px 24px 48px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #7D7D7D;
  margin-bottom: 24px;
}

.calling-title{
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 4px;
}

.calling-icon{
  width: 130px;
  height: 130px;
  margin: 0 auto 24px;
  border-radius: 50%;
  padding: 23px;
}

.calling-icon > div{
  background: #00A871;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.calling-icon > div:before,
.calling-icon > div:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 168, 113, 0.2);
  z-index: -1;
  -webkit-animation: changeSize 1.5s cubic-bezier(0, 0, 0, 0) 0s infinite;
  animation: changeSize 1.5s cubic-bezier(0, 0, 0, 0) 0s infinite;
}

.calling-icon > div:after{
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  animation-dureation: 1.7s;
  -webkit-animation: changeSize2 2.5s cubic-bezier(0, 0, 0, 0) 0s infinite;
  animation: changeSize2 2.5s cubic-bezier(0, 0, 0, 0) 0s infinite;
}

.modal-open[style="padding-right: 17px;"] .header{
  right: 17px;
}

@-webkit-keyframes changeSize{
  0%{
    transform: scale(1);
    opacity: 1;
  }

  70%,
  100%{
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes changeSize{
  0%{
    transform: scale(1);
    opacity: 1;
  }

  70%,
  100%{
    transform: scale(1.8);
    opacity: 0;
  }
}

@-webkit-keyframes changeSize2{
  0%{
    transform: scale(0);
    opacity: 1;
  }

  70%,
  100%{
    transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes changeSize2{
  0%{
    transform: scale(0);
    opacity: 1;
  }

  70%,
  100%{
    transform: scale(1.1);
    opacity: 0;
  }
}

.location-modal.modal-dialog{
  max-width: 1055px;
  width: 90%;
}

.location-modal.modal-dialog .modal-content{
  display: flex;
  flex-direction: row;
}

.location-modal .modal-content{
  padding: 0;
}

.location-modal-left{
  flex-grow: 1;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
}

.location-modal-map{
  width: 426px;
  flex-shrink: 0;
  flex-grow: 0;
  min-height: 406px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.location-modal .location-title{
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 48px;
}

.location-modal-bottom{
  margin-top: auto;
  text-align: right;
}

.location-modal-bottom button{
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.location-modal-bottom .autodetect{
  background: none;
  border: none;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.location-modal-bottom .autodetect .svgicon{
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 24px;
  height: 24px;
}

.select-city{
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #FC9700;
  outline: none;
  transition: color 0.24s;
  outline: none !important;
}

.select-city:hover,
.select-city:focus{
  color: #FF6B00;
}

.select-city .svgicon{
  width: 24px;
  height: 24px;
  margin-left: 0;
  vertical-align: middle;
  margin-top: -4px;
}

.location-input{
  position: relative;
  padding-left: 40px;
}

.location-input:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../img/icons/pin-colored.svg") no-repeat 50% 50%;
  margin-top: -12px;
}

.location-map{
  min-height: 100%;
  width: 100%;
  border-radius: inherit;
}

.location-full-block{
  display: none;
}

.toggle-full-adress{
  color: #7D7D7D;
}

.location-add{
  display: none;
}

.location-add.active{
  display: block;
}

.city-modal-title{
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.city-modal .modal-content{
  max-width: 280px;
  padding: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.city-modal .h4{
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 900;
}

.city-modal .modal-close{
  top: 24px;
  left: inherit;
  right: 24px;
  width: 18px;
  height: 18px;
  background: url("../img/icons/close-icon.svg") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 0;
  border: none;
}

.city-modal.modal-dialog{
  max-width: 280px;
}

.city-modal-opened{
  overflow: auto;
}

.city-modal-opened #city-modal{
  height: auto;
  box-shadow: none;
  margin-left: 410px;
  margin-top: 63px;
  max-width: 280px;
}

.add-adress{
  padding: 1px 0;
  outline: none !important;
}

.add-adress .svgicon{
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.adresses-item{
  padding-left: 56px;
  position: relative;
}

.adresses-item .top-icon{
  left: 0;
  width: 40px;
  height: 40px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adresses-item .top-icon .svgicon{
  width: 18px;
  height: 18px;
  color: #7D7D7D;
}

.adresses-item-content{
  font-size: 12px;
  color: #7D7D7D;
  position: relative;
  padding-right: 30px;
}

.adresses-item-title{
  font-size: 16px;
  color: #000000;
}

.adresses-item-btn{
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: none;
  outline: none !important;
}

.adresses-item-btn .svgicon{
  width: 24px;
  height: 24px;
}

.adresses-item-opts{
  position: absolute;
  top: 0;
  right: 0;
}

.adresses-item-opts .dropdown{
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  list-style-type: none;
  padding: 8px 0;
  margin: 0;
  position: absolute;
  top: 100%;
  border-radius: 8px;
  font-size: 14px;
  background: #FFFFFF;
  z-index: 50;
  min-width: 112px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.24s, transform 0.24s, visibility 0.24s 0.001s;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.adresses-item-opts .dropdown li{
  margin: 0;
}

.adresses-item-opts .dropdown li a{
  display: block;
  padding: 13px 16px;
  border: none;
  color: #000000;
  position: relative;
}

.adresses-item-opts .dropdown li a:hover,
.adresses-item-opts .dropdown li a:focus{
  color: #FC9700;
}

.adresses-item-opts .dropdown .ripple{
  background: #F2F2F2;
}

.adresses-item-opts:focus .dropdown,
.adresses-item-opts:focus-within .dropdown{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cart-modal.modal-dialog{
  max-width: 1055px;
  width: 90%;
}

.cart-order-place{
  margin-bottom: 20px;
}

.cart-item{
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 32px;
  margin-bottom: 24px;
}

.cart-item-img{
  width: 84px;
  margin-right: 24px;
  margin-bottom: -12px;
  flex-shrink: 0;
}

.cart-item-img .img{
  margin-bottom: 9px;
}

.cart-item-img .img img{
  display: block;
  height: 84px;
  width: 84px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  border-radius: 8px;
}

.cart-item-img .price{
  font-size: 12px;
  text-align: center;
}

.cart-item-content{
  color: #7D7D7D;
  letter-spacing: 0;
  margin-bottom: 18px;
  margin-right: auto;
  padding-right: 24px;
  max-width: 252px;
}

.cart-item-content .h6{
  font-weight: normal;
  margin-bottom: 8px;
}

.cart-item-content a{
  color: inherit;
}

.cart-item-price{
  margin-bottom: 18px;
  margin-left: 8%;
  width: 104px;
  text-align: center;
  flex-shrink: 0;
}

.cart-item-opt{
  margin-left: 12%;
  flex-shrink: 0;
}

.cart-item-opt button{
  margin-bottom: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  margin-left: 20px;
  border: 1px solid #F2F2F2;
  color: #7D7D7D;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.24s, border-color 0.24s, background-color 0.24s;
  outline: none !important;
}

.cart-item-opt button .svgicon{
  width: 12px;
  height: 12px;
}

.cart-item-opt button:hover{
  border-color: #FC9700;
  background-color: #FC9700;
  color: #FFFFFF;
}

.cart-item .card-count{
  display: flex;
  width: 114px;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.cart-item .more{
  margin-left: 4px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  cursor: pointer;
}

.cart-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-total-count{
  position: relative;
  z-index: 2;
  font-size: 16px;
  display: inline-block;
  padding: 13px 32px;
  border-radius: 30px;
  letter-spacing: 0;
}

.cart-total-count:before,
.cart-total-count:after{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: -1;
}

.cart-total-count:before{
  background: linear-gradient(114.13deg, #FFA800 36.05%, #FF6B00 100%);
}

.cart-total-count:after{
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #FFFFFF;
  opacity: 1;
  transition: opacity 0.24s;
}

.breadcrumbs{
  font-size: 15px;
  line-height: 16px;
  color: #7D7D7D;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs-wrap{
  padding-top: 19px;
  padding-bottom: 19px;
}

.breadcrumbs-wrap + .section{
  padding-top: 36px;
}

.breadcrumbs-wrap.light{
  background: #FFFFFF;
}

.breadcrumbs li{
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs li:before{
  content: none;
}

.breadcrumbs li:after{
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin: -2px 8px 0;
}

.breadcrumbs li:last-child:after{
  content: none;
}

.breadcrumbs a{
  color: inherit;
  border: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus{
  color: #000000;
}

.catalog-title{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.catalog-title-capt{
  font-size: 12px;
}

.catalog-title-capt div{
  font-size: 18px;
  font-weight: 900;
}

.catalog-title-wrap{
  padding-top: 22px;
  padding-bottom: 47px;
  border-bottom: 1px solid #DCDCDC;
}

.catalog-title-wrap + .section{
  padding-top: 42px;
}

.catalog-title .h1,
.catalog-title .h2,
.catalog-title .h3,
.catalog-title .h4,
.catalog-title .h5{
  margin-bottom: 0;
}

.catalog-top-slider{
  position: relative;
  margin-bottom: 64px;
}

.catalog-top-slider:before{
  content: " ";
  position: absolute;
  top: -50px;
  right: -8px;
  width: 104px;
  height: 20px;
  background: #F4F4F4;
}

.catalog-top-slider .swiper-button-prev,
.catalog-top-slider .swiper-button-next{
  top: -39px;
}

.catalog-top-slider .top-item{
  height: 147px;
  padding-left: 83px;
}

.catalog-top-slider .top-title{
  margin-bottom: 3px;
}

.catalog-top-slider .top-sale{
  font-size: 16px;
}

.catalog-top-slider .top-content{
  padding-top: 16px;
}

.catalog-top-slider .top-img{
  width: 95px;
  left: 47px;
}

.category-catalog-controls .catalog-filters{
  margin-left: 0;
}

.category-catalog-controls .catalog-filters .filters-item:first-child{
  margin-left: 0;
}

.catalog-search,
.place-search{
  width: 304px;
  margin-top: -4px;
}

.catalog-search .input-wrap,
.place-search .input-wrap{
  margin-bottom: 0;
}

.catalog-search .form-control,
.catalog-search label,
.place-search .form-control,
.place-search label{
  padding-left: 46px;
}

.catalog-search .svgicon-search,
.place-search .svgicon-search{
  position: absolute;
  top: 15px;
  left: 8px;
  width: 24px;
  height: 24px;
  color: #7D7D7D;
}

.place-search{
  width: auto;
}

.history-modal .modal-title.h4 span:before{
  left: 0;
}

.history-modal .modal-content{
  max-width: 451px;
}

.history-list{
  letter-spacing: 0;
  color: #7D7D7D;
  font-size: 12px;
  line-height: 18px;
}

.history-item{
  display: flex;
  align-items: center;
  margin: 12px 0 24px;
}

.history-item-title{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.history-item strong{
  color: inherit;
}

.history-item .top-icon{
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border: 1px solid #F2F2F2;
  position: relative;
  top: 0;
  left: 0;
}

.history-item .new{
  color: #FC9700;
}

.history-item .canceled{
  color: #BB392F;
}

.product-vars-modal.modal-dialog{
  max-width: 451px;
}

.product-vars-modal .col-12{
  margin-bottom: 12px;
}

.product-vars-modal .food-card{
  box-shadow: none;
  border: 1px solid #F2F2F2;
  margin-bottom: 0;
  height: 100%;
}

.product-vars-modal .food-card .card-body{
  padding-top: 4px;
}

.product-vars-modal .food-card .card-footer{
  padding-bottom: 4px;
}

.product-vars-modal .food-card .card-buy{
  opacity: 1;
}

.product-vars-modal .food-card.added{
  border-color: #FC9700;
}

.product-vars-list{
  padding-bottom: 4px;
}

.share-modal.modal-dialog{
  max-width: 451px;
}

.share-list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-bottom: 0;
}

.share-list li{
  padding-left: 24px;
  width: 33.33%;
  flex: 0 0 33.33%;
}

.share-item{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  background: #FFFFFF;
  align-items: center;
  color: #000000;
  border: none;
  padding: 24px 24px 35px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
}

.share-item:hover .svgicon{
  color: #FC9700;
}

.share-item .svgicon{
  color: #7D7D7D;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  transition: color 0.24s;
}

.share-item .ripple{
  background-color: #F2F2F2;
}

.pitem{
  display: flex;
  align-items: center;
  font-size: 14px;
}

.pitem-icon{
  position: relative;
  top: 0;
  flex: 0 0 48px;
  margin-right: 12px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #F2F2F2;
  color: #7D7D7D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pitem-icon .svgicon{
  width: 18px;
  height: 18px;
  left: 0;
}

.pitem-title{
  font-size: 16px;
  line-height: 21px;
  color: #000000;
}

.pitem-title + .pitem-val{
  margin-top: 8px;
}

.pitem-val .small{
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}

.place-info-modal.modal-dialog{
  max-width: 926px;
}

.info-list{
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
}

.info-item{
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 36px;
  margin-bottom: 36px;
}

.info-item:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.info-item-title{
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
}

.info-item .share-list li{
  width: 142px;
  flex: 0 0 142px;
}

.tags{
  margin-bottom: -12px;
  margin-right: -8px;
  font-size: 0;
}

.tag{
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #7D7D7D;
  padding: 9px 12px 7px;
  background: #F2F2F2;
  border-radius: 40px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}

.tag.active{
  background: linear-gradient(114.13deg, #FFA800 36.05%, #FF6B00 100%);
  color: #FFFFFF;
}

.excerpt{
  overflow: hidden;
  padding-bottom: 68px;
}

.excerpt-block{
  position: relative;
}

.excerpt-wrap{
  overflow: hidden;
  max-height: 120px;
  position: relative;
  transition: max-height 0.4s;
}

.excerpt-toggle{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #FFF0 0%, #FFFFFF 74%);
  padding-top: 50px;
}

.excerpt-toggle button{
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #FC9700;
  background: none;
  border: none;
  text-decoration: underline;
}

@media (min-width: 576px){
  .col-xs{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-xs-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1{
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5{
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7{
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8{
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10{
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11{
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first{
    order: -1;
  }

  .order-xs-last{
    order: 13;
  }

  .order-xs-0{
    order: 0;
  }

  .order-xs-1{
    order: 1;
  }

  .order-xs-2{
    order: 2;
  }

  .order-xs-3{
    order: 3;
  }

  .order-xs-4{
    order: 4;
  }

  .order-xs-5{
    order: 5;
  }

  .order-xs-6{
    order: 6;
  }

  .order-xs-7{
    order: 7;
  }

  .order-xs-8{
    order: 8;
  }

  .order-xs-9{
    order: 9;
  }

  .order-xs-10{
    order: 10;
  }

  .order-xs-11{
    order: 11;
  }

  .order-xs-12{
    order: 12;
  }

  .offset-xs-0{
    margin-left: 0;
  }

  .offset-xs-1{
    margin-left: 8.3333333333%;
  }

  .offset-xs-2{
    margin-left: 16.6666666667%;
  }

  .offset-xs-3{
    margin-left: 25%;
  }

  .offset-xs-4{
    margin-left: 33.3333333333%;
  }

  .offset-xs-5{
    margin-left: 41.6666666667%;
  }

  .offset-xs-6{
    margin-left: 50%;
  }

  .offset-xs-7{
    margin-left: 58.3333333333%;
  }

  .offset-xs-8{
    margin-left: 66.6666666667%;
  }

  .offset-xs-9{
    margin-left: 75%;
  }

  .offset-xs-10{
    margin-left: 83.3333333333%;
  }

  .offset-xs-11{
    margin-left: 91.6666666667%;
  }

  .dropdown-menu-xs-left{
    right: auto;
    left: 0;
  }

  .dropdown-menu-xs-right{
    right: 0;
    left: auto;
  }

  .list-group-horizontal-xs{
    flex-direction: row;
  }

  .list-group-horizontal-xs .list-group-item:first-child{
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xs .list-group-item:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xs .list-group-item.active{
    margin-top: 0;
  }

  .list-group-horizontal-xs .list-group-item + .list-group-item{
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xs .list-group-item + .list-group-item.active{
    margin-left: -1px;
    border-left-width: 1px;
  }

  .d-xs-none{
    display: none !important;
  }

  .d-xs-inline{
    display: inline !important;
  }

  .d-xs-inline-block{
    display: inline-block !important;
  }

  .d-xs-block{
    display: block !important;
  }

  .d-xs-table{
    display: table !important;
  }

  .d-xs-table-row{
    display: table-row !important;
  }

  .d-xs-table-cell{
    display: table-cell !important;
  }

  .d-xs-flex{
    display: flex !important;
  }

  .d-xs-inline-flex{
    display: inline-flex !important;
  }

  .flex-xs-row{
    flex-direction: row !important;
  }

  .flex-xs-column{
    flex-direction: column !important;
  }

  .flex-xs-row-reverse{
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse{
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap{
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap{
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .flex-xs-fill{
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0{
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1{
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0{
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1{
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start{
    justify-content: flex-start !important;
  }

  .justify-content-xs-end{
    justify-content: flex-end !important;
  }

  .justify-content-xs-center{
    justify-content: center !important;
  }

  .justify-content-xs-between{
    justify-content: space-between !important;
  }

  .justify-content-xs-around{
    justify-content: space-around !important;
  }

  .align-items-xs-start{
    align-items: flex-start !important;
  }

  .align-items-xs-end{
    align-items: flex-end !important;
  }

  .align-items-xs-center{
    align-items: center !important;
  }

  .align-items-xs-baseline{
    align-items: baseline !important;
  }

  .align-items-xs-stretch{
    align-items: stretch !important;
  }

  .align-content-xs-start{
    align-content: flex-start !important;
  }

  .align-content-xs-end{
    align-content: flex-end !important;
  }

  .align-content-xs-center{
    align-content: center !important;
  }

  .align-content-xs-between{
    align-content: space-between !important;
  }

  .align-content-xs-around{
    align-content: space-around !important;
  }

  .align-content-xs-stretch{
    align-content: stretch !important;
  }

  .align-self-xs-auto{
    align-self: auto !important;
  }

  .align-self-xs-start{
    align-self: flex-start !important;
  }

  .align-self-xs-end{
    align-self: flex-end !important;
  }

  .align-self-xs-center{
    align-self: center !important;
  }

  .align-self-xs-baseline{
    align-self: baseline !important;
  }

  .align-self-xs-stretch{
    align-self: stretch !important;
  }

  .float-xs-left{
    float: left !important;
  }

  .float-xs-right{
    float: right !important;
  }

  .float-xs-none{
    float: none !important;
  }

  .m-xs-0{
    margin: 0 !important;
  }

  .mt-xs-0,
  .my-xs-0{
    margin-top: 0 !important;
  }

  .mr-xs-0,
  .mx-xs-0{
    margin-right: 0 !important;
  }

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

  .ml-xs-0,
  .mx-xs-0{
    margin-left: 0 !important;
  }

  .m-xs-1{
    margin: 8px !important;
  }

  .mt-xs-1,
  .my-xs-1{
    margin-top: 8px !important;
  }

  .mr-xs-1,
  .mx-xs-1{
    margin-right: 8px !important;
  }

  .mb-xs-1,
  .my-xs-1{
    margin-bottom: 8px !important;
  }

  .ml-xs-1,
  .mx-xs-1{
    margin-left: 8px !important;
  }

  .m-xs-2{
    margin: 16px !important;
  }

  .mt-xs-2,
  .my-xs-2{
    margin-top: 16px !important;
  }

  .mr-xs-2,
  .mx-xs-2{
    margin-right: 16px !important;
  }

  .mb-xs-2,
  .my-xs-2{
    margin-bottom: 16px !important;
  }

  .ml-xs-2,
  .mx-xs-2{
    margin-left: 16px !important;
  }

  .m-xs-3{
    margin: 32px !important;
  }

  .mt-xs-3,
  .my-xs-3{
    margin-top: 32px !important;
  }

  .mr-xs-3,
  .mx-xs-3{
    margin-right: 32px !important;
  }

  .mb-xs-3,
  .my-xs-3{
    margin-bottom: 32px !important;
  }

  .ml-xs-3,
  .mx-xs-3{
    margin-left: 32px !important;
  }

  .m-xs-4{
    margin: 48px !important;
  }

  .mt-xs-4,
  .my-xs-4{
    margin-top: 48px !important;
  }

  .mr-xs-4,
  .mx-xs-4{
    margin-right: 48px !important;
  }

  .mb-xs-4,
  .my-xs-4{
    margin-bottom: 48px !important;
  }

  .ml-xs-4,
  .mx-xs-4{
    margin-left: 48px !important;
  }

  .m-xs-5{
    margin: 96px !important;
  }

  .mt-xs-5,
  .my-xs-5{
    margin-top: 96px !important;
  }

  .mr-xs-5,
  .mx-xs-5{
    margin-right: 96px !important;
  }

  .mb-xs-5,
  .my-xs-5{
    margin-bottom: 96px !important;
  }

  .ml-xs-5,
  .mx-xs-5{
    margin-left: 96px !important;
  }

  .p-xs-0{
    padding: 0 !important;
  }

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

  .pr-xs-0,
  .px-xs-0{
    padding-right: 0 !important;
  }

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

  .pl-xs-0,
  .px-xs-0{
    padding-left: 0 !important;
  }

  .p-xs-1{
    padding: 8px !important;
  }

  .pt-xs-1,
  .py-xs-1{
    padding-top: 8px !important;
  }

  .pr-xs-1,
  .px-xs-1{
    padding-right: 8px !important;
  }

  .pb-xs-1,
  .py-xs-1{
    padding-bottom: 8px !important;
  }

  .pl-xs-1,
  .px-xs-1{
    padding-left: 8px !important;
  }

  .p-xs-2{
    padding: 16px !important;
  }

  .pt-xs-2,
  .py-xs-2{
    padding-top: 16px !important;
  }

  .pr-xs-2,
  .px-xs-2{
    padding-right: 16px !important;
  }

  .pb-xs-2,
  .py-xs-2{
    padding-bottom: 16px !important;
  }

  .pl-xs-2,
  .px-xs-2{
    padding-left: 16px !important;
  }

  .p-xs-3{
    padding: 32px !important;
  }

  .pt-xs-3,
  .py-xs-3{
    padding-top: 32px !important;
  }

  .pr-xs-3,
  .px-xs-3{
    padding-right: 32px !important;
  }

  .pb-xs-3,
  .py-xs-3{
    padding-bottom: 32px !important;
  }

  .pl-xs-3,
  .px-xs-3{
    padding-left: 32px !important;
  }

  .p-xs-4{
    padding: 48px !important;
  }

  .pt-xs-4,
  .py-xs-4{
    padding-top: 48px !important;
  }

  .pr-xs-4,
  .px-xs-4{
    padding-right: 48px !important;
  }

  .pb-xs-4,
  .py-xs-4{
    padding-bottom: 48px !important;
  }

  .pl-xs-4,
  .px-xs-4{
    padding-left: 48px !important;
  }

  .p-xs-5{
    padding: 96px !important;
  }

  .pt-xs-5,
  .py-xs-5{
    padding-top: 96px !important;
  }

  .pr-xs-5,
  .px-xs-5{
    padding-right: 96px !important;
  }

  .pb-xs-5,
  .py-xs-5{
    padding-bottom: 96px !important;
  }

  .pl-xs-5,
  .px-xs-5{
    padding-left: 96px !important;
  }

  .m-xs-n1{
    margin: -8px !important;
  }

  .mt-xs-n1,
  .my-xs-n1{
    margin-top: -8px !important;
  }

  .mr-xs-n1,
  .mx-xs-n1{
    margin-right: -8px !important;
  }

  .mb-xs-n1,
  .my-xs-n1{
    margin-bottom: -8px !important;
  }

  .ml-xs-n1,
  .mx-xs-n1{
    margin-left: -8px !important;
  }

  .m-xs-n2{
    margin: -16px !important;
  }

  .mt-xs-n2,
  .my-xs-n2{
    margin-top: -16px !important;
  }

  .mr-xs-n2,
  .mx-xs-n2{
    margin-right: -16px !important;
  }

  .mb-xs-n2,
  .my-xs-n2{
    margin-bottom: -16px !important;
  }

  .ml-xs-n2,
  .mx-xs-n2{
    margin-left: -16px !important;
  }

  .m-xs-n3{
    margin: -32px !important;
  }

  .mt-xs-n3,
  .my-xs-n3{
    margin-top: -32px !important;
  }

  .mr-xs-n3,
  .mx-xs-n3{
    margin-right: -32px !important;
  }

  .mb-xs-n3,
  .my-xs-n3{
    margin-bottom: -32px !important;
  }

  .ml-xs-n3,
  .mx-xs-n3{
    margin-left: -32px !important;
  }

  .m-xs-n4{
    margin: -48px !important;
  }

  .mt-xs-n4,
  .my-xs-n4{
    margin-top: -48px !important;
  }

  .mr-xs-n4,
  .mx-xs-n4{
    margin-right: -48px !important;
  }

  .mb-xs-n4,
  .my-xs-n4{
    margin-bottom: -48px !important;
  }

  .ml-xs-n4,
  .mx-xs-n4{
    margin-left: -48px !important;
  }

  .m-xs-n5{
    margin: -96px !important;
  }

  .mt-xs-n5,
  .my-xs-n5{
    margin-top: -96px !important;
  }

  .mr-xs-n5,
  .mx-xs-n5{
    margin-right: -96px !important;
  }

  .mb-xs-n5,
  .my-xs-n5{
    margin-bottom: -96px !important;
  }

  .ml-xs-n5,
  .mx-xs-n5{
    margin-left: -96px !important;
  }

  .m-xs-auto{
    margin: auto !important;
  }

  .mt-xs-auto,
  .my-xs-auto{
    margin-top: auto !important;
  }

  .mr-xs-auto,
  .mx-xs-auto{
    margin-right: auto !important;
  }

  .mb-xs-auto,
  .my-xs-auto{
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
  .mx-xs-auto{
    margin-left: auto !important;
  }

  .text-xs-left{
    text-align: left !important;
  }

  .text-xs-right{
    text-align: right !important;
  }

  .text-xs-center{
    text-align: center !important;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 540px;
  }

  .container-sm,
  .container{
    max-width: 540px;
  }

  .col-sm{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-sm-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1{
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5{
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7{
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8{
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10{
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11{
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first{
    order: -1;
  }

  .order-sm-last{
    order: 13;
  }

  .order-sm-0{
    order: 0;
  }

  .order-sm-1{
    order: 1;
  }

  .order-sm-2{
    order: 2;
  }

  .order-sm-3{
    order: 3;
  }

  .order-sm-4{
    order: 4;
  }

  .order-sm-5{
    order: 5;
  }

  .order-sm-6{
    order: 6;
  }

  .order-sm-7{
    order: 7;
  }

  .order-sm-8{
    order: 8;
  }

  .order-sm-9{
    order: 9;
  }

  .order-sm-10{
    order: 10;
  }

  .order-sm-11{
    order: 11;
  }

  .order-sm-12{
    order: 12;
  }

  .offset-sm-0{
    margin-left: 0;
  }

  .offset-sm-1{
    margin-left: 8.3333333333%;
  }

  .offset-sm-2{
    margin-left: 16.6666666667%;
  }

  .offset-sm-3{
    margin-left: 25%;
  }

  .offset-sm-4{
    margin-left: 33.3333333333%;
  }

  .offset-sm-5{
    margin-left: 41.6666666667%;
  }

  .offset-sm-6{
    margin-left: 50%;
  }

  .offset-sm-7{
    margin-left: 58.3333333333%;
  }

  .offset-sm-8{
    margin-left: 66.6666666667%;
  }

  .offset-sm-9{
    margin-left: 75%;
  }

  .offset-sm-10{
    margin-left: 83.3333333333%;
  }

  .offset-sm-11{
    margin-left: 91.6666666667%;
  }

  .form-inline label{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group{
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control{
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext{
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select{
    width: auto;
  }

  .form-inline .form-check{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input{
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control{
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label{
    margin-bottom: 0;
  }

  .dropdown-menu-sm-left{
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right{
    right: 0;
    left: auto;
  }

  .list-group-horizontal-sm{
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child{
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active{
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item{
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item + .list-group-item.active{
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-dialog{
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable{
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content{
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered{
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before{
    height: calc(100vh - 3.5rem);
  }

  .modal-sm{
    max-width: 300px;
  }

  .d-sm-none{
    display: none !important;
  }

  .d-sm-inline{
    display: inline !important;
  }

  .d-sm-inline-block{
    display: inline-block !important;
  }

  .d-sm-block{
    display: block !important;
  }

  .d-sm-table{
    display: table !important;
  }

  .d-sm-table-row{
    display: table-row !important;
  }

  .d-sm-table-cell{
    display: table-cell !important;
  }

  .d-sm-flex{
    display: flex !important;
  }

  .d-sm-inline-flex{
    display: inline-flex !important;
  }

  .flex-sm-row{
    flex-direction: row !important;
  }

  .flex-sm-column{
    flex-direction: column !important;
  }

  .flex-sm-row-reverse{
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse{
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap{
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap{
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill{
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0{
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1{
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0{
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1{
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start{
    justify-content: flex-start !important;
  }

  .justify-content-sm-end{
    justify-content: flex-end !important;
  }

  .justify-content-sm-center{
    justify-content: center !important;
  }

  .justify-content-sm-between{
    justify-content: space-between !important;
  }

  .justify-content-sm-around{
    justify-content: space-around !important;
  }

  .align-items-sm-start{
    align-items: flex-start !important;
  }

  .align-items-sm-end{
    align-items: flex-end !important;
  }

  .align-items-sm-center{
    align-items: center !important;
  }

  .align-items-sm-baseline{
    align-items: baseline !important;
  }

  .align-items-sm-stretch{
    align-items: stretch !important;
  }

  .align-content-sm-start{
    align-content: flex-start !important;
  }

  .align-content-sm-end{
    align-content: flex-end !important;
  }

  .align-content-sm-center{
    align-content: center !important;
  }

  .align-content-sm-between{
    align-content: space-between !important;
  }

  .align-content-sm-around{
    align-content: space-around !important;
  }

  .align-content-sm-stretch{
    align-content: stretch !important;
  }

  .align-self-sm-auto{
    align-self: auto !important;
  }

  .align-self-sm-start{
    align-self: flex-start !important;
  }

  .align-self-sm-end{
    align-self: flex-end !important;
  }

  .align-self-sm-center{
    align-self: center !important;
  }

  .align-self-sm-baseline{
    align-self: baseline !important;
  }

  .align-self-sm-stretch{
    align-self: stretch !important;
  }

  .float-sm-left{
    float: left !important;
  }

  .float-sm-right{
    float: right !important;
  }

  .float-sm-none{
    float: none !important;
  }

  .m-sm-0{
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0{
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0{
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0{
    margin-left: 0 !important;
  }

  .m-sm-1{
    margin: 8px !important;
  }

  .mt-sm-1,
  .my-sm-1{
    margin-top: 8px !important;
  }

  .mr-sm-1,
  .mx-sm-1{
    margin-right: 8px !important;
  }

  .mb-sm-1,
  .my-sm-1{
    margin-bottom: 8px !important;
  }

  .ml-sm-1,
  .mx-sm-1{
    margin-left: 8px !important;
  }

  .m-sm-2{
    margin: 16px !important;
  }

  .mt-sm-2,
  .my-sm-2{
    margin-top: 16px !important;
  }

  .mr-sm-2,
  .mx-sm-2{
    margin-right: 16px !important;
  }

  .mb-sm-2,
  .my-sm-2{
    margin-bottom: 16px !important;
  }

  .ml-sm-2,
  .mx-sm-2{
    margin-left: 16px !important;
  }

  .m-sm-3{
    margin: 32px !important;
  }

  .mt-sm-3,
  .my-sm-3{
    margin-top: 32px !important;
  }

  .mr-sm-3,
  .mx-sm-3{
    margin-right: 32px !important;
  }

  .mb-sm-3,
  .my-sm-3{
    margin-bottom: 32px !important;
  }

  .ml-sm-3,
  .mx-sm-3{
    margin-left: 32px !important;
  }

  .m-sm-4{
    margin: 48px !important;
  }

  .mt-sm-4,
  .my-sm-4{
    margin-top: 48px !important;
  }

  .mr-sm-4,
  .mx-sm-4{
    margin-right: 48px !important;
  }

  .mb-sm-4,
  .my-sm-4{
    margin-bottom: 48px !important;
  }

  .ml-sm-4,
  .mx-sm-4{
    margin-left: 48px !important;
  }

  .m-sm-5{
    margin: 96px !important;
  }

  .mt-sm-5,
  .my-sm-5{
    margin-top: 96px !important;
  }

  .mr-sm-5,
  .mx-sm-5{
    margin-right: 96px !important;
  }

  .mb-sm-5,
  .my-sm-5{
    margin-bottom: 96px !important;
  }

  .ml-sm-5,
  .mx-sm-5{
    margin-left: 96px !important;
  }

  .p-sm-0{
    padding: 0 !important;
  }

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

  .pr-sm-0,
  .px-sm-0{
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0{
    padding-left: 0 !important;
  }

  .p-sm-1{
    padding: 8px !important;
  }

  .pt-sm-1,
  .py-sm-1{
    padding-top: 8px !important;
  }

  .pr-sm-1,
  .px-sm-1{
    padding-right: 8px !important;
  }

  .pb-sm-1,
  .py-sm-1{
    padding-bottom: 8px !important;
  }

  .pl-sm-1,
  .px-sm-1{
    padding-left: 8px !important;
  }

  .p-sm-2{
    padding: 16px !important;
  }

  .pt-sm-2,
  .py-sm-2{
    padding-top: 16px !important;
  }

  .pr-sm-2,
  .px-sm-2{
    padding-right: 16px !important;
  }

  .pb-sm-2,
  .py-sm-2{
    padding-bottom: 16px !important;
  }

  .pl-sm-2,
  .px-sm-2{
    padding-left: 16px !important;
  }

  .p-sm-3{
    padding: 32px !important;
  }

  .pt-sm-3,
  .py-sm-3{
    padding-top: 32px !important;
  }

  .pr-sm-3,
  .px-sm-3{
    padding-right: 32px !important;
  }

  .pb-sm-3,
  .py-sm-3{
    padding-bottom: 32px !important;
  }

  .pl-sm-3,
  .px-sm-3{
    padding-left: 32px !important;
  }

  .p-sm-4{
    padding: 48px !important;
  }

  .pt-sm-4,
  .py-sm-4{
    padding-top: 48px !important;
  }

  .pr-sm-4,
  .px-sm-4{
    padding-right: 48px !important;
  }

  .pb-sm-4,
  .py-sm-4{
    padding-bottom: 48px !important;
  }

  .pl-sm-4,
  .px-sm-4{
    padding-left: 48px !important;
  }

  .p-sm-5{
    padding: 96px !important;
  }

  .pt-sm-5,
  .py-sm-5{
    padding-top: 96px !important;
  }

  .pr-sm-5,
  .px-sm-5{
    padding-right: 96px !important;
  }

  .pb-sm-5,
  .py-sm-5{
    padding-bottom: 96px !important;
  }

  .pl-sm-5,
  .px-sm-5{
    padding-left: 96px !important;
  }

  .m-sm-n1{
    margin: -8px !important;
  }

  .mt-sm-n1,
  .my-sm-n1{
    margin-top: -8px !important;
  }

  .mr-sm-n1,
  .mx-sm-n1{
    margin-right: -8px !important;
  }

  .mb-sm-n1,
  .my-sm-n1{
    margin-bottom: -8px !important;
  }

  .ml-sm-n1,
  .mx-sm-n1{
    margin-left: -8px !important;
  }

  .m-sm-n2{
    margin: -16px !important;
  }

  .mt-sm-n2,
  .my-sm-n2{
    margin-top: -16px !important;
  }

  .mr-sm-n2,
  .mx-sm-n2{
    margin-right: -16px !important;
  }

  .mb-sm-n2,
  .my-sm-n2{
    margin-bottom: -16px !important;
  }

  .ml-sm-n2,
  .mx-sm-n2{
    margin-left: -16px !important;
  }

  .m-sm-n3{
    margin: -32px !important;
  }

  .mt-sm-n3,
  .my-sm-n3{
    margin-top: -32px !important;
  }

  .mr-sm-n3,
  .mx-sm-n3{
    margin-right: -32px !important;
  }

  .mb-sm-n3,
  .my-sm-n3{
    margin-bottom: -32px !important;
  }

  .ml-sm-n3,
  .mx-sm-n3{
    margin-left: -32px !important;
  }

  .m-sm-n4{
    margin: -48px !important;
  }

  .mt-sm-n4,
  .my-sm-n4{
    margin-top: -48px !important;
  }

  .mr-sm-n4,
  .mx-sm-n4{
    margin-right: -48px !important;
  }

  .mb-sm-n4,
  .my-sm-n4{
    margin-bottom: -48px !important;
  }

  .ml-sm-n4,
  .mx-sm-n4{
    margin-left: -48px !important;
  }

  .m-sm-n5{
    margin: -96px !important;
  }

  .mt-sm-n5,
  .my-sm-n5{
    margin-top: -96px !important;
  }

  .mr-sm-n5,
  .mx-sm-n5{
    margin-right: -96px !important;
  }

  .mb-sm-n5,
  .my-sm-n5{
    margin-bottom: -96px !important;
  }

  .ml-sm-n5,
  .mx-sm-n5{
    margin-left: -96px !important;
  }

  .m-sm-auto{
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto{
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto{
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto{
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto{
    margin-left: auto !important;
  }

  .text-sm-left{
    text-align: left !important;
  }

  .text-sm-right{
    text-align: right !important;
  }

  .text-sm-center{
    text-align: center !important;
  }
}

@media (min-width: 1023px){
  .container{
    max-width: 720px;
  }

  .container-md,
  .container-xs,
  .container{
    max-width: 720px;
  }

  .col-md{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-md-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1{
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5{
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7{
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8{
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10{
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11{
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first{
    order: -1;
  }

  .order-md-last{
    order: 13;
  }

  .order-md-0{
    order: 0;
  }

  .order-md-1{
    order: 1;
  }

  .order-md-2{
    order: 2;
  }

  .order-md-3{
    order: 3;
  }

  .order-md-4{
    order: 4;
  }

  .order-md-5{
    order: 5;
  }

  .order-md-6{
    order: 6;
  }

  .order-md-7{
    order: 7;
  }

  .order-md-8{
    order: 8;
  }

  .order-md-9{
    order: 9;
  }

  .order-md-10{
    order: 10;
  }

  .order-md-11{
    order: 11;
  }

  .order-md-12{
    order: 12;
  }

  .offset-md-0{
    margin-left: 0;
  }

  .offset-md-1{
    margin-left: 8.3333333333%;
  }

  .offset-md-2{
    margin-left: 16.6666666667%;
  }

  .offset-md-3{
    margin-left: 25%;
  }

  .offset-md-4{
    margin-left: 33.3333333333%;
  }

  .offset-md-5{
    margin-left: 41.6666666667%;
  }

  .offset-md-6{
    margin-left: 50%;
  }

  .offset-md-7{
    margin-left: 58.3333333333%;
  }

  .offset-md-8{
    margin-left: 66.6666666667%;
  }

  .offset-md-9{
    margin-left: 75%;
  }

  .offset-md-10{
    margin-left: 83.3333333333%;
  }

  .offset-md-11{
    margin-left: 91.6666666667%;
  }

  .dropdown-menu-md-left{
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right{
    right: 0;
    left: auto;
  }

  .list-group-horizontal-md{
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child{
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active{
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item{
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item + .list-group-item.active{
    margin-left: -1px;
    border-left-width: 1px;
  }

  .d-md-none{
    display: none !important;
  }

  .d-md-inline{
    display: inline !important;
  }

  .d-md-inline-block{
    display: inline-block !important;
  }

  .d-md-block{
    display: block !important;
  }

  .d-md-table{
    display: table !important;
  }

  .d-md-table-row{
    display: table-row !important;
  }

  .d-md-table-cell{
    display: table-cell !important;
  }

  .d-md-flex{
    display: flex !important;
  }

  .d-md-inline-flex{
    display: inline-flex !important;
  }

  .flex-md-row{
    flex-direction: row !important;
  }

  .flex-md-column{
    flex-direction: column !important;
  }

  .flex-md-row-reverse{
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse{
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap{
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap{
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill{
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0{
    flex-grow: 0 !important;
  }

  .flex-md-grow-1{
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0{
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1{
    flex-shrink: 1 !important;
  }

  .justify-content-md-start{
    justify-content: flex-start !important;
  }

  .justify-content-md-end{
    justify-content: flex-end !important;
  }

  .justify-content-md-center{
    justify-content: center !important;
  }

  .justify-content-md-between{
    justify-content: space-between !important;
  }

  .justify-content-md-around{
    justify-content: space-around !important;
  }

  .align-items-md-start{
    align-items: flex-start !important;
  }

  .align-items-md-end{
    align-items: flex-end !important;
  }

  .align-items-md-center{
    align-items: center !important;
  }

  .align-items-md-baseline{
    align-items: baseline !important;
  }

  .align-items-md-stretch{
    align-items: stretch !important;
  }

  .align-content-md-start{
    align-content: flex-start !important;
  }

  .align-content-md-end{
    align-content: flex-end !important;
  }

  .align-content-md-center{
    align-content: center !important;
  }

  .align-content-md-between{
    align-content: space-between !important;
  }

  .align-content-md-around{
    align-content: space-around !important;
  }

  .align-content-md-stretch{
    align-content: stretch !important;
  }

  .align-self-md-auto{
    align-self: auto !important;
  }

  .align-self-md-start{
    align-self: flex-start !important;
  }

  .align-self-md-end{
    align-self: flex-end !important;
  }

  .align-self-md-center{
    align-self: center !important;
  }

  .align-self-md-baseline{
    align-self: baseline !important;
  }

  .align-self-md-stretch{
    align-self: stretch !important;
  }

  .float-md-left{
    float: left !important;
  }

  .float-md-right{
    float: right !important;
  }

  .float-md-none{
    float: none !important;
  }

  .m-md-0{
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0{
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0{
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0{
    margin-left: 0 !important;
  }

  .m-md-1{
    margin: 8px !important;
  }

  .mt-md-1,
  .my-md-1{
    margin-top: 8px !important;
  }

  .mr-md-1,
  .mx-md-1{
    margin-right: 8px !important;
  }

  .mb-md-1,
  .my-md-1{
    margin-bottom: 8px !important;
  }

  .ml-md-1,
  .mx-md-1{
    margin-left: 8px !important;
  }

  .m-md-2{
    margin: 16px !important;
  }

  .mt-md-2,
  .my-md-2{
    margin-top: 16px !important;
  }

  .mr-md-2,
  .mx-md-2{
    margin-right: 16px !important;
  }

  .mb-md-2,
  .my-md-2{
    margin-bottom: 16px !important;
  }

  .ml-md-2,
  .mx-md-2{
    margin-left: 16px !important;
  }

  .m-md-3{
    margin: 32px !important;
  }

  .mt-md-3,
  .my-md-3{
    margin-top: 32px !important;
  }

  .mr-md-3,
  .mx-md-3{
    margin-right: 32px !important;
  }

  .mb-md-3,
  .my-md-3{
    margin-bottom: 32px !important;
  }

  .ml-md-3,
  .mx-md-3{
    margin-left: 32px !important;
  }

  .m-md-4{
    margin: 48px !important;
  }

  .mt-md-4,
  .my-md-4{
    margin-top: 48px !important;
  }

  .mr-md-4,
  .mx-md-4{
    margin-right: 48px !important;
  }

  .mb-md-4,
  .my-md-4{
    margin-bottom: 48px !important;
  }

  .ml-md-4,
  .mx-md-4{
    margin-left: 48px !important;
  }

  .m-md-5{
    margin: 96px !important;
  }

  .mt-md-5,
  .my-md-5{
    margin-top: 96px !important;
  }

  .mr-md-5,
  .mx-md-5{
    margin-right: 96px !important;
  }

  .mb-md-5,
  .my-md-5{
    margin-bottom: 96px !important;
  }

  .ml-md-5,
  .mx-md-5{
    margin-left: 96px !important;
  }

  .p-md-0{
    padding: 0 !important;
  }

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

  .pr-md-0,
  .px-md-0{
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0{
    padding-left: 0 !important;
  }

  .p-md-1{
    padding: 8px !important;
  }

  .pt-md-1,
  .py-md-1{
    padding-top: 8px !important;
  }

  .pr-md-1,
  .px-md-1{
    padding-right: 8px !important;
  }

  .pb-md-1,
  .py-md-1{
    padding-bottom: 8px !important;
  }

  .pl-md-1,
  .px-md-1{
    padding-left: 8px !important;
  }

  .p-md-2{
    padding: 16px !important;
  }

  .pt-md-2,
  .py-md-2{
    padding-top: 16px !important;
  }

  .pr-md-2,
  .px-md-2{
    padding-right: 16px !important;
  }

  .pb-md-2,
  .py-md-2{
    padding-bottom: 16px !important;
  }

  .pl-md-2,
  .px-md-2{
    padding-left: 16px !important;
  }

  .p-md-3{
    padding: 32px !important;
  }

  .pt-md-3,
  .py-md-3{
    padding-top: 32px !important;
  }

  .pr-md-3,
  .px-md-3{
    padding-right: 32px !important;
  }

  .pb-md-3,
  .py-md-3{
    padding-bottom: 32px !important;
  }

  .pl-md-3,
  .px-md-3{
    padding-left: 32px !important;
  }

  .p-md-4{
    padding: 48px !important;
  }

  .pt-md-4,
  .py-md-4{
    padding-top: 48px !important;
  }

  .pr-md-4,
  .px-md-4{
    padding-right: 48px !important;
  }

  .pb-md-4,
  .py-md-4{
    padding-bottom: 48px !important;
  }

  .pl-md-4,
  .px-md-4{
    padding-left: 48px !important;
  }

  .p-md-5{
    padding: 96px !important;
  }

  .pt-md-5,
  .py-md-5{
    padding-top: 96px !important;
  }

  .pr-md-5,
  .px-md-5{
    padding-right: 96px !important;
  }

  .pb-md-5,
  .py-md-5{
    padding-bottom: 96px !important;
  }

  .pl-md-5,
  .px-md-5{
    padding-left: 96px !important;
  }

  .m-md-n1{
    margin: -8px !important;
  }

  .mt-md-n1,
  .my-md-n1{
    margin-top: -8px !important;
  }

  .mr-md-n1,
  .mx-md-n1{
    margin-right: -8px !important;
  }

  .mb-md-n1,
  .my-md-n1{
    margin-bottom: -8px !important;
  }

  .ml-md-n1,
  .mx-md-n1{
    margin-left: -8px !important;
  }

  .m-md-n2{
    margin: -16px !important;
  }

  .mt-md-n2,
  .my-md-n2{
    margin-top: -16px !important;
  }

  .mr-md-n2,
  .mx-md-n2{
    margin-right: -16px !important;
  }

  .mb-md-n2,
  .my-md-n2{
    margin-bottom: -16px !important;
  }

  .ml-md-n2,
  .mx-md-n2{
    margin-left: -16px !important;
  }

  .m-md-n3{
    margin: -32px !important;
  }

  .mt-md-n3,
  .my-md-n3{
    margin-top: -32px !important;
  }

  .mr-md-n3,
  .mx-md-n3{
    margin-right: -32px !important;
  }

  .mb-md-n3,
  .my-md-n3{
    margin-bottom: -32px !important;
  }

  .ml-md-n3,
  .mx-md-n3{
    margin-left: -32px !important;
  }

  .m-md-n4{
    margin: -48px !important;
  }

  .mt-md-n4,
  .my-md-n4{
    margin-top: -48px !important;
  }

  .mr-md-n4,
  .mx-md-n4{
    margin-right: -48px !important;
  }

  .mb-md-n4,
  .my-md-n4{
    margin-bottom: -48px !important;
  }

  .ml-md-n4,
  .mx-md-n4{
    margin-left: -48px !important;
  }

  .m-md-n5{
    margin: -96px !important;
  }

  .mt-md-n5,
  .my-md-n5{
    margin-top: -96px !important;
  }

  .mr-md-n5,
  .mx-md-n5{
    margin-right: -96px !important;
  }

  .mb-md-n5,
  .my-md-n5{
    margin-bottom: -96px !important;
  }

  .ml-md-n5,
  .mx-md-n5{
    margin-left: -96px !important;
  }

  .m-md-auto{
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto{
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto{
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto{
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto{
    margin-left: auto !important;
  }

  .text-md-left{
    text-align: left !important;
  }

  .text-md-right{
    text-align: right !important;
  }

  .text-md-center{
    text-align: center !important;
  }
}

@media screen and (min-width: 1025px){
  .place-menu-list{
    display: block !important;
  }
}

@media (min-width: 1320px){
  .container{
    max-width: 1100px;
  }

  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container{
    max-width: 1100px;
  }

  .col-lg{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-lg-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1{
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5{
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7{
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8{
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10{
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11{
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first{
    order: -1;
  }

  .order-lg-last{
    order: 13;
  }

  .order-lg-0{
    order: 0;
  }

  .order-lg-1{
    order: 1;
  }

  .order-lg-2{
    order: 2;
  }

  .order-lg-3{
    order: 3;
  }

  .order-lg-4{
    order: 4;
  }

  .order-lg-5{
    order: 5;
  }

  .order-lg-6{
    order: 6;
  }

  .order-lg-7{
    order: 7;
  }

  .order-lg-8{
    order: 8;
  }

  .order-lg-9{
    order: 9;
  }

  .order-lg-10{
    order: 10;
  }

  .order-lg-11{
    order: 11;
  }

  .order-lg-12{
    order: 12;
  }

  .offset-lg-0{
    margin-left: 0;
  }

  .offset-lg-1{
    margin-left: 8.3333333333%;
  }

  .offset-lg-2{
    margin-left: 16.6666666667%;
  }

  .offset-lg-3{
    margin-left: 25%;
  }

  .offset-lg-4{
    margin-left: 33.3333333333%;
  }

  .offset-lg-5{
    margin-left: 41.6666666667%;
  }

  .offset-lg-6{
    margin-left: 50%;
  }

  .offset-lg-7{
    margin-left: 58.3333333333%;
  }

  .offset-lg-8{
    margin-left: 66.6666666667%;
  }

  .offset-lg-9{
    margin-left: 75%;
  }

  .offset-lg-10{
    margin-left: 83.3333333333%;
  }

  .offset-lg-11{
    margin-left: 91.6666666667%;
  }

  .dropdown-menu-lg-left{
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right{
    right: 0;
    left: auto;
  }

  .list-group-horizontal-lg{
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child{
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active{
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item{
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item + .list-group-item.active{
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-lg,
  .modal-xl{
    max-width: 800px;
  }

  .d-lg-none{
    display: none !important;
  }

  .d-lg-inline{
    display: inline !important;
  }

  .d-lg-inline-block{
    display: inline-block !important;
  }

  .d-lg-block{
    display: block !important;
  }

  .d-lg-table{
    display: table !important;
  }

  .d-lg-table-row{
    display: table-row !important;
  }

  .d-lg-table-cell{
    display: table-cell !important;
  }

  .d-lg-flex{
    display: flex !important;
  }

  .d-lg-inline-flex{
    display: inline-flex !important;
  }

  .flex-lg-row{
    flex-direction: row !important;
  }

  .flex-lg-column{
    flex-direction: column !important;
  }

  .flex-lg-row-reverse{
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse{
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap{
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap{
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill{
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0{
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1{
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0{
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1{
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start{
    justify-content: flex-start !important;
  }

  .justify-content-lg-end{
    justify-content: flex-end !important;
  }

  .justify-content-lg-center{
    justify-content: center !important;
  }

  .justify-content-lg-between{
    justify-content: space-between !important;
  }

  .justify-content-lg-around{
    justify-content: space-around !important;
  }

  .align-items-lg-start{
    align-items: flex-start !important;
  }

  .align-items-lg-end{
    align-items: flex-end !important;
  }

  .align-items-lg-center{
    align-items: center !important;
  }

  .align-items-lg-baseline{
    align-items: baseline !important;
  }

  .align-items-lg-stretch{
    align-items: stretch !important;
  }

  .align-content-lg-start{
    align-content: flex-start !important;
  }

  .align-content-lg-end{
    align-content: flex-end !important;
  }

  .align-content-lg-center{
    align-content: center !important;
  }

  .align-content-lg-between{
    align-content: space-between !important;
  }

  .align-content-lg-around{
    align-content: space-around !important;
  }

  .align-content-lg-stretch{
    align-content: stretch !important;
  }

  .align-self-lg-auto{
    align-self: auto !important;
  }

  .align-self-lg-start{
    align-self: flex-start !important;
  }

  .align-self-lg-end{
    align-self: flex-end !important;
  }

  .align-self-lg-center{
    align-self: center !important;
  }

  .align-self-lg-baseline{
    align-self: baseline !important;
  }

  .align-self-lg-stretch{
    align-self: stretch !important;
  }

  .float-lg-left{
    float: left !important;
  }

  .float-lg-right{
    float: right !important;
  }

  .float-lg-none{
    float: none !important;
  }

  .m-lg-0{
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0{
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0{
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0{
    margin-left: 0 !important;
  }

  .m-lg-1{
    margin: 8px !important;
  }

  .mt-lg-1,
  .my-lg-1{
    margin-top: 8px !important;
  }

  .mr-lg-1,
  .mx-lg-1{
    margin-right: 8px !important;
  }

  .mb-lg-1,
  .my-lg-1{
    margin-bottom: 8px !important;
  }

  .ml-lg-1,
  .mx-lg-1{
    margin-left: 8px !important;
  }

  .m-lg-2{
    margin: 16px !important;
  }

  .mt-lg-2,
  .my-lg-2{
    margin-top: 16px !important;
  }

  .mr-lg-2,
  .mx-lg-2{
    margin-right: 16px !important;
  }

  .mb-lg-2,
  .my-lg-2{
    margin-bottom: 16px !important;
  }

  .ml-lg-2,
  .mx-lg-2{
    margin-left: 16px !important;
  }

  .m-lg-3{
    margin: 32px !important;
  }

  .mt-lg-3,
  .my-lg-3{
    margin-top: 32px !important;
  }

  .mr-lg-3,
  .mx-lg-3{
    margin-right: 32px !important;
  }

  .mb-lg-3,
  .my-lg-3{
    margin-bottom: 32px !important;
  }

  .ml-lg-3,
  .mx-lg-3{
    margin-left: 32px !important;
  }

  .m-lg-4{
    margin: 48px !important;
  }

  .mt-lg-4,
  .my-lg-4{
    margin-top: 48px !important;
  }

  .mr-lg-4,
  .mx-lg-4{
    margin-right: 48px !important;
  }

  .mb-lg-4,
  .my-lg-4{
    margin-bottom: 48px !important;
  }

  .ml-lg-4,
  .mx-lg-4{
    margin-left: 48px !important;
  }

  .m-lg-5{
    margin: 96px !important;
  }

  .mt-lg-5,
  .my-lg-5{
    margin-top: 96px !important;
  }

  .mr-lg-5,
  .mx-lg-5{
    margin-right: 96px !important;
  }

  .mb-lg-5,
  .my-lg-5{
    margin-bottom: 96px !important;
  }

  .ml-lg-5,
  .mx-lg-5{
    margin-left: 96px !important;
  }

  .p-lg-0{
    padding: 0 !important;
  }

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

  .pr-lg-0,
  .px-lg-0{
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0{
    padding-left: 0 !important;
  }

  .p-lg-1{
    padding: 8px !important;
  }

  .pt-lg-1,
  .py-lg-1{
    padding-top: 8px !important;
  }

  .pr-lg-1,
  .px-lg-1{
    padding-right: 8px !important;
  }

  .pb-lg-1,
  .py-lg-1{
    padding-bottom: 8px !important;
  }

  .pl-lg-1,
  .px-lg-1{
    padding-left: 8px !important;
  }

  .p-lg-2{
    padding: 16px !important;
  }

  .pt-lg-2,
  .py-lg-2{
    padding-top: 16px !important;
  }

  .pr-lg-2,
  .px-lg-2{
    padding-right: 16px !important;
  }

  .pb-lg-2,
  .py-lg-2{
    padding-bottom: 16px !important;
  }

  .pl-lg-2,
  .px-lg-2{
    padding-left: 16px !important;
  }

  .p-lg-3{
    padding: 32px !important;
  }

  .pt-lg-3,
  .py-lg-3{
    padding-top: 32px !important;
  }

  .pr-lg-3,
  .px-lg-3{
    padding-right: 32px !important;
  }

  .pb-lg-3,
  .py-lg-3{
    padding-bottom: 32px !important;
  }

  .pl-lg-3,
  .px-lg-3{
    padding-left: 32px !important;
  }

  .p-lg-4{
    padding: 48px !important;
  }

  .pt-lg-4,
  .py-lg-4{
    padding-top: 48px !important;
  }

  .pr-lg-4,
  .px-lg-4{
    padding-right: 48px !important;
  }

  .pb-lg-4,
  .py-lg-4{
    padding-bottom: 48px !important;
  }

  .pl-lg-4,
  .px-lg-4{
    padding-left: 48px !important;
  }

  .p-lg-5{
    padding: 96px !important;
  }

  .pt-lg-5,
  .py-lg-5{
    padding-top: 96px !important;
  }

  .pr-lg-5,
  .px-lg-5{
    padding-right: 96px !important;
  }

  .pb-lg-5,
  .py-lg-5{
    padding-bottom: 96px !important;
  }

  .pl-lg-5,
  .px-lg-5{
    padding-left: 96px !important;
  }

  .m-lg-n1{
    margin: -8px !important;
  }

  .mt-lg-n1,
  .my-lg-n1{
    margin-top: -8px !important;
  }

  .mr-lg-n1,
  .mx-lg-n1{
    margin-right: -8px !important;
  }

  .mb-lg-n1,
  .my-lg-n1{
    margin-bottom: -8px !important;
  }

  .ml-lg-n1,
  .mx-lg-n1{
    margin-left: -8px !important;
  }

  .m-lg-n2{
    margin: -16px !important;
  }

  .mt-lg-n2,
  .my-lg-n2{
    margin-top: -16px !important;
  }

  .mr-lg-n2,
  .mx-lg-n2{
    margin-right: -16px !important;
  }

  .mb-lg-n2,
  .my-lg-n2{
    margin-bottom: -16px !important;
  }

  .ml-lg-n2,
  .mx-lg-n2{
    margin-left: -16px !important;
  }

  .m-lg-n3{
    margin: -32px !important;
  }

  .mt-lg-n3,
  .my-lg-n3{
    margin-top: -32px !important;
  }

  .mr-lg-n3,
  .mx-lg-n3{
    margin-right: -32px !important;
  }

  .mb-lg-n3,
  .my-lg-n3{
    margin-bottom: -32px !important;
  }

  .ml-lg-n3,
  .mx-lg-n3{
    margin-left: -32px !important;
  }

  .m-lg-n4{
    margin: -48px !important;
  }

  .mt-lg-n4,
  .my-lg-n4{
    margin-top: -48px !important;
  }

  .mr-lg-n4,
  .mx-lg-n4{
    margin-right: -48px !important;
  }

  .mb-lg-n4,
  .my-lg-n4{
    margin-bottom: -48px !important;
  }

  .ml-lg-n4,
  .mx-lg-n4{
    margin-left: -48px !important;
  }

  .m-lg-n5{
    margin: -96px !important;
  }

  .mt-lg-n5,
  .my-lg-n5{
    margin-top: -96px !important;
  }

  .mr-lg-n5,
  .mx-lg-n5{
    margin-right: -96px !important;
  }

  .mb-lg-n5,
  .my-lg-n5{
    margin-bottom: -96px !important;
  }

  .ml-lg-n5,
  .mx-lg-n5{
    margin-left: -96px !important;
  }

  .m-lg-auto{
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto{
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto{
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto{
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto{
    margin-left: auto !important;
  }

  .text-lg-left{
    text-align: left !important;
  }

  .text-lg-right{
    text-align: right !important;
  }

  .text-lg-center{
    text-align: center !important;
  }
}

@media (min-width: 1400px){
  .container{
    max-width: 1346px;
  }

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs,
  .container{
    max-width: 1346px;
  }

  .col-xl{
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-xl-auto{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1{
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2{
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3{
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4{
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5{
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6{
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7{
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8{
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9{
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10{
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11{
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first{
    order: -1;
  }

  .order-xl-last{
    order: 13;
  }

  .order-xl-0{
    order: 0;
  }

  .order-xl-1{
    order: 1;
  }

  .order-xl-2{
    order: 2;
  }

  .order-xl-3{
    order: 3;
  }

  .order-xl-4{
    order: 4;
  }

  .order-xl-5{
    order: 5;
  }

  .order-xl-6{
    order: 6;
  }

  .order-xl-7{
    order: 7;
  }

  .order-xl-8{
    order: 8;
  }

  .order-xl-9{
    order: 9;
  }

  .order-xl-10{
    order: 10;
  }

  .order-xl-11{
    order: 11;
  }

  .order-xl-12{
    order: 12;
  }

  .offset-xl-0{
    margin-left: 0;
  }

  .offset-xl-1{
    margin-left: 8.3333333333%;
  }

  .offset-xl-2{
    margin-left: 16.6666666667%;
  }

  .offset-xl-3{
    margin-left: 25%;
  }

  .offset-xl-4{
    margin-left: 33.3333333333%;
  }

  .offset-xl-5{
    margin-left: 41.6666666667%;
  }

  .offset-xl-6{
    margin-left: 50%;
  }

  .offset-xl-7{
    margin-left: 58.3333333333%;
  }

  .offset-xl-8{
    margin-left: 66.6666666667%;
  }

  .offset-xl-9{
    margin-left: 75%;
  }

  .offset-xl-10{
    margin-left: 83.3333333333%;
  }

  .offset-xl-11{
    margin-left: 91.6666666667%;
  }

  .dropdown-menu-xl-left{
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right{
    right: 0;
    left: auto;
  }

  .list-group-horizontal-xl{
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child{
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child{
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active{
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item{
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item + .list-group-item.active{
    margin-left: -1px;
    border-left-width: 1px;
  }

  .modal-xl{
    max-width: 1140px;
  }

  .d-xl-none{
    display: none !important;
  }

  .d-xl-inline{
    display: inline !important;
  }

  .d-xl-inline-block{
    display: inline-block !important;
  }

  .d-xl-block{
    display: block !important;
  }

  .d-xl-table{
    display: table !important;
  }

  .d-xl-table-row{
    display: table-row !important;
  }

  .d-xl-table-cell{
    display: table-cell !important;
  }

  .d-xl-flex{
    display: flex !important;
  }

  .d-xl-inline-flex{
    display: inline-flex !important;
  }

  .flex-xl-row{
    flex-direction: row !important;
  }

  .flex-xl-column{
    flex-direction: column !important;
  }

  .flex-xl-row-reverse{
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse{
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap{
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap{
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill{
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0{
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1{
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0{
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1{
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start{
    justify-content: flex-start !important;
  }

  .justify-content-xl-end{
    justify-content: flex-end !important;
  }

  .justify-content-xl-center{
    justify-content: center !important;
  }

  .justify-content-xl-between{
    justify-content: space-between !important;
  }

  .justify-content-xl-around{
    justify-content: space-around !important;
  }

  .align-items-xl-start{
    align-items: flex-start !important;
  }

  .align-items-xl-end{
    align-items: flex-end !important;
  }

  .align-items-xl-center{
    align-items: center !important;
  }

  .align-items-xl-baseline{
    align-items: baseline !important;
  }

  .align-items-xl-stretch{
    align-items: stretch !important;
  }

  .align-content-xl-start{
    align-content: flex-start !important;
  }

  .align-content-xl-end{
    align-content: flex-end !important;
  }

  .align-content-xl-center{
    align-content: center !important;
  }

  .align-content-xl-between{
    align-content: space-between !important;
  }

  .align-content-xl-around{
    align-content: space-around !important;
  }

  .align-content-xl-stretch{
    align-content: stretch !important;
  }

  .align-self-xl-auto{
    align-self: auto !important;
  }

  .align-self-xl-start{
    align-self: flex-start !important;
  }

  .align-self-xl-end{
    align-self: flex-end !important;
  }

  .align-self-xl-center{
    align-self: center !important;
  }

  .align-self-xl-baseline{
    align-self: baseline !important;
  }

  .align-self-xl-stretch{
    align-self: stretch !important;
  }

  .float-xl-left{
    float: left !important;
  }

  .float-xl-right{
    float: right !important;
  }

  .float-xl-none{
    float: none !important;
  }

  .m-xl-0{
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0{
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0{
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0{
    margin-left: 0 !important;
  }

  .m-xl-1{
    margin: 8px !important;
  }

  .mt-xl-1,
  .my-xl-1{
    margin-top: 8px !important;
  }

  .mr-xl-1,
  .mx-xl-1{
    margin-right: 8px !important;
  }

  .mb-xl-1,
  .my-xl-1{
    margin-bottom: 8px !important;
  }

  .ml-xl-1,
  .mx-xl-1{
    margin-left: 8px !important;
  }

  .m-xl-2{
    margin: 16px !important;
  }

  .mt-xl-2,
  .my-xl-2{
    margin-top: 16px !important;
  }

  .mr-xl-2,
  .mx-xl-2{
    margin-right: 16px !important;
  }

  .mb-xl-2,
  .my-xl-2{
    margin-bottom: 16px !important;
  }

  .ml-xl-2,
  .mx-xl-2{
    margin-left: 16px !important;
  }

  .m-xl-3{
    margin: 32px !important;
  }

  .mt-xl-3,
  .my-xl-3{
    margin-top: 32px !important;
  }

  .mr-xl-3,
  .mx-xl-3{
    margin-right: 32px !important;
  }

  .mb-xl-3,
  .my-xl-3{
    margin-bottom: 32px !important;
  }

  .ml-xl-3,
  .mx-xl-3{
    margin-left: 32px !important;
  }

  .m-xl-4{
    margin: 48px !important;
  }

  .mt-xl-4,
  .my-xl-4{
    margin-top: 48px !important;
  }

  .mr-xl-4,
  .mx-xl-4{
    margin-right: 48px !important;
  }

  .mb-xl-4,
  .my-xl-4{
    margin-bottom: 48px !important;
  }

  .ml-xl-4,
  .mx-xl-4{
    margin-left: 48px !important;
  }

  .m-xl-5{
    margin: 96px !important;
  }

  .mt-xl-5,
  .my-xl-5{
    margin-top: 96px !important;
  }

  .mr-xl-5,
  .mx-xl-5{
    margin-right: 96px !important;
  }

  .mb-xl-5,
  .my-xl-5{
    margin-bottom: 96px !important;
  }

  .ml-xl-5,
  .mx-xl-5{
    margin-left: 96px !important;
  }

  .p-xl-0{
    padding: 0 !important;
  }

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

  .pr-xl-0,
  .px-xl-0{
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0{
    padding-left: 0 !important;
  }

  .p-xl-1{
    padding: 8px !important;
  }

  .pt-xl-1,
  .py-xl-1{
    padding-top: 8px !important;
  }

  .pr-xl-1,
  .px-xl-1{
    padding-right: 8px !important;
  }

  .pb-xl-1,
  .py-xl-1{
    padding-bottom: 8px !important;
  }

  .pl-xl-1,
  .px-xl-1{
    padding-left: 8px !important;
  }

  .p-xl-2{
    padding: 16px !important;
  }

  .pt-xl-2,
  .py-xl-2{
    padding-top: 16px !important;
  }

  .pr-xl-2,
  .px-xl-2{
    padding-right: 16px !important;
  }

  .pb-xl-2,
  .py-xl-2{
    padding-bottom: 16px !important;
  }

  .pl-xl-2,
  .px-xl-2{
    padding-left: 16px !important;
  }

  .p-xl-3{
    padding: 32px !important;
  }

  .pt-xl-3,
  .py-xl-3{
    padding-top: 32px !important;
  }

  .pr-xl-3,
  .px-xl-3{
    padding-right: 32px !important;
  }

  .pb-xl-3,
  .py-xl-3{
    padding-bottom: 32px !important;
  }

  .pl-xl-3,
  .px-xl-3{
    padding-left: 32px !important;
  }

  .p-xl-4{
    padding: 48px !important;
  }

  .pt-xl-4,
  .py-xl-4{
    padding-top: 48px !important;
  }

  .pr-xl-4,
  .px-xl-4{
    padding-right: 48px !important;
  }

  .pb-xl-4,
  .py-xl-4{
    padding-bottom: 48px !important;
  }

  .pl-xl-4,
  .px-xl-4{
    padding-left: 48px !important;
  }

  .p-xl-5{
    padding: 96px !important;
  }

  .pt-xl-5,
  .py-xl-5{
    padding-top: 96px !important;
  }

  .pr-xl-5,
  .px-xl-5{
    padding-right: 96px !important;
  }

  .pb-xl-5,
  .py-xl-5{
    padding-bottom: 96px !important;
  }

  .pl-xl-5,
  .px-xl-5{
    padding-left: 96px !important;
  }

  .m-xl-n1{
    margin: -8px !important;
  }

  .mt-xl-n1,
  .my-xl-n1{
    margin-top: -8px !important;
  }

  .mr-xl-n1,
  .mx-xl-n1{
    margin-right: -8px !important;
  }

  .mb-xl-n1,
  .my-xl-n1{
    margin-bottom: -8px !important;
  }

  .ml-xl-n1,
  .mx-xl-n1{
    margin-left: -8px !important;
  }

  .m-xl-n2{
    margin: -16px !important;
  }

  .mt-xl-n2,
  .my-xl-n2{
    margin-top: -16px !important;
  }

  .mr-xl-n2,
  .mx-xl-n2{
    margin-right: -16px !important;
  }

  .mb-xl-n2,
  .my-xl-n2{
    margin-bottom: -16px !important;
  }

  .ml-xl-n2,
  .mx-xl-n2{
    margin-left: -16px !important;
  }

  .m-xl-n3{
    margin: -32px !important;
  }

  .mt-xl-n3,
  .my-xl-n3{
    margin-top: -32px !important;
  }

  .mr-xl-n3,
  .mx-xl-n3{
    margin-right: -32px !important;
  }

  .mb-xl-n3,
  .my-xl-n3{
    margin-bottom: -32px !important;
  }

  .ml-xl-n3,
  .mx-xl-n3{
    margin-left: -32px !important;
  }

  .m-xl-n4{
    margin: -48px !important;
  }

  .mt-xl-n4,
  .my-xl-n4{
    margin-top: -48px !important;
  }

  .mr-xl-n4,
  .mx-xl-n4{
    margin-right: -48px !important;
  }

  .mb-xl-n4,
  .my-xl-n4{
    margin-bottom: -48px !important;
  }

  .ml-xl-n4,
  .mx-xl-n4{
    margin-left: -48px !important;
  }

  .m-xl-n5{
    margin: -96px !important;
  }

  .mt-xl-n5,
  .my-xl-n5{
    margin-top: -96px !important;
  }

  .mr-xl-n5,
  .mx-xl-n5{
    margin-right: -96px !important;
  }

  .mb-xl-n5,
  .my-xl-n5{
    margin-bottom: -96px !important;
  }

  .ml-xl-n5,
  .mx-xl-n5{
    margin-left: -96px !important;
  }

  .m-xl-auto{
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto{
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto{
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto{
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto{
    margin-left: auto !important;
  }

  .text-xl-left{
    text-align: left !important;
  }

  .text-xl-right{
    text-align: right !important;
  }

  .text-xl-center{
    text-align: center !important;
  }
}

@media screen and (min-width: 5000px){
  html{
    font-size: 48px;
  }
}

@media screen and (max-width: 4500px){
  html{
    font-size: 44px;
  }
}

@media screen and (max-width: 3600px){
  html{
    font-size: 35px;
  }
}

@media screen and (max-width: 3300px){
  html{
    font-size: 30px;
  }
}

@media screen and (max-width: 3000px){
  html{
    font-size: 28px;
  }
}

@media screen and (max-width: 2700px){
  html{
    font-size: 28px;
  }
}

@media screen and (max-width: 2500px){
  html{
    font-size: 24px;
  }
}

@media screen and (max-width: 2400px){
  html{
    font-size: 23px;
  }
}

@media screen and (max-width: 2150px){
  html{
    font-size: 21px;
  }
}

@media screen and (max-width: 2000px){
  html{
    font-size: 18px;
  }
}

@media screen and (max-width: 1680px){
  html{
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px){
  h1,
  .h1{
    font-size: 54px;
    line-height: 68px;
  }

  .wrapper{
    max-width: 1206px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .section{
    padding: 102px 0;
  }

  .container{
    max-width: 1167px;
  }

  .footer-top{
    padding: 35px 0;
  }

  .footer-content{
    padding-bottom: 17px;
  }

  .footer-bottom{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hero-section.section{
    padding: 188px 0 161px;
  }

  .hero-section h1,
  .hero-section .h1{
    font-size: 54px;
    line-height: 68px;
  }

  .hero-text{
    max-width: 440px;
  }

  .hero-text h1,
  .hero-text .h1{
    margin-bottom: 49px;
  }

  .hero-text h1 span:before,
  .hero-text .h1 span:before{
    top: 9px;
    bottom: -7px;
  }

  .hero-img{
    left: 59.5%;
    width: 33%;
  }

  .catalog-cats-wrap{
    left: 58%;
  }

  .catalog-cats-item .cat-item{
    width: 118px;
    height: 132px;
  }

  .app-section{
    padding: 110px 0 100px;
  }

  .app-img{
    left: 68.5%;
    width: 95%;
  }

  .app-content{
    max-width: 446px;
  }
}

@media screen and (max-width: 1500px){
  html{
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px){
  html{
    font-size: 13px;
  }
}

@media (max-width: 1399.98px){
  .table-responsive-xl{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered{
    border: 0;
  }
}

@media screen and (max-width: 1380px){
  html{
    font-size: 12px;
  }
}

@media screen and (max-width: 1320px){
  html{
    font-size: 11px;
  }

  .block-left h1,
  .block-left .h1{
    font-size: 36px;
  }

  .wrapper{
    max-width: 1204px;
  }

  .header-main{
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-left{
    width: 100%;
    display: block;
    padding: 0 50px;
  }

  .header-left .catalog-btn,
  .header-left .location-block{
    display: none;
  }

  .header-right{
    position: absolute;
    top: 16px;
    right: 12px;
  }

  .header-right .lang-block,
  .header-right .mini-cart,
  .header-right .user-block{
    display: none;
  }

  .header .menu-toggle{
    position: absolute;
    top: 16px;
    left: 12px;
  }

  .header .logo-block{
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
  }

  .header .logo-block span{
    display: inline-block;
    vertical-align: middle;
  }

  .header .logo-block img{
    height: 20px;
  }

  .header .logo-block .logo-text{
    display: inline-block;
    margin: 1px 0 0 4px;
  }

  .footer-content{
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav{
    position: fixed;
    bottom: 0;
    z-index: 150;
    background: #FFFFFF;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    transition: transform 0.24s, opacity 0.24s;
  }

  .hide-mobile-nav .mobile-nav{
    transform: translateY(100px);
    opacity: 0;
  }

  .hero-text h1,
  .hero-text .h1{
    margin-bottom: 49px;
  }

  .hero-section.section{
    padding: 150px 0 149px;
  }

  .catalog-cats-wrap{
    left: inherit;
    width: 420px;
    padding: 123px 35px 100px;
  }

  .catalog-cats-item{
    margin: 0 16px 16px 0;
  }

  .catalog-cats-item .cat-item{
    width: 103px;
  }

  .catalog-menu .menu-item a:before{
    display: none;
  }

  .catalog-menu-wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    top: inherit;
    width: 100%;
    padding-bottom: 70px;
    padding-left: 44px;
    padding-right: 44px;
    border-radius: 16px 16px 0 0;
    max-height: 90%;
    overflow: auto;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
  }

  .catalog-menu-wrap.submenu-opened{
    border-radius: 16px 16px 0 0;
  }

  .catalog-menu-title{
    display: block;
    padding: 12px 12px 12px 54px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin: 0 -44px 4px -44px;
  }

  .catalog-menu-title .catalog-menu-close{
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    left: 12px;
    margin-top: -12px;
    background: transparent;
    border: none;
    outline: none !important;
  }

  .catalog-menu-title .catalog-menu-close .svgicon{
    width: 24px;
    height: 24px;
  }

  .catalog-menu{
    margin-left: -24px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .catalog-menu > .menu-item{
    display: inline-block;
    vertical-align: top;
    height: 132px;
    width: 136px;
    margin: 0 0 24px 24px;
  }

  .catalog-menu > .menu-item a{
    padding: 16px;
    margin: 0;
    width: inherit;
    height: inherit;
    flex-direction: column;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .catalog-menu > .menu-item a .icon{
    display: block;
    margin: 8px auto 12px;
  }

  .catalog-menu > .menu-item a .title{
    display: flex;
    width: 100%;
    min-height: 32px;
    align-items: center;
    justify-content: center;
  }

  .catalog-menu > .menu-item a[data-submenu]{
    padding-right: 16px;
  }

  .catalog-menu > .menu-item a .menu-item-toggle{
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
  }

  .catalog-menu > .menu-item a .menu-item-toggle:before{
    top: 9px;
    right: 10px;
  }

  .catalog-menu > .menu-item a.opened{
    border-color: #FC9700;
    background: transparent;
  }

  .catalog-menu > .menu-item a.opened .menu-item-toggle{
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    transform: rotate(90deg);
  }

  .catalog-menu > .menu-item a.opened .menu-item-toggle:before{
    border-right-color: #FC9700;
    border-top-color: #FC9700;
  }

  .catalog-menu .menu-item-toggle{
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
  }

  .catalog-menu .menu-item-toggle:before{
    border-right-color: #7D7D7D;
    border-top-color: #7D7D7D;
  }

  .catalog-menu .sub-menu{
    border: none;
    order: 1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -moz-columns: 3;
    columns: 3;
    margin: 0 0 24px 24px;
  }

  .catalog-menu-opened + .mobile-nav .catalog-btn .svgicon{
    background: #000000 url("../img/icons/close.svg") no-repeat 50% 50%;
    background-size: 48px 48px;
  }

  .catalog-menu-opened + .mobile-nav .catalog-btn .svgicon svg{
    opacity: 0;
  }

  .catalog-menu > .menu-item{
    width: calc(14.28% - 24px);
  }

  .catalog-menu > .menu-item a{
    width: 100%;
  }

  .top-slider-wrap .swiper-slide{
    width: 457px;
  }

  .top-content{
    padding-right: 32px;
  }

  .catalog-controls{
    flex-wrap: wrap;
  }

  .catalog-filters{
    margin: 23px 0 0 0;
    width: 100%;
  }

  .filters-item{
    margin-left: 0;
    margin-right: 11px;
  }

  .app-content .h2 span:before{
    top: 9px;
    left: 0;
    width: 139px;
  }

  .app-img{
    left: 66.5%;
    width: 108%;
  }

  .mainmenu .menu{
    padding-top: 28px;
    border-top: 1px solid #1C1C1C;
  }

  .mainmenu .lang-block,
  .mainmenu .adress-block{
    display: block;
  }

  .inner{
    padding-top: 55px;
  }

  .place-inner{
    padding-top: 0;
  }

  .location-modal-map{
    width: 356px;
    flex-basis: 356px;
    min-height: 400px;
  }

  .location-modal.modal-dialog{
    max-width: 926px;
  }

  .city-modal.modal-dialog{
    margin-left: 12px;
    margin-top: 47px;
  }

  .category-catalog-controls .catalog-filters{
    order: 1;
  }

  .category-catalog-controls .catalog-search{
    order: 0;
    width: 100%;
  }
}

@media (max-width: 1319.98px){
  .table-responsive-lg{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered{
    border: 0;
  }
}

@media screen and (max-width: 1179px){
  .catalog-menu > .menu-item{
    width: calc(16.66% - 24px);
  }
}

@media screen and (max-width: 1024px){
  html{
    font-size: 14px;
  }

  .block{
    display: block;
  }

  .block-left,
  .block-right{
    display: block;
    width: auto;
  }

  .block-left{
    margin-bottom: 24px;
  }

  .block-left h1,
  .block-left .h1{
    margin-top: 0;
  }

  .wrapper{
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-control,
  .input-text,
  .jq-checkbox,
  .jq-radio,
  .jq-file{
    font-size: 16px;
  }

  .input-wrap{
    margin-bottom: 20px;
  }

  .jq-selectbox__select-text{
    font-size: 16px;
  }

  .footer-nav{
    flex-wrap: wrap;
  }

  .footer-nav .logo-block{
    order: 0;
    width: 100%;
    margin: 0 0 24px;
    text-align: center;
  }

  .footer-nav .logo-block img{
    display: block;
    margin: 0 auto;
  }

  .footer-nav .menu li{
    margin: 8px;
  }

  .footer .wrapper{
    padding-left: 64px;
    padding-right: 64px;
  }

  .footer-bottom{
    flex-wrap: wrap;
  }

  .footer-col{
    margin-bottom: 24px;
  }

  .footer .logo-block{
    display: none;
  }

  .footer-content{
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-content .menu{
    margin-bottom: 30px;
  }

  .grid-item-25{
    flex-basis: 50%;
  }

  .grid-item-50{
    flex-basis: 100%;
  }

  .hero-section{
    flex-direction: column;
  }

  .hero-section.section{
    padding-bottom: 0;
    padding-top: 145px;
  }

  .hero-section .wrapper{
    padding-left: 76px;
    padding-right: 76px;
  }

  .hero-scroll{
    display: none;
  }

  .hero-img{
    left: 93%;
    width: 50%;
  }

  .catalog-cats{
    display: block;
    width: 100%;
  }

  .catalog-cats-wrap{
    position: relative;
    width: 100%;
    padding: 48px 52px 76px 76px;
    margin-top: 141px;
  }

  .catalog-cats-col{
    display: inline;
  }

  .catalog-cats-item{
    display: inline-block;
    vertical-align: top;
    margin: 0 24px 24px 0;
  }

  .catalog-menu-wrap{
    height: 66.66%;
  }

  .catalog-menu .sub-menu{
    -moz-columns: 2;
    columns: 2;
  }

  .mobile-nav{
    padding-left: 44px;
    padding-right: 44px;
  }

  .mobile-nav .mini-cart a{
    color: #000000;
  }

  .mobile-nav .mini-cart a .count{
    color: #FFFFFF;
    background-color: #000000;
  }

  .catalog-menu{
    padding-top: 80px;
  }

  .catalog-menu-title{
    position: fixed;
    top: 33.33%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
    margin: 0;
    z-index: 5;
    padding: 19px 12px 18px 54px;
  }

  .top-slider-wrap .swiper-slide{
    width: 360px;
  }

  .food-card{
    padding: 24px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .food-card.hide-img{
    padding: 24px;
  }

  .food-card.hide-img .card-body{
    max-width: 100%;
  }

  .food-card .card-img{
    width: 84px;
    height: 58px;
    padding: 0;
    border-radius: 8px;
    order: 2;
    margin-left: auto;
  }

  .food-card.img-opened{
    flex-direction: column;
    align-items: stretch;
  }

  .food-card.img-opened .card-img{
    width: auto;
    order: 1;
    margin: -24px -24px 12px -24px;
    height: auto;
    padding-bottom: 85%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .food-card .card-body{
    padding: 0;
    order: 1;
    max-width: calc(100% - 90px);
  }

  .food-card .card-footer{
    clear: both;
    padding: 12px 0 0;
    width: 100%;
    order: 3;
  }

  .food-card .food-card-weight{
    display: block;
    font-weight: bold;
  }

  .food-card .card-capt{
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: none;
    display: inline;
  }

  .food-card .card-capt .more{
    margin-left: 4px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }

  .app-content{
    padding-left: 63px;
  }

  .app-img{
    left: 89.5%;
    width: 150%;
  }

  .search-modal{
    width: 100%;
    max-width: 100%;
    padding-right: 24px;
  }

  .search-modal .input-wrap{
    padding-right: 42px;
  }

  .search-modal .clear-input{
    right: 42px;
  }

  .search-close{
    position: absolute;
    top: 0;
    left: -40px;
    height: 55px;
    width: 24px;
    background: none;
    border: none;
    padding: 0;
    display: block;
  }

  .search-close .svgicon{
    width: 24px;
    height: 24px;
  }

  .place-inner{
    padding-top: 0;
  }

  .place-inner .breadcrumbs{
    color: rgba(255, 255, 255, 0.5);
  }

  .place-inner .breadcrumbs-wrap{
    background: transparent;
    position: absolute;
    top: 56px;
    left: 44px;
    right: 44px;
    z-index: 10;
  }

  .place-inner .breadcrumbs-wrap + .section{
    background: #FFFFFF;
  }

  .place-inner .breadcrumbs-wrap li:first-child{
    display: none;
  }

  .place-inner .breadcrumbs-wrap li:nth-child(2){
    display: inline-block;
  }

  .place-info{
    margin-left: 0;
  }

  .place-top{
    min-height: 240px;
    height: 240px;
    padding-top: 176px;
    background: #FFFFFF;
  }
  

  .place-top h1,
  .place-top .h1{
    color: #000000;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .place-top-img:before{
    content: " ";
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 40px;
  }

  .place-top-img-wrap{
    height: 240px;
  }

  .place-top-content{
    padding-left: 0;
    color: #000000;
    margin-bottom: 12px;
    overflow: visible;
    text-align: center;
  }

  .place-top-content .top-icon{
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10px;
    width: 130px;
    height: 130px;
    box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
  }

  .place-top-content .place-fav{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 37px;
    z-index: 20;
  }

  .place-top-content .place-fav .card-fav{
    margin: 0;
  }

  .place-top-content .place-fav span{
    display: none;
  }

  .place-top-img{
    height: 240px;
  }

  .place-top-info{
    margin-left: 0;
    padding: 8px 0;
    margin-bottom: 36px;
  }

  .place-top-info li{
    color: #7D7D7D;
    display: block;
    text-align: center;
    padding-right: 0;
  }

  .place-top-opts{
    transform: none;
    right: inherit;
    top: 285px;
    left: 12px;
    width: auto;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.24s, transform 0.24s, visibility 0.01s 0.24s;
  }

  .place-top-opts.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.24s, transform 0.24s, visibility 0.01s;
  }

  .place-top-opt{
    width: auto;
    border: none;
    height: auto;
    padding: 12px 20px 12px 16px;
    color: #000000;
    margin: 0;
    width: 100%;
  }

  .place-top-opt .svgicon{
    margin-top: -2px;
    margin-right: 11px;
  }

  .place-top-opt .capt{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
  }


  .place-status{
    margin-bottom: 15px;
  }

  .place-mobile-opts{
    display: block;
  }

  .place-mobile-opts button{
    padding: 0;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    position: absolute;
    top: 194px;
    z-index: 15;
    padding: 6px;
    outline: none !important;
  }
 
  .place-mobile-opts button .svgicon{
    width: 24px;
    height: 24px;
  }

  .place-mobile-opts button.menu{
    position: absolute;
    left: 0;
  }

  .place-mobile-opts button.info{
    right: 0;
  }

  .place-menu{
    padding-left: 32px;
    padding-right: 32px;
    flex-direction: column-reverse;
  }

  .place-menu-sidebar{
    display: none;
    position: relative;
  }

  .place-menu-title{
    position: relative;
    font-size: 16px;
    line-height: normal;
    padding: 15px 76px 15px 44px;
    margin: 0;
    background: #FFFFFF;
    align-items: center;
  }

  .place-menu-title:before{
    content: none;
  }

  .place-menu-title:after{
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 61px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    transition: 0.24s;
  }

  .place-menu-title.active{
    color: #FC9700;
  }

  .place-menu-title.active:after{
    transform: rotate(135deg);
    border-top-color: #FC9700;
    border-right-color: #FC9700;
  }

  .place-menu-added{
    font-size: 12px;
    color: inherit;
    margin-bottom: 0;
  }

  .place-menu-added .svgicon{
    width: 18px;
    height: 18px;
    color: inherit;
    transform: none;
    margin-right: 2px;
  }

  .place-menu-cat{
    margin-left: -44px;
    margin-right: -44px;
    background: #F2F2F2;
  }

  .place-menu-list{
    display: none;
    padding: 24px 0;
    margin: 0 32px;
  }

  .place-menu-content .col-12{
    margin-bottom: 16px;
  }

  .place-menu .card-buy{
    opacity: 1;
  }

  .opened > .place-cat-submenu{
    display: block;
    padding-left: 12px;
  }

  .shop-catalog-title{
      display: block;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      background: #FFFFFF;
      border: none;
      padding: 18px 44px 18px 78px;
      position: relative;
      color: #000000;
      position: fixed;
      top: 53px;
      left: 0;
      right: 0;
      z-index: 49;
      box-shadow: 0 4px 36px rgb(0 0 0 / 12%);
  }

  .shop-catalog-title .svgicon{
    width: 15px;
    height: 9px;
    position: absolute;
    top: 23px;
    left: 44px;
  }

  .shop-catalog .place-menu-title{
    display: none;
  }

  .shop-catalog .place-menu-list{
    display: block;
  }

  .shop-catalog .place-menu-content{
    width: 100%;
  }

  .shop-catalog .place-menu-cat,
  .shop-catalog #cat-submenu{
    display: none;
  }

  .shop-catalog .place-menu-sidebar{
    display: block;
    width: 100%;
    top: 0;
    margin: 0;
  }

  .shop-catalog .place-menu-sidebar-content{
    height: auto;
    max-height: 100000px;
    padding-right: 0;
  }

  .shop-inner .place-menu-cat{
    display: block;
  }

  .shop-inner .place-menu-sidebar{
    display: none;
  }

  .modal{
    border-radius: 0;
  }

  .modal.fade .modal-dialog{
    transform: none;
  }

  .modal-mobile-fs.modal-dialog{
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0;
    max-height: 100%;
    margin: 0;
  }

  .modal-mobile-fs .modal-content{
    height: 100%;
    border-radius: 0;
    overflow: auto;
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .modal-mobile-fs .modal-title{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #FFFFFF;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
    padding: 18px 52px;
    font-size: 16px;
    line-height: normal;
  }

  .modal-mobile-fs .modal-title span:before{
    content: none;
  }

  .modal-mobile-fs .modal-close{
    left: 0;
    z-index: 10;
    background: url("../img/icons/close-icon.svg") no-repeat 50% 50%;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: 14px;
    position: fixed;
  }

  .modal-mobile-hs .modal-dialog{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 66.6%;
    max-height: 66.6%;
    min-height: 0;
    margin: 0;
    display: block;
    margin-top: auto;
  }

  .modal-mobile-hs .modal-dialog:before{
    content: none;
  }

  .modal-mobile-hs .modal-content{
    height: 100%;
    border-radius: 0;
    overflow: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 24px;
    border-radius: 16px 16px 0 0;
  }

  .modal-mobile-hs .modal-title{
    position: fixed;
    top: 33.33%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
    margin: 0;
    z-index: 5;
    padding: 26px 12px 25px 54px;
    font-size: 16px;
    line-height: normal;
    border-radius: 16px 16px 0 0;
  }

  .modal-mobile-hs .modal-title span:before{
    content: none;
  }

  .modal-mobile-hs .modal-close{
    left: 0;
    z-index: 10;
    background: url("../img/icons/close-icon.svg") no-repeat 50% 50%;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: 33.33%;
    margin-top: 22px;
    position: fixed;
  }

  .product-opt-total{
    flex-direction: column;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    background: #FFFFFF;
  }

  .product-opt-total-count{
    margin-bottom: 6px;
  }

  .auth-modal .modal-content{
    padding-bottom: 80px;
  }

  .location-modal.modal-dialog{
    width: 100%;
    margin: 0;
    min-height: 100%;
    max-width: 100%;
    align-items: stretch;
  }

  .location-modal.modal-dialog .modal-content{
    min-height: 100%;
  }

  .location-modal .location-title{
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    background: #FFFFFF;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
    padding: 18px 18px 18px 52px;
    font-size: 16px;
    line-height: 19px;
  }

  .location-modal .location-title button .svgicon{
    margin-top: -2px;
  }

  .location-modal .location-modal-content{
    padding-top: 70px;
  }

  .location-modal-map{
    width: 50%;
    min-width: 50%;
    display: flex;
    flex-direction: column;
  }

  .location-modal-map .location-map{
    width: 100%;
    height: 100%;
    flex-grow: 1;
  }

  .location-modal-left{
    flex-grow: 0;
    width: 50%;
  }

  .location-modal .modal-close{
    position: absolute;
    top: 15px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../img/icons/close-icon.svg") no-repeat 50% 50%;
    z-index: 5;
  }

  .location-modal .slide-type-list label{
    padding-left: 10px;
    padding-right: 10px;
  }

  .location-input,
  .location-modal-bottom{
    max-width: 488px;
    margin: 0 auto 20px;
  }

  .location-modal-bottom{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .location-modal-bottom button{
    margin-left: 0;
    margin-bottom: 14px;
  }

  .cart-item-opt button:focus,
  .cart-item-opt button:hover,
  .cart-item-opt button:active{
    border-color: #F2F2F2;
    background: transparent;
    color: #7D7D7D;
  }

  .breadcrumbs li{
    display: none;
    padding-left: 26px;
    position: relative;
  }

  .breadcrumbs li:first-child{
    display: block;
  }

  .breadcrumbs li:after{
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(135deg);
    margin: -2px 8px 0;
    position: absolute;
    top: 7px;
    left: -4px;
  }

  .breadcrumbs-wrap + .section{
    padding-top: 16px;
  }

  .history-modal .modal-content{
    max-width: 100%;
  }

  .product-vars-modal .food-card{
    margin-bottom: 12px;
  }

  .product-vars-modal .food-card.hide-img{
    padding: 16px 24px;
  }

  .product-vars-modal .col-12{
    margin-bottom: 16px;
    flex: 0 0 33.33%;
  }

  .share-list li{
    width: 16.66%;
    flex: 0 0 16.66%;
  }
}

@media screen and (max-width: 1023px){
  .catalog-menu > .menu-item{
    width: calc(20% - 24px);
  }
}

@media (max-width: 1022.98px){
  .table-responsive-md{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered{
    border: 0;
  }
}

@media screen and (max-width: 900px){
  .product-vars-modal .col-12{
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 863px){
  .catalog-menu > .menu-item{
    width: calc(25% - 24px);
  }
}

@media screen and (max-width: 768px){
  h1,
  .h1{
    font-size: 32px;
    line-height: 40px;
  }

  h2,
  .h2{
    font-size: 28px;
    line-height: 34px;
  }

  h3,
  .h3{
    font-size: 28px;
    line-height: 34px;
  }

  h4,
  .h4{
    font-size: 24px;
    line-height: 32px;
  }

  h5,
  .h5{
    font-size: 21px;
    line-height: 28px;
  }

  h6,
  .h6{
    font-size: 19px;
    line-height: 26px;
  }

  ul{
    padding-left: 34px;
  }

  ul li:before{
    top: 10px;
    left: -24px;
    background: #FC9700;
  }

  ol li{
    padding-left: 34px;
  }

  ol li:before{
    left: 5px;
  }

  .primary .sidebar{
    padding: 32px 16px;
  }

  .text{
    line-height: 28px;
  }

  .slider{
    max-width: 100%;
  }

  .slider-wrap{
    margin: 0 -40px;
  }

  .slider .item{
    padding: 0 0 0 40px;
  }

  .hero-text{
    max-width: 280px;
    margin: 0 auto 12px;
    text-align: center;
  }

  .hero-text h1,
  .hero-text .h1{
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 17px;
  }

  .hero-text h1 span:before,
  .hero-text .h1 span:before{
    top: 4px;
    bottom: 2px;
    left: -2px;
    width: auto;
    right: -2px;
  }

  .hero-img{
    position: relative;
    top: 0;
    width: 251px;
    left: -10px;
    transform: none;
    margin: 0 auto -258px;
  }

  .hero-img:before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 640px;
    padding-bottom: 640px;
    background: url(../img/background/hero.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .hero-img:after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 332px;
    padding-bottom: 332px;
    margin: -150px -157px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
  }

  .hero-section .wrapper{
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-section .wrapper:before{
    content: none;
  }

  .hero-section.section{
    padding-top: 80px;
  }

  .hero-list{
    margin: 0 0 0 -48px;
  }

  .hero-item{
    padding: 8px 0 0 0;
    margin-left: 48px;
    position: relative;
    margin-bottom: 30px;
  }

  .hero-item:before{
    content: " ";
    position: absolute;
    width: 16px;
    height: 4px;
    left: 50%;
    top: 0;
    margin-left: -8px;
    background: #FFD107;
    border-radius: 4px;
  }

  .hero-item-icon{
    display: none;
  }

  .hero-item-text{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }

  .hero-item-text .title{
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
  }

  .place-inner .breadcrumbs-wrap{
    left: 0;
    right: 0;
  }

  .place-menu{
    padding-left: 0;
    padding-right: 0;
  }

  .place-menu-cat{
    margin: 0 -12px;
  }

  .place-menu-title{
    padding-left: 14px;
    padding-right: 46px;
  }

  .place-menu-title:after{
    right: 30px;
  }

  .place-menu-list{
    margin: 0;
    padding: 16px 12px 1px;
  }

  .shop-catalog-title{
    padding: 18px 12px 18px 52px;
  }

  .shop-catalog-title .svgicon{
    left: 17px;
  }

  .location-modal-bottom{
    position: relative;
    justify-content: flex-end;
    align-items: end;
    margin-top: auto;
  }

  .location-modal-bottom button{
    margin: 5px 0 0;
    display: inline-block;
    white-space: nowrap;
  }

  .location-modal-left{
    width: 100%;
    min-width: 488px;
    max-width: 488px;
    width: 100%;
    margin: 0 auto 20px;
    padding-bottom: 24px;
  }

  .location-modal-map{
    width: 100%;
    border-radius: 0;
    min-height: 0;
    padding-bottom: 100%;
    position: relative;
  }

  .location-modal-map .location-map{
    position: absolute;
  }

  .location-modal .location-title{
    margin: 0 0 10px;
  }

  .location-modal.modal-dialog .modal-content{
    flex-direction: column;
  }

  .location-modal .location-modal-content{
    padding-top: 48px;
  }

  .location-modal .slide-type-list label{
    padding-left: 24px;
    padding-right: 24px;
  }

  .location-input{
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .cart-item{
    position: relative;
    padding-right: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .cart-item-img{
    margin-bottom: -90px;
  }

  .cart-item-img .img{
    margin-bottom: 14px;
  }

  .cart-item-content{
    max-width: calc(100% - 116px);
    margin-right: 0;
    width: 100%;
  }

  .cart-item-content .h6{
    font-size: 16px;
  }

  .cart-item-opt{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .cart-item-price{
    margin-top: 9px;
    margin-left: 10px;
  }

  .cart-item .card-count{
    margin-left: 108px;
  }

  .cart-total{
    display: block;
    text-align: center;
  }

  .cart-total-submit{
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #FFFFFF;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
    padding: 12px;
    text-align: center;
  }

  .cart-order-place{
    font-size: 16px;
  }

  .category-catalog-controls{
    flex-wrap: nowrap;
  }

  .category-catalog-controls .catalog-filters{
    order: 1;
  }

  .category-catalog-controls .catalog-search{
    /*width: 185px;*/
  }

  .product-vars-modal .col-12{
    flex: 0 0 100%;
  }

  .share-list li{
    width: 25%;
    flex: 0 0 25%;
  }

  .info-item .share-list li{
    width: 128px;
    flex: 0 0 128px;
  }
}

@media (max-width: 767.98px){
  .table-responsive-sm{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered{
    border: 0;
  }
}

@media screen and (max-width: 703px){
  .catalog-menu > .menu-item{
    width: calc(33.33% - 24px);
  }
}

@media screen and (max-width: 640px){
  h5,
  .h5{
    margin-bottom: 20px;
  }

  .wrapper,
  .container{
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-title{
    font-size: 24px;
    margin-bottom: 32px;
  }

  .section-title:before{
    top: 1px;
    height: 30px;
  }

  .logo-block{
    max-width: 150px;
  }

  .footer .logo-block{
    max-width: 100%;
  }

  .footer .wrapper{
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-content{
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom .wrapper{
    display: block;
    text-align: center;
  }

  .payment{
    max-width: 100%;
    margin-bottom: 30px;
  }

  .privacy{
    margin-bottom: 14px;
  }

  .mobile-nav{
    padding-left: 12px;
    padding-right: 12px;
  }

  .hide-mobile-nav #main-cat-section{
    z-index: inherit;
  }

  .grid-item-25{
    flex-basis: 100%;
  }

  .grid-item-50{
    flex-basis: 100%;
  }

  .slider .item{
    padding: 0 5px;
  }

  .catalog-cats{
    margin-left: -12px;
    width: auto;
  }

  .catalog-cats-wrap{
    padding: 16px 12px 36px;
    display: block;
  }

  .catalog-cats-item{
    padding-left: 12px;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 12px;
  }

  .catalog-cats-item .cat-item{
    width: 100%;
  }

  .catalog-cats-item .sub-menu-modal{
    margin-left: 18px;
  }

  .catalog-menu-wrap{
    padding-left: 12px;
    padding-right: 12px;
  }

  .catalog-menu{
    margin-left: -12px;
  }

  .catalog-menu > .menu-item{
    max-width: calc(33.33% - 12px);
    margin-left: 12px;
    margin-bottom: 12px;
  }

  .catalog-menu > .menu-item .menu-link{
    width: 100%;
  }

  .catalog-menu .sub-menu{
    -moz-columns: 1;
    columns: 1;
    margin-bottom: 12px;
    margin-left: 12px;
  }

  .catalog-menu-wrap{
    max-height: 100%;
    height: 100%;
  }

  .catalog-menu-title{
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .catalog-menu > .menu-item{
    width: calc(25% - 24px);
  }

  .top-slider-wrap .swiper-button-prev,
  .top-slider-wrap .swiper-button-next{
    top: -38px;
    outline: none !important;
  }

  .top-item{
    padding-left: 93px;
  }

  .top-img, .place-top-slider-wrap .top-img{
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translate(0%, -50%);
    width: 35%;
  }
    .place-top-slider-wrap .top-img img{
        margin: 0;
    }
  .top-content{
    padding-left: 40px;
    padding-right: 24px;
  }

  .top-icon{
    left: -69px;
  }

  .catalog-controls{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .catalog-type{
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
  }

  .catalog-type-cur{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #DCDCDC;
    border-radius: 30px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: background 0.24s, color 0.24s, border-color 0.24s;
  }

  .catalog-type-cur .svgicon{
    width: 24px;
    height: 24px;
    margin: -10px -11px -10px -1px;
    vertical-align: middle;
  }

  .catalog-type-list{
    min-width: 100%;
    position: absolute;
    top: 100%;
    margin-top: 10px;
    z-index: 50;
    background: #FFFFFF;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    display: block;
    padding: 8px 0;
    border-radius: 8px;
    border: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: transform 0.24s, opacity 0.24s, visibility 0.01s 0.24s;
  }

  .catalog-type-list .item{
    display: block;
  }

  .catalog-type-list .item.active a{
    color: #FC9700;
  }

  .catalog-type.type-opened .catalog-type-list{
    visibility: visible;
    opacity: 1;
    transition: transform 0.24s, opacity 0.24s, visibility 0.01s;
    transform: translateY(0);
  }

  .catalog-type.type-opened .catalog-type-cur{
    background: #000000;
    border-color: #000000;
    color: #FFFFFF;
  }

  .catalog-type-slide{
    display: none;
  }

  .catalog-filters{
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
  }

  .catalog-filters .filters-wrap{
    position: fixed;
    top: 0;
    bottom: -60px;
    right: 0;
    width: 256px;
    z-index: 300;
    background: #FFFFFF;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.12);
    display: block;
    padding: 24px 16px 84px;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.24s, opacity 0.24s, visibility 0.01s 0.24s;
    overflow: auto;
    transform: translateX(100%);
  }

  .catalog-filters-toggle{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #DCDCDC;
    border-radius: 30px;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: background 0.24s, color 0.24s, border-color 0.24s;
    outline: none !important;
  }

  .catalog-filters-toggle .svgicon{
    width: 24px;
    height: 24px;
    margin: -10px -11px -10px -1px;
    vertical-align: middle;
  }

  .catalog-filters.filters-opened .catalog-filters-toggle{
    background: #000000;
    border-color: #000000;
    color: #FFFFFF;
  }

  .catalog-filters.filters-opened .filters-wrap,
  .catalog-filters.filters-opened .filters-wrap-bg,
  .catalog-filters.filters-opened .filters-wrap-close{
    visibility: visible;
    opacity: 0.8;
    transition: opacity 0.24s, visibility 0.0001s, transform 0.24s;
    transform: translateX(0);
  }

  .catalog-filters.filters-opened .filters-wrap,
  .catalog-filters.filters-opened .filters-wrap-close{
    opacity: 1;
  }

  .filters-title{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 24px;
  }

  .filters-item{
    display: block;
    margin: 0 0 27px;
  }

  .filters-item > a{
    padding: 0 0 0 38px;
    border: none;
    font-size: 14px;
    overflow: visible;
  }

  .filters-item > a .ripple{
    display: none;
  }

  .filters-item.has-submenu{
    margin: 0 -16px;
    border-top: 1px solid #DCDCDC;
    padding: 24px 16px;
  }

  .filters-item.has-submenu > a{
    padding: 0;
    color: #7D7D7D;
  }

  .filters-item.has-submenu > a .svgicon{
    display: none;
  }

  .filters-item.has-submenu .submenu{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    opacity: 1;
    transform: none;
    visibility: inherit;
    box-shadow: none;
    padding: 0;
    margin-top: 6px;
  }

  .filters-item.has-submenu .submenu-list{
    max-height: 100000px;
  }

  .filters-item.has-submenu .submenu-list ul li{
    font-size: 14px;
    font-weight: 500;
  }

  .filters-item:not(.has-submenu) > a:before{
    content: " ";
    position: absolute;
    top: -4px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #DCDCDC;
    border-radius: 4px;
  }

  .filters-item:not(.has-submenu) > a:after{
    content: " ";
    width: 20px;
    height: 20px;
    margin: -4px;
    border: none;
    position: absolute;
    top: 2px;
    left: 6px;
    background: #FC9700;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.14s, transform 0.14s;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 4.66667L1.25 2.33333L0 3.5L3.75 7L10 1.16667L8.75 0L3.75 4.66667Z' fill='black'/%3E%3C/svg%3E%0A");
  }

  .filters-item:not(.has-submenu).active > a{
    background: transparent;
    color: #000000;
  }

  .filters-item:not(.has-submenu).active > a:before{
    border-color: #FC9700;
    background: #FC9700;
  }

  .filters-item:not(.has-submenu).active > a:after{
    transform: scale(1);
    opacity: 1;
  }

  .filters-item .submenu-bottom{
    display: none;
  }

  .filters-wrap-bg{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    bottom: -60px;
    z-index: 299;
    background: #FC9700;
    opacity: 0.8;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.24s, visibility 0.01s 0.24s;
  }

  .filters-wrap-close{
    display: block;
    position: fixed;
    top: 16px;
    right: 272px;
    width: 36px;
    height: 36px;
    outline: none;
    background: url("../img/icons/close.svg") no-repeat 0 0;
    background-size: contain;
    z-index: 300;
    padding: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.24s, opacity 0.24s, visibility 0.01s 0.24s;
    transform: translateX(20px);
    outline: none !important;
  }

  .app-section.section{
    padding-top: 100px;
    padding-bottom: 315px;
    position: relative;
  }

  .app-section.section:after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url("../img/background/bond-mobile.png") no-repeat 50% 100%;
    height: 700px;
  }

  .app-content{
    padding-left: 0;
  }

  .app-content h2,
  .app-content .h2{
    font-weight: 900;
    font-size: 38px;
    line-height: 54px;
  }

  .app-content h2 span:before,
  .app-content .h2 span:before{
    height: 35px;
  }

  .app-img{
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 0;
  }

  .app-img img{
    display: none;
  }

  .modal-content{
    padding-left: 12px;
    padding-right: 12px;
  }

  .location-modal-bottom{
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: auto;
    flex-direction: column;
    margin: 0;
    align-items: center;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #FFFFFF;
    padding: 8px;
    box-shadow: 0 -1px 20px rgba(0, 0, 0, 0.11);
  }

  .location-modal-bottom .btn{
    margin: 0;
  }

  .location-modal-bottom .btn:hover,
  .location-modal-bottom .btn:focus{
    color: #FFFFFF;
  }

  .location-modal-left{
    width: 100%;
    min-width: 100%;
    max-width: 488px;
    width: 100%;
    margin: 0 auto 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 90px;
  }

  .location-modal .slide-type-list label{
    font-size: 12px;
  }

  .location-modal-map{
    width: auto;
    border-radius: 8px;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 155px;
  }

  .location-modal-content{
    padding-bottom: 100%;
    margin-bottom: 48px;
  }

  .location-modal .location-modal-content{
    padding-top: 16px;
  }

  .location-modal .input-wrap.text-right{
    text-align: center !important;
  }

  .cart-item{
    padding-right: 0;
  }

  .cart-item-content{
    padding-right: 40px;
  }

  .cart-item-content .h6{
    font-size: 14px;
  }

  .cart-item-img{
    width: 48px;
    margin-right: 16px;
  }

  .cart-item-img .img{
    margin-bottom: 12px;
  }

  .cart-item-img .img img{
    width: 48px;
    height: 48px;
  }

  .cart-item-img .price{
    font-size: 12px;
  }

  .cart-item-img .price .cur{
    font-size: 8px;
  }

  .cart-item-opt button{
    border: none;
    border-radius: 0;
    width: 24px;
    height: 24px;
    padding: 0;
  }

  .cart-item-opt button .svgicon{
    width: 24px;
    height: 24px;
  }

  .cart-item-price{
    margin-left: auto;
    text-align: right;
  }

  .cart-item .card-count{
    margin-left: 64px;
  }

  .share-list li{
    width: 33%;
    flex: 0 0 33%;
  }

  .info-item .share-list li{
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media screen and (max-width: 601px){
  .catalog-menu > .menu-item{
    width: calc(33.33% - 24px);
  }
}

@media (max-width: 575.98px){
  .table-responsive-xs{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xs > .table-bordered{
    border: 0;
  }
}

@media (prefers-reduced-motion: reduce){
  .form-control{
    transition: none;
  }

  .btn{
    transition: none;
  }

  .fade{
    transition: none;
  }

  .collapsing{
    transition: none;
  }

  .custom-switch .custom-control-label::after{
    transition: none;
  }

  .custom-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }

  .custom-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }

  .custom-range::-ms-thumb{
    -ms-transition: none;
    transition: none;
  }

  .custom-control-label::before,
  .custom-file-label,
  .custom-select{
    transition: none;
  }

  .modal.fade .modal-dialog{
    transition: none;
  }
}

@media print{
  .d-print-none{
    display: none !important;
  }

  .d-print-inline{
    display: inline !important;
  }

  .d-print-inline-block{
    display: inline-block !important;
  }

  .d-print-block{
    display: block !important;
  }

  .d-print-table{
    display: table !important;
  }

  .d-print-table-row{
    display: table-row !important;
  }

  .d-print-table-cell{
    display: table-cell !important;
  }

  .d-print-flex{
    display: flex !important;
  }

  .d-print-inline-flex{
    display: inline-flex !important;
  }

  *,
  *::before,
  *::after{
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn){
    text-decoration: underline;
  }

  abbr[title]::after{
    content: " (" attr(title) ")";
  }

  pre{
    white-space: pre-wrap !important;
  }

  pre,
  blockquote{
    border: 1px solid #ADB5BD;
    page-break-inside: avoid;
  }

  thead{
    display: table-header-group;
  }

  tr,
  img{
    page-break-inside: avoid;
  }

  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }

  h2,
  h3{
    page-break-after: avoid;
  }

  @page{
    size: a3;
  }

  body{
    min-width: 1320px !important;
  }

  .container{
    min-width: 1320px !important;
  }

  .navbar{
    display: none;
  }

  .badge{
    border: 1px solid #000000;
  }

  .table{
    border-collapse: collapse !important;
  }

  .table td,
  .table th{
    background-color: #FFFFFF !important;
  }

  .table-bordered th,
  .table-bordered td{
    border: 1px solid #DEE2E6 !important;
  }

  .table-dark{
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody{
    border-color: #DEE2E6;
  }

  .table .thead-dark th{
    color: inherit;
    border-color: #DEE2E6;
  }
}
